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

#conts h3 {
	margin: 40px 0 15px;
}

#conts h3.mt0 {
	margin-top: 0px;
}

#conts h4 {
	margin: 15px 0 10px 0;
}

#conts h4.mt40 {
	margin-top: 40px;
}

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

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

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

#conts table td.none {
	margin: 0;
	padding: 0;
	background: #d9e3b9;
	height: 30px;
	vertical-align: middle;
}

#conts ul.ul01 {
	margin: 15px 0;
	padding: 20px 15px;
	border: #ccc 5px solid;
}

#conts ul.ul01 li {
	padding-left: 15px;
	background: url(../img/tetuduki/icon.gif) no-repeat left 5px;
	line-height: 1.7;
	color: #333;
}

