@charset "utf-8";

/* ========================================
枠組み CSS

 - File Name : structure.css
 - Latest Css Updates : 2015.3.11
 - Those who update it : y.e
 
 ------------------------------------------

======================================== */

/* ---------------------------------------- 
 - contents 
---------------------------------------- */
/* newsbox */
#contents #contentsCol section .newsbox{
	padding:5px 0;
	text-align:left;
	width:750px;
	margin:0 auto;
}
#contents #contentsCol section .newsbox dl{
	overflow:hidden;
	padding:10px 0;
}
#contents #contentsCol section .newsbox dl dt{
	float:left;
	width:125px;
}
#contents #contentsCol section .newsbox dl dd{
	float:left;
}
#contents #contentsCol section .newsbox dl dd span.new{
	border:solid 1px #ba3a18;
	padding:1px 10px 0;
	margin-left:5px;
	font-size:11px;
	color:#ba3a18;
}