@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : report.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.report h4 a {
	padding:5px 19px 5px 23px;
	display:block;
	background:url(../../../common/img/arrow_blue.gif) 10px 10px no-repeat #d4e1f8;
	font-size:16px;
	font-weight:bold;
}
.report dl {
	padding:0 5px 5px;
}
.report dl dt {
	font-weight:bold;
	font-size:110%;
	color:#4179db;
	border-bottom:#CCC 1px dotted;
	padding-bottom:5px;
	line-height:1.3;
}
.report dl dd {
	font-size:90%;
	line-height:1.3;
}
.report div,
.re_kokusai_8{
	border:#dcdcdc 1px solid;
	padding:5px;
}
.report table {
	border-collapse:collapse;
}
.report table td,
.report table th {
	border:#CCC 1px solid;
	padding:5px 8px;
	line-height:1.3;
}
.report table th {
	font-weight:bold;
	background:#f0f3f7;
}

.report table th.new {
	padding:5px 15px;
	text-align:left;
}
.report table th.new img{
	vertical-align:middle;
	margin-right:5px;
}