@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.clear {clear:both;}

.center{text-align:center;}
.right{text-align:right;}
.left{text-align:left;}

.shadow, .shadow img{box-shadow: 2px 2px 10px #999 !important;}


.p-t00{ padding-top:0px !important;}.p-t05{ padding-top:5px !important;}.p-t10{ padding-top:10px !important;}.p-t15{ padding-top:15px !important;}.p-t20{ padding-top:20px !important;}.p-t30{ padding-top:30px !important;}.p-t40{ padding-top:40px !important;}.p-t45{ padding-top:45px !important;}.p-t50{ padding-top:50px !important;}
.p-b00{ padding-bottom:0px !important;}.p-b05{ padding-bottom:5px !important;}.p-b10{ padding-bottom:10px !important;}.p-b15{ padding-bottom:15px !important;}.p-b20{ padding-bottom:20px !important;}.p-b30{ padding-bottom:30px !important;}.p-b40{ padding-bottom:40px !important;}.p-b45{ padding-bottom:45px !important;}.p-b50{ padding-bottom:50px !important;}
.p-l00{ padding-left:0px !important;}.p-l05{ padding-left:5px !important;}.p-l10{ padding-left:10px !important;}.p-l15{ padding-left:15px !important;}.p-l20{ padding-left:20px !important;}.p-l30{ padding-left:30px !important;}.p-l40{ padding-left:40px !important;}.p-l45{ padding-left:45px !important;}.p-l50{ padding-left:50px !important;}.p-l60{ padding-left:60px !important;}.p-l70{ padding-left:70px !important;}.p-l80{ padding-left:80px !important;}.p-l90{ padding-left:90px !important;}.p-l100{ padding-left:100px !important;}.p-l100{ padding-left:100px !important;}.p-l150{ padding-left:150px !important;}.p-l200{ padding-left:200px !important;}.p-l250{ padding-left:250px !important;}.p-l300{ padding-left:300px !important;}.p-l350{ padding-left:350px !important;}.p-l400{ padding-left:400px !important;}.p-l450{ padding-left:450px !important;}
.p-r00{ padding-right:0px !important;}.p-r05{ padding-right:5px !important;}.p-r10{ padding-right:10px !important;}.p-r15{ padding-right:15px !important;}.p-r20{ padding-right:20px !important;}.p-r30{ padding-right:30px !important;}.p-r40{ padding-right:40px !important;}.p-r45{ padding-right:45px !important;}.p-r50{ padding-right:50px !important;}

.m-t00{ margin-top:0px !important;}.m-t05{ margin-top:5px !important;}.m-t10{ margin-top:10px !important;}.m-t15{ margin-top:15px !important;}.m-t20{ margin-top:20px !important;}.m-t30{ margin-top:30px !important;}.m-t40{ margin-top:40px !important;}.m-t45{ margin-top:45px !important;}.m-t50{ margin-top:50px !important;}
.m-b00{ margin-bottom:0px !important;}.m-b05{ margin-bottom:5px !important;}.m-b10{ margin-bottom:10px !important;}.m-b15{ margin-bottom:15px !important;}.m-b20{ margin-bottom:20px !important;}.m-b30{ margin-bottom:30px !important;}.m-b40{ margin-bottom:40px !important;}.m-b45{ margin-bottom:45px !important;}.m-b50{ margin-bottom:50px !important;}
.m-l00{ margin-left:0px !important;}.m-l05{ margin-left:5px !important;}.m-l10{ margin-left:10px !important;}.m-l15{ margin-left:15px !important;}.m-l20{ margin-left:20px !important;}.m-l30{ margin-left:30px !important;}.m-l40{ margin-left:40px !important;}.m-l45{ margin-left:45px !important;}.m-l50{ margin-left:50px !important;}.m-l60{ margin-left:60px !important;}.m-l70{ margin-left:70px !important;}.m-l80{ margin-left:80px !important;}.m-l90{ margin-left:90px !important;}.m-l100{ margin-left:100px !important;}.m-l150{ margin-left:150px !important;}
.m-r00{ margin-right:0px !important;}.m-r05{ margin-right:5px !important;}.m-r10{ margin-right:10px !important;}.m-r15{ margin-right:15px !important;}.m-r20{ margin-right:20px !important;}.m-r30{ margin-right:30px !important;}.m-r40{ margin-right:40px !important;}.m-r45{ margin-right:45px !important;}.m-r50{ margin-right:50px !important;}



.page-id-1702 .date-tags{
	display:none;
}
.page-id-1702 .cut-form{
	padding: 9px;
  background: -moz-linear-gradient(top, #d4edda  70%, #FFF);
  background: -webkit-linear-gradient(top, #d4edda  70%, #FFF);
  background: linear-gradient(to bottom, #d4edda  70%, #FFF);
}

.page-id-1702 .cut-form p{
	font-size:16px;
	margin-bottom: 1.3em;
	font-weight: bold;
}
.page-id-1702 .cut-form input{
	font-size:13px;
	margin:0 0 0 0 ;
	padding: 6px;
}


.page-id-1702 .column-wrap > div {
    width: 50%;
}

.page-id-1702 .cut-area {
    width: 80%;
    margin: 0 auto;
}

.page-template-uscescart .main {
  width: 100%;
}
}



.wq-Form .wq-Option{
	
	width:300px !important;
}


.box3-wrap{
	display:flex;
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
	flex-wrap        : wrap;
	justify-content: space-between;  /*-- 均等割り付け  --*/
}

.box3{
	width: 31.4%;
	padding: 0px 0px 10px 0px;
	margin: 0 1px 40px 1px;
}
.box3 p{
font-size: 15px;
}

.box3-wrap-s{
	display:flex;
	flex-wrap        : wrap;
	justify-content: unset; 
	gap: 5px;
}

.box3-wrap-s .box3{
	width: 24.4%;
	padding: 0px 5px 10px 5px;
	margin: 0 0px 10px 0px;
	box-shadow: 0px 0px 4px #21397c;
	text-align:center;
}
.box3-wrap-s .box3 a{
font-size: 15px;
text-decoration: none;
font-weight:bold;
}

.box3-wrap-s .box3 img{
vertical-align:top;
}





/*-- 15LPページ --*/

.page-id-2020 .content {
  background: #fff;
}


#w900{
	width:900px;
	margin:0 auto;
}


#quality-area {
	width:820px;
	margin:0 auto;
}
#reasons-area {
	width:980px;
	margin:0 auto;
}

#flow-area {
	width:100%;
	margin:0 auto;
}



.page-id-2020 #quality-area .column-left{
	width:370px;
	margin-right: 25px;
}

.page-id-2020 #quality-area .column-right{
	flex:1;
}

.page-id-2020 #quality-area .column-right p{
	font-size:16px;
}

#quality-area h3,
#reasons-area h3{
border-left: 0px solid #888;
border-right: 0px solid #ddd;
border-top: 0px solid #ddd;
border-bottom: 1px solid #ddd;
margin-bottom: 0.62em;
padding-top: 0;
padding-left: 0;
padding-bottom: 5px;
}

#quality-area h3.first,
#reasons-area h3 .first{
background:#f0424c;
color:#fff;
padding: 4px 6px 3px 6px;
margin-right: 10px;
}

#quality-area .message  {
text-align: center;
font-size: 35px;
font-weight: bold;
margin-top: 20px;
}

#quality-area .message span {
	color:#f00;
}


.big {
	font-size:140%;
}


.gradient-area {
	height: 200px;
	background-image: linear-gradient(90deg, rgba(247, 93, 139, 1), rgba(254, 220, 64, 1));
	margin: 20px -30px 50px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.gradient-area p{
	font-size:40px;
	font-weight:bold;
	color:#fff;
margin-bottom: 0;
}

.page-id-2020 #reasons-area .column-left{
	flex:1;
}

.page-id-2020 #reasons-area .column-right{
	width:343px;
	margin-left: 25px;
}

.page-id-2020 #reasons-area .column-left p{
	font-size:16px;
}


.plan-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content:center;
}

.plan-wrap li{
	background:#f0424c;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	padding: 9px 17px;
}


#otoku-area table{
	width:80%;
	margin:0 auto;
	font-size:17px;
	table-layout: fixed;
	text-align:center;
}

#otoku-area th{
	background:#666;
	color:#fff;
	font-weight:bold;
}

#otoku-area .no-back{
	background:none;
}

#otoku-area .t-top{
	padding:17px 0;
	background:#f0424c;
	font-size: 25px;
}

#otoku-area .num{
	color:#f00;
	font-size:110%;
}


p.shohinmei{
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	text-align:center;
  margin-bottom:10px;
}

p.shohinkakaku{
	font-size:18px;
	line-height:14px;
	font-weight:bold;
	text-align:center;
  margin-bottom:20px;
}


/************************************
** welcart用のCSS
************************************/


div.loopimg {
	float: left;
	width: 105px;
	padding-right: 10px;
	padding-bottom: 10px;
}
div.loopexp {
	/*float: left;*/
}

div.header_explanation {
	padding-top: 15px;
	padding-bottom: 15px;
}

div.footer_explanation {
	padding-top: 15px;
	padding-bottom: 15px;
}


/*******************************************************/
#cart {
	width: 100%;
}

#cart div.error_message {
	font-weight: bold;
	color: #FF0000;
	margin-top: 10px;
}

#cart .upbutton {
	text-align: right;
	padding-right: 20px;
}

#cart table {
	border: 1px solid #CCCCCC;
}

#cart table#cart_table {
	margin-bottom: 10px;
}

#cart th, 
#cart td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
	word-break:break-all;
}
#cart td.signal_red {
	font-weight: bold;
	color: #FF0000;
}
#cart th {
	color: #FFFFFF;
	background-color: #999999;
	white-space: nowrap;
	font-weight: normal;
    font-size: 0.9em;
}

#cart th.aright,
#cart td.aright {
	text-align: right;
	white-space: nowrap;
}

#cart th.aleft,
#cart td.aleft {
	text-align: left;
}

#cart td.productname {
	text-align: left;
}

#cart input.quantity {
	width: 40px;
	text-align: center;
	font-size: 13px;
}

#cart th.num,
#cart th.thumbnail,
#cart th.price,
#cart th.unitprice,
#cart th.quantity,
#cart th.subtotal {
	text-align: center;
	vertical-align: middle;
} 

#cart .num {
	white-space: nowrap;
	width: 40px;
	text-align: center;
} 

#cart .thumbnail {
	white-space: nowrap;
	width: 70px;
	text-align: center;
} 

#cart .price,
#cart .unitprice {
	white-space: nowrap;
	width: 80px;
	text-align: right;
} 

#cart .quantity {
	white-space: nowrap;
	width: 65px;
	text-align: center;
} 

#cart .subtotal {
	white-space: nowrap;
	width: 100px;
	text-align: right;
} 

#cart .stoc {
	white-space: nowrap;
	width: 90px;
	text-align: center;
} 

#cart .action {
	white-space: nowrap;
	width: 60px;
	text-align: center;
} 

#cart #point_table {
	width: 350px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#cart #point_table td {
	height: 30px;
}

#cart #point_table .point {
	font-size: 1.5em;
	font-weight: bold;
}

#cart #point_table input.used_point {
	width: 100px;
	text-align: right;
	padding-right: 5px;
}
#cart input.delButton {
    padding: 5px 5px;
    font-weight: normal;
}

#cart-content #wc_cart img,
#cart-content #wc_confirm img {
	max-width: none;
}
/*********************************************************************/
/* USCES Item single page style */
span.price {
	font-size: 140%;
	font-weight: bold;
	color: #ED5B14;
	margin: 0px;
	padding: 0px;
}
span.cprice {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
em.tax {
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: inherit;
	letter-spacing: 0em;
	white-space: nowrap;
}
dl.itemGpExp {
	margin: 0px;
	padding: 0px;
}
dl.itemGpExp dt {
	padding: 3px;
	font-weight: bold;
	color: #FF3333;
}

dl.itemGpExp dd {
	margin: 0px;
	padding: 0px;
}

dl.itemGpExp ul {
	margin: 0px;
	padding: 0px;
}

dl.itemGpExp li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 13px;
}

#itempage {
	width: 100%;
}

#itempage .field {
	height: auto;
	width: auto;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: flex;
	flex-wrap: wrap;
}
#itempage .field2 {
	height: auto;
	width: auto;
	margin: 0px;
	text-align:right;
	font-size:14px;
	color:#955;
}
#itempage .field ul.item_custom_field {
    list-style: none;
}
#itempage .field .field_name {
	text-align: left;
	width: 50%;
}
#itempage .field .field_price {
	font-size: 140%;
	font-weight: bold;
	color: #c7000b;
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 50%;
}

#itempage .field .field_cprice {
	font-size: 100%;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 50%;
}

#itempage h3 {
	color: #FFFFFF;
	background-color: #999999;
	padding: 3px 5px;
}

#itempage .exp {
	margin: 20px 0 0 0;
	width: 48%;
	float: right;
}

*:first-child+html #itempage .exp {
	display: inline;
}

#itempage form {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 48%;
	float: right;
}


/*-- 複数SKUの記述 --*/

.itemimg-multi .itemimg {
	width:50%;
	float:left;
}

.itemimg-multi .itemsubimg-wrap {
	width:50%;
	float:right;
}

#itempage .exp-multi form {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
/*
#itempage .itemimg {
	float: left;
	margin-right: 10px;
	width: 200px;
}
*/
#itempage .itemimg img {
	margin: 0 auto;
	padding: 0px;
}

#itempage .itemsubimg {
	margin-bottom: 10px;
}

#itempage .skuform {
	width: 100%;
}

#itempage .skuform .skuquantity {
	text-align: center;
    width: 6em;
    margin:8px 0px 10px 10px;
}

#itempage table.skusingle {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#itempage table.skusingle td {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
}

#itempage table.skumulti {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
	border: 2px solid #CCCCCC;
	border-collapse: collapse;
}

#itempage table.skumulti th {
	background-color: #E6E6E6;
	text-align: center;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	font-weight: normal;
	vertical-align: middle;
}

#itempage table.skumulti th.thborder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#itempage table.skumulti td {
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D9D9D9;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
}

#itempage table.skumulti td.subborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
}

#itempage table.skumulti td.price {
	text-align: right;
}

#itempage table.skumulti td.zaiko {
}

#itempage table.skumulti td.quant {
	text-align: right;
}

#itempage table.skumulti td.unit {
	text-align: center;
}

#itempage table.skumulti td.button {
	text-align: center;
}

#itempage table.skumulti td.skudisp {
	font-weight: bold;
}

#itempage .assistance_item {
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#itempage .assistance_item h3 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #999999;
	line-height: 18px;
	margin-bottom: 10px;
	height: 18px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#itempage .assistance_item ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}

#itempage .assistance_item li {
	margin: 0px;
	float: left;
	width: 312px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#itempage .assistance_item .listbox {
	background-color: #f9f9f9;
	width: auto;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #cccccc;
}

#itempage .assistance_item .slit {
	height: 100px;
	width: 100px;
	overflow: hidden;
	background-image: url(image/no_img.gif);
	background-repeat: no-repeat;
	float: left;
}

#itempage .assistance_item .detail {
	width: auto;
	padding-top: 5px;
	margin-left: 0px;
	padding-left: 115px;
}

#itempage .assistance_item h4 {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #660000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#itempage .assistance_item .detail p {
	font-size: 11px;
	line-height: 150%;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#itempage table.item_option {
	border: 1px solid #CCCCCC;
}

#itempage table.item_option caption {
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.7em;
}

#itempage table.item_option th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: left;
	background-color: #F0F0F0;
	padding-right: 10px;
	padding-left: 10px;
}

#itempage table.item_option td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: left;
}

#itempage .iopt_radio_label {
	display: block;
}

/* End USCES Item single page style */
/*********************************************************************/
/* USCES cart page style */
div.usccart_navi ol.ucart {
	list-style-image: none;
	list-style-type: none;
	display: block;
	height: 31px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0px;
}
div.usccart_navi li.ucart {
	background-color: #B3B3B3;
	float: left;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 25%;
}

/*div.usccart_navi li.ucart.uscdelivery {
	font-size: 0.95em;
}*/

div.usccart_navi li.usccart_cart {
	background-image: url(../images/cart_navi_bg1.jpg);
	background-repeat: repeat-x;
}
div.usccart_navi li.usccart_customer {
	background-image: url(../images/cart_navi_bg2.jpg);
	background-repeat: repeat-x;
}
div.usccart_navi li.usccart_delivery {
	background-image: url(../images/cart_navi_bg3.jpg);
	background-repeat: repeat-x;
}
div.usccart_navi li.usccart_confirm {
	background-image: url(../images/cart_navi_bg4.jpg);
	background-repeat: repeat-x;
}
#inside-cart .post {
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
}
#inside-cart h2 {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ffcc00;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffe679;
}
#inside-cart p {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#inside-cart .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffcc00;
}
#inside-cart .no_cart {
	text-align: center;
	width: auto;
	margin-top: 60px;
	font-size: 1.4em;
	font-weight: bold;
	color: #FF9900;
	margin-bottom: 60px;
}
#customer-info h5 {
	color: #FFFFFF;
	background-color: #669999;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#customer-info .post {
	width: auto;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#customer-info .error_message {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #ff0000;
}
#customer-info h2 {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff9900;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffc56a;
}
#customer-info form {
	margin: 0px;
	padding: 0px;
}
#customer-info table {
	margin-top: 10px;
	border-collapse: collapse;
}
#customer-info th {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #4c4d25;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e6e6e6;
	background-color: #f3f3f3;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 25%;
}
#customer-info td {
	font-size: 11px;
	line-height: 150%;
	color: #4c4c4c;
	border: 1px solid #e6e6e6;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#customer-info .customer_form input {
	width: 50%;
	margin-right: 3px;
}
#customer-info .customer_form input[type="checkbox"], 
#customer-info .customer_form input[type="radio"] {
	width: auto;
	margin-right: 3px;
}
#customer-info .customer_form label.iopt_label {
	display: block;
}
#customer-info .customer_form tr.inp1 input {
	width: 82%;
	margin-left: 3px;
}
#customer-info .customer_form tr.inp2 input {
	width: 75%;
	margin-left: 0px;
	margin-right: 3px;
}
#delivery-info .customer_form em,
#customer-info .customer_form em {
	font-style: normal;
	color: #ff0000;
}
#customer-info .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff9900;
}
#delivery-info .post {
	width: auto;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#delivery-info h2 {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff6600;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffaa68;
}
#delivery-info form {
	margin: 0px;
	padding: 0px;
}
#delivery-info table.customer_form {
	margin-bottom: 10px;
	border-collapse: collapse;
	width: 100%;
}
#delivery-info th {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #4c4d25;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e6e6e6;
	background-color: #f3f3f3;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 25%;
}
#delivery-info td {
	font-size: 11px;
	line-height: 150%;
	color: #4c4c4c;
	border: 1px solid #e6e6e6;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#delivery-info .error_message {
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #ff0000;
}
#delivery-info .customer_form dl {
	margin: 0px;
	padding: 0px;
	width: auto;
}
#delivery-info .customer_form dt {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	width: auto;
	padding-top: 5px;
}
#delivery-info .customer_form dd {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#delivery-info #delivery_table input {
	width: 50%;
	margin-right: 3px;
}
#delivery-info #delivery_table tr.inp1 input {
	width: 83%;
	margin-right: 0px;
	margin-left: 3px;
}
#delivery-info #delivery_table tr.inp2 input {
	width: 76%;
	margin-right: 3px;
	margin-left: 0px;
}
#delivery-info .customer_form .btn {
	width: 24px;
}
#delivery-info #time {
	margin-top: 10px;
}
#delivery-info #time textarea,
#delivery-info .notes {
	height: 100px;
	width: 94%;
}
#delivery-info .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff6600;
}
#info-confirm .error_message {
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #ff0000;
}
#info-confirm .post {
	background-color: #ffffff;
	width: auto;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#info-confirm h2 {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff3300;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff8f71;
}
#info-confirm form {
	margin: 0px;
	padding: 0px;
}
#info-confirm #confirm_table {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
}
#confirm_table h3 {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #ff3300;
	margin: 0px;
	padding: 0px;
}
#confirm_table th {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #50511d;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
	width: 25%;
}
#confirm_table td {
	font-size: 12px;
	line-height: normal;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
}
#confirm_table .ttl {
	background-color: #ffffef;
}
#confirm_table .bdc {
	background-color: #FFFFFF;
}
#info-confirm .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF3300;
}
#coml-page h2,#error-page h2 {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #ffffff;
	background-color: #666600;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b2b165;
}
#coml-page p,#error-page p {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#coml-page form,#error-page form {
	margin: 0px;
	padding: 0px;
}
#coml-page .send,#error-page .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2b165;
}
#coml-page .post,#error-page .post {
	background-color: #ffffff;
	padding: 15px;
	width: auto;
	margin-top: 10px;
}
#status_table table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#status_table th {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#status_table td {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
/* End USCES cart page style */
/*********************************************************************/
/* USCES Member page style */

#memberpages #memberinfo ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	list-style-position: outside;
}
#memberpages #memberinfo li {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#memberpages #memberinfo li strong {
	color: #cc0000;
}
#memberpages div.loginbox {
	margin-top: 50px;
	width: 220px;
	background-color: #F6F6F6;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#memberpages input.loginmail {
	line-height: 20px;
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
}
#memberpages input.loginpass {
	line-height: 20px;
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
}
#memberpages form {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#memberpages .loginbox p {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#memberpages .loginbox p#nav {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#memberinfo .history-area {
	overflow: auto;
	height: 700px;
}
#memberinfo table {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
	width: 100%;
}
#memberinfo table .num{
	font-size: 14px;
}
#memberinfo table .date{
	white-space: nowrap;
}
#memberinfo table .rightnum{
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
	white-space: nowrap;
}
#memberinfo th {
	text-align: center;
	border: 1px solid #e6e6e6;
	background-color: #f8f8f8;
	font-size: 0.6em;
	line-height: 150%;
	font-weight: normal;
	color: #4e5020;
}
#memberinfo th.historyrow {
	color: #FFFFFF;
	background-color: #999999;
	vertical-align: middle;
}
#memberinfo th.cartrownum {
	font-size: 0.8em;
	vertical-align: middle;
	width: 38px;
}
#memberinfo th.thumbnail {
	font-size: 0.8em;
	vertical-align: middle;
	width: 60px;
}
#memberinfo th.productname {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo th.price {
	font-size: 0.8em;
	vertical-align: middle;
	width: 100px;
}
#memberinfo th.quantity {
	font-size: 0.8em;
	vertical-align: middle;
	width: 60px;
}
#memberinfo th.subtotal {
	font-size: 0.8em;
	vertical-align: middle;
	width: 100px;
}
#memberinfo td.cartrownum {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo td.thumbnail {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo td.productname {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo td.price {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo td.quantity {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo td.subtotal {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo td {
	line-height: 150%;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
}
#memberinfo td.order_number {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
	text-align: center;
}
#memberinfo td.purchase_date {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
	text-align: center;
}
#memberinfo td.purchase_price {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.used_point {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.discount {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.shipping {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.cod {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.tax {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.get_point {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.retail {
	margin: 0px;
	padding: 0px;
}
#memberinfo .blank_cell {
	width: 3px;
	padding: 0;
}
#memberinfo h3 {
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #ffffff;
	background-color: #990000;
	text-indent: 10px;
	padding: 0px;
	height: 26px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	float: none;
}

#memberinfo .send {
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#memberinfo .customer_form input {
	width: 150px;
}
#memberinfo .customer_form input#zipcode {
	width: 100px;
}
#memberinfo .customer_form input#address1,#memberinfo .customer_form input#address2,#memberinfo .customer_form input#address3 {
	width: 250px;
}
#memberinfo .customer_form em {
	font-style: normal;
	color: #ff0000;
}
#newmember table {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
	width: 100%;
}
#newmember table .num{
	font-size: 14px;
}
#newmember table .rightnum{
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
}
#newmember th {
	text-align: left;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e6e6e6;
	background-color: #f8f8f8;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #4e5020;
	width: 100px;
}
#newmember td {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
}
#newmember .send {
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#newmember .customer_form input {
	width: 120px;
}
#newmember .customer_form input#zipcode {
	width: 100px;
}
#newmember .customer_form input#mailaddress1,
#newmember .customer_form input#mailaddress2,
#newmember .customer_form input#address1,
#newmember .customer_form input#address2,
#newmember .customer_form input#address3 {
	width: 200px;
}
#newmember .customer_form em {
	font-style: normal;
	color: #ff0000;
}
table.retail td, 
#retail_table td {
	white-space: normal;
	word-break:break-all;
}
#newmember .agree_member_area,
#customer-info .agree_member_area {
	margin:20px;
}

#newmember .at_exp_text,
#customer-info .at_exp_text {
	text-align:left;
	width:90%;
	margin:auto;
}

#newmember .at_cont_text,
#customer-info .at_cont_text {
	height: 200px;
	width: 80%;
	display: block;
	margin: 10px auto;
}

#newmember .at_check_area,
#customer-info .at_check_area {
    text-align: center;
	font-size:1.5em;
}

/* End USCES Member page style */
/*********************************************************************/
/* USCES Search page style */
#searchbox {
	margin: 0px;
	padding: 0px;
}

#searchbox div.field {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#searchbox label.outlabel {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

#searchbox fieldset {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}

#searchbox legend {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
	color: #333333;
}

#searchbox fieldset ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#searchbox fieldset li {
	margin: 0px;
	float: left;
	height: 40px;
	width: 200px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#searchbox .title {
	font-size: 1.2em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #666666;
	line-height: 26px;
	display: block;
	height: 26px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 40px;
}

#searchbox .itemtitle {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

#searchbox .itemlist {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/* End USCES Search page style */
/************************************************************************************/
/* widget */

ul.ucart_featured_body li,
ul.ucart_calendar_body li,
ul.ucart_search_body li,
.widget_ucart_calendar ul.ucart_widget_body li,
.sidebar .widget_ucart_calendar ul.ucart_widget_body li,
#sidebar .widget_ucart_calendar ul.ucart_widget_body li,
.widget_ucart_search ul.ucart_widget_body li,
.sidebar .widget_ucart_search ul.ucart_widget_body li,
#sidebar .widget_ucart_search ul.ucart_widget_body li,
.widget_ucart_featured ul.ucart_widget_body li,
.sidebar .widget_ucart_featured ul.ucart_widget_body li,
#sidebar .widget_ucart_featured ul.ucart_widget_body li{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type:none;
	margin-left:0px;
	list-style-image: none;
	background-image: none;
	text-indent: 0px;
	padding-left: 0px;
	margin-bottom:10px;
}

ul.ucart_featured_body,
.widget_ucart_featured ul.ucart_widget_body,
.sidebar .widget_ucart_featured ul.ucart_widget_body,
#sidebar .widget_ucart_featured ul.ucart_widget_body {
	padding: 18px 10px 10px 10px;
	text-align: center;
}

ul.ucart_featured_body .thumimg,
.widget_ucart_featured .thumimg,
.sidebar .widget_ucart_featured .thumimg,
#sidebar .widget_ucart_featured .thumimg {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}

ul.ucart_featured_body .thumtitle a,
.widget_ucart_featured .thumtitle a,
.sidebar .widget_ucart_featured .thumtitle a,
#sidebar .widget_ucart_featured .thumtitle a {
	white-space: normal;
	word-break:break-all;
}

.widget_ucart_calendar ul.ucart_widget_body table,
.sidebar .widget_ucart_calendar ul.ucart_widget_body table,
#sidebar .widget_ucart_calendar ul.ucart_widget_body table {
	width: 100%;
}

.widget_welcart_post p {
	margin-top: 0px;
	margin-bottom: 3px;
	line-height: 1.1em;
}
/* End widget style */
/************************************************************************************/
/* catbox */

.catbox .post .itemlist {
	border-bottom: 1px dashed #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.catbox .post .entry {
	border-bottom: 1px dashed #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.businessday {
	background-color: #FFECCE;
	color: #ff0000;
}
.businesstoday {
	color: #000000;
	font-weight: bold;
}
/************************************************************************************/
/* liwpp */
.liwpp_area {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

/************************************************************************************/
/* postal code address search */
#newmember .customer_form input#search_zipcode,
#memberinfo .customer_form input#search_zipcode{
	margin-left: 3px;
	width: auto;
}
#customer-info .customer_form input#search_zipcode,
#delivery-info #delivery_table input#search_zipcode {
	width: auto;
}

h1.item_page_title{
	border-bottom:1px solid #999999;
	margin-bottom: 0.3em;
	padding-bottom: 0.2em;
	font-size: 23px;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.item_name{
	font-size: 19px;
	margin-bottom: 0em;
	padding-bottom: 0em;
}

.item_code{
	font-size: 16px;
	color:#999999;
	padding-bottom: 2em;
	line-height: 9px;
}

.item-wrap{
	margin:20px 0 0 0;
	width:50%;
	float:left;
	
}

.itemimg{
	width:100%;
}

.itemimg{
	width:100%;
}


.itemsubimg{
  display:flex;
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  /*-- 2個目で折り返し width指定で調整 --*/
  -webkit-flex-wrap: wrap;          /* Safari etc. */
  -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
  justify-content: space-between;
}

.itemsubimg img{
  width: 120px;
  height: 120px;
  object-fit: cover;
  padding: 0px 0px 0px 0px;
  margin: 0 0px 0px 0px;
	
}

div.button input[type="submit"]{
background: #f93e4f;
color: #ffffff;
border: 1px solid #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

.item-contents p{
	padding:0 0 0 0;
}

#itempage .item-contents h2{
	color:#fff;
	background:#175483;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin: 0 0 20px 0;
	padding:15px 10px;
	border-bottom:3px solid #777777;
}


#itempage .item-contents h3{
	color:#fff;
	background:#008f93;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin: 0 0 20px 0;
	padding: 8px 10px;
}

#itempage .item-contents h3.item{
}

#itempage .item-contents p{
	padding: 5px 4px 20px;
}

.shohin-box-wrap{
	display:flex;
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	/*-- 3個目で折り返し width指定で調整 --*/
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
	flex-wrap        : wrap;
	justify-content: space-between;  /*-- 均等割り付け  --*/
}


.shohin-box{
	width: 31.4%;
	padding: 0px 0px 10px 0px;
	margin: 0 5px 50px 5px;
	background: #ffffff;
	
	display:flex;
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	flex-direction: column;
	text-align: center;
}
.shohin-box p{
	margin-bottom: 0.2em;;
}


.shohin-box .s-image{
	padding: 0px 4px 10px;
	margin : 5px 4px 10px;
	object-fit: cover;
    /* width: 100%; */
    height: 237px;
}

.shohin-box .name{
font-size: 16px;
font-weight: bold;
padding: 0px 0px 0px;
margin: 0px 0px 0px;
    border-bottom: 1px solid #aaa;
}

.shohin-box .kakaku{
	font-size:18px;
	font-weight:bold;
padding: 0px 0px 0px;
margin: 0px 5px 0px 0px ;
text-align: right;
}

.shohin-box .sentence{
	font-size:13px;
padding: 0px 0px 0px;
margin: 0px 0px 10px;
	text-align: left;

}


.s-link{
margin-top: auto;
}


.cut-box-wrap{
	display:flex;
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	/*-- 3個目で折り返し width指定で調整 --*/
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
	flex-wrap        : wrap;
	justify-content: space-between;  /*-- 均等割り付け  --*/
}


.cut-box{
/*-- 	width: 31.4%; --*/
	padding: 0px 0px 10px 0px;
	margin: 0 5px 20px 5px;
	background: #ffffff;
}

.cut-box .c-image{
	padding: 5px 4px 10px;
	margin : 5px 4px 10px;
	object-fit: cover;
    height: 237px;
    max-height: 100%;
}





.item-contents .column-wrap{
		font-size:17px;
}

.item-contents .column-wrap p{
		margin:0 0 10px 0
}


.box-list3 .new-entry-cards{
	display:flex;
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	/*-- 3個目で折り返し width指定で調整 --*/
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
	flex-wrap        : wrap;
	justify-content: space-between;  /*-- 均等割り付け  --*/
}

.box-list3 .new-entry-cards .new-entry-card-link{
	width: 30.4%;
	padding: 0px 0px 0px 0px;
	margin: 0 10px 20px 10px;
	background: #ffffff;
}

.widget-entry-cards.large-thumb-on .card-content {
	font-size: 16px;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  
	.page-id-1702 .column-wrap > div ,
  .page-id-1702 .cut-area {
    width: 100%;
	}


.box-list3 .new-entry-cards .new-entry-card-link{
	width: 48%;
	margin: 0 0px 20px 0px;
}

.info-box{
	padding: 10px 13px;
	margin: 0 -16px;
	border-radius: 0px;
}


#itempage form{
	width: 100%;
	float: none;
}






#cart_table {
    margin: 30px 0px 0px;
    width: 100%;
}

#cart_table tr,
#cart_table th,
#cart_table td {
    display: block;
    width: 100%;
}

#cart_table > thead {
    display: none;
}

#cart_table > tbody > tr:nth-of-type(n + 2) {
    margin: 30px 0px 0px;
}

#cart_table > tbody > tr > td {
    position: relative;
    padding: 10px 10px 10px 10em;
    border-top: 1px solid #3388dd;
}
#cart_table > tbody > tr > td::before {
    position: absolute;
    top: 10px;
    left: 10px;
}

#cart_table > tbody > tr > td.num::before {
    content: "No.";
}

#cart_table > tbody > tr > td.thumbnail {
    border: none;
}

#cart_table > tbody > tr > td.productname::before {
    content: "商品名";
}

#cart_table > tbody > tr > td.unitprice::before {
    content: "単価";
}

#cart_table > tbody > tr > td.quantity::before {
    content: "数量";
}

#cart_table > tbody > tr > td.subtotal::before {
    content: "金額（税込）";
}

#cart_table > tbody > tr > td.stock::before {
    content: "在庫状態";
}

#cart_table > tbody > tr > td.action {
    padding: 10px;
    text-align: center;
}

#cart_table > tfoot > tr > th {
    text-align: right;
}

.customer_form {
    margin: 30px 0px 0px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.customer_form th,
.customer_form td {
    padding: 10px;
    border-top: solid 1px #3388dd;
    border-bottom: solid 1px #3388dd;
}



#cart .num,
#cart .thumbnail,
#cart .price,
#cart .unitprice,
#cart .quantity,
#cart .subtotal,
#cart .action 
{
	width: 100%;
	text-align: center !important;
} 

div.usccart_navi li.ucart{
	width: 48%;
	margin: 2px;
}

div.usccart_navi li.usccart_cart,
div.usccart_navi li.usccart_customer,
div.usccart_navi li.usccart_delivery,
div.usccart_navi li.usccart_confirm {
		background: #f77a00;
}

.shohin-box{
	width: 45%;
}


/*-- cart --*/
/*--
#main table, #main tbody, #main tr, #main th, #main td {
    display: block;
    max-width: 100% !important;
}
.no_cart{clear:both;}

div.usccart_navi ol.ucart{margin-left:0px!important;}

div.usccart_navi li.usccart{width: 25%;background-size: 100%;}
div.usccart_navi li.usccart_cart{width: 25%;background-size: 100%;}
div.usccart_navi li.usccustomer{width: 25%;background-size: 100%;}
div.usccart_navi li.uscdelivery{width: 25%;background-size: 100%;}
div.usccart_navi li.uscconfirm{width: 25%;background-size: 100%;}

#cart_table tbody{margin:0px;padding:0px;}

#main #cart_table table, 
#main #cart_table tbody,
#main #cart_table tr,
#main #cart_table th,
#main #cart_table td
{
	max-width: 100% !important;
}


#cart{overflow:hidden;}

#main #cart_table tr{width:95%; margin:0;}
#main #cart_table td{width:95%; margin:0; bor }
#main #cart_in thead{display:none;}

#cart .num  {background:#eee;}
#cart .num:before  {
	content: "No.";
	display: inline-block;
	text-align: center;
	font-size: .5em;
	background: #FF9F80;
	color: #fff;
	padding: 5px 5px 3px;
	margin-right: 5px;
	border-radius: 5px;
	line-height: 1.2;
}

#cart .thumbnail  {}
#cart .productname:before  {
	content: "商品名";
	display: inline-block;
	text-align: center;
	font-size: .5em;
	background: #FF9F80;
	color: #fff;
	padding: 5px 5px 3px;
	margin-right: 5px;
	border-radius: 5px;
	line-height: 1.2;
}

#cart .unitprice:before  {
	content: "単価";
	display: inline-block;
	text-align: center;
	font-size: .5em;
	background: #FF9F80;
	color: #fff;
	padding: 5px 5px 3px;
	margin-right: 5px;
	border-radius: 5px;
	line-height: 1.2;
}
#cart .quantity{text-align: right;}
#cart .quantity:before{
	content: "数量";
	display: inline-block;
	text-align: center;
	font-size: .5em;
	background: #FF9F80;
	color: #fff;
	padding: 5px 5px 3px;
	margin-right: 5px;
	border-radius: 5px;
	line-height: 1.2;
}
#cart .subtotal:before{
	content: "金額（税別）";
	display: inline-block;
	text-align: center;
	font-size: .5em;
	background: #FF9F80;
	color: #fff;
	padding: 5px 5px 3px;
	margin-right: 5px;
	border-radius: 5px;
	line-height: 1.2;
}
#cart .stock{text-align: right;}


#main #cart_table tfoot{width:100%;display: block;}


#customer-info th{
	margin-right: 0;
	margin-left: 0;
}

#main #customer_box{width: auto;min-width: auto !important;}
#main #confirm_box2{width: auto;min-width: auto !important;}

#main #confirm_box2 #confirm_table th{
	margin-right: 0;
	margin-left: 0;
}




div#toc_container ul li {
	font-size: 13px !important;
	margin-top: 6px;
}

  --*/

  
  
}/*-- スマホ用 END --*/


