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

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

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

#conts p.mt20 {
	margin-top: 20px;
}

#conts table {
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;

}

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

	color: #333;
	line-height: 1.7;
	vertical-align: middle;
}

#conts table th {
	background: #d9e3b9;
	text-align: center;
}

#conts #table02 td {
	text-align: center;
}

#conts p span {
	margin-bottom: 5px;
	display: block;
	color: #2c7c4b;
	font-size: 14px;
	font-weight: bold;
}