@charset "utf-8";

/* CSS Document */


.main .repch2 {
	margin: 0; 
	padding:30px 0 36px;
	background: url(../images/repttl.png) repeat-x;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 40px;
}

.cnt .keyv img {
	display: block;
	margin-top: 20px;
	max-width: 100% !important;
	height: auto !important; 
}

.cnt h4 {
	color: #fff;
	background: url(../../common/images/h4ttl.png) repeat-x;
	padding: 22px 0  24px 20px;
	margin: 0 20px;
}

.rep h3 {
	background: none;
	text-align: left;
	font-weight: bold;
	color: #542c03;
	font-size: 32px;
	line-height: 1.2;
}

.rep .reporter {
	padding: 0 20px;
}

.rep .reporter ul {
	background: url(../images/cnt01_bg.png) no-repeat right bottom;
	overflow: hidden;
}

.rep .reporter ul li{
	float:left;
	color: #3d3d3d;
}

.rep .reporter ul li img {
	margin-right: 40px;
}

.rep .reporter ul li span {
	font-weight: bold;
}


/* レポート詳細
---------------------------------------------------------- */
.report {
	background: url(../images/cnt02_bg.png) repeat;
	margin: 0 20px 60px 20px;
	padding-bottom: 30px;
	-webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.26);
	box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.26);
}

.report .stry {
	padding-top: 20px;
	margin: 0 auto 20px;
}

.report .stry img {
	display: block;
	margin: 0 auto;
}

.report .stry h3 {
	background: url(../images/rep_h3_ttl.png) no-repeat bottom left;
	color: #6c3100;
	margin: 10px 0 30px 20px;
	padding-left: 0;
}

.report .stry p span {
	display: block;
	color: #777777;
	font-size: 22px;
	margin: 0px 0 20px 0;
	text-align: center;
}


/* report nav
---------------------------------------------------------- */

.repnav ul {
	border-top: 4px solid #8b4915;
	background: #f4f4f4;
}

.repnav ul li {
	padding: 48px 20px 48px 0px; 
	font-size: 24px;
	color: #8b4915;
	font-weight: bold;
	background-color: #f4f4f4;
	border-bottom: 4px solid #8b4915;
	background-image: url(../../common/images/rep_menu_arrow.png) ;
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: underline;
	text-align: right;
}













