@charset "UTF-8";
/* MIKU SYMPHONY GOODS SP CSS*/


/* --------------------------
COMMON
----------------------------*/

*{
    box-sizing: border-box;
    word-break: break-all;
}

body{
    font-size:13px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", "Meiryo", "游ゴシック", "YuGothic", sans-serif;
    color: #333;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background:#fff;
    text-align:left;
}

html {
    height: 100% 
}
body {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 768px;
}

img{
    width:100%;
    vertical-align: bottom;
}


a{
    text-decoration: none;
    outline: none;
}


/*HEADER*/

#headGlobal{
    height: 44px;
    background: url(/mikusymphony/sp/goods/images/head_bg.png) repeat-x #000;
    background-size: contain;
}

#headGlobal h2 {
    height: 44px;
    width: 61px;
    margin: 0 0 0 10px;
}


/*ITEMS*/

#content_item ul {
    padding: 0 5%;
    text-align: center;
}

#content_item .itemCol2 {
    width: 49%;
    display: inline-block;
    margin: 15px 0 0;
}

#content_item .itemCol1 {
    margin: 20px 0;
}


/*BOTTOM*/

#bottomArea .btn_back {
    width: 65px;
    margin: 30px auto 0;
    padding-bottom: 150px;
}


/*FOOTER*/

#footerArea {
    background: #000;
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 12px 0;
}

#footerArea .copyrights {
    color: #999;
    font-size: 9px;
    line-height: 1.4;
}

#footerArea .btn_magicalmirai{
    width: 60%;
    display: inline-block;
    padding: 5px 0 10px;
}

#footerArea .copyrights span.txt_copylogo{
  background:url(/mikusymphony/sp/goods/images/txt_logo-piapro_wh.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 20%;
  padding-top: 5%;
  margin-left: -5px;
  margin-bottom: -6px;
}
