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

#conts .box img {
	float: right;
}

#conts .box p {
}

#conts table {
	width: 100%;
	margin-bottom: 7px;
	
	border: none;
	border-collapse: collapse;
}

#conts table th {
	width: 20%;
	padding: 7px 10px 3px;
	
	background: #d9e3b9;	
	border: 1px solid #d9e3b9;
	
	color: #333;	
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.7;
}

#conts table td {
	padding: 7px 10px 3px;
	border: 1px solid #d9e3b9;
	
	color: #333;	
	line-height: 1.7;
	vertical-align: middle;
}

#conts table td img {
	margin: 0 10px 0 0;
	float: left;
}

#conts table tr td p {
	margin: 0 0 5px;
	line-height: 32px;
}

#conts dt {
	clear: left;
	float: left;
	
	color: #333;
	line-height: 1.7;
}

#conts dt.green {
	color: #008632;
	font-weight: bold;
}

#conts dd {
	margin-left: 7em;
	
	color: #333;
	line-height: 1.7;
}

#conts td li {
	padding-left: 1em;

	text-indent: -1em;
}

#conts .mb30 {
	margin-bottom: 30px;
}
