@charset "UTF-8";


#mainPh {
    width: 100%;
    min-width: 1000px;
    height: 150px;
    background-image: url("/img/top/mainPh.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

#mainPh h1 {
    margin: 0 auto;
    width: 1000px;
    height: 100px;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 50px
}

#mainPh h1 span{
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 100;
    position: absolute;
    display: block; 
    bottom: 0;
    line-height: 1;
}




#container h2 {
    margin-top: 50px;
    background: #c1c1c1;
    border-left: #e95912 5px solid;
    padding-left: 10px;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 1px;
    color: #fff;
    font-weight: normal;
}


#container h3 {
    margin-top: 30px;
    margin-left: 20px;
    border-bottom: #c1c1c1 1px solid;
    font-weight: normal;
    font-size: 15px;
}


#container hr {
    margin-left: 30px;
    border: 0;
    border-top: #c1c1c1 1px dotted;
}



#container .mainTxt {
    font-size: 14px;
    line-height: 1.5;
    margin: 5px 0;
    color: #5f5f5f;
}

#container p {
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.5;
    margin: 5px 0;
    color: #5f5f5f;
}




#container .topNote {
	margin: 10px auto;
	width: 1000px;
	text-align: center;
	color: #e95912;
	line-height: 100px;
	border: 1px #e95912 solid;
	font-size: 16px;
}

#container dl {
    margin: 20px 0;
}

#container dt {
    border-left: #e95912 5px solid;
    margin-left: 10px;
    width: 130px;
    float: left;
    background: #c1c1c1;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
}

#container dd {
    width: 805px;
    color: #5f5f5f;
    float: right;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 20px 4px;
    border-bottom: dotted 1px #c1c1c1;
}





.objectBox {
    margin: 20px 0;
    margin-left: 30px;    
    width: 960px;
    background: #f2f2f2;
    border-left: #e95912 5px solid;

}

.objectBox .ph{
    width: 100px;
    float: left;
}

.objectBox .txt{
    width: 850px;
    float: right;
    padding: 5px;
    font-size: 12px;
    line-height: 1.5;
    color:#5f5f5f;
}

.objectBox strong{
    font-size: 16px;
}


/*スマホ用*/
@media screen and (max-width: 768px) {
    #mainPh {
        width: 100%;
        min-width: 100%;
        height: 50px;
        background: #818181;
    }
    #mainPh h1 {
        margin: 0 auto;
        width: 100%;
        height: 50px;
        position: relative;
        color: #fff;
        font-weight: normal;
        font-size: 30px;
    }
    #mainPh h1 span {
        font-family: 'Noto Sans Japanese', sans-serif;
        font-weight: 100;
        position: absolute;
        display: block;
        bottom: 0;
        line-height: 1;
    }
    #container {
        padding-bottom: 50px;
    }

    #container td {
        display: block;
        width: 100% !important;
    }
    #container td .info_block {
        width: 100%;
    }
    #container td .newd_title {
        width: 100%;
    }
    #container table, .detail_cont, .detail_other {
        width: 100%;
    }
    #container #side_area {
        padding-right: 0;
    }
    #container #side_area div.st_contents {
        width: 100%;
    }
    #container #side_area .side_title {
        margin-bottom: 0;
        height: auto;
        padding: 10px;
    }
    #container .product_list {
        width: 30%;
        margin-left: 10px;
        height: auto;
    }
    #container .product_item {
        padding: 0px 0px 10px;
    }
    #container .product_item .name {
        width: 100% !important;
        height: 55px;
    }
     #container p {
        padding-left: 0;
        font-size: 0.9em;
     }
     .detail_img_block, .detail_txt_block {
        width: 90%;
        margin: 0 auto;
        float: none;
     }
     .detail_txt_block table.table td.tit, .detail_txt_block table.table td.cont {
        padding: 15px 5px;
     }
     #shopping_step, #wrapper {
        width: 100%;
     }
     #cart th.cell_1_c {
        width: 100% !important;
        display: inline-block;
        padding: 7px 0;
     }
     #cart tr {
        width: 50% !important;
        display: block;
        float:left;
     }
     table#cart td.name, 
     table#cart td.price, 
     table#cart td.unit, 
     table#cart td.delete, 
     table#cart td.subtotal {
        width: 100% !important;
        display: inline-block;
        padding: 7px 0 !important;
     }
     table#cart td.unit input {
        font-size: 0.8em;
        margin: 0;
        padding: 0;
     }
     #cart td.photo {
        display: none;
     }
    #cart tr#spn_tr,#cart tr.spn_tr {
        width: 100% !important;
    }
    #cart th.cell_1_r {
        width: 25% !important;
        display: inline-block;
        padding: 7px 0;
        text-align: center;
        border-right: none;
        float:left;
     }

    #cart td.totalprice {
        width: 50% !important;
        display: inline-block;
        padding: 7px 0;
        float:left;
    }
    #btn {
        width: 230px;
        margin: 0 auto;
        height: auto;
        overflow: inherit;
    }
    a.btn_backtoshop {
        margin: 10px 10px 0;  
    }
    td.cell_2_l span {
        display: block;
    }
    td.cell_2_l span.red {
        display: inline-block;
    }
    #cart tr.spn_tr .cell_2_r {
        width: 75% !important;
        padding: 7px 0;
        display: inline-block;
    }
    div.select_rb span.button {
        display: inline-block;
    }
    #footer #copy, .spnNone {
        display: none;
    }
    .product_name, .expl_block {
        text-align: left;
        width: 94%;
        margin: 0 auto 10px;
    }
    #ShopKeeper,#footer #copy, div.main_title {
        width: 100%;
    }
    #ShopKeeper th, #ShopKeeper td {
        display: table-cell;
    }
    #ShopKeeper th {
        width: 30%;
    }

}


