@charset "UTF-8";

.report #contents .boxList:after,
.report #contents .boxReport:after,
.report #contents .boxAward:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.report #contents .boxList,
.report #contents .boxReport,
.report #contents .boxAward{
	zoom: 1;
}


.report #contents .boxTenji{
	margin-bottom: 50px;
	border:1px solid #EFEFEF;
	padding: 20px 30px 20px 30px;
}
.report #contents .boxTenji .blockA{
	margin-bottom: 25px;
}
.report #contents .boxTenji p.title{
	font-size: 1.4em;
	font-weight: bold;
	color: #00A43E;
	margin-bottom: 4px;
}
.report #contents .boxTenji p.text{
	font-size: 1.2em;
}

.report #contents .boxReport{
	margin-bottom: 20px;
}
.report #contents .boxReport h3{
	margin-bottom: 16px;
}
.report #contents .boxReport p.lead{
	font-size: 1.2em;
	margin-bottom: 40px;
}
.report #contents .boxReport p.lead span{
	font-size: 0.8em;
	color: #FF6600;
}

.report #contents .boxReport .boxLeft{
	float: left;
	width: 350px;
	text-align: center;
	padding:0 35px 0 35px;
	margin-bottom: 40px;
}
.report #contents .boxReport .boxRight{
	float: right;
	width: 350px;
	text-align: center;
	padding:0 35px 0 35px;
	margin-bottom: 40px;
}
.report #contents .boxReport h4{
	font-size: 1.4em;
	color: #9F007C;
	margin-bottom: 8px;
}
.report #contents .boxReport .image{
	margin-bottom: 10px;
}
.report #contents .boxReport p{
	font-size: 1.2em;
	margin-bottom: 5px;
}

.report #contents .boxAward{
	margin-bottom: 50px;
}
.report #contents .boxAward h4{
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #00A43E;
	margin-right: 20px;
	padding-left: 90px;
	padding-top: 65px;
}
.report #contents .boxAward .image{
	float: left;
}

