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

#conts p {
	margin-bottom: 1em;

	color: #333;
	line-height: 1.7;
}

#conts table {
	margin: 0 0 20px;
	width: 100%;
	border-collapse: collapse;
	border: 5px solid #ccc;
}

#conts table th {
	padding: 5px;
	background: url(../img/cost/icon_img01.gif) no-repeat center 5px;
}

#conts table td.none {
	margin: 20px;
	text-align: center;
	background: #d9e3b9;
	height: 40px;
}

#conts table td.w15 {
	width: 15px;
	height: 15px;
}

#conts table td {
	color: #333;
	vertical-align: middle;
	padding-left: 10px;
}

#conts table p {
	background: url(../img/cost/icon_img02.gif) no-repeat left 5px;
	padding-left: 15px;
	margin-bottom: 5px;
}

 *html table td.none {
 	margin: 20px;
	text-align: center;
	background: #d9e3b9;
	height: 45px;
}	


