@charset "utf-8";

/* お知らせ一覧 */
@import url("../../common/css/common.css");

/* border
div {
	border:1px solid red;
}
 */

/* contents area */
#contents #pt {
	border-bottom: 9px solid #00adcb;
	margin-bottom: 50px;
}
#contents h3 {
	padding: 30px 0 0 20px;
	color: #00adcb;
}
/* list */
#contents article#list {
	padding-bottom: 40px;
}
#contents article#list dl {
	padding-left: 31px;
	font-size: 0.88em;
	line-height: 1.25em;
}
#contents article#list dl dt,
#contents article#list dl dd {
	padding-bottom: 0.65em;
	float: left;
}
#contents article#list dl dt {
	width: 121px;
	clear: both;
}
#contents article#list dl dd {width: 980px;}
#contents article#list dl dd.icon {width: 61px;}

/* detail */
#contents .dotbox {
	padding: 0 31px 30px 31px;
}
#newsdetail {
	width: 1138px;
}

#newsdetail #date {
	font-size: 0.88em;
	line-height: 1.5em;
}

#newsdetail #title {
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: bold;
}

#newsdetail #link {
	padding-bottom: 20px;
	font-size: 0.88em;
	line-height: 1.5em;
}

#newsdetail #bodynews p {
	padding-bottom: 20px;
	font-size: 0.88em;
	line-height: 1.5em;
}

#newsdetail #pdf {
	font-size: 0.88em;
	line-height: 1.5em;
	font-weight: normal;
}

/* fit images on text tags */
#contents dl dd.icon {
	font-size: 0;
	line-height: 0;
}

/* clearfix */
#contents:after,
#contents dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents,
#contents dl {zoom:100%;}