@charset "utf-8";
@import url("index.css");

/* 最新情報 */
/*	border: 1px solid red;*/


/* contents */
#headcon {
	margin: 0 auto;
	padding-top: 20px;
}
#headcon #backpage {
	font-size: 0.75em;
	line-height: 0.88em;
	padding-top: 10px;
	float: right;
}
#headcon #backpage a {
	padding: 5px;
	background: #fff;
	border: 2px solid #dedede;
	text-decoration: none;
}
#headcon #backpage a:hover {
	padding: 5px;
	color: #000;
	background: #dedede;
	border: 2px solid #dedede;
	text-decoration: none;
}
#detail {
	width: 100%;
	margin: 30px auto 60px auto;
	text-align: left;
}
#detail #date {
	font-size: 0.88em;
	line-height: 1.50em;
	padding-left: 5px;
}
#detail #title1 {
	font-size: 1.88em;
	line-height: 1.50em;
	border-bottom: 4px solid #dedede;
	padding: 0 5px;
}
#detail #link {
	font-size: 0.88em;
	line-height: 1.50em;
	padding: 5px;
}
#detail #bodynews {
	padding: 40px 5px;
	font-size: 1.00em;
	line-height: 1.50em;
}
#detail #pdf {
	font-size: 0.88em;
	line-height: 1.50em;
	padding: 0 5px;
}
#detail #pdf img {
	vertical-align: middle;
}
#detail ul {
	padding-top: 10px;
}
#detail ul li {
	display:inline;
	padding: 10px 4px;
}



/* clearfix */
article:after,
article #headcon:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
article,
article #headcon {zoom:100%;}