
.wrap{
	width: 98%;
	margin: 0 auto;
}
.em-hidden{
	display: none;
}
.btn{
	display: block;
	border-radius: 5px;
	padding: 12px 0;
	text-align: center;
}
.btn-orange {
    color: #fff;
    background: #FBA22D;
    box-shadow: 0px 2px 0 #C4740A;
    font-weight: bold;
}
.btn-orange:hover {
    color: #000;
    -webkit-filter: contrast(100%);
    -moz-filter: contrast(100%);
    -o-filter: contrast(100%);
    -ms-filter: contrast(100%);
    filter: contrast(100%);
}
.btn-gray{
	color: #171717;
	background: #ddd;
}
.btn-yellow{
	color: #171717;
	background: #fdc800;
	box-shadow: 0px 2px 0px #420a09
}
.btn-brown{
	color: #fff;
	background: #952e00;
	box-shadow: 0px 2px 0px #802800;
}
.btn-white-orangeBorder{
	color: #3B3B3B;
	background: #fff;
	border:2px solid #FBA22D;
}




header {
	border-top: #fdcc11 solid 4px;
	box-shadow: 0 2px 5px #aaa;
	margin-bottom: 25px;
}
.hd-logo{
	margin-top: 20px;
	text-align: center;
}
.hd-logo img{
	width: 221px;	
}
.hd-search {
	margin-top: 20px;
	height: 40px;
}
.hd-search input[type="text"] {
	box-sizing: border-box;
	border-width: 2px;
	border-color: rgb(156, 156, 156);
	border-style: solid;
	border-radius: 5px 0 0 5px;
	width: 75%;
	height: 42px;
	font-size: 16px;
}
.hd-search input[type="submit"] {
	box-sizing: border-box;
	border-radius: 0 5px 5px 0;
	background-color: rgb(0, 0, 0);
	width: 25%;
	height: 42px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
}
.hd-tel {
	margin-top: 20px;
	background: #fdcc11;
	border-radius: 39px;
	height: 29px;
	text-align: center;
	padding: 5px 0;
}
.hd-tel img {
	width: 178px;
}
.hd-nav {
	margin-left: -1%;
	margin-right: -1%;
}
.hd-nav-ul {
	border-bottom: #dddddd solid 1px;
}
.hd-nav li {
	float: left;
	width: 25%;
	text-align: center;
	background: #fff;
	display: block;
	box-sizing: border-box;
	border-left: #dddddd solid 1px;
}
.hd-nav li:nth-last-child(1) {
	border-right: #dddddd solid 1px;
}
.hd-nav img {
	height: 79px;
}


.pankuzu {
	margin-bottom: 23px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	line-height:1.5;
}
.pankuzu .pankuzu-ul {
}
.pankuzu li {
	float: left;
	margin-right: 14px;
	line-height: 1.5;
}
.pankuzu li::after{
	content: ">";
	margin-left: 14px;
}
.pankuzu li:nth-last-child(1)::after{
	content: "";
}





/* aside */

aside{
}

.widget{
    border-width: 2px;
	border-color: rgba(213,213,213,1.00);
	border-style: solid;
	background-color: #fff;
	margin-bottom: 27px;
}
.widget_title{
    background-position:16px 50%;
    background-size:25px;
    background-repeat:no-repeat;
	background-color: #fdc800   ;
	text-align: center;
	border-width: 2px;
	border-color: #ffbA21;
	border-style: solid;
	padding: 13px 0;
	color: #54450e;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}


/* aside icon */


#welcart_login-2>.widget_title{
    background-image:url(../shop-img/sd-icon-login.png);
}
#wcex_widgetcart-2>.widget_title{
    background-image:url(../shop-img/sd-icon-cart.png);
}
#wcex_widgetcart-2>.widget_title{
    background-image:url(../shop-img/sd-icon-cart.png);
}
#collapscat-2>.widget_title{
    background-image:url(../shop-img/sd-icon-cat.png);
}
#pages-2>.widget_title{
    background-image:url(../shop-img/sd-icon-page.png);
}


/* aside login widget */



.widget_welcart_login{
  
    /* modal-content */
    position:relative;
    display:none;
    width:90%;
	margin-left:5%;
	margin-right:5%;

}
    
.ucart_login_body{
	margin-top: 14px;
	padding: 0 8px 14px;

}
.ucart_widget_body .loginbox p{
	margin-bottom: 14px;
}
.ucart_widget_body .loginbox p label{
	font-weight: bold;
	font-size: 12px;
}
.ucart_widget_body .loginbox p input[type="text"], .ucart_widget_body .loginbox p input[type="password"]{
	display: block;
	width: 96%;
	border-radius: 5px;
	margin: 4px auto -2px;
	font-size: 16px;
	padding: 2%;
	border-width: 1px;
	border-color: rgb(112, 112, 112);
	border-style: solid;
}
.ucart_widget_body .loginbox p label:nth-last-child(1){
	font-weight: normal;
}
.ucart_widget_body .loginbox p label:nth-last-child(1) input{
	margin-top: -1px;
}
.ucart_widget_body .loginbox input[type="submit"]{
  -webkit-appearance: none;
  	clear: both;
    display: block;
    background: #FBA22D!important;
    padding: 10px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 0 0 10px;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: bold;
    box-shadow: 0px 2px 0 #C4740A;
}
.ucart_widget_body .loginbox input[type="submit"]:hover{
    color:#000;

}
.ucart_widget_body .loginbox a{
	line-height: 1.7;
	font-size: 12px;
}

.ucart_login_body .loginbox > a:nth-last-child(1) {
    border: 2px solid #FF7600;
    background: #FFFEF9;
    color: #C35A00;
    border-radius: 3px;
    display: block;
    text-align: center;
    width: 96%;
    margin-top: 10px;
    padding: 5px 0;
}
.ucart_login_body .loginbox > a:nth-last-child(1):hover{
    border:2px solid #FF7600;
    background:#FF7600;
    color:#fff;
    border-radius:3px;
    display:block;
    text-align:center;
    width:96%;
    margin-top:10px;
    padding:5px 0;
}

.usces_logout_a{
    clear:both;
    display:block;
    background:#FBA22D;
    padding:10px;
    color:#fff;
    text-align:center;
    border-radius:5px;
    margin:0 0 10px;    
    font-size:12px;
    box-sizing:border-box;
    width:47%;
    float:right;
}
.login_widget_mem_info_a{
    display:block;
    background:#FBA22D;
    padding:10px;
    color:#fff;
    text-align:center;
    border-radius:5px;
    font-size:12px;
    box-sizing:border-box;
    width:47%;
    float:left;
}
.usces_logout_a:hover, .login_widget_mem_info_a:hover{
    text-decoration:none;
    font-size:12px;
}



/* aside login content (mistar and standard ) */

.ucart_login_btn{
	margin-top: 14px;
	padding: 0 8px 4px;
}
.ucart_login_btn .loginbox p{
	margin-bottom: 14px;
}

.ucart_widget_body .loginbox-member p{
    line-height:1.5;
	margin-bottom: 14px;
}








/* aside widget category list */

.widget_welcart_category{

    /* modal-content */
    position:relative;
    display:none;
    width:90%;
	margin-left:5%;
	margin-right:5%;
}

.ucart_widget_body .cat-item a{
	display: block;
	padding: 14px 0;
	font-size: 12px;
	color: #464646;
	background: #fff;
	border-bottom: #fdc800 2px solid;
	text-indent: 16px;
}
.ucart_widget_body .cat-item a:nth-last-child(1){
	border: none;
}
.ucart_widget_body .cat-item a:hover{
	background: #fdc800;
	text-decoration: none;
}



/* aside widget category list */

.collapscat-2{
    /* modal-content */
    position:relative;
    display:none;
    width:90%;
	margin-left:5%;
	margin-right:5%;
}


#widget-collapscat-2-top>li.collapsing>span{
    display:none;
}
#widget-collapscat-2-top > li.collapsing > div{
    display:block!important;
}
#widget-collapscat-2-top > li.collapsing > div > ul > li.item{
    display:none;
}
#widget-collapscat-2-top > li.collapsing > div > ul > li.expandable{
    padding:0;
}
#widget-collapscat-2-top > li.collapsing > div > ul > li.expandable > span{
    display:none;
}
#widget-collapscat-2-top li.collapsing.categories{
    text-indent:none;
}
#widget-collapscat-2-top > li.collapsing > div > ul > li.expandable > div{
    display:block!important;
}
#widget-collapscat-2-top > li.collapsing > div > ul > li.expandable > div > ul > li > div > ul  li{
    border:none!important;
}
#widget-collapscat-2-top > li.collapsing > div > ul > li.expandable > div > ul li>span{
	display: block;
    color: #464646;
	background: #fff;
}
#widget-collapscat-2-top > li.collapsing > div > ul > li.expandable > div > ul > li{
	border-bottom:#fdc800 2px solid;
    border-color: rgba(213,213,213,1.00);
}
#widget-collapscat-2-top > li.collapsing > div > ul > li.expandable > div > ul li{
	display: block;
	padding: 12px 12px 12px !important;
	font-size: 12px;
	color: #464646;
	background: #fff;
    text-indent: 16px;
}
#widget-collapscat-2-top > li.collapsing > div > ul > li.expandable > div > ul li span{
    margin-top:8px;
    margin-bottom:10px;
}

#widget-collapscat-2-top>li.collapsing{
    padding:0!important;
}














/* aside wcex_widgetcart plugin */




.wcex_widgetcart_body {
	margin-top: 14px;
	padding: 0 8px 14px;
}
#wgct_point{
    margin-bottom:15px;
    border:none!important;
}
.empty_cart{
    margin-bottom:15px;
}
.widgetcart_rows{
    margin:10px 0!important;
    background:#fff!important;
   
}
.widgetcart_rows th, .widgetcart_rows td{
    border:#aaa 1px solid!important;  
    font-size:12px;
}
.total_price{
    text-align:right!important;
    vertical-align:middle!important;
    padding-right:1px!important;
    padding-left:2px!important;
}

.widgetcart_trush{
    text-align:center!important;
}


#wdgctToCart{
	text-align: center;
}

#wdgctToCheckout {
	text-align: center;
	display: block;
    color: #fff;
	background: rgb(255, 118, 0);
	border-radius: 5px;
	font-size: 14px;
	line-height: 1.5;
	box-shadow: 0 3px 0 #a04a0b;
	cursor: pointer;
}
#wdgctToCheckout>a{
    background-image:none!important;
    display:block!important;
    padding: 12px 0 11px;;
    width:100%!important;
}
#wdgctToCheckout>a:hover{
    color:rgba(0,0,0,1.00)!important;
    text-decoration:none!important;
}





/* aside widget page list */

.widget_pages .page_item a{
	display: block;
	padding: 14px 0;
	font-size: 12px;
	color: #464646;
	background: #fff;
	border-bottom: #fdc800 2px solid;
    border-color: rgba(213,213,213,1.00);
		text-indent: 16px;
}
.widget_pages .page_item:nth-last-child(1) a{
	border: none;
}

.widget_pages .page_item a:hover{
	background: #fdc800;
	text-decoration: none;
}


/* aside widget txt */


.widget_text > .widget_title{
    display:none;
}

.widget_text img{
	display: block;
	max-width: 300px;
	margin: 0 auto;
}

.widget_text{
	background: none;
	border: none;
}



/* mainContent */

.cm-box{
    border: #C3CACC solid 2px;
	margin-bottom: 22px;
    background: #fffefb;
}
.cm-box-title{
	background: #ccc;
	margin: 1px;
	text-align: center;
}
.cm-box-title-texture{
    background:url(../shop-img/com-title-bg-ptn.png) repeat;
    border-top: 2px solid #fed94f;
    border-bottom: 1px solid #c9c9c9;
}
.cm-box-title-link{
	margin: 0px 10px;
    background: url(../shop-img/fr-btn-mark.png) 32% 42% no-repeat;
    margin-bottom:5px;
}
.cm-box-title-link {
}
.cm-box-title h2{
	padding: 18px 10px 14px;
	line-height: 1.3;
    background-repeat:no-repeat;
    background-size:auto 35px;
    background-position:20px 50%;    
}

.cm-box-title em{
    font-style:normal;
	font-weight: bold;
	color: #444;
	font-size: 18px;
	letter-spacing: 2px;
}




.cm-box-title h2.fr-news{
    background-image:url(../shop-img/fr-icon-topics.png);
}
.cm-box-title h2.fr-new{
    background-image:url(../shop-img/fr-icon-new.png);
}
.cm-box-title h2.fr-recommend{
    background-image:url(../shop-img/fr-icon-recommend.png);
}
.cm-box-title h2.contact{
    background-image:url(../shop-img/fr-icon-contact.png);
}
.cm-box-title h2.trade{
    background-image:url(../shop-img/fr-icon-trade.png);
}
.cm-box-title h2.order{
    background-image:url(../shop-img/fr-icon-order.png);
}
.cm-box-title h2.privacy{
    background-image:url(../shop-img/fr-icon-privacy.png);
}
.cm-box-title h2.category{
    background-image:url(../shop-img/icon-item-title.png);
}





.container{
	
}
.fr-mainimg{
	margin-bottom: 22px;
}
.fr-mainimg img{
	width: 100%;
}



/*list */

.list-group a{
	display: block;
	padding: 15px 23px;
	border-bottom: #a89d8f dotted 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list-group-stripe li:nth-of-type(even) a{
		background: #fffbef;
}
.list-group-stripe li:nth-of-type(odd) a{
		background: #fffefb;
}
.list-group-stripe li a:hover{
	background: #fff0c7;
	text-decoration: none;
}


.fr-topics-date{
	color: #917347;
	font-style: italic;
	font-size: 12px;
	margin-right: 26px;
}

.fr-topics-title {
	font-size: 12px;
	color: #464646;
}



/* list container */

.cm-productlist-box{
	padding: 18px 15px;
	border-bottom: #8e4e1e 2px solid;
}
.cm-productlist-box:nth-last-child(1){
	padding: 18px 15px;
	border-bottom: none;
}


.cm-productlist-box-second{
	padding: 18px 15px;
	border-bottom: #8e4e1e 2px solid;
}
.cm-productlist-box-second:nth-last-child(1){
	padding: 18px 15px;
	border-bottom: none;
}


.cm-productlist-img{
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
}
.cm-productlist-img img {
    margin-bottom:-3px;
    max-height:237px;
    width:auto;
    max-width:100%;
}
.cm-productlist-title {
	color: #464646;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 19px;
}

.cm-productlist-pricebox{
}
.cm-productlist-price {
	padding: 11px 5px;
}
.cm-productlist-price:nth-of-type(1) {
	border-top: #a89d8f dotted 1px;
	border-bottom: #a89d8f dotted 1px;
}
.cm-productlist-discount {
	margin: -16px 0 0 0;
	padding: 11px 5px;
	border-bottom: #a89d8f dotted 1px;
}
.cancell {
	text-decoration:line-through;
}
.price::before{
	content: ""
}
.price-normal-txt {
	font-size: 12px;
	color: #455992;
	float: left;
	margin-top: 3px;
}
.price-normal-price {
	font-size: 16px;
	color: #455992;
	float: right;
}


.price-limit-txt {
	font-size: 12px;
	color: #fff;
	background: #f12c2c;
	border-radius: 3px;
	float: left;
	padding: 5px 7px 5px;
}
.price-limit-price {
	font-size: 12px;
	color: #f12c2c;
	float: right;
	font-size: 18px;
	font-weight: bold;
	margin-top: 3px;
}
.price-discount-txt {
	font-size: 12px;
	color: #f12c2c;
	float: left;
	margin-top: 3px;
}
.price-discount-price {
	font-size: 14px;
	color: #f12c2c;
	float: right;
}




/* search */

.search-found{
    color:rgba(255,255,255,1.00);
    margin:0 0 12px;
}
.search-found span{
    color:#FDC800;
}






/* FAX送信用紙バナー-削除 */
#text-3.widget_text{
	display: none;
}



/* shopping blog */

.shopBlog{
    padding:24px;
}
.shopBlog-date{
    font-size:12px;
    color:#894c16;
    font-style:italic;
    margin-bottom:18px;
}
.shopBlog-title{
    font-size:18px;
    color:#46280b;
    font-weight:bold;
    line-height:1.5;
    padding:0 0 17px;
    border-bottom:2px solid #dc9d69;
    margin-bottom:26px;
}
.shopBlog-content{
    color:#545454;
    line-height:1.8;
}
.shopBlog-back{
    width:90%;
    margin:0 auto 20px;
}





/* footer saiji */

.foot1 {
	float: none;
	width: 96%;
	margin-right: 10px;
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
}

div.footer {
    clear: both;
	height: 70px;
	padding-top: 30px;
	width: 100%;
	min-width:320px;
	background-image: url(../images/f10.png);
	background-repeat: repeat-x;
	background-position: 0px 10px;
	color: #FFF;
}
.fboxpleft {
	float: left;
	padding-bottom: 3px;
}
.fboxpright {
	font-size: 9px;
	float: right;
	margin-top: 5px;
}
.foot31 {
	background-image: none;
	width: 96%;
	float: none;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	clear:both;
}
.foot32 {
	background-image: none;
    width: 96%;
	float: none;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear:both;
}
.spHide {
	display:none;
}	
	



/* pagenavi plugin */

.wp-pagenavi{
    display:table;
    margin:0 auto 20px;
    border-collapse:separate;
    border-spacing:2px;
}


.wp-pagenavi > .previouspostslink, 
.wp-pagenavi > .nextpostslink, 
.wp-pagenavi > .extend, 
.wp-pagenavi > .current, 
.wp-pagenavi > .page, 
.wp-pagenavi > .first, 
.wp-pagenavi > .last
{
	display: table-cell;
	border-radius: 5px;
	padding: 12px 5px;
	text-align: center;
    
    color: #171717;
    background: #fdc800;
	box-shadow: 0px 2px 0px #420a09;
    
    width:10%;
    
}

.wp-pagenavi > .current{
    background: #f9a401;
}

.wp-pagenavi > a:hover,
.wp-pagenavi > span:hover{
    text-decoration:none;
     -webkit-filter: contrast(180%);
     -moz-filter: contrast(180%);
     -o-filter: contrast(180%);
     -ms-filter: contrast(180%);
     filter: contrast(180%);
}

.wp-pagenavi > .current:hover{
    background: #f9a401;
    text-decoration:none;
     -webkit-filter: contrast(100%);
     -moz-filter: contrast(100%);
     -o-filter: contrast(100%);
     -ms-filter: contrast(100%);
     filter:  contrast(100%);
}




/* shop item single */

.shopSingle{
    padding:5%;
    box-sizing:border-box;
}

.shopSingle-img {

	margin-bottom: 25px;
}
.shopSingle-img p>img {
    width: 100%;
    display:block;
/*     border:3px #996b63 solid; */
border:none;
}
.shopSingle-img p {
	background: #ccc;	
}
.shopSingle-img>ul {
	display:block;
	overflow:hidden;
	margin-top:10px;
	clear:both;
}
.shopSingle-img>ul li {
    display: block;
    float: left;
    width: 75px;
    overflow: hidden;
    margin-right: 21px;
    margin-bottom: 10px;
    position: relative;
/* border: 3px #996b63 solid; */
}

.shopSingle-img>ul li:nth-of-type(3n) {
	margin-right:0px;
   
}
.shopSingle-img > ul li img {
    display: block;
    left: 50%;
    max-width: 75px;
}





.shopSingle-pricebox {
	margin-bottom: 25px;
}
.shopSingle-title {
	font-size: 16px;
	color: rgb(75, 35, 5);
	line-height: 1.625;
	margin-bottom: 24px;
}
.shopSingle-pricebox-nomal {
	border-bottom: #000 dotted 1px;
	margin-bottom: 3px;
}

.shopSingle-pricebox-title {
	padding: 8px;
	background: #f5ebcd;
	border-radius: 5px;
	font-size: 12px;
}
.shopSingle-pricebox-price {
	padding: 20px 0;
	font-size: 19px;
	font-weight: bold;
	color: #34322c;
	text-align: right;
}

.shopSingle-pricebox-discount {
	color: #df5e5e;
	font-size: 12px;
	text-align: right;
	margin-bottom: 3px;
}
.shopSingle-pricebox-discountprice {
	color: #df5e5e;
	font-style: italic;
	font-size: 12px;
	text-align: right;
	margin-bottom: 20px;
}

.shopSingle-type {
	
}
.shopSingle-type-title {
    background: #fdc800;
	color: #fff;
	font-size: 12px;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 2px;
}
.shopSingle-type-container {
	background: #f5ebcd;
	padding: 7px 2%;
	margin-bottom: 27px;
}
.shopSingle-type-container>div {
    width:49%;
    padding: 19px 0;
	text-align: center;
	color: #fff;
	border-radius: 4px;
}
.shopSingle-type-pro {
	background: #041AC7;
	float: left;
}

.shopSingle-type-general {
	background: #D61C0E;
	float: right;
}


.shopSingle-reviewlink {
	color: #3760a4;
}
.shopSingle-reviewlink a::before{
	content: "▼";
	color: #3760a4;
	margin-right: 1em;
}







.sku{
	clear: both;
	margin-bottom: 20px;
}

.sku-title {
	background: #fdc800;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 2px;
}

.sku-container {
	border-width: 2px;
	border-color: rgb(215, 206, 180);
	border-style: solid;
	background-color: rgb(245, 235, 205);
}


.sku-nomal{
	color: #6b605a;
	margin: 10px 0;
	line-height: 1.5;
    font-size: 18px;
    padding:0 20px;
}
.sku-nomal input {
	font-size: 18px;
	text-align: right;
	border-radius: 4px;
	margin-left: 15px;
}


.sku-pull {
	color: #6b605a;
	margin: 20px 0 20px 32px;
	line-height: 1.5;
	float: left;
}
.sku-pull select{
	font-size: 16px;
	
}
.sku-pullnum {
	color: #6b605a;
	margin: 20px 0 20px 32px;
	line-height: 1.5;
	float: left;
	
}
.sku-pullnum input {
	font-size: 16px;
	text-align: right;
	border-radius: 4px;
}

.sku-btn01 {
	width: 90%;
	margin: 0 auto 20px;
    text-align:center;
    clear:both;
}
.sku-btn01 input{
    background-image:none;
    background:none;
    color:#000;
}
.sku-btn02 input{
    background-image:none;
    background:none;
    color:#000;
}
.sku-btn02 {
	margin: 10px 0 20px;
}
.sku-btn02>a {
	padding: 20px;
}

.sku-together {
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
	float: left;
	border-right: #d7ceb4 solid 2px;
	border-bottom: #d7ceb4 solid 2px;
}
.sku-together-thumb {
    margin-bottom: 15px;
    overflow:hidden;
    text-align:center;
    min-height:30px;
}
.sku-together-thumb img{
    max-height:60px;
}

.sku-together .sku-together-title {
	padding-bottom: 5px;
	margin-bottom: 13px;
	border-bottom: #883f0a 1px dotted;
	font-weight: bold;
	color: #554c47;
	line-height: 1.5;
}

.sku-together input {
	border-radius: 4px;	
	font-size: 18px;
	text-align: right;
    width:80%;
}




.shopSingle-detail{
	margin-bottom: 20px;
}
.shopSingle-detail-txt{
}
.shopSingle-detail-txt>p{
	margin-bottom: 26px;
	color: #7a6657;
	line-height: 1.7;
}

.shopSingle-detail-txt a { color:rgb(45, 125, 104); text-decoration:underline; }
.shopSingle-detail-txt a:hover { color:rgba(58,29,29,1.00); text-decoration:underline; }


.shopSingle-detail-txt>h2{
	background: url(../shop-img/shopSingle-detail-h2icon.png) no-repeat 15px 13px #f5ebd9;
	border-radius: 8px;
	padding: 13px 10px 10px 50px;
	font-size: 16px;
	color: rgb(75, 35, 5);
	line-height: 1.813;
	margin-bottom: 20px;
}


.shopSingle-detail-title{
	font-size: 18px;
	color: #622b2b;
	border-top: #744f4e solid 2px;
	border-bottom: #744f4e solid 2px;
	padding: 17px 0 14px 65px;
	background: url(../shop-img/shopSingle-detail-icon.png) no-repeat 10px 50%;
	margin-bottom: 25px;
}


.review-title{
	font-size: 18px;
	color: #622b2b;
	border-top: #744f4e solid 2px;
	border-bottom: #744f4e solid 2px;
	padding: 17px 0 14px 65px;
	background: url(../shop-img/shopSingle-review-icon.png) no-repeat 10px 50%;
	margin-bottom: 17px;
}

.review-content {
	border-radius: 4px;
	padding: 10px 24px 24px 24px;
	background-color: rgb(243, 236, 216);
	margin: 0 0 20px;
}
.review-content-title {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 22px;
	padding-top: 22px;
	padding-left: 45px;
	margin-bottom: 28px;
	border-bottom: 2px solid #a29d90;
	background: url( ../shop-img/review-title-icon.png) no-repeat 10px 50%;
	line-height: 1.5;
}
.review-content-title span{
	font-size: 14px;
	font-weight: normal;
}
.review-content .review-content-detail {
    color: #4e4c45;
	line-height: 1.8;
}



.reviewWrite {
}
.reviewWrite-title{
	background: url(../shop-img/review-icon-write.png) left 50% no-repeat;
	padding: 10px 20px;
	font-weight: bold;
	border-bottom: 1px solid #555;
}

.comment-form{
	padding: 20px 3%;
}

.comment-notes {
	color: #999;
	font-size: 12px;
}
.required {
	color: crimson;
}
.comment-form p{
	margin: 0 0 15px;
}
.comment-form p>input{
	font-size: 16px;
	border-radius: 4px;
}
.comment-form-comment textarea{
    width:100%;
}

label[for="author"], label[for="email"], label[for="url"], label[for="comment"]{
	display: block;
	margin-bottom: 5px;
}

.form-submit>input{
	display: block;
	border-radius: 5px;
	padding: 12px 24px;
}
p.comment-subscription-form{
	margin-bottom: 5px;
}


.shopSingle-friend {
	width: 200px;
	text-align: center;
	background: #3760a4;
	border-radius: 5px;
}
.shopSingle-friend a{
	padding: 10px 0;
	display: block;	
	color: #fff;
}
.shopSingle-friend a::before{
	content: "▼";
	margin-right: 1em;
}






/* 固定ページ部分 */


.page-common{
    padding:24px 2%;
}
.page-common a{
    font-weight:bold;
    color:rgba(135,92,0,1.00);
}

.page-common>h3{
    background:#efe6d9;
    border-radius:5px;
    font-size:18px;
    color:#46280b;
    line-height:1.4;
    padding:18px 26px 16px;
    margin:0 0 20px;
}

.page-common>p{
    padding:0 5%;
    color:#46280b;
    line-height:1.8;
    margin:0 0 30px;    
}

.page-common>table{
    width:100%;
    border-width: 1px;
    border-color: rgb(207, 177, 134);
    border-style: solid;
    margin-bottom:25px;
}
.page-common>table td{
    border-top: rgb(207, 177, 134) 1px solid;
    border-bottom: rgb(207, 177, 134) 1px solid;
    padding:13px 20px;
    box-sizing:border-box;
    line-height:1.8;
    
}
.page-common>table td:nth-of-type(1){
    background:#f7eee1;    
    width:110px;
    vertical-align:middle;
    text-align:center;
    color:#46280b;
}

.page-common>table.trade01 td{
    border-top: rgb(207, 177, 134) 1px solid;
    border-bottom: rgb(207, 177, 134) 1px solid;
    padding:13px 20px;
    box-sizing:border-box;
    line-height:1.8;
    background:none;
    text-align:left;
}
.page-common>table.trade01 tr:nth-last-child(1) td p{
    margin-bottom:18px;
}
.page-common>table p{
    margin-bottom:18px;
}
.page-common>table p:nth-last-child(1){
    margin-bottom:0;
}








/* お問い合わせ */


.contact-warning{
    text-align:center;
  border-radius: 6px;
  background-color: rgb(239, 230, 217);
  padding:20px 0;
  margin-bottom:20px;
  color:#46280b;
  line-height:1.5;
}
.contact-box{
    clear:both;
    border-bottom:1px dotted rgba(101,32,33,1.00);
    padding:0 0 10px;
    width:90%;
    margin:0 auto 20px;
}
.contact-box-text{
    clear:both;
    border-bottom:1px dotted rgba(101,32,33,1.00);
    padding-bottom:15px;
    width:90%;
    margin:0 auto 15px;
}

/* 
.contact-th{
    font-size:14px;
    font-weight:bold;
    color:#46280b;
}
.contact-th span{
    display:block;
    text-align:center;
    width:60px;
    border:1px solid #E01B1F;
    color:#E01B1F;
    padding:3px 5px 2px ;
    font-weight:normal;
    border-radius:4px;
    margin-right:12px;
    font-size:11px;
    float:right;
}

.contact-td{
}

.contact-td>span>input{
  border-width: 1px;
  border-color: rgb(151, 119, 119);
  border-style: solid;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  padding:8px;
  font-size:14px;
  margin-top:10px;
  width:100%;
  box-sizing:border-box;
}
.contact-td>span>textarea{
  border-width: 1px;
  border-color: rgb(151, 119, 119);
  border-style: solid;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  padding:8px;
  font-size:14px;
  margin-top:10px;
  width:100%;
  box-sizing:border-box;
}
 */
.wpcf7-form .customer_form{
    width:100%;
    border-width: 1px;
    border-color: rgb(207, 177, 134);
    border-style: solid;
    margin-bottom:50px;
}
.wpcf7-form .customer_form th, 
.wpcf7-form .customer_form td{
	border-top: rgb(207, 177, 134) 1px solid;
	border-bottom: rgb(207, 177, 134) 1px solid;
	border-left: #e6e6e6 1px solid;
	border-right: #e6e6e6 1px solid;
}
.wpcf7-form .customer_form th{
    background:#f7eee1;    
    width: 20%;
    min-width:80px;
    vertical-align:middle;
    text-align:center;
    color:#46280b;
    font-size:11px;
    padding:0 10px;
    box-sizing:border-box;
}
.wpcf7-form .customer_form td{
    padding:5px;
    box-sizing:border-box;
    line-height:1.8;
}
.wpcf7-form .customer_form td .wpcf7-text, 
.wpcf7-form .customer_form td .wpcf7-textarea{ 
    border-width: 1px;
    border-color: rgba(166,166,166,1.00);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    padding:4px 8px;
    font-size:14px;
    margin:0 10px 0;
    vertical-align:middle;
}
	.wpcf7-form .customer_form td.length-s .wpcf7-text{
		width: 40%;
	}
	.wpcf7-form .customer_form td.length-m .wpcf7-text{
		width: 60%;
	}
	.wpcf7-form .customer_form td.length-l .wpcf7-text{
		width: 80%;
	}
	.wpcf7-form .customer_form tr.contact-names .wpcf7-text{
		width: 50%;
	}
.wpcf7-form .customer_form td .wpcf7-textarea{ 
	width: 75%;
}
.wpcf7-form .customer_form input[type="radio"]{
    width:auto;
}
.wpcf7-form .customer_form input[type="checkbox"]{
    width:auto;
}
.wpcf7-form .customer_form .asterisk {
	font-style: normal;
	color: #ff0000;
}
.wpcf7-form .send input[type="button"]{
 -webkit-appearance: none;
	display: block;
	border-radius: 5px;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	background: #ee6e11;
	box-shadow: 0 3px 0 #a04a0b;
    width:200px;
    margin:35px auto 0;
    border:none;
}

.contact-submit>p>input[type="submit"]{
 -webkit-appearance: none;
 
	display: block;
	border-radius: 5px;
	padding: 12px 0;
	text-align: center;
	color: #fff;
    width:200px;
    margin:0 auto;

    background: #FBA22D;
    box-shadow: 0px 2px 0 #C4740A;
    font-size: 14px;
    font-weight: bold;
}
.contact-submit>p>input[type="submit"]:hover{
    color:#000;
}
.asterisk.explain{
    padding-bottom:15px;
    display:block;
}







/* color module */

.limit-title{
	background: #f50000;
	color: #fff;
}
.limit-price{
	color: #f50000;
}



/* 20151112 */
.sku-btn01 .btn.btn-orange, 
.sku-btn02 .btn.btn-orange {
	cursor: pointer;
	padding: 0;
}
.btn input.skubutton[type='submit'] {
	color: inherit;
	background: transparent;
	width: 100%;
	cursor: inherit;
	padding: 12px 0;
    font-size:14px;
}
.shopSingle-type-container .icon-gray {
	background-color: #ddd;
}
#sidebanner-box img {
	max-width: 100%;
}
#sidebanner-box .imgbox {
	padding-bottom: 20px;
    text-align:center;
}







.catbox form #cart{
    overflow-x:scroll;
}
.catbox #info-confirm #cart{
    overflow-x:scroll;
}





/* 20151124 新規入会ページ */

.header_explanation{

}
.header_explanation{
    padding:24px 0;
    color:#46280b;
    line-height:1.8;
    margin:0 0 30px;    
}
.header_explanation span{
    color:rgba(208,2,7,1.00);
}
.header_explanation a{
    font-weight:bold;
    color:rgba(135,92,0,1.00);
}

.header_explanation>h3{
    background:#efe6d9;
    border-radius:5px;
    font-size:18px;
    color:#46280b;
    line-height:1.4;
    padding:18px 26px 16px;
    margin:10px 0 0;
}



.catbox .send input[type="submit"], .catbox .send input[name="previous"],{
    margin-bottom:10px;
}

.back_to_top_button {
    margin-bottom:30px;
}

.catbox input[type="submit"], .catbox input[name="previous"], .back_to_top_button {
 -webkit-appearance: none;
    border-radius: 5px;
	padding: 10px 15px!important;
	text-align: center;
    border:none!important;

	color: #171717;
	background: #FDC800;
    box-shadow:0px 2px 0 #B38E00;
}
.catbox input[type="submit"]:hover{
    text-decoration:none;
		background-color: #fdd800;
/*     background:rgba(192,170,170,1.00); */
}

/* 20151214 カートウィジェット */
table.widgetcart_rows th.trush, 
table.widgetcart_rows td.widgetcart_trush {
	display: none;
}


.cart_page_title{
    font-size:24px;
    color:rgba(180,43,45,1.00);
}
.confiem_notice{
    font-size:16px;
    color:rgba(180,43,45,1.00);
}


.currency_code{
    display:none;
}


#wdgctToCart::after{
    content:"";
    color:#FF0004;
    font-weight:bold;
    display:block;
    margin-top:10px;
}



.btn-orange2{
    background:#FBA22D;
    color:#fff;
    text-align:center;
    border-radius:5px;
    box-sizing:border-box;
    box-shadow: 0px 2px 0 #C4740A;
}


.btn-orange2:hover{
    text-decoration:none;
    color:#000;
}






#inside-cart #cart{
    width:100%;
	overflow-x:scroll;
}

#inside-cart #cart{
	overflow-x: auto;
}
#inside-cart #cart::-webkit-scrollbar{
	width: 5px;
	background: #D9E181;
}
#inside-cart #cart::-webkit-scrollbar:horizontal{
	height: 5px;
	background: #EFF1A5;
}
#inside-cart #cart::-webkit-scrollbar-thumb{
	background: #B9A356;
	border-radius: 2px;
}
#inside-cart #cart::-webkit-scrollbar-thumb:horizontal{
	background: #B9A356;
	border-radius: 2px;
}