body { 
    font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    /*font-size:;*/
    background-image: url(../image/top/back.jpg);
    background-position: center top;
    width: 990px;
    margin: 0 auto;
    line-height: 1.5em; 
    overflow-x: hidden;
    position: relative;
    
    -webkit-text-size-adjust: 100%;
    background-size: cover;
}

/* ヘッダ */
#header {
    text-align: center;
}
#header img {
    margin: 20px auto;
}

/* メニュー（上部４つのリンク） */
#menu {
    margin: 10px auto;
    display: table;
}

#menu a {
    margin-left: 30px;
    margin-right: 30px;
    display: block;
    float: left;
}

#menu a img {
    margin: 0 auto 10px;
    display: block;
}
#feature_link{
    font-weight:bold;
}
.clearfix a{
    color: #000000;
    font-weight:bold;
}
  /* 左ブロック */
  #shop p{
    font-size : 80%;
    line-height : 16pt;
  }
  
  #shop img {
    float: left;
    margin: 35px 30px 35px 0;
  }

  /* 右ブロック */
  #shop_right {
    width: 290px;
    float: left;
    margin: 34px 0px 20px 0;
  }
  
  #shop_right p {
    font-size : 75%;
    line-height : 16pt;
  }
  
  /* product 右ブロック */
   #product_right {
    width: 290px;
    float: left;
    margin: 20px 0px 20px 0;
  }
  /* shopinfo 右ブロック */
  #shopinfo_right {
    width: 290px;
    float: left;
    margin: 34px 0px 20px 0;
  }
  
  #shopinfo_right p {
    font-size : 75%;
    line-height : 16pt;
  }
  
  /* title img */
  .title_right {
         margin: 20px 10px 20px 0;
  }
  /* botton img */
  .btn {
         margin: 10px 0px 10px 0;
  }

  /* 990px img */
  #detail_image {
    width : 990px;
    overflow: hidden;
  }
  
  #detail_image {
    margin-bottom:150px;
    display:flex;
    float: left;
    height:235px;
  }

  /* title underline */
  .title_span{
    font-size: 110%;
    font-weight:bold;
  }

  .title_right_span{
    font-size: 135%;
    font-weight:bold;
  }

  .line{
    margin:13px 0 15px 0;
  }

/* フッダ */
#footer {
    background-image: url(../image/top/footer_back.jpg), url(../image/top/back.jpg);
    height : 400px ;
    margin: 0 -30%;
    padding: 0 30%;
    clear: both;
}
@media screen and (max-width:990px) {
    #footer {
      margin-left:0;
      margin-right:0;
      padding-left: 0;
      padding-right: 0;
    }
}

#footer p {
    color: #FFFFFF;
}
#footer small {
    color: #FFFFFF;
    font-family: "Georgia Regular";
}
#footer a {
    color: #FFFFFF;
}
.float {
    color: #FFFFFF;
    font-size: 80%;
    float: left;
    width: 290px;
}

.footer_tel {
    color: #FFFFFF;
    height : 44px ;
}

.footer_tel img {
    float: left;
    margin-right: 10px;
}

.logo img{
    margin: 20px 9px 15px 9px;
}

#footer .left {
    margin-right: 65px;
}

#footer .center {
    margin-right: 55px;
}

#footer .right {
    width: 268px;
    font-size: 12px;
    float: right;
}

#footer .right img {
    margin: 5px 0;
}

#footer center {
    clear: both;
}

.logo{
    text-align: center;
}

.soap img{
		text-align:center;
		margin-top: 20px;
		margin-bottom:50px;
}
