@charset "utf-8";
/* CSS Document */


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

div.header_explanation {
	padding: 8px 0;
}

div.footer_explanation {
	padding-top: 0;
	padding-bottom: 0;
}
.currency_code {
	display: none;
}

/************************************************************************************

       カゴの中

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

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

#cart .upbutton {
	text-align: left;
	padding-right: 0;
	margin-bottom: 20px;
}

/************************************************************************************

       カートの中

*************************************************************************************/

/****************************************

          テーブル(PC)

*****************************************/
#cart table {
	width: 100%;
	border: 1px solid #CCCCCC;
}

#cart th, 
#cart td {
	border-top: 1px solid #FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 4px 5px 3px;
	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: #FFF;
	background-color: #333;
	white-space: nowrap;
	line-height: 1.3em;
}

#cart th.aright {
	text-align: center;
	white-space: nowrap;
}

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

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

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

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

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

#cart .price {
	white-space: nowrap;
	width: 10%;
	text-align: right;
} 

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

#cart .subtotal {
	white-space: nowrap;
	width: 10%;
	text-align: center;
} 

#cart td.aright.subtotal {
    text-align: center;
}

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

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

/****************************************

          テーブル(TB)

*****************************************/

@media only screen and (min-width: 641px) and (max-width: 768px){
#cart table {
	width: 99%;
	border-top: none;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: none;
	font-size:11px;
}

#cart th {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #CCC;
	padding: 10px 1% 10px;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
	word-break:break-all;
}

#cart td {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 10px 1% 10px;
	vertical-align: middle;
	text-align: left;
	white-space: normal;
	word-break:break-all;
}

#cart td.signal_red {
	font-weight: bold;
	color: #FF0000;
}
#cart th {
	color: #FFF;
	background-color: #333;
	white-space: nowrap;
	line-height: 1.3em;
}

#cart th.aright {
	text-align: center;
	white-space: nowrap;
}

#cart td.aright {
	text-align: center;
	white-space: nowrap;
}

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

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

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

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

#cart .price {
	white-space: nowrap;
	text-align: center;
	width: 10%;
} 

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

#cart .subtotal {
	white-space: nowrap;
	width: auto;
	text-align: center;
} 

#cart td.aright.subtotal {
    text-align: center;
}

#cart td.stock {
	text-align: center;
} 

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

/****************************************

          テーブル(SP)

*****************************************/

@media only screen and (max-width: 640px){
#cart table {
	width: 99%;
	border-top: none;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: none;
	font-size:11px;
}

#cart th {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #CCC;
	padding: 10px 1% 10px;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
	word-break:break-all;
}

#cart td {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 10px 1% 10px;
	vertical-align: middle;
	text-align: left;
	white-space: normal;
	word-break:break-all;
}

#cart td.signal_red {
	font-weight: bold;
	color: #FF0000;
}
#cart th {
	color: #FFF;
	background-color: #333;
	white-space: nowrap;
	line-height: 1.3em;
}

#cart th.subtotal {
	white-space: nowrap;
	text-align: center;
    width: 15%;
}

#cart th.aright {
	text-align: center;
	white-space: nowrap;
}

#cart td.aright {
	text-align: center;
	white-space: nowrap;
}

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

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

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

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

#cart .price {
	white-space: nowrap;
	text-align: center;
    width: 18%;
} 

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

#cart .subtotal {
	white-space: nowrap;
	width: auto;
	text-align: center;
} 

#cart td.aright.subtotal {
    text-align: center;
}

#cart td.stock {
} 

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

#cart .price, #cart .unitprice {
    text-align: center;
    white-space: nowrap;
    width: 15%;
}

}

/************************************************************************************

       ポイント

*************************************************************************************/
#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;
}

/************************************************************************************

       商品詳細ページ

*************************************************************************************/
span.price {
	font-size: 140%;
	font-weight: bold;
	color: #ED5B14;
	margin: 0px;
	padding: 0px;
}
span.cprice {
	font-size:1.3em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
em.tax {
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: inherit;
	letter-spacing: 0em;
}
dl.itemGpExp {
	margin: 0px;
	padding: 0px;
}
dl.itemGpExp dt {
	margin: 0px;
	background-image: url(images/gp.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #FF3333;
	height: 16px;
}

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;
	letter-spacing: 1px;
}

#itempage {
width:100%;
margin-bottom: 30px;
}

#itempage .field {
	border-bottom: none;
	margin-left:0;
	padding:3px 0;
	font-size:1.0em;
}

.field p {
	line-height: 1.4;
}

#itempage .field .field_name {
	float: left;
	text-align: left;
	font-size:1.0em;
}

#itempage .field .field_price {
	font-size:1.0em;
	font-weight: bold;
	color: #ED5B14;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: auto;
}

#itempage .field .field_cprice {
	font-size:1.3em;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: auto;
}
#itempage .field+p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:1.0em;
}
#itempage h3 {
	font-size:20px;
	color: #333;
	margin: 0 0 15px 0;
	padding: 0 0;
	background-color:transparent;
}

#itempage .exp {
	margin: 0 10px 0 0;
	width: 100%;
}

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

#itempage form {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}

#itempage .itemimg {
	float: left;
	width: 100%;
	display: block;
}

#itempage .itemimg img {
	margin: 0px;
	padding: 0px;
}

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

/**/

#itempage .item-meta table {
float:right;
border-left:1px solid #ccc;
border-top:1px solid #ccc;
width:480px;
margin-bottom: 20px;
}

#itempage .item-meta table th {
	background-color: #E6E6E6;
	text-align: center;
	padding: 3px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;

}

#itempage .item-meta table td {
	padding: 3px 10px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin: 0px;
}

#itempage .skuform {
	width:100%;
	margin-top:10px;
	float:left;
font-size:1.2em;
}

#itempage .skuform .skuquantity {
text-align:right;
width:50px;
padding-right:4px;
padding-left:4px;
margin-left: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: 1px 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-size: 12px;
	font-weight: normal;
}

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

#itempage table.skumulti td {
	padding: 3px 10px;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #CCC;
	margin: 0px;
}

#itempage table.skumulti td.subborder {
	border-bottom: 1px solid #CCC;
}

#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;
}

/****************************************

          TB/SP共通

*****************************************/
@media only screen and (max-width: 768px){
#itempage .field .field_name {
	font-size:1.3em;
}

#itempage .field .field_price {
	font-size:1.3em;
}
}

/*TBだけ*/
@media only screen and (min-width: 641px) and (max-width: 768px){
#itempage h3 {
	font-size:20px;
	color: #333;
	margin: 0 0 15px 0;
	padding: 0 0;
	background-color:transparent;
}
}

/*SPだけ*/
@media only screen and (max-width: 640px){
#itempage h3 {
	font-size:20px;
	color: #333;
	margin: 0 0 0 0;
	padding: 0 0;
	background-color:transparent;
}
}

/************************************************************************************

        関連商品

*************************************************************************************/

#itempage .assistance_item {
	width:100%;
	float:left;
	padding:0;
	margin:30px 0 20px;
}

.item #main.detail #itempage .assistance_item h3 {
	position: relative;
	height: 50px;
	line-height: 50px;
	padding: 0 1em;
	font-size:15px;
	letter-spacing:1.0px;
	text-align:center;
	color:#FFFFFF;
    margin-bottom:25px;
	background-color: #555;
}

.item #main.detail #itempage .assistance_item h3::before,
.item #main.detail #itempage .assistance_item h3::after {
	content: '';
	position: absolute;
}

.item #main.detail #itempage .assistance_item h3::before {
	top: 0;
	left: 0;
	z-index: 2;
	border-width: 25px 20px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #FFF;
}

.item #main.detail #itempage .assistance_item h3::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 25px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #FFF;
}

#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: 100%;
	padding:0;
	margin:0 0 10px;
}

#itempage .assistance_item .listbox {
	background-color: #FFF;
	width: 95%;
	margin-right: 0;
	padding: 2%;
	border: 1px solid #cccccc;
	position:relative;
}

#itempage .assistance_item .slit {
	width: 25%;
	height:auto;
	overflow:visible;
	background-image: url(image/no_img.gif);
	background-repeat: no-repeat;
	float: left;
}

#itempage .assistance_item .detail {
	width: 70%;
	padding-top: 0px;
	margin-left: 0px;
	float:right;
	padding-left:0;
}

#itempage .assistance_item h4 {
    background: url("images/dot03.png") repeat-x 0 bottom;
    border-bottom: medium none;
    border-left: medium none;
    border-top: medium none;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 5px;
	color: #333;
}

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

#itempage .assistance_item .detail p.readMore {
  margin:0;
  font-size:12px;
  text-align:right;
  position:absolute;
  right:2%;
  bottom:10px;
}

#itempage .assistance_item .detail p.readMore:before {
    -moz-osx-font-smoothing: grayscale;
    content:"\f101";
    font-family: "FontAwesome";
    margin-right:2em;     
	font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-right: 5px;
    text-transform: none;
    color: #333;
}

#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;
}

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

#itempage table.item_option td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: left;
	padding: 5px 10px;
}

/****************************************

          関連商品(TB)

*****************************************/
@media only screen and (max-width: 768px){
#itempage .assistance_item .listbox {
	background-color: #FFF;
	width: 95%;
	margin-right: 0;
	padding: 2%;
	border: 1px solid #cccccc;
	position:relative;
	float:left;
}
	
#itempage .assistance_item .listbox:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: transparent #333 transparent;
}

#itempage .assistance_item h4 {
    background: url("images/dot03.png") repeat-x 0 bottom;
    border-bottom: medium none;
    border-left: medium none;
    border-top: medium none;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 13px;
    padding: 0 0 8px;
	color: #333;
}

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

}

/****************************************

          関連商品(SP)

*****************************************/
@media only screen and (max-width: 640px){
#itempage .assistance_item .listbox {
  /*height: 63px;*/
}

/*関連商品の文字数制限が現状のphpではできなかったため、cssで調整*/
#itempage .assistance_item .detail p {
	position: relative;
	height: 25px;
	overflow: hidden;
	line-height: 20px;
}

#itempage .assistance_item .detail p:before, #itempage .assistance_item .detail p:after {
	position: absolute;
	background: #fff;
}

#itempage .assistance_item .detail p:before {
	content: "";
	bottom: 0;
	right: 0;
}

#itempage .assistance_item .detail p:after {
	content: "";
	width: 100%;
	height: 100%;
}

#itempage .assistance_item h4 {
    font-size: 14px;
    margin: 0 0 6px;
    padding: 0 0 2px;
}

#itempage .assistance_item .detail p {
	font-size: 11px;
	line-height:1.2;
}
}

/************************************************************************************

        カートページステータス

*************************************************************************************/
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: #0071bc;
	float: left;
	margin: 0px;
	height: 29px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 29px;
	text-align: center;
	padding: 2px 0 0 0;
	width: 25%;
}

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-color: #555;
	background-image: none;
}

#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: 0;
	padding-top: 0;
	border-top: none;
}
#inside-cart .no_cart {
	text-align: center;
	width: auto;
	margin-top: 60px;
	font-size: 1.4em;
	font-weight: bold;
	color: #555;
	margin-bottom: 60px;
}

/****************************************

          TB

*****************************************/
@media only screen and (min-width: 641px) and (max-width: 768px){
div.usccart_navi li.ucart {
	font-weight:normal;
}
}

/****************************************

          SP

*****************************************/
@media only screen and (max-width: 640px){
div.usccart_navi li.ucart {
	font-size: 12px;
	padding: 2px 0 2px 0;
	font-weight:normal;
}
}

/************************************************************************************

        お客様情報

*************************************************************************************/

#customer-info h5 {
	color: #FFF;
	background-color: #669999;
	padding: 2px 10px;
	margin-top: 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;
}

/****************************************

          フォームテーブル(PC)

*****************************************/

#customer-info table {
	margin-top: 10px;
	border-collapse: collapse;
}

#customer-info th {
	font-size: 14px;
	line-height: 150%;
	font-weight: normal;
	color: #555;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e6e6e6;
	background-color: #f3f3f3;
	padding:15px 10px 15px 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;
}

/*お客様情報input*/
#customer-info .customer_form input {
	width: 50%;
	margin-right: 3px;
}
#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;
}

/*お客様情報select*/
#customer-info .customer_form .pref {
	width: 50%;
}

#customer-info .customer_form select {
	width: 50%;
}

#customer-info .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: none;
}

#delivery-info .customer_form em,
#customer-info .customer_form em {
	font-style: normal;
	color: #ff0000;
}

/****************************************

          フォームテーブル(TB)

*****************************************/

@media only screen and (min-width: 641px) and (max-width: 768px){
#customer-info table {
	margin-top: 10px;
	border-collapse: collapse;
}

#customer-info th {
	font-size: 14px;
	line-height: 150%;
	font-weight: normal;
	color: #555;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e6e6e6;
	background-color: #f3f3f3;
	padding:15px 10px 15px 10px;
	width: 35%;
}

#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;
}

/*お客様情報input*/
#customer-info .customer_form input {
	width: 95%;
	margin-right: 3px;
}
#customer-info .customer_form tr.inp1 input {
	width: 75%;
	margin-left: 5px;
}
#customer-info .customer_form tr.inp2 input {
	width: 95%;
	margin-left: 0px;
	margin-right: 3px;
}

/*お客様情報select*/
#customer-info .customer_form .pref {
	width: 100%;
}

#customer-info .send {
	text-align: center;
	width: auto;
	margin-top: 5px;
	padding-top: 5px;
	border-top: none;
}

#delivery-info .customer_form em,
#customer-info .customer_form em {
	font-style: normal;
	color: #ff0000;
}
}

/****************************************

          フォームテーブル(SP)

*****************************************/

@media only screen and (max-width: 640px){
#customer-info table {
	margin-top: 10px;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

#customer-info th {
	font-size: 12px;
	line-height: 0;
	font-weight: normal;
	color: #555;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #e6e6e6;
	border-top: none;
	border-left: none;
	border-right: 1px solid #e6e6e6;
	background-color: #f3f3f3;
	padding:20px 2% 20px;
	width: 95.8%;
	float:left;
}

#customer-info td {
	font-size: 12px;
	line-height: 0;
	color: #4c4c4c;
	border-bottom: 1px solid #e6e6e6;
	border-top: none;
	border-left: none;
	border-right: 1px solid #e6e6e6;
	padding:15px 2% 15px;
	width: 95.8%;
	float:left;
}

/*お客様情報input*/
#customer-info .customer_form input {
	width: 97%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:0px;
}
#customer-info .customer_form tr.inp1 input {
	width: 85%;
	margin-left: 5px;
	margin-right: 0;
	margin-bottom:0;
}
	
#customer-info .customer_form tr.inp2 input {
	width: 97%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom:0px;
}

/*お客様情報select*/
#customer-info .customer_form .pref {
	width: 100%;
}

#customer-info .send {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
}

#delivery-info .customer_form em,
#customer-info .customer_form em {
	font-style: normal;
	color: #ff0000;
}
}

/************************************************************************************

        発送・支払方法

*************************************************************************************/

#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: 0;
	border-collapse: collapse;
	width: 100%;
}

/****************************************

          フォームテーブル(PC)

*****************************************/

#delivery-info table {
	margin-top: 10px;
	border-collapse: collapse;
}

#delivery-info th {
	font-size: 14px;
	line-height: 150%;
	font-weight: normal;
	color: #555;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e6e6e6;
	background-color: #f3f3f3;
	padding:15px 10px 15px 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;
}

/*input*/
#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: 95%;
	margin:15px 0;
}

#delivery-info select {
	width: 50%;
}

#delivery-info .send {
    border-top: none;
    margin-top: 15px;
    padding-top: 15px;
    text-align: center;
}


/****************************************

          フォームテーブル(TB)

*****************************************/
@media only screen and (min-width: 641px) and (max-width: 768px){
#delivery-info table {
	margin-top: 10px;
	border-collapse: collapse;
}

#delivery-info th {
	font-size: 14px;
	line-height: 150%;
	font-weight: normal;
	color: #555;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e6e6e6;
	background-color: #f3f3f3;
	padding:15px 10px 15px 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;
}

/*input*/
#delivery-info #delivery_table input {
	width: 95%;
	margin-right: 3px;
}

#delivery-info #delivery_table tr.inp1 input {
	width: 70%;
	margin-right: 0px;
	margin-left: 5px;
}

#delivery-info #delivery_table tr.inp2 input {
	width: 95%;
	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: 95%;
	margin:10px 0;
}

#delivery-info select {
	width: 98%;
}

#delivery-info select.delivery_time {
	margin:10px 0 0 0;
}

#delivery-info .send {
    border-top: none;
    margin-top: 5px;
    padding-top: 5px;
    text-align: center;
}
}

/****************************************

          フォームテーブル(SP)

*****************************************/
@media only screen and (max-width: 640px){
#delivery-info table {
	margin-top: 10px;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

#delivery-info th {
	font-size: 12px;
	line-height: 0;
	font-weight: normal;
	color: #555;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #e6e6e6;
	border-top: none;
	border-left: none;
	border-right: 1px solid #e6e6e6;
	background-color: #f3f3f3;
	padding:20px 2% 20px;
	width: 95.8%;
	float:left;
}

#delivery-info td {
	font-size: 12px;
	line-height: 0;
	color: #4c4c4c;
	border-bottom: 1px solid #e6e6e6;
	border-top: none;
	border-left: none;
	border-right: 1px solid #e6e6e6;
	padding:15px 2% 15px;
	width: 95.8%;
	float:left;
}

/*input*/
#delivery-info #delivery_table input {
	width: 97%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:0px;
}

#delivery-info #delivery_table tr.inp1 input {
	width: 85%;
	margin-left: 5px;
	margin-right: 0;
	margin-bottom:0;
}

#delivery-info #delivery_table tr.inp2 input {
	width: 97%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom:0px;
}

#delivery-info .customer_form .btn {
	width: 24px;
}

#delivery-info #time {
	margin-top: 10px;
	width: 100%;
}

#delivery-info #time textarea,
#delivery-info .notes {
	height: 100px;
	width: 94%;
}

#delivery-info select {
	width: 100%;
}

#delivery-info select.delivery_time {
	margin:10px 0 0 0;
}

#delivery-info #time textarea,
#delivery-info .notes {
	height: 100px;
	width: 98%;
	margin:10px 0;
}

#delivery-info .send {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
}
}

/************************************************************************************

        内容確認

*************************************************************************************/
#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;
}

/****************************************

          フォームテーブル(PC)

*****************************************/
#info-confirm #confirm_table {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
}

#confirm_table h3 {
	font-size: 14px;
	font-weight:normal;
	line-height: normal;
	color: #FFF;
	margin: 0px;
	padding: 5px 0;
}

#confirm_table th {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #50511d;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding:10px 10px;
	border: 1px solid #e6e6e6;
	width: 30%;
}

#confirm_table td {
	font-size: 12px;
	line-height: normal;
	color: #333333;
	padding:10px 10px;
	border: 1px solid #e6e6e6;
}

#confirm_table .ttl {
	background-color: #333;
}

#confirm_table .bdc {
	background-color: #FFFFFF;
}

#info-confirm .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: none;
}

#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;
}

/****************************************

          フォームテーブル(TB)

*****************************************/
@media only screen and (min-width: 641px) and (max-width: 768px){
#info-confirm #confirm_table {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
}

#confirm_table h3 {
	font-size: 14px;
	font-weight:normal;
	line-height: normal;
	color: #FFF;
	margin: 0px;
	padding: 5px 0;
}

#confirm_table th {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #50511d;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding:10px 10px;
	border: 1px solid #e6e6e6;
	width: 30%;
}

#confirm_table td {
	font-size: 12px;
	line-height: normal;
	color: #333333;
	padding:10px 10px;
	border: 1px solid #e6e6e6;
}

#confirm_table .ttl {
	background-color: #333;
}

#confirm_table .bdc {
	background-color: #FFFFFF;
}

#info-confirm .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: none;
}

#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 {
    border-top: none;
    margin-top: 5px;
    padding-top: 5px;
    text-align: center;
}

#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;
}
}

/****************************************

          フォームテーブル(SP)

*****************************************/
@media only screen and (max-width: 640px){
#info-confirm #confirm_table {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
}

#confirm_table h3 {
	font-size: 12px;
	line-height: normal;
	color: #FFF;
	margin: 0px;
	padding: 5px 0;
	font-weight:normal;
}

#confirm_table th {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #50511d;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding:10px 10px;
	border: 1px solid #e6e6e6;
	width: 30%;
}

#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: #333;
}

#confirm_table .bdc {
	background-color: #FFFFFF;
}

#info-confirm .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: none;
}

#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 {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
}

#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 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;
	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;
}
#memberinfo th.historyrow {
	color: #FFFFFF;
	background-color: #999999;
}
#memberinfo 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;
}
#memberinfo td.retail {
	margin: 0px;
	padding: 0px;
}
#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: 25%;
}
#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;
}

/* 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;
	
}

#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: 20px;
	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: 0;
}
.catbox .post .entry {
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media only screen and (max-width: 640px){
.catbox .post .entry {
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 0;
}
}

.businessday {
	background-color: #FFECCE;
	color: #ff0000;
}
.businesstoday {
	color: #000000;
	font-weight: bold;
}

.ucart_login_body {
	background: #ECE7DF;
}

/** end **/


/************************************************************************************

　　　　　　　　　　　　　　　　　ボタンデザイン

************************************************************************************/

/* カートに入れるボタンデザイン */
.skubutton {
    background-color: #0068b3;
    border: 2px solid #0068b3;
    color: #fff;
    line-height: 50px;
    width: 100%;
    margin: 30px 0 10px;
    border-radius: 7px;
    outline: medium none;
    padding: 0 0;
    text-align: center;
    text-decoration: none;
	font-size:100%;
    z-index: 2;
}

.skubutton:hover {
    background-color: #fff;
    border-color: #0068b3;
    color: #0068b3;
}

@media only screen and (min-width: 641px) and (max-width: 768px){
}

@media only screen and (max-width: 640px){
.skubutton {
    margin: 30px 0 0;
    line-height: 40px;
	font-size:13px;
}
}

/* 買い物を続けるボタンデザイン */
.continue_shopping_button {
    background-color: #0068b3;
    border: 2px solid #0068b3;
    color: #fff;
    line-height: 50px;
    width: 49.5%;
    margin: 30px 0 10px;
    border-radius: 7px;
    outline: medium none;
    padding: 0 0;
    text-align: center;
    text-decoration: none;
	font-size:100%;
    z-index: 2;
}

.continue_shopping_button:hover {
    background-color: #fff;
    border-color: #0068b3;
    color: #0068b3;
}

@media only screen and (min-width: 641px) and (max-width: 768px){
.continue_shopping_button {
    width: 49%;
    margin: 20px 0 20px;
}
}

@media only screen and (max-width: 640px){
.continue_shopping_button {
    line-height: 40px;
    width: 48%;
    margin: 20px 0 0;
}
}

/* 次へボタンデザイン */
.to_customerinfo_button {
    background-color: #0068b3;
    border: 2px solid #0068b3;
    color: #fff;
    line-height: 50px;
    width: 49.5%;
    margin: 30px 0 10px;
    border-radius: 7px;
    outline: medium none;
    padding: 0 0;
    text-align: center;
    text-decoration: none;
	font-size:100%;
    z-index: 2;
}

.to_customerinfo_button:hover {
    background-color: #fff;
    border-color: #0068b3;
    color: #0068b3;
}

@media only screen and (min-width: 641px) and (max-width: 768px){
.to_customerinfo_button {
    width: 49%;
    margin: 20px 0 20px;
}
}

@media only screen and (max-width: 640px){
.to_customerinfo_button {
    line-height: 40px;
    width: 48%;
    margin: 20px 0 0;
}
}

/* 削除ボタンデザイン */
.delButton {
    background-color: #0068b3;
    border: 2px solid #0068b3;
    color: #fff;
    line-height: 12px;
    width: 100%;
    margin: 10px 0 10px;
    border-radius: 40px;
    outline: medium none;
    padding: 0 0;
    text-align: center;
    text-decoration: none;
	font-size:100%;
    z-index: 2;
	float:right;
}

.delButton:hover {
    background-color: #fff;
    border-color: #0068b3;
    color: #0068b3;
}

@media only screen and (max-width: 640px){
.delButton {
    border-radius: 5px;
}
}

/*数量変更ボタンデザイン*/
#cart .upbutton input {
    background-color: #999;
    border: 2px solid #999;
    color: #fff;
    line-height: 18px;
    width: 10%;
    border-radius: 40px;
    outline: medium none;
    padding: 3px 0 2px 0;
    text-align: center;
    text-decoration: none;
	font-size:100%;
    z-index: 2;
}

#cart .upbutton input:hover {
    background-color: #fff;
    border-color: #999;
    color: #999;
}

@media only screen and (min-width: 641px) and (max-width: 768px){
#cart .upbutton input {
    width: 30%;
	margin:0 0 25px;
	float:right;
}
}

@media only screen and (max-width: 640px){
#cart .upbutton input {
    background-color: #999;
    border: 2px solid #999;
    color: #fff;
    line-height: 25px;
    width: 100%;
    border-radius: 7px;
    outline: medium none;
    margin: 15px 0 0 0;
    padding: 3px 0 2px 0;
    text-align: center;
    text-decoration: none;
	font-size:100%;
    z-index: 2;
}
}

/*住所検索ボタンデザイン*/
#customer-info .customer_form input#search_zipcode,
#delivery-info #delivery_table input#search_zipcode {
    background-color: #999;
    border: 2px solid #999;
    color: #fff;
    line-height: 18px;
    width: 10%;
    border-radius: 40px;
    outline: medium none;
    padding: 3px 0 2px 0;
    text-align: center;
    text-decoration: none;
	font-size:100%;
    z-index: 2;
}


#customer-info .customer_form input#search_zipcode:hover,
#delivery-info #delivery_table input#search_zipcode:hover
 {
    background-color: #fff;
    border-color: #999;
    color: #999;
}

@media only screen and (min-width: 641px) and (max-width: 768px){
#customer-info .customer_form input#search_zipcode,
#delivery-info #delivery_table input#search_zipcode {
    background-color: #999;
    border: 2px solid #999;
    color: #fff;
    line-height: 20px;
    width: 95%;
    border-radius: 7px;
    outline: medium none;
    margin: 10px 0 10px 0;
    padding: 0 0;
    text-align: center;
    text-decoration: none;
	font-size:100%;
    z-index: 2;
}
}

@media only screen and (max-width: 640px){
#customer-info .customer_form input#search_zipcode,
#delivery-info #delivery_table input#search_zipcode {
    background-color: #999;
    border: 2px solid #999;
    color: #fff;
    line-height: 25px;
    width: 100%;
    border-radius: 7px;
    outline: medium none;
    margin: 10px 0 0 0;
    padding: 3px 0 2px 0;
    text-align: center;
    text-decoration: none;
	font-size:100%;
    z-index: 2;
}
}

/* 『戻る（カートの中）』ボタン */
.back_cart_button {
    background-color: #0068b3;
    border: 2px solid #0068b3;
    color: #fff;
    line-height: 50px;
    width: 49.5%;
    margin: 30px 0 10px;
    border-radius: 7px;
    outline: medium none;
    padding: 0 0;
    text-align: center;
    text-decoration: none;
	font-size:100%;
    z-index: 2;
}

.back_cart_button:hover {
    background-color: #fff;
    border-color: #0068b3;
    color: #0068b3;
    margin: 0 0 0px;
}

@media only screen and (min-width: 641px) and (max-width: 768px){
.back_cart_button {
    width: 49%;
    margin: 20px 0 0;
}
}

@media only screen and (max-width: 640px){
.back_cart_button {
    line-height: 40px;
    width: 48%;
    margin: 30px 0 0;
}
}

/* 『次へ（配送設定）』ボタン */
.to_deliveryinfo_button {
    background-color: #0068b3;
    border: 2px solid #0068b3;
    color: #fff;
    line-height: 50px;
    width: 49.5%;
    margin: 30px 0 10px;
    border-radius: 7px;
    outline: medium none;
    padding: 0 0;
    text-align: center;
    text-decoration: none;
	font-size:100%;
    z-index: 2;
}

.to_deliveryinfo_button:hover {
    background-color: #fff;
    border-color: #0068b3;
    color: #0068b3;
}

@media only screen and (min-width: 641px) and (max-width: 768px){
.to_deliveryinfo_button {
    width: 49%;
    margin: 20px 0 0;
}
}

@media only screen and (max-width: 640px){
.to_deliveryinfo_button {
    line-height: 40px;
    width: 48%;
    margin: 30px 0 0;
}
}

/* 『戻る（お客様情報へ）』ボタン */
.back_to_customer_button {
    background-color: #0068b3;
    border: 2px solid #0068b3;
    color: #fff;
    line-height: 50px;
    width: 49%;
    margin: 30px 0 10px;
    border-radius: 7px;
    outline: medium none;
    padding: 0 0;
    text-align: center;
    text-decoration: none;
	font-size:100%;
    z-index: 2;
}

.back_to_customer_button:hover {
    background-color: #fff;
    border-color: #0068b3;
    color: #0068b3;
    margin: 0 0 0px;
}

@media only screen and (min-width: 641px) and (max-width: 768px){
.back_to_customer_button {
    width: 48.0%;
    margin: 20px 0 20px;
}
}

@media only screen and (max-width: 640px){
.back_to_customer_button {
    line-height: 40px;
    width: 47.5%;
    margin: 30px 0 0;
}
}

/* 『次へ（内容確認へ）』ボタン */
.to_confirm_button {
    background-color: #0068b3;
    border: 2px solid #0068b3;
    color: #fff;
    line-height: 50px;
    width: 49%;
    margin: 30px 0 10px;
    border-radius: 7px;
    outline: medium none;
    padding: 0 0;
    text-align: center;
    text-decoration: none;
	font-size:100%;
    z-index: 2;
}

.to_confirm_button:hover {
    background-color: #fff;
    border-color: #0068b3;
    color: #0068b3;
}

@media only screen and (min-width: 641px) and (max-width: 768px){
.to_confirm_button {
    width: 48.0%;
    margin: 20px 0 20px;
}
}

@media only screen and (max-width: 640px){
.to_confirm_button {
    line-height: 40px;
    width: 47.5%;
    margin: 30px 0 0;
}
}

/* 『お届けお支払方法入力に戻る』ボタン */
.back_to_delivery_button {
    background-color: #0068b3;
    border: 2px solid #0068b3;
    color: #fff;
    line-height: 50px;
    width: 49.5%;
    margin: 30px 0 10px;
    border-radius: 7px;
    outline: medium none;
    padding: 0 0;
    text-align: center;
    text-decoration: none;
	font-size:100%;
    z-index: 2;
}

.back_to_delivery_button:hover {
    background-color: #fff;
    border-color: #0068b3;
    color: #0068b3;
    margin: 0 0 0px;
}

@media only screen and (min-width: 641px) and (max-width: 768px){
.back_to_delivery_button {
    width: 49.5%;
    margin: 0 0 20px;
}
}

@media only screen and (max-width: 640px){
.back_to_delivery_button {
    line-height: 40px;
    width: 49.5%;
    margin: 0 0 0;
}
}

/* 『上記内容で注文する』ボタン */
.checkout_button {
    background-color: #0068b3;
    border: 2px solid #0068b3;
    color: #fff;
    line-height: 50px;
    width: 49.5%;
    margin: 30px 0 10px;
    border-radius: 7px;
    outline: medium none;
    padding: 0 0;
    text-align: center;
    text-decoration: none;
	font-size:100%;
    z-index: 2;
}

.checkout_button:hover {
    background-color: #fff;
    border-color: #0068b3;
    color: #0068b3;
}

@media only screen and (min-width: 641px) and (max-width: 768px){
.checkout_button {
    width: 49.5%;
    margin: 0 0 20px;
}
}

@media only screen and (max-width: 640px){
.checkout_button {
    line-height: 40px;
    width: 49.5%;
    margin: 0 0 0;
}
}
