@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2013.06.05
Style Info:     index css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------MainPhoto*/
#main_image{
  margin: 0 10px 15px 10px;
  text-align: center;
  box-sizing: border-box;
}
  #main_image img{
    border:2px #E7D952 solid;
    box-sizing: border-box;
  }
#intro{
  margin: 0 10px;
}
  #intro h2{
    margin-bottom: 1em;
  }
  #intro p{
    margin-bottom: 1.5em;
  }  

#banner{
  margin: 0 10px 3em 10px;
}
  #banner li{
    margin-bottom: 10px;
  }
  #banner li.price_bn{
    position: relative;
    height: 68px;
    background: #F2E883;
    border-radius: 3px;
    box-shadow: 0 0 0 2px #E5D749 inset;
    box-sizing: border-box;
  }
    .price_bn .bn_tx{
      padding: 0.5em 10px;
    }
    .price_bn .price_img{
      position: absolute;
      right: -8px;
      top:-5px;
    }
    .price_bn .price_link{
      position: absolute;
      left:45%;
      bottom: 0.7em;
      display: inline-block;
      padding: 0.3em 1em;
      background: #E1D135;
      font-size: 12px;
      border-radius: 3px;
    }
      .price_bn a{
        color: #333;
      }