@charset "utf-8";
/* CSS Document */

header{
	background: url(../../../img/japan.png) no-repeat 88px 88px;
}

/*レポートページ*/
.reportWrapper {
	background: #fff;
	width: 900px;
	margin: 0 auto;
	padding: 50px 50px;
	position: relative;
	box-sizing: border-box;
	box-shadow:0px 2px 4px 1px #dcdcdc;
-moz-box-shadow:0px 2px 4px 1px #dcdcdc;
-webkit-box-shadow:0px 2px 4px 1px #dcdcdc;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}

.reportWrapper h3 img{
	display: block;
	padding: 0;
	margin:34px auto 78px;
}

.reportWrapper h4{
	font-size: 30px;
	text-align: center;
	font-weight: 400;
}
.reportWrapper h4.h4_1 {
	margin: 0 15px 38px;
	padding-bottom: 25px;
	/*padding: 13px 0 40px 130px;*/
	border-bottom: 1px solid #000;
}
.reportWrapper h4.h4_2 {
	margin: 0 15px 38px;
	padding: 13px 0 40px 100px;
	border-bottom: 1px solid #000;
}
.reportWrapper .rep_date {
	left: -9px;
    position: absolute;
    top: -7px;
}
.reportWrapper p {
	text-align: center;
	font-size: 15px;
	line-height: 28px;
	margin: 0 0 46px;
}
.reportWrapper .box li>p {
	margin: 0;
}
.reportWrapper .box {
	float: left;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0 0 50px;
}
.reportWrapper .box:last-child {
	margin: 0;
}
.reportWrapper .box li {
	vertical-align: middle;
	display: table-cell;
	width: 100%;
}
.reportWrapper .right {
	/*float: right;*/
	margin-left: 15px;
}
.reportWrapper .left {
	float: left;
	margin-right: 15px;
}

footer {
	text-align: center;
	margin: 50px 0 20px;
	font-size: 13px;
	font-family: 'Lato', sans-serif !important;

}

/*下部ナビゲーション*/
.navWrapper {
	width: 916px;
	margin: 70px auto 0;
	padding: 0;
}
.navWrapper li {
	margin: 0 9px 0 0;
	float: left;
}
.navWrapper li:last-child {
	margin: 0;
}