@charset "utf-8";
@import "../../css/common/0-import.css";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts h2 {
	margin: 0 0 15px;
}

#conts p {
	margin: 0 0 20px;
	
	font-size: 12px;
	color: #333;
	line-height: 1.7;
}

#conts table {
	margin-bottom: 5px;
	width: 100%;
	border-collapse: collapse;
	color: #333;
	
}

#conts table th {
	width: 40px;
	background: #d9e3b9;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #D9E3B9;
}

#conts table td {
	padding: 10px;
	border: 1px solid #D9E3B9;
}

#conts table li {
	padding-left: 15px;
	background: url(../img/syuninsyatoha/icon01.gif) no-repeat left 5px;
	line-height: 1.7;
}