@charset "shift_jis";


/*  main
-----------------------*/

div#contents {
	background: #d9ebeb;
}


div#main {
	clear: both;
	width:970px;
	margin:0px auto;
	background: #d9ebeb;
}


div.header {
	width: 970px;
	margin: 15px auto 0px;
}

h2.title{
	margin: 0;
	padding: 0;
}

.reportSection{
	overflow: hidden;
	font-size: 14px;
	padding: 20px 0px;
}

ul.productInfo {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

ul.productInfo li{
	float: left;
	width: 300px;
	margin: 10px 50px;
}

p.normal {
	line-height:0.5em;
}

p.productTitle {
	color:#069;
	font-size: 20px;
	font-weight: bold;
	line-height:1.2em;
	text-align:center;
}

p.productTitle a{
	color:#069;
	font-size: 20px;
	font-weight: bold;
	line-height:1.2em;
	text-align:center;
}

p.lead {
	line-height:0.5em;
	text-align:center;
}

p.price {
	font-size: 12px;
	line-height:0.5em;
}

p.reviewLink {
	line-height:0.5em;
}

ul.productInfo li p a span{
	color:#000;
	font-weight: bold;
	font-size: 20px;
}

div#contactArea {
	text-align: center;
	border-top: 1px solid #333333;
	padding: 15px 0;
	font-size: 13px;
	line-height: 1.3em;
}

