@charset "utf-8";

/* ========================================
ディレクトリ共通 CSS

 - File Name : newslist.css
 - Latest Css Updates : 2012.3.28
 - Those who update it : s.m
 ------------------------------------------

======================================== */

/* ========================================
 - common
======================================== */
h2 {
	background:url(../images/h2_tit.gif) no-repeat left top;
}

/*#Col01*/
#Contents #Col01 {
	background:#e9e7cf url(../../common/images/c_col01_bg.gif) no-repeat left top; 
	padding:31px 20px 20px 20px;
}
#Contents #Col01 dt{
	float:left;
	background:#e9e7cf url(../../common/images/c_line01.gif) no-repeat left top; 
	padding:1em 2em 1em 0;
}
#Contents #Col01 dd{
	background:#e9e7cf url(../../common/images/c_line01.gif) no-repeat left top; 
	padding:1em 0 1em 7em;
	color:#b80f64;
}
#Col01 #Col01-in {
	padding:40px 0 0 0;
}
/*news*/
.news li {
	border-bottom: 1px dotted #333;
	margin: 0.5em 0;
	padding: 0.5em 0;
}
.news li:first-child {
	margin: 0 0 0.5em;
}
.news li:last-child {
	border: none;
}