div#content_wrapper{
	border-top:9px solid #e24b40;
	background-image:url(../images/bg_repeat_top.png?20161107);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#f5f0e4;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
}
h2{
	text-align: center;
	margin:301px auto 111px auto;
}
#items li{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background-color:#fff;

	padding:50px 50px 40px 50px;
	margin-bottom:40px;

	color:#663300;
}

#items li h3{
	font-size:28px;
	font-weight: bold;
	line-height: 1.5em;
	margin:30px 0;

	letter-spacing: -1px;
}

#items li p.releaseandprice{

	font-size:14px;
	text-align: right;
}
#items li p.releaseandprice span{
	color:#dbb234;
}

#items li .dbLeft{
	float:left;
	width:360px;
	margin-right:40px;
	display:inline-block;
}
#items li .dbLeft small{
	font-size:10px;
	margin-top:10px;
	display:block;
}
#items li .dbRight{
	float:left;
	width:480px;
}
#items li .dbRight img{
	margin-top:-9px;
}
#items li p.summary{
	margin-top:9px;
	padding-top:30px;
	border-top:2px solid #f5f0e4;
	font-size:16px;
	line-height:1.7em;

}
#content_footer{
	background-color:#e24b40;
	color:#fff;
	padding:21px 10px;
}
#content_footer .inner{
	width:980px;
	margin:0 auto;
}
#content_footer p{
	font-size:16px;
	margin-bottom:10px;

}
#content_footer small{
	font-size:14px;
}
