@charset "UTF-8";

@font-face {
    font-family: 'Noto Sans JP';
    src: url('fonts/NotoSansCJKjp-Regular.woff') format('woff'),
    url('./fonts/NotoSansCJKjp-Regular.otf')  format('opentype');
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
ul, ol {
    list-style: none;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
div {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: middle;
    height: auto;
}
img, a img {
    position: relative;
    line-height: 0;
    border: none;
}
table {
    letter-spacing: 1px;
}
iframe {
    border: none;
}
strong {
    font-weight: bold;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline !important;
}
html {
    overflow-y: scroll;
}
html, body {
    zoom: 1;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    line-height: 1.4;
    letter-spacing: -.1px;
    font-weight: normal;
    font-size: 62.5%;
    font-size: 10px;
    color: #fff;
    background: #fff;
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    font-feature-settings : "palt";
    word-break: break-all;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
#e_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 800px;
    background: url(./images/bg.jpg) repeat-x;
}
#content_wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0 0 50px;
    top: 0;
    left: 0;
    width: 750px;
    height: auto;
}
#content_wrapper ul{
    position: relative;
    margin: 20px 0 10px;
    padding: 15px 15px 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #e16f6f;
}
#content_wrapper ul li{
    position: relative;
    width: 230px;
    height: auto;
    float: left;
}
#content_wrapper ul li:nth-of-type(3n+2){
    margin: 0 15px 0;
}
#content_wrapper ul li img{
    width: 100%;
    height: auto;
}
#content_wrapper ul li p.text{
    position: relative;
    padding: 10px 0 0;
    width: 100%;
    height: auto;
    font-size: 17px;
    font-weight: bold;
    word-wrap: break-word;
}
#content_wrapper ul li p.text .yen{
    position: relative;
    padding: 10px 0;
    width: 100%;
    height: auto;
    font-size: 15px;
    text-align: right;
    display: block;
}
#caution{
    position: relative;
    padding: 15px 0 0;
    width: 100%;
    height: auto;
    font-size: 13px;
    word-wrap: break-word;
}

/*-------------------------------------------------


goods page


-------------------------------------------------*/
.goods_wrap{
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 1000px;
    background: url(./images/bg.jpg) repeat-x;
}
#contents{
    position: relative;
    margin: 20px auto;
    width: 600px;
    height: auto;
}
#contents h2{
    position: relative;
    margin: 0 auto;
    padding: 18px 0;
    top: 0;
    left: 0;
    width: 580px;
    height: auto;
    font-size: 42px;
    color: #e16f6f;
    text-align: center;
    background: #fff;
}
.pass{
    position: relative;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 15px;
    width: 580px;
    font-weight: bold;
    color: #ffffff;
}
.contents_inner{
    position: relative;
    margin: 20px auto;
    width: 580px;
    height: auto;
    background: #fff;
}
#detail{
    position: relative;
    padding: 40px;
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #000;
}
#pre_wrapper{
    position: relative;
    margin: 0 auto;
    width: 500px;
    height: auto;
    border: solid 2px #e16f6f;
}
#pre_wrapper img{
    width: 100%;
}
#img_list{
    position: relative;
    margin: 0 auto;
    padding: 5px 0;
    width: 500px;
    height: auto;
    clear: both;
    overflow: hidden;
}
#img_list img{
    position: relative;
    margin: 0 5px 5px 0;
    width: 121px;
    float: left;
    border: solid 1px #e16f6f;
}
#img_list img:nth-of-type(4n+4){
    margin: 0 0 5px 0;
}
#text{
    position: relative;
    padding: 20px 0;
    width: 100%;
    height: auto;
    font-size: 25px;
}
#text h3{
    position: relative;
    padding: 0 0 15px;
    font-size: 35px;
}
#detail .yen{
    position: relative;
    padding: 30px 0 0 0;
    color: #000;
    font-size: 22px;
    text-align: right;
}
#detail .yen strong:before{
    content: "\0a5 ";
}
#detail .yen strong:after{
    content: " (税込)";
}
#pcsc_cart{
    position: relative;
    margin: 30px 0 0 290px;
    width: 210px;
    height: 40px;
    background: url(images/goods/btn_cart.png) no-repeat #f92269;
    border: solid #757575 1px;
    color: #fff;
    content: 'カートに入れる';
}
#pcsc_cart a{
    width: 100%;
    height: 100%;
    display: block;
}
footer{
    font-size: 15px;
    text-align: center;
}
#headtext{
    position: relative;
    padding: 0 10px 10px;
    font-size: 14px;
}