@charset "utf-8";

/* ************************************************************************
*
*   /world/choroko/2017/report/css/style.css
*
************************************************************************ */

/*Contents Area*/

.mainArea{
	margin-top: 67px;
	font-family: "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
}
.mainArea .reportTop{
	margin-bottom: 30px;
	font-size: 14px;
	overflow: hidden;
}
.mainArea .reportTop:before{
	content: "■";
	color: #3eab6d;
	font-size: 19px;
	position: relative;
	top:2px;
}
.mainArea article{
	margin-bottom: 70px;
}
.mainArea .date{
	color: #3eab6d;
	font-weight: bold;
	text-align: right;
}
.mainArea h2{
	margin: 5px 0 60px;
	padding: 18px 0;
	text-align: center;
	font-size: 20px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}
.mainArea .cnt{
	width: 800px;
	margin: auto;
	text-align: center;
}
.mainArea .cnt .img{
	margin-bottom: 35px;
}
.mainArea .cnt .two-img{
	font-size: 0;
	margin: 0 0 25px 0;
}
.mainArea .cnt .two-img img{
	width: 380px;
	display: inline-block;
	vertical-align: top;
}
.mainArea .cnt .two-img img:nth-of-type(2){
	margin: 0 0 0 40px;
}
.mainArea .cnt h3{
	margin-bottom: 35px;
	text-align: left;
}
.mainArea .cnt p{
	margin-bottom: 60px;
	line-height: 2.42;
	text-indent: 0;
}
.mainArea .btnPdf{
	margin-bottom: 60px;
}

/*Backnumber*/

.backnumber{
	margin-bottom: 70px;
}
.backnumber h3{
	padding: 10px;
	text-align: center;
	background: #434343;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.fmenu{
	width: 100%;
	padding: 0;
}
.fmenu ul li{
	margin-right: 3.2%;
}

/*Pagetop*/

#pagetop{
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
}
#pagetop a:hover img {
	background: none;
}