@charset "UTF-8";


#wrap .page_rbox{
	width:762px;
	float:left;
	/* box-shadow */
	box-shadow:8px 8px 8px 2px #383838;
	-moz-box-shadow:8px 8px 8px 2px #383838;
	-webkit-box-shadow:8px 8px 8px 2px #383838;
	background-image:url(../images/main_bg.png);
	background-repeat: repeat-y;
	margin:35px 0px 50px 0px;
	font-size:13px;
	line-height:1.5em;
}

.page_center {
	width: 714px;
	background-color:#FFF;
	margin:0 26px;
}
.cap {
	margin: 30px 0 15px 50px;
}
.cap_txt {
	width:630px;
	background-color:#FFF;
	margin: 0 10px 25px 50px;
}
.cap_txt li {
	margin: 0 10px 0 15px;
}

.cap_txt2 {
	width:630px;
	background-color:#FFF;
	margin: 0 10px 25px 50px;
}
.cap_txt2 li {
	margin: 0 10px 0 0;
}

.cap_txt span{
	font-weight: bold;
}


/* ----- goods info ----- */
.goodsL {
	text-align:left;
	width:295px;
	margin-right:17px;
	margin-left:50px;
	float:left;
	display:block;
}
.goodsR {
	text-align:left;
	width:295px;
	float:left;
	display:block;
}
.goods-pct {
	width:135px;
	float:left;
	margin-right:6px;
}
.goods-txt {
	width:150px;
	float:right;
}
	.ttl, .price {
		color:#005aa5;
		list-style-type:none;
		margin-bottom:5px;
		line-height:1.3em;
		font-weight:bold;
		width:150px;
		float:right;
	}
	
	.ttl{
		font-size:13px;
	}
	
	.price {
		font-size:12px;
	}
	
	.read {
		list-style-type:none;
		font-size:12px;
		width:150px;
		float:right;
	}
	
	.size{
		font-size:11px;
		line-height:1.4em;
		margin-top:10px;
	}
	
	.andmore{
		width:660px;
		color:#000e51;
		font-size:18px;
		font-weight:bold;
		text-align:right;
	}
/* ----- end ----- */