@charset "utf-8";

/* ****************************************************
  report styles
***************************************************** */




/* news-link
=========================================*/
#contents-area .news-link dd {
	line-height: 1.4;
}
#contents-area .news-link dd a {
	line-height: 1.7;
}




/* report-top
=========================================*/
/* report-top-list */
#contents-area .report-top-list {
	clear: none;
}
#contents-area .report-top-list li {
	float: left;
	margin-right: 15px;
	white-space: nowrap;
}

/* title-list */
#contents-area .title-list ul li {
	margin: 0 0 0.72em 0;
}




/* report-summary
=========================================*/
#contents-area .report-summary {
	margin: 0.72em 0 0 0;
}
#contents-area .report-summary dt {
	clear: both;
	margin: 0.36em 0 0 0;/* 5px → 0.36em */
	font-weight: bold;
}
#contents-area .report-summary dd {
	margin: -1.7em 0 0 6.76em;
}




/* Clear fix
=========================================*/
#contents-area .news-select:after,
#contents-area .report-top-list:after,
#contents-area .report-two-column:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
	line-height: 0;
}

#contents-area .news-select,
#contents-area .report-top-list,
#contents-area .report-two-column {
	min-height: 1px;
}

* html #contents-area .news-select,
* html #contents-area .report-top-list,
* html #contents-area .report-two-column {/* for IE6 */
	height: 1px;
}

*:first-child+html #contents-area .news-select,
*:first-child+html #contents-area .report-top-list,
*:first-child+html #contents-area .report-two-column {/* for IE7 */
	zoom: 1;
}
