@charset "utf-8";
/* ===================================================================
CSS information

 file name  :news_details.css
 author     :igu (admin)
 style info :ニュースページ（詳細）
=================================================================== */


/* -----------------------------------------------------------
	#newsDetails
		記事
----------------------------------------------------------- */
#newsDetails {
	float:left;
	width:685px;
	margin:7.5px;
}

#newsDetails .img{
	float:left;
	width:100%;
	overflow:hidden;
}

#newsDetails .textBox{
	float:left;
	width:665px;
	padding:10px;
	margin-top:7.5px;
}

#newsDetails .textBox .date{
	float:left;
	width:100%;
	font-size:90%;
}

#newsDetails .textBox .subject{
	float:left;
	width:100%;
	margin-top:10px;
	font-weight:bold;
	font-size:105%;
	color:#E50011;
}

#newsDetails .textBox .comment {
	float:left;
	width:100%;
	margin-top:10px;
}


