@charset "utf-8";

/*============================================================*/

#content{
	height: 615px;
	padding-top: 30px;
}
.contentBody{
	padding: 20px;
	color: #000;
	background: #BADCF4 url(img/shop_bg.jpg) no-repeat left top;
}
.leftbox{
	width: 390px;
	height: 480px;
	padding: 20px;
	color: #000;
	background-color: #fff;
	overflow: auto;
}
.contentBody p{
	font-size: 14px;
	line-height: 1.7;
}
.leftbox h2{
	display: none;
}
.leftbox h3{
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 5px;
}
.leftbox img{
	display: block;
}
.rightbox{
	width: 514px;
	height: 520px;
}

.rightbox{
	width: 514px;
	height: 520px;
}
.rightbox h3{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 23px;
}
.rightbox p{
	margin-bottom: 46px;
}


