@charset "UTF-8";

@import url("../../css/structure.css");

/* ======================================

 report

======================================= */

/* ----- index ----- */

#contents .feature
{
	position: relative;
	overflow: hidden;
	width: 940px;
	margin: 30px 0 30px;
	padding: 9px;
	border: 1px solid #ccc;
}
#contents .feature .image
{
	float: left;
	width: 390px;
}
#contents .feature .info
{
	float: right;
	width: 530px;
}
#contents .feature .info h3
{
	margin: 0 0 0.5em;
	font-size: 133%;
	font-weight: normal;
}
#contents .feature .info .excerpt
{
	margin: 20px 0 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
#contents .feature .info .wrapper
{
	width: 530px;
}
#contents .feature .info .planner
{
	width: 530px;
	margin-bottom: 40px;
}
#contents .feature .info .planner h4
{
	margin-bottom: 0.5em;
}
#contents .feature .info .navi
{
	position: absolute;
	bottom: 10px;
	left: 420px;
}
#contents .feature .info .navi li
{
	margin-right: 1em;
}
#contents .feature .info .navi li a
{
	padding-left: 10px;
	background: url(../../img/com/arrow_r_green.gif) no-repeat left center;
	color: #005534;
}
#contents .overview
{
	overflow: hidden;
	width: 960px;
}
#contents .overview h3
{
	margin: 0 0 10px;
}
#contents .overview .container
{
	float: left;
	width: 220px;
	margin-right: 26px;
}
#contents .overview .container .link
{
	margin: 5px 0 0;
}
#contents .overview .container .link a
{
	padding-left: 10px;
	background: url(../../img/com/arrow_r_green.gif) no-repeat left center;
	color: #005534;
}
#contents .overview .last
{
	margin-right: 0;
}

/* ----- detail ----- */

#contents .report
{
	width: 960px;
	margin: 30px 0 0;
}
#contents .report .image
{
	margin: 0 0 20px;
}
#contents .report h3
{
	margin: 0 0 5px;
	font-size: 133%;
	font-weight: normal;
}
#contents .report .excerpt
{
	margin: 20px 0 30px;
}
#contents .report .detail
{
	margin: 0 0 30px;
}
#contents .report .detail h4
{
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
}
#contents .report .detail ul
{
	margin: 0 0 20px;
	padding-left: 1.3em;
}
#contents .report .detail ul li 
{
	list-style: outside disc;
}
#contents .report .thumbs
{
	overflow: hidden;
	width: 960px;
}
	*+html #contents .report .thumbs
	{
		margin-bottom: 30px;
	}
	
#contents .report .thumbs li
{
	float: left;
	width: 300px;
	margin-right: 30px;
	margin-bottom: 30px;
}
#contents .report .thumbs .last
{
	margin-right: 0;
}
#contents .report .navi
{
	
}
#contents .report .navi li
{
	margin-right: 1em;
}
#contents .report .navi li a
{
	padding-left: 10px;
	background: url(../../img/com/arrow_r_green.gif) no-repeat left center;
	color: #005534;
}
