@charset "UTF-8";
/******************************
 goods
*******************************/

#goods_wrap{
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
#goods_wrap .wrapper{
    position: relative;
    top: 20px;
    left: 0;
    margin: 0 auto;
    padding: 0 0 5% 0;
    width: 99%;
    height: auto;
    max-width: 980px;
}

#goods_wrap .wrapper h1 {
    text-align: center;
}

#goods_wrap .wrapper h2{
    padding: 3% 0 0 1%;
    font-size: 55px;
    font-weight: bold;
}
#goods_wrap p.period {
    font-size: 30px;
    font-weight: bold;
}

#goods_wrap p.caution{
    margin: 1%;
    width: 95%;
    font-size: 19px;
}

#goods_wrap p.caution span {
    color: #fff000;
}
#goods_wrap p.caution span.schedule_pc {
    position: absolute;
    left: 430px;
    color: #fff;
}

#goods_wrap p.caution span.schedule_sp {
    display: none;
}

#goods_wrap h3{
    position: relative;
    margin: 2% 0 0 1%;
    padding: 10px 0;
    top: 0;
    width: 98%;
    background-color: #c0354d;
}
#goods_wrap h3 p{
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 9px 0 9px;
    font-size: 19px;
}
#goods_wrap ul.goods{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 98%;
    margin-bottom: 50px;
    color: #878787;
}
/*210*/
ul.goods a{
    margin: 0 0 0 1.666%;
    width: 23.333%;
    display: block;
    text-decoration: none;
}

ul.goods a.double {
    width: 46.666%;
}

ul.goods li img{
    margin: 12.404% 0 0 0;
    width: 100%;
    /*width: 97.619%;*/
    border: solid 1px #b1b1b1;
}

ul.goods a.double li img {
    margin-top: 6.202%;
}

ul.goods li p{
    margin: 9px 0 0 0;
    font-size: 12px;
    line-height: 16px;
}

ul.goods li p strong{
    color: #b5b5b5;
    font-size: 17px;
}

ul.goods li p strong small {
    font-size: 14px;
}

ul.goods li p span{
    line-height: 27px;
    color: #b5b5b5;
    font-size: 17px;
    font-weight: bold;
    display: block;
    text-align: right;
}
span.new{
    line-height: 16px!important;
    font-size: 11px;
    color: #ff0000!important;
    display: block;
}

ul#link{
    position: relative;
    left: 50%;
    width: 400px;
    margin: 20px -170px 10px;
}

#link li{
    float: left;
}

#link li a {
    color: #fff;
}

#g_detail p:first-child{
    padding: 10px 0 0 10px;
}

.left_box{
    margin: 1%;
    width: 40%;
    float: left;
}

.left_box img{
    width: 90%;
    border: solid #b1b1b1 1px;
}

#img_list{
    position: relative;
    width: 100%;
    height: auto;
}
.left_box #img_list img{
    position: relative;
    margin: 10px 0 10px 0;
    width: 43%;
    display: inline-block;
    cursor: pointer;
}
.left_box #img_list img:nth-child(odd){
    margin-right: 2%;
}

.itemcode{
    font-size: 12px;
}

.right_box{
    margin: 1% 1% 1% 0;
    width: 56%;
    font-size: 14px;
    line-height: 18px;
    float: left;
    padding-bottom: 50px;
}

.right_box p{
    margin: 0 0 2%;
}

.right_box p:nth-of-type(2){
    margin-top: 80px;
}

.right_box p strong{
    color: #b5b5b5;
    font-size: 16px;
}

.right_box h4{
    margin-bottom: 7px;
    line-height: 35px;
    font-size: 22px;
    font-weight: bold;
    border-top: solid #b1b1b1 1px;
}

form {
    margin: 20px 0;
}

#pcsc_cart{
    margin: 10px 0;
    width: 210px;
    height: 40px;
    background: url(images/btn_cartin.png)no-repeat;
}

#pcsc_cart a{
    width: 100%;
    height: 100%;
    display: block;
}

#sold_out{
    height: 20px;
    font-size: 12px;
    color: #ff0000;
}

#notice{
    font-size: 12px;
}

footer {
    color: #fff;
}

.sp_br {
    display: none;
}

@media screen and (max-width: 768px) {
    #goods_wrap .wrapper {
        padding: 0 0 5% 0;
        position: relative;
        top: 10px;
    }

    #goods_wrap .wrapper h1 {
        text-align: center;
        padding: 0 10px;
    }

    #goods_wrap .wrapper h2{
        font-size: 50px;
    }

    #goods_wrap p.caution{
        font-size: 13px;
    }

    #goods_wrap ul.goods a{
        margin: 0 0 0 1.966%;
        width: 31.25%;
    }
    #goods_wrap ul.goods a.double {
        width: 62.5%;
    }

    ul.goods li img{
        margin: 7.604% 0 0 0;
        width: 100%;
    }
    #goods_wrap ul.goods a.double li img {
        margin-top: 3.802%;
    }

    ul.goods li p{
        margin: 8px 0 0 0;
        font-size: 17px;
    }

    ul.goods li p strong small {
        font-size: 12px;
    }

    ul.goods li p span{
        line-height: 27px;
        color: #b5b5b5;
        font-size: 15px;
    }

    ul#link{
        width: 330px;
        margin: 20px -157px 10px;
    }
    .sp_br {
        display: block;
    }

    .left_box #img_list img{
        position: relative;
        margin: 10px 0 10px 0;
        width: 47%;
        display: inline-block;
        cursor: pointer;
    }
    .left_box #img_list img:nth-child(odd){
        margin-right: 4%;
    }
}

@media screen and (max-width: 640px) {

    #goods_wrap .wrapper h2{
        font-size: 35px;
    }
    #goods_wrap p.caution span.schedule_pc {
        display: none;
    }
    #goods_wrap p.caution span.schedule_sp {
        display: block;
        color: #fff;
    }
    #goods_wrap ul.goods a{
        margin: 0 0 0 2.666%;
        width: 46.875%;
    }

    #goods_wrap ul.goods a.double {
        width: 93.75%;
    }

    #goods_wrap p.period {
        font-size: 15px;
    }
    #g_detail{
        margin: 0 auto;
        width: 98%;
    }

    .left_box ,.right_box{
        margin: 3% auto 0;
        width: 90%;
        float: none;
    }

    .left_box img{
        width: 100%;
    }

    #pcsc_cart{
        margin: 20px 0;
    }

    #sold_out{
        height: 20px;
        margin-bottom: 10px;
    }

/*    #notice{
        margin-bottom: 100px;
    }*/

    .right_box {
        padding-bottom: 0;
    }

    ul#link{
        width: 290px;
        margin: 20px -142px 10px;
    }
    .right_box p:nth-of-type(2) {
        margin-top: 80px;
        text-align: right;
    }

    #pcsc_cart {
        margin: 10px 0 10px 115px ;
    }
}
