@charset "UTF-8";

/* common
-----------------------------------------------------------------------------  */
#main h3#reportTitle{
	text-indent:-5000px;
	background:url(/img/report/title_report.gif) no-repeat 0 0;
	height:71px;
	margin-bottom:0;
	padding-bottom:0;
}

.report{
	background-color:#CCE198;
	padding:20px;
	margin-bottom:20px;
}
.report .leftBox{
	width:520px;
}
.report .leftBox p,
.report .leftBox table{
	margin-bottom:15px;
}
.report .leftBox table th{
	font-weight:bold;
	font-size:14px;
}
.report .leftBox table td img{
	margin-right:15px;
}
.report .leftBox .madori{
	text-align:center;
	background-color:#FFF;
	padding:15px 0;
	margin-bottom:10px;
}	

.report .rightBox{
	width:320px;
}
.report .rightBox p{
	margin:3px 0 10px 0;
	text-align:center;
}

/* clearfix
-----------------------------------------------------------------------------  */
.report:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.report {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .report {
	height: 1%;
	}
.report {
	display: block;
	}


