@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Style Info:     コンテンツエリア関係 他
----------------------------------------------------------- */

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

/*clearFix*/
#contents:after,
#serviceItem:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

dl.newsList {
	line-height: 2.2;
	width: 100%;
	border: 1px solid #CCCCCC;
	clear: both;
}

dl.newsList dt {
	width: 9em;
	float: left;
	padding-left: 25px;
	color: #0091FF;
	background-image: url(../img/icon_circle.gif);
	background-repeat: no-repeat;
	background-position: 7px 1.8em;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
dl.newsList dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 7px;
	padding-bottom: 5px;
	border-left-width: 12em;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
