@charset "utf-8";

/*==========================================*/
/* header */
/*==========================================*/



/*==========================================*/
/* content */
/*==========================================*/
#content header {
	margin: 70px 0 80px;
}

#content header h1 {
	font-size: 385%;
	font-weight: 400;
	line-height: 1.1;
}

#content header em {
	font-size: 26%;
}

#content .news-list .date {
	float: left;
	width: 70px;
	font-size: 108%;
	font-weight: 700;
	line-height: 1.6;
}

#content .news-list .text {
	overflow: hidden;
	width: 830px;
	margin: 0 0 50px 0;
	line-height: 1.6;
}

#content .news-list .text strong {
	line-height: 1.1;
	font-size: 108%;
	color: #999;
}

#content .news-list .text a:link,
#content .news-list .text a:visited {color: #333; text-decoration: none;}
#content .news-list .text a:hover,
#content .news-list .text a:active {color: #999; text-decoration: underline;}





