@charset "utf-8";
/*
border: 1px solid red;
*/

@import url("../../css/index.css");

/* contents */
.section h2.info {
	margin: 0 auto 40px auto;
	text-align: center;
	background: #FFF url(../../img/header_bg01.png) repeat;
}
.section h2.info p {
	width: 730px;
	margin: 0 auto;
	text-align: center;
	padding-top: 27px;
	padding-bottom: 27px;
	font-size: 24px;
	line-height: 25px;
	letter-spacing: 2px;
	color: #FFF;
	background: #FFF url(../../img/header_bg02.png) no-repeat;
}
/*
article{
	border: 1px solid red;
}*/
article dl.news {
	padding-top: 5px;
	font-size: 1.00em;
	line-height: 1.25em;
/*	overflow:auto;*/
}
article dl.news dt {
	width: 80px;
	font-weight: bold;
	padding-bottom: 7px;
	float: left;
	clear: both;
}
article dl.news dd {
	width: 560px;
	padding-bottom: 7px;
	text-align: left;
	float: right;
}
ul#yearslist {
	padding-bottom: 10px;
}
ul#yearslist li {
	padding-right: 5px;
	float: left;
}
/*年ボタン*/
.square_btn {
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: #6fc33d;/*色*/
	border: solid 1px #6fc33d;/*線色*/
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.square_btn:active {/*押したとき*/
	border: solid 1px #03A9F4;
	box-shadow: none;
	text-shadow: none;
}



/*detail*/
#backpage {
	font-size: 0.88em;
	line-height: 1.25em;
	padding-bottom: 10px;
	text-align: right;
}
#date {
	font-size: 0.88em;
	line-height: 1.25em;
}
#title {
	font-size: 1.25em;
	line-height: 1.50em;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
#link,
#bodynews,
#pdf {
	padding-top: 10px;
	font-size: 1.00em;
	line-height: 1.25em;
}



/* clearfix */
ul#yearslist:after,
article dl.news:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul#yearslist,
article dl.news {zoom:100%;}