input {
    line-height: normal;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button, select {
    text-transform: none;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

#cart input{
	border:1px solid;
	border-color: rgb(169, 169, 169);
	font-size: 18px;
	max-width: 85%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="text"],
input[type="password"]{
	font-size: 18px;
	height: 2.5rem;
    border: 1px solid #dfdfdf;
}

select{
	font-size: 16px;
	height: 2.4rem;
}

.ui-dialog {
    width: 360px;
}


.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 0.5em;
    background: none;
    width: 400px;
    overflow: auto;
}

@media only screen and (max-width: 500px){
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    background: none;
    overflow: auto;
}
}

/*お客様情報ページのカスタマイズ*/
#customer-info th {
	font-size: 18px;
	line-height: 350%;
	text-align: left;
	padding-left: 1em;
	padding-right: 0px;
}

#customer-info td {
	font-size: 16px;
	line-height: 200%;
}

#customer-info .send{
	margin-bottom: 15px;
}

/*会員ログインページのカスタマイズ*/
#memberpages div.loginbox{
	width: 360px;
	margin-top: 0px;
}
#memberpages input.loginmail{
	width: 100%;
}
#memberpages input.loginpass{
	width: 100%;
}
#memberpages .loginbox p{
	font-size: 16px;
}
#memberpages .loginbox p.submit{
	text-align: left;
}

/*会員情報ページのカスタマイズ*/
#memberinfo th,
#memberinfo td{
	line-height: 250%;
}

#memberinfo .customer_form input{
	width:250px;
}
#memberinfo table.customer_form th{
	width:30%;
}
#memberinfo th.historyrow{
	background-color: #ccd;
}

#memberpages #memberinfo ul {
    margin: 0px auto;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 20px;
    list-style-position: outside;
    list-style-type: none;
    background: none;
}

#memberpages #memberinfo li {
    font-size: 20px;
    margin-top: 10px;
    display: inline-block;
    padding: 10px;
    background: #fe9805;
    border-radius: 3px;
    border-bottom: 3px solid #935700;
}
#memberpages #memberinfo li:hover {
	opacity: 0.5;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-bottom: 3px solid #935700;
}

#memberpages #memberinfo li.edit_member {
    background: #FE2E64;
    border-bottom: 3px solid #CD2451;
}

#memberpages #memberinfo li.logout_member {
    background: #ccd;
    border-bottom:none;
}

#memberpages #memberinfo li a{
    color: #fff;
    text-decoration: none;
}

#memberpages #memberinfo li a:hover {
    color: #fff;
}

@media only screen and (max-width: 980px){
#memberpages #memberinfo ul {
    padding-right: 0px;
    padding-left: 0px;
}
#memberpages #memberinfo li {
    display: block;
    padding: 10px;
    background: #fe9805;
    width: 300px;
    margin: 0 auto;
    border-radius: 3px;
    border-bottom: 3px solid #935700;
    text-align: center;
}
}

/*新規入会ページのカスタマイズ*/
#newmember th{
	text-align: left;
    padding: 5px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #e6e6e6;
    background-color: #f8f8f8;
    font-size: 16px;
    line-height: 160%;
    font-weight: bold;
    color: #4e5020;
    width: 25%;
}
#newmember td{
	font-size: 16px;
    line-height: 160%;
    color: #333333;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
}
#newmember .customer_form input{
	width: 180px;
}

/*メールアドレスや住所の入力フォーム*/
#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:300px;
}

#cart table{
	margin-top:10px;
	border: 3px solid #CCCCCC;
}

#cart th{
	background: #f5f5f5;
	color:#2E2E2E;
	padding: 6px 3px;
	white-space:normal;
	height:50px;
}
#cart th.aright{
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}

#cart .quantity{
	width:40px;
}

#cart td{
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#customer-info h2{
	position: relative;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 0px;
    border-radius: 0.2em;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    height: auto;
    border:none;
}

#inside-cart h2{
	position: relative;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    margin-top: 60px;
    margin-bottom: 20px;
    border-radius: 0.2em;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    height: auto;
    border: none;
}
#delivery-info h2{
	position: relative;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    margin-top: 60px;
    margin-bottom: 20px;
    border-radius: 0.2em;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    height: auto;
    border: none;
}

#delivery-info .customer_form em, #customer-info .customer_form em ,#memberinfo .customer_form em,#newmember .customer_form em{
    font-style: normal;
    color: #ffffff;
    background: #FE2E64;
    border-radius: 0.2em;
    padding: 0.1em 0.3em;
    font-size: 0.6em;
    vertical-align: top;
    margin-right: 0.2em;
}

#delivery-info .customer_form .em, #customer-info .customer_form .em, #memberinfo .customer_form .em,#newmember .customer_form .em {
    font-style: normal;
    color: #ffffff;
    background: #fac03c;
    border-radius: 0.2em;
    padding: 0.1em 0.3em;
    font-size: 0.6em;
    vertical-align: top;
    margin-right: 0.2em;
}

/*発送・支払方法ページのカスタマイズ*/
#delivery-info th{
	font-size: 16px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	width:30%;
	text-align: center;
}
#delivery-info td{
	font-size: 16px;
	padding-left: 5px;
	padding-left: 5px;
}
#delivery-info .customer_form dt{
	font-size: 18px;
}
#delivery-info .customer_form dd{
	font-size: 16px;
	padding-top: 5px;
}

/*内容確認ページのカスタマイズ*/
/*
#info-confirm h2{
	position: relative;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0.5em;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    height:58px;
    border:none;
}
*/
#confirm_table h3{
	font-size: 20px;
	color: #FF3330;
	border: none;
}
#confirm_table .ttl{
	background-color: #fff;
}
#confirm_table th{
	font-size: 16px;
}
#confirm_table td{
	font-size: 16px;
}

/*注文完了ページのカスタマイズ*/
#cart_completion{
	text-align:center;
}

/*入会完了ページのカスタマイズ*/
#wc_newcompletion{
	text-align: center;
}

/*パスワード変更受付ページのカスタマイズ*/
#wc_lostcompletion{
	text-align: center;
}

/*パスワード変更完了ページのカスタマイズ*/
#wc_changepasscompletion{
	text-align: center;
}

/*商品一覧ページのカスタマイズ*/
div.loopimg{
	float: none;
	display: none;
}
div.loopexp .field{
	display: inline;
}

/*サイドバーのカスタマイズ*/
#side aside div.loopimg{
	display: none;
}

/*ウェルカートベストセラーカスタマイズ*/
#side aside #mybox ul li ul.ucart_widget_body img{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#side aside #mybox ul li ul.ucart_widget_body li{
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
#side aside #mybox ul li ul.ucart_widget_body{
	background: none;
}

#side aside #mybox ul li ul.ucart_login_body.ucart_widget_body{
	background: none;
}

/*サイドバーメンバーログインカスタマイズ*/
input#loginmailw.loginmail,
input#loginpassw.loginpass{
	width:90%;
}

/*複数配送先指定ページのカスタマイズ*/

.msa_field {
    background: #F8F8F8;
    border-top: 1px solid #E6E6E6;
    padding-bottom: 10px;
}

#msa_zip {
    width: 15%;
}
.msa_field label {
    display: block;
    padding: 10px;
    width: 100%;
    font-weight: bold;
}
.msa_field textarea, .msa_field input[type="text"] {
    margin: 10px;
    vertical-align: middle;
}
#msa_address1, #msa_address2, #msa_note {
    width: 40%;
}
.msa_field textarea, .msa_field input[type="text"] {
    display: block;
    width: 50%;
    margin-bottom: 0px;
}

@media only screen and (max-width: 500px){
.msa_field textarea, .msa_field input[type="text"] {
    display: block;
    width: 80%;
    margin-bottom: 0px;
}
#msa_zip {
    width: 30%;
}
#msa_address1, #msa_address2, #msa_note {
    width: 80%;
}
}

.ui-dialog.allocation {
	position: fixed;
    height: auto;
    width: 30%;
    top: 15%!important;
    left: 3%!important;
    right: 3%;
    display: block;
    z-index: 101;
    margin: 0 auto;
}

.ui-dialog.allocation #allocation_dialog {
    min-width: 100px;
    max-height: 400px!important;
}

.ui-dialog input[type="checkbox"], .ui-dialog select {
    cursor: pointer;
}

.ui-dialog input[type="checkbox"]{
	width: 16px;
    height: 16px;
}

.allocation_dialog_exp {
    margin-top: 20px;
    padding: 10px;
    background: #FCEDD7;
    border: #FE9805 1px solid;
}

.allocation_dialog_exp li{
	list-style-type: none;
}

@media only screen and (max-width: 500px){
.msa_table th, .msa_table td {
    padding: .5em 0.3em;
}

.msa_table td.msa_price {
    width: 2em;
}

.msa_table td.msa_arrow {
    width: 1.5em;
}
.msa_table td.msa_thumb {
    width: 0px;
    display: none;
}

.msa_table td.msa_item_name{
	padding: 0;
	font-size: 12px;
}

.msa_table td.msa_quantity {
    width: 2em;
}

#multi_cart_table .num {
    white-space: nowrap;
    width: 20px;
}

#multi_cart_table .thumbnail {
    width: 0px;
    display: none;
}

#multi_cart_table .unitprice {
    width: 40px;
    font-size: 14px;
}

#multi_cart_table .quantity {
    width: 20px;
    font-size: 14px;
}

#multi_cart_table .productname {
    width: 200px;
    font-size: 12px;
}

#multi_cart_table .subtotal {
    width: 60px;
    font-size: 14px;
}
}

/*--------------------------------
商品詳細ページの、値段などの表示スペース
---------------------------------*/
/* 見出し */

#itempage h3{
	clear:both;
	color:#424242;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 27px;
	font-size: 20px;
}

#itempage .skuform {
    width: auto;
    border-top: none;
}

h3.sku{
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/* 各ページの下線 */
#inside-cart .send{
	margin-top: 30px;
	border:none;
}
#customer-info .send{
	margin-top: 15px;
	border:none;
	margin-bottom: 40px;
}
#delivery-info .send{
	margin-top: 15px;
	border:none;
}
#info-confirm .send{
	margin-top: 15px;
	border:none;
}

#info-confirm .send input{
	margin-top: 0px;
	border:none;
	width:300px;
	border-bottom: 0px solid #CD2451;
}

#info-confirm .send input:hover{
	width:290px;
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    border-bottom: 0px solid #CD2451;
}

#info-confirm .send input.back_to_delivery_button{
	width:auto;
	display: inline-block;
	text-decoration: none;
	padding: 13px 30px;
	color: #fff;
	border:none;
	border-radius: 2px;
	background: #ccd;
}

#cart input.reset_coupon_button{
	width:auto;
	display: inline-block;
	text-decoration: none;
	padding: 13px 30px;
	margin: 5px;
	color: #fff;
	border:none;
	border-radius: 2px;
	background: #ccd;
	font-size: 14px;
}

#cart input.reset_coupon_button:hover{
	width:auto;
	color: #fff;
	text-decoration: none;
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#info-confirm .send input.back_to_delivery_button:hover{
	width:auto;
	color: #fff;
	text-decoration: none;
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/* 戻るボタン */
.back_to_customer_button,
.back_cart_button,
.back_to_delivery_button,
.delButton,
.continue_shopping_button,
.member_top_back_button,
.member_deletemember_button,
.back_to_top_button,
.upbutton input[type="submit"]{
display: inline-block;
text-decoration: none;
padding: 13px 30px;
color: #fff;
border:none;
border-radius: 2px;
background: #ccd;
}

.back_to_customer_button:hover,
.back_cart_button:hover,
.back_to_delivery_button:hover,
.delButton:hover,
.continue_shopping_button:hover,
.member_top_back_button:hover,
.member_deletemember_button:hover,
.back_to_top_button:hover,
.upbutton input[type="submit"]:hover{
	color: #fff;
	text-decoration: none;
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* 次へボタン */
.to_customerinfo_button,
.to_confirm_button,
.checkout_button,
.to_deliveryinfo_button,
.to_reganddeliveryinfo_button,
.customer_login_button,
.member_login_button,
.member_editmemer_button,
.use_point_button,
.use_coupon_button,
#member_login,
#member_loginw,
#newmember .send input[type="submit"]{
display: inline-block;
padding: 13px 30px;
font-size: 20px;
color: #fff;
border:none;
border-radius: 3px;
background: #FE2E64;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
border-bottom: 4px solid #CD2451;
}

.to_customerinfo_button:hover,
.to_confirm_button:hover,
.checkout_button:hover,
.to_deliveryinfo_button:hover,
.to_reganddeliveryinfo_button:hover,
.customer_login_button:hover,
.member_login_button:hover,
.member_editmemer_button:hover,
.use_point_button:hover,
.use_coupon_button:hover,
#member_login:hover,
#member_loginw:hover,
#newmember .send input[type="submit"]:hover{
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-bottom: 3px solid #CD2451;
}

#member_login,
#member_loginw{
	display: block;
	margin: 0 auto;
}

/* メンバーページ */
#memberinfo th{
	font-size: 16px;
	font-weight: bold;
}
#memberinfo th,
#memberinfo td{
	line-height: 170%;
}
#memberinfo td{
	padding-left: 3px;
	padding-right: 3px;
}
#memberpages #memberinfo li{
	font-size: 18px;
	margin-top: 10px;
}
#memberinfo .history-area{
	height:400px;
}

/* SKUごとの商品画像 */
.skuimages{
	display: block;
	float: left;
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
}

@media only screen and (max-width: 380px){
.skuimages {
    display: block;
    float: none;
    width: 80%;
    padding-left: 0px;
    padding-right: 20px;
    padding-bottom: 30px;
    margin: 0 auto;
}
}

/* 商品サブ画像 */
#itempage .itemsubimg img{
	display: block;
	float: left;
	max-width:100%;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* サブ画像の後のh2はclear */
.post h2.item_name {
    clear: both;
    margin-bottom: 0px;
    padding: 1em 0em 1em 0em;
    border-radius: 0.2em 0.2em 0 0;
    margin-left: 0;
    margin-right: 0;
    border: none;
    box-shadow: none;
}

/* 値段などの表示 */
.orderitem{
	display: block;
	float: left;
	max-width: 380px;
}

.orderitem .description{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.orderitem dl{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.orderitem dd.price{
	font-size: 30px;
	font-weight: bold;
	color: red;
}

.orderitem dd.price_tax{
	font-size: 16px;
	font-weight: normal;
	color: #424242;
}

/* 業務パック割引 */
dl.itemGpExp{
	margin-top: 10px;
	padding-bottom: 0px;
	border: none;
}

dl.itemGpExp dt{
	font-size: 20px;
}

.gp img{
	display:block;
}

/* キャンペーン割引 */
.orderitem dd.campaign{
	display: block;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    border-top: 0px dotted #ccc;
}

.orderitem dd.campaign span{
	font-size: 24px;
	color: #fff;
	
	font-weight: bold;
}
#itempage .point_system{
	margin-top: 15px;
	padding-top: 10px;
	border-top:1px dotted #ccc;
}

/* 説明欄（カスタムフィールド） */
.field{
	clear: both;
}

/* オプション */
.item_option{
	display: block;
	clear: both;
	text-align: right;
	padding: 15px;
}

/*問い合わせ、電話番号 */
.number_item {
	display:block;
	float:right;
	width:99%;
	border:2px solid #A4A4A4;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.number_item p{
	font-size: 18px;
	line-height: 1;
	text-align: center;
}

.number_item p.tel{
	padding-top: 5px;
	padding-left: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #ff0000;
    line-height: 1.4;
    display: block;
    text-align: center;
	}

@media only screen and (max-width : 380px) {
.number_item p.tel {
    font-size: 22px;
}
}

/*ご注文・お問い合わせについて*/
.application_info,
.order_info,
.postage_info{
	clear: both;
	border-radius:0em;
	padding: 10px;
	margin-bottom: 30px;
}
.application_info p.tel{
	padding-top: 5px;
	padding-left: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #ff0000;
    line-height: 1.4;
    display: block;
    text-align: left;
}

/*注文方法*/
.application_info h3,
.order_info h3,
.postage_info h3,
.post .application_info h3,
.post .order_info h3,
.post .postage_info h3{
	border:none;
	border-bottom: none;
	margin-bottom: 0px;
	background:none;
	margin: 0em 0 1em 0;	
}

.application_info h4,
.order_info h4,
.postage_info h4,
.post .application_info h4,
.post .order_info h4,
.post .postage_info h4{
	background:none;
	border-top: 1px solid #ddd;
	border-left: none;
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #424242;
}
.application_info.templete_order,
.order_info.templete_order,
.postage_info.templete_order{
	clear: both;
	border:none;
	padding: 0px;
	margin-bottom: 30px;
}

div.usccart_navi ol.ucart {
    height: 100%;
    border: 2px solid #ddd;
    border-radius: 0.1em;
    list-style: decimal inside;
    box-sizing: border-box;
}
div.usccart_navi ol.ucart:after {
    display: block;
    content: '';
    clear: both;
}
div.usccart_navi li.ucart {
    position: relative;
    width: 25%;
    height: initial;
    line-height: normal;
    padding: 10px 0 10px 1em;
    background: transparent;
    color: #ccc;
    box-sizing: border-box;
}
div.usccart_navi li.ucart:before {
    content:'';
    position: absolute;
    top: 50%;
    left: 100%;
    display: block;
    width: 0;
    height: 0;
    margin: -1.5em 0 0 2px;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid #ddd;
    z-index: 1;
}
div.usccart_navi li.ucart:after{
    content:'';
    position: absolute;
    top: 50%;
    left: 100%;
    display: block;
    width: 0;
    height: 0;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid #fff;
    z-index: 2;
}
div.usccart_navi li.ucart:last-child:before,
div.usccart_navi li.ucart:last-child:after {
    content: none;
}
#inside-cart li.usccart,
#customer-info li.usccart,
#customer-info li.usccustomer,
#delivery-info li.usccart,
#delivery-info li.usccustomer,
#delivery-info li.uscdelivery,
#info-confirm li.ucart {
    background: #f0f0f0;
}
#inside-cart li.usccart,
#customer-info li.usccustomer,
#delivery-info li.uscdelivery,
#info-confirm li.uscconfirm{
    color: #e75252;
}
#inside-cart li.usccart:after,
#customer-info li.usccart:after,
#customer-info li.usccustomer:after,
#delivery-info li.usccart:after,
#delivery-info li.usccustomer:after,
#delivery-info li.uscdelivery:after,
#info-confirm li.ucart:after {
    border-left-color: #f0f0f0;
}
@media
only screen and (max-width : 980px) {
    div.usccart_navi li.ucart {
        width: 50%;
    }
    div.usccart_navi li.usccart,
    div.usccart_navi li.usccustomer {
        border-bottom: 2px solid #ddd;
    }
    div.usccart_navi li.ucart:nth-child(2):before,
    div.usccart_navi li.ucart:nth-child(2):after {
        content: none;
    }
#cart img{
	display: none;
}
#cart .thumbnail{
	white-space: normal;
	width:0px;
}
#cart th{
	white-space:nowrap;
	height:50px;
}
#cart td{
	font-size: 12px;
}
#cart td.aright{
	font-size: 16px;
}
#cart th.aright{
	font-size: 16px;
}
#cart .num{
	width:10px;
}
#cart .subtotal{
	width:60px;
}
#cart .price, #cart .unitprice{
	width: 40px;
}
#cart .action{
	width: 0px;
}
}

/*レイアウト スマートフォン
----------------------------------------------------*/
.catbox {
	clear: both;
	background-color: #fff;
	padding: 20px 5px;
	margin: 0 0px 0px;
}

/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 980px) {
#customer-info .customer_form input{
	width:90%;
}
/*会員情報ページのカスタマイズ*/
#memberinfo table.base th,
#memberinfo table.customer_form th{
	display:block;
	width:100%;
	text-align: left;
	border:none;
	font-size: 18px;
	color: #424242;
	background-color: #fff;
}
#memberinfo table.base td,
#memberinfo table.customer_form td{
	display:block;
	width:100%;
	border: none;
	font-size: 16px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#memberinfo th.price{
	width:60px;
}
#memberinfo th.subtotal{
	width:60px;
}

#memberinfo th.cartrownum{
	width:28px;
}

/*新規入会ページのカスタマイズ*/
#newmember th{
	display: block;
	background: #fff;
	width:100%;
	border: none;
	padding-top: 20px;
}
#newmember td{
	display: block;
	width:100%;
	border: none;
	padding-bottom: 20px;
}
#newmember tr{
	border-bottom: 1px dotted #ccc;
}
/*商品カテゴリー検索時のカスタマイズ*/
h1.pagetitle{
	margin-top: 20px;
}

/*サイドバーメンバーログインカスタマイズ*/
input#loginmailw.loginmail,
input#loginpassw.loginpass{
	width:90%;
}

.catbox {
	clear: both;
	background-color: #fff;
	padding: 10px 5px;
	margin: 0 0px 0px;
}

#customer-info h2{
    font-size: 20px;
    line-height: 35px;
    height:auto;
}

}
@media only screen and (min-width: 380px) {
.catbox {
	background-color: #fff;
	border-radius: 0px;
	padding: 20px 5px;
}
/*問い合わせ、電話番号 */

.number_item {
	display:block;
	float:right;
	width:99%;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.number_item p{
	font-size: 18px;
	line-height: 1;
	text-align: center;
}

.number_item p.tel{
	padding-top: 5px;
	padding-left: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #ff0000;
    line-height: 1.4;
    display: block;
    text-align: center;
}
#wc_cart .gp img{
	max-width: 35px;
	display:block;
}
#wc_cart td.aright img{
	max-width: 35px;
	display:block;
}

}

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 980px) {
#content.two-column{
	clear:both;
	float: right;
	width: 74%;
	margin-right: 0px;
	background-color: #fff;
	border-radius: 0px;
	padding: 0px 0px;
}
.catbox{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -20px;
	background-color: #fff;
	border-radius: 0px;
	padding: 20px 20px 0 40px;
}
#wc_cart_error,
#wc_cart,
#wc_completion,
#wc_confirm,
#wc_customer,
#wc_delivery,
#wc_changepassword,
#wc_login,
#wc_lostpassword,
#wc_member_completion,
#wc_member,
#wc_new_member,
#wc_editmemberform,
#wc_newmemberform,
#wc_ordercompletion,
#wc_lostmemberpassword,
#wc_newcompletion,
#wc_lostcompletion,
#wc_changepasscompletion{
	margin:0 0 0 0px;
}

/*問い合わせ、電話番号 */

.number_item {
	display:block;
	float:right;
	width:53%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.number_item p{
	font-size: 18px;
	line-height: 1;
	text-align: center;
}

.number_item p.tel{
	padding-top: 5px;
	padding-left: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #ff0000;
    line-height: 1.4;
    display: block;
    text-align: center;
	}
/*商品カテゴリー検索時のカスタマイズ*/
h1.pagetitle{
	margin-right: 280px;
    margin-left: -20px;
}
}
.confirm-margin {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 40px;
}

#cart #point_table{
	float: none;
	width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}


#coupon_table, #cart #coupon_table {
	float: none;
    width: 100%;
    margin: 0px;
}

@media only screen and (max-width: 980px) {
#cart #point_table {
    float: none;
    width: 60%;
    margin-bottom: 10px;
}
#cart #point_table td {
    font-size: 16px;
}
#coupon_table, #cart #coupon_table {
    width: 60%;
    margin: 15px auto;
    float: none;
}
#coupon_table td, #cart #coupon_table td {
    font-size: 16px;
}
}

@media only screen and (max-width: 500px) {
#cart #point_table {
    width: 100%;
    margin-bottom: 10px;
}
#coupon_table, #cart #coupon_table {
    width: 100%;
}
}


/*media Queries スマホサイズ 追加
----------------------------------------------------*/
@media only screen and (max-width: 500px) {
h4.sku{
	text-align: center;
}
.orderitem{
	text-align: center;
	width:100%;
}
.skuimages{
	float: none;
	padding-right: 0px;
}
.skuimages img{
	margin: 0 auto;
}
/* 戻るボタン */
.back_to_customer_button,
.back_cart_button,
.back_to_delivery_button,
.delButton,
.continue_shopping_button,
.member_top_back_button,
.member_deletemember_button,
.upbutton input[type="submit"]{
background: #ccd;
display: block;
width:100%;
margin:5px auto;
padding: 13px 30px;
color: #fff;
border:none;
border-radius: 2px;
}

/* 次へボタン */
.to_customerinfo_button,
.to_confirm_button,
.checkout_button,
.to_deliveryinfo_button,
.to_reganddeliveryinfo_button,
.customer_login_button,
.member_editmemer_button,
.use_point_button{
display: block;
width:100%;
margin:5px auto;
padding: 13px 30px;
color: #fff;
border:none;
border-radius: 3px;
background: #FE2E64;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
border-bottom: 4px solid #CD2451;
}
#cart .upbutton{
	text-align: center;
	padding-right: 0px;
}

.continue_shopping_button,
.back_cart_button{
	margin-bottom: -20px;
}
#customer-info h2{
	margin-top: 50px;
	margin-bottom: 15px;
}
#customer-info .send{
	padding-top: 0px;
}

#wc_cart .gp img{
	max-width: 35px;
	display:block;
}
#wc_cart td.aright img{
	max-width: 35px;
	display:block;
}
#cart #point_table{
	width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}

#coupon_table, #cart #coupon_table {
    width: 100%;
    margin: 0px;
}

#confirm_table th{
	width:30%;
}

/*会員ログインページのカスタマイズ*/
#memberpages div.loginbox{
	display: block;
	width:80%;
}

#memberpages input.loginmail,
#memberpages input.loginpass{
	width:95%;
}

/*会員情報ページのカスタマイズ*/
#memberinfo .history-area th{
	font-size: 15px;
	line-height: 150%;
}
#memberinfo th.thumbnail{
	width:10px;
}
#memberinfo td.thumbnail img{
	display: none;
}

/*新パスワード発行ページのカスタマイズ*/
.lostpassword_exp{
	width:250px;
}
h1.pagetitle{
	clear: both;
	display: block;
	font-size: 26px;
    line-height: 45px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
}

/*ペイパルボタンのカスタマイズ*/
input#paypal_button.paypal_button,
input[type="image" i]{
	width:250px;
	border: none;
	background: none;
}

input#paypal_button.paypal_button:hover,
input[type="image" i]:hover{
	width:245px;
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;

}

#paypal_dialog #paypal_close{
	text-align: center;
	width:50%;
}

@media only screen and (max-width: 500px){
#paypal_dialog #paypal_close {
    display: inline;
    text-align: center;
    width: 70%;
}
}

#paypal_close.back_to_delivery_button{
	padding: 13px 0px;
}

#paypal_dialog .send{
	text-align: right;
}

#inside-cart .send input#paypal_button{
	width:250px;
	border: none;
}

#inside-cart .send input#paypal_button:hover{
	width:245px;
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

#paypal_purchase .send input{
	width:250px;
	border: none;
}

@media only screen and (max-width: 500px){
#paypal_purchase .send input {
    width: 200px;
    border: none;
}
}

#paypal_purchase .send input:hover{
	width:245px;
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

@media only screen and (max-width: 500px){
#paypal_purchase .send input:hover{
	width:195px;
}
}

@media only screen and (max-width: 980px){
.orderitem {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    float: none;
}
.skuimages {
    float: none;
    padding-right: 0px;
    margin: 0 auto;
    width: 90%;
    padding-left: 0px;
    padding-bottom: 1em;
}
.skuimages img {
    margin: 0 auto;
}
}

.catbox .post .entry{
	border-bottom: none;
}

/*ご注文・お問い合わせについて*/

.application_info, .order_info, .postage_info {
    padding: 25px;
}

@media only screen and (max-width: 380px){
.application_info, .order_info, .postage_info {
    padding: 10px;
}
}

/*--------------------
welcartカスタマイズ
----------------------*/

@media only screen and (min-width: 980px){
.number_item {
    width: 47%;
}
}

@media only screen and (max-width: 980px){
#side aside #mybox ul li ul.ucart_widget_body img{
	text-align: center;
	margin: 0 auto;
}
#side aside #mybox ul li ul.ucart_widget_body li{
	text-align: center;
}
}

@media only screen and (min-width: 980px){
.catbox {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #fff;
    border-radius: 0px;
    padding: 20px 20px 0 20px;
}
}

/*全額返金保証*/

#itempage h3{
	color: #000;
    line-height: 1.4em;
    font-size: 28px;
    background: none;
    font-weight: bold;
    border-radius: 0;
    padding: 15px;
    padding-top: 0px;
    margin-bottom: 20px;
}

#itempage h3.sku {
    background: none;
    color: #000;
    border-left: none;
    border-bottom: 3px double #ccc;
    font-weight: bold;
    border-radius: 0;
    padding: 15px;
    padding-top: 50px;
    margin: 0px 10px 20px 10px;
}

#itempage div.voice2 h3 {
    background: none;
    border: none;
    color: #424242;
    padding: 0px;
}

@media only screen and (max-width: 980px){
#itempage h3 {
    line-height: 34px;
    font-size: 24px;
}
}

#memberinfo h2, #newmember h2{
	padding: 5px;
	font-size: 25px;
    line-height: 45px;
}

/*カート画面*/
#customer-info h2, #info-confirm h2 {
    border: 0px;
    border-radius: 0em;
    text-align: left;
}

#confirm_table h3 {
    background: #fff;
}

#content.member-column,
#content.cart-column {
    clear: both;
    float: right;
    width: 100%;
    margin-right: 0px;
    background-color: #fff;
    border-radius: 0px;
    padding: 0px 0px;
}

.orderitem dd.campaign {
    line-height: 1.5em;
    background: #FE2E64;
    color: #fff;
}

#inside-cart .no_cart {
    text-align: center;
    width: auto;
    margin-top: 60px;
    font-size: 1.2em;
    font-weight: bold;
    color: #e75252;
    margin-bottom: 60px;
}

@media only screen and (max-width: 380px){
#inside-cart .no_cart {
    font-size: 1em;
}
}

.gp{
	display: none;
}

dl.itemGpExp li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 14px;
    color: #444444;
}

dl.itemGpExp dt {
    padding: 0px;
    padding-bottom: 5px;
    font-weight: bold;
    color: red;
    text-decoration: underline;
}

span.price {
    font-size: 180%;
    font-weight: bold;
    color: red;
    margin: 0px;
    padding: 0px;
}

@media only screen and (max-width: 980px){
#customer-info th {
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    padding-left: 0.2em;
    padding-right: 0px;
}
}

@media only screen and (max-width: 980px){
#itempage .skuform .skuquantity {
    text-align: right;
    width: 5em;
    margin: 0 auto;
}
}

#customer-info h2, #info-confirm h2 {
    border: 0px;
    border-radius: 0.2em;
    text-align: left;
    position: relative;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    margin-top: 60px;
    margin-bottom: 20px;
    border-radius: 0.2em;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    height: auto;
    border: none;
}

.wc_confirm_notes_area {
	background: #f9f9f9;
    display: block;
    margin: 1em 0 2em 0;
    padding: 1em;
    font-size: 0.8em;
}

@media (max-width: 768px){
.wc_confirm_notes_area {
    font-size: 0.8em;
}
}

#cart #point_table td {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.storycontent #itempage .field{
	height: auto;
    width: 100%;
    margin: 0px;
    padding: 10px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    font-size: 0.7em;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.post .storycontent #itempage .field ul{
	padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    margin-bottom: 0px;
	color:#48423e;
}

.post .storycontent #itempage .field ul li {
    font-size: 1.2em;
    line-height: 23px;
}

/*定期の場合*/

#cart #amount_each_time td {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#cart #amount_each_time td.item-description {
	border-bottom:none;
	text-align: left;
}

#cart #amount_each_time td.continue-description {
	border-bottom:none;
}

@media (max-width: 768px){
#cart #amount_each_time td.item-description {
    grid-column: 1 / 3;
    border: none;
	font-size: 0.8em;
}

#cart #amount_each_time td.times {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    border-width: 0;
	background:#f2f2f2;
}

#cart #amount_each_time td.scheduled-date {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    border-width: 0;
	background:#f2f2f2;
}

#cart #amount_each_time td.quantity {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    border-width: 0;
    padding: 1em 0;
    width: 100%;
}

#cart #amount_each_time td.price {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    border-width: 0 0px 0px;
    text-align: center;
    /* background: #f2f2f2; */
    height: 1em;
    padding: 1em 0;
    width: 100%;
}

#amount_each_time td.continue-description {
    grid-column: 1 / 3;
    border-width: 1px 1px 1px;
    border: none;
}
	
#cart #amount_each_time td {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}
}
table.usces_calendar tr td.businessday {
    padding: 5px;
    background: #abb8c3;
	color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    border-collapse: collapse;
    border: 1px solid #fff;
    margin: 0px 0 -1px;
}
.businessday {
    background-color: #abb8c3;
	margin-left: 0.3em;
}

#info-confirm .send.paypal-cp-send{
	margin: 0 auto;
    max-width: 700px;
}

@media (max-width: 980px){
#cart input.delButton {
    padding: 5px 5px;
    margin: 5px;
    font-weight: normal;
    font-size: 1em;
}
input[type="tel"]{
    margin-bottom: 5px;
}
}

#newmember .customer_form label input {
    width: 1em;
}

.item_info_list{
    margin-top: 20px;
}

.item_info_list table tr th{
    text-align: left;
    width: 30%;
    background-color: aliceblue;
}
.item_info_list table tr td{
    padding: 10px;
    text-align: left;
    background-color: aliceblue;
    border: none;
}