@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
----------------------------------------------------*/

ul#list {
	padding-left: 35px;
	line-height: 1.6;
}

ul#list li {
	display: list-item;
	font-size: 10px;
	margin-bottom: 5px;
	list-style-type: decimal;
	padding-left: 0px;
}
