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

#wp-calendar td.businessday {
	background-color: #FFECCE;
	color: #F00;
}
/*********************************************************************/
/* wc_item_single Start */
#content h1.item_page_title {
	padding-bottom: 10px;
	font-size: 1.5em;
	/*display: none;*/
}
#itempage h2.item_name {
	margin-bottom: 10px;
	margin-left: 460px;
	background-color: #FFF;
	font-size: 14px;
	color: #666;
	line-height: 18px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 3px;
	width: 300px;
	border: 1px solid #3399CC;
	border-radius: 3px;
}
#itempage .itemimg {
	text-align: center;
	/*max-width: 440px;
	width: 440px;*/
	max-width: 440px;
	width: 100%;
	height: auto;
	margin:0 10px 0 0;
	float:left;
}
#itempage .field {
	margin:10px;
	padding:0;
}
#itempage .assistance_item {
	width: 740px;
}
#itempage .assistance_item ul {
	width: 750px;
	margin-right: -10px;
	overflow: hidden;
	_zoom: 1;
}
#itempage .assistance_item ul li {
	width: 240px;
	margin-right: 10px;
}
#itempage .assistance_item .listbox {
	height: 125px;
	margin-right: 0px;
	overflow: hidden;
}
#itempage .assistance_item .listbox .assist_excerpt{
	height: 103px;
	overflow: hidden;
}
#itempage .assistance_item .listbox .assist_price{
	text-align: right;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 8px;
}
.itemsubimg img{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 11px;
}
#itempage .field .field_cprice {
    font-size: 100%;
    color: #333333;
    margin: 0 0 40px 0;
    padding: 0px;
    text-align: left;
    width: auto;
	border:none;
}
/* wc_item_single End */
/*********************************************************************/
/* cart Start */
#content h1.cart_page_title {
	/*height: auto;*/
	/*font-size: 28px;*/
	/*font-weight: normal;
	line-height: 130%;*/
	/*padding:30px;*/
	/*color: #333;
	margin: 0px;*/
	/*text-shadow: 1px 1px 2px #CCCCCC;*/
	/*border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;*/
	box-sizing:border-box;
}
div.usccart_navi li.ucart {
	width: 25%;
}
#cart table {
	width: 100%;
}
#content #wc_cart img,
#content #wc_confirm img {
	max-width: none;
}

/* Welcart cart page Stock hidden */
#cart td.stock {
	display:none;
}

#itempage .exp {
	clear:both;
    margin-bottom: 10px;
}

/* cart End */
/*********************************************************************/
/* member Start */
#content h1.member_page_title {
	height: auto;
	font-size: 20px;
	font-weight: normal;
	line-height: 130%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 10px;
	color: #003366;
	margin: 0px;
	text-shadow: 1px 1px 2px #CCCCCC;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
}
/* member End */
/*********************************************************************/


#customer-info .send {
    text-align: center;
    width: auto;
    margin:20px auto;
    padding-top: 15px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ff9900;
}

.inside-right-sidebar .widget_welcart_search ul.ucart_widget_body li form div {
	display:none;
}

div.usccart_navi li.usccart_cart {
    background-image:none;
	background: -moz-linear-gradient(#FFE6C7, #FFA13E);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE6C7), to(#FFA13E)); 
	background: -ms-linear-gradient(bottom, #FFA13E, #FFE6C7);
	background: linear-gradient(to top, #FFA13E, #FFE6C7);
}
#memberinfo .history-area {
    overflow: auto;
    height: auto;
}

#itempage .itemimg img {
	width:100%;
	height:auto;
    margin: 0 auto;
    padding: 0px;
}

@media (max-width: 480px) {
.itemsubimg img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}	
}