@charset "shift_jis";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
@import "../common/0-import.css";
#conts h2 {
	margin-bottom: 15px;
}

#conts table {
	width: 100%;
	margin-bottom: 45px;
	color: #524841;
	font-size: 12px;
}

#conts th {
	width: 148px;
	height: 31px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 10px 0 0 8px;
	background-color: #e9f2d9;
}

#conts td {
	text-align: left;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 10px;
	line-height: 1.5;
}


