@charset "UTF-8";

/*******************************
 
#hero Css
 
*******************************/



/*******************************
 
contents Css
 
*******************************/
#report .target-year{
	text-align: center;
	margin-bottom: 10px;
}
#report .target-year li{
	display: inline-block;
	background: #f6a900;
	padding:10px;
	margin: 0 5px 10px 10px;

}
#report .target-year li.active{
	background: #3e3a39;

}
#report .target-year li a{
	color: #ffffff;
	font-weight: bold;

}

#report .list {
    text-align: left;
    margin: 0 auto 20px;
	border-top: dotted 1px #3e3a39;
}
#report .detail{
	border-bottom: dotted 1px #3e3a39;
	padding: 10px 0;
}
#report .category{
	background-color: #3e3a39;
    padding: 5px 15px;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    width: 95px;
    text-align: center;
}

/*--- peger ---*/
.pager{
	overflow: hidden;
    margin-top: 70px;
    text-align: center;
}
.pager ul{
	list-style: none;
    display: block;
    margin: 0 auto;
}
.pager ul li{
	margin: 0 3px;
    display: inline-block;
}
.pager ul li a{
	display: block;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    border: solid 1px #e8e8e8;
    background-color: #e8e8e8;
    width: 40px;
    height: 40px;
    line-height: 3;
}
.pager ul li a.active{
	border: solid 1px #00408f;
    background-color: #00408f;
	color: #fff;
}


/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
	
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#report .category {
		padding: 3px 15px;
		font-size: 12px;
	}
	#report .comment{
		display: inline-block;
		margin-top: 10px;
	}
}





/*******************************
 
Report detail Css
 
*******************************/
#r-detail .ttl {
	text-align: left;
	margin-bottom: 40px;
}

.ttl-btn{
	display: inline-block;
	float: right;
	margin: 10px 0;
}
.ttl-btn ul li a{
	background: #000000;
	color: #ffffff;
	padding: 10px!important;
	display: inline-block;
}

#r-detail h3{
	font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
    border-top: dotted 1px #000;
    border-bottom: dotted 1px #000;
    margin-bottom: 10px;
}
#r-detail .category{
	background-color: #3e3a39;
    padding: 3px 15px;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    width: 95px;
    text-align: center;
	font-size: 13px;
}

#r-detail .report-content{
	text-align: left;
}
#r-detail .report-content p{
	margin-bottom: 10px;
}

#r-detail .report-content img{
	margin-bottom: 10px;
}

/*--- btn ---*/
#r-detail .btn{
	margin-top: 80px;
}
#r-detail ul{
    margin: 0 auto;
}
#r-detail li{
	display: inline-block;
}
#r-detail li a{
	font-size: 13px;
	padding: 10px 0;
}
#r-detail .prev, #r-detail .next{
	background-color: #bfbfbe;
	color: #fff;
	display: block;
	width: 150px;
}
#r-detail .prev:hover, #r-detail .next:hover{
	background-color: #00408f;
	opacity: 1;
}
#r-detail .return{
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 2px;
	margin: 0 20px;
}
#r-detail .return:hover{
	color: #00408f;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
	
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#r-detail .prev, #r-detail .next{
		width: 100px;
	}
	#r-detail .report-content img{
		height: auto!important;
	}

}