@charset "utf-8";
/* --------------------------------------------------

	css/news.css

-------------------------------------------------- */

/* ------------------------
	contents
------------------------ */
#contents h3 {
	padding-bottom: 20px;
}

/* news_box */
#contents .news_box {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#contents .news_box h4 {
	height: 45px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #008ED0;
	padding-left: 10px;
	font-size: 14px;
	line-height: 24px;
}
#contents .news_box h4 span {
	font-weight: normal;
	color: #999;
	font-size: 12px;
	line-height: 18px;
}
#contents .news_box .kiji_body {
	padding: 40px;
}
#contents .news_box .kiji_body p {

}
#contents .news_box p.kiji_footer {
	text-align: right;
	font-size: 10px;
	padding-bottom: 20px;
}
