@charset "utf-8";
/* CSS Document */

#information {
	padding-top: 20px;
	padding-bottom: 100px;
}
#information h2 {
	background-image: url(../image/h2_titleback.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-size: 2.2em;
	padding-bottom: 20px;
}

#information .list {}
#information .list h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-size: 1.8em;
}
#information .list h4 {
	font-size: 1.5em;
}
#information .list ul {}
#information .list li {
	font-size: 1.2em;
	line-height: 150%;
}


#information .report {
	border: 1px solid #333;
	text-align: left;
	padding: 10px;
	box-shadow: 7px 7px #CCCCCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}
#information .report .day {}
#information .report .report_title {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
#information .report .report_text {
	line-height: 180%;
	margin: 10px;
}

.infoform {
	margin: 50px;
}
.backnumber_sp {
	display:none;}


@media (max-width: 991px) {
.backnumber_pc {
	display:none;}
.backnumber_sp {
	display:block;}
.backnumber_sp h4 {
	clear:both;
	text-align:left;
	padding-top:20px;
}
.backnumber_sp ul li {
	float:left;
	width:60px;
	
}
