@charset "utf-8";
@import "../../css/common/0-import.css";
/*------------------------------------------------------------
	協会へのアクセス
------------------------------------------------------------*/
#conts h2 {
	margin-bottom: 15px;
}

#conts p {
	color: #333;
	line-height: 1.7;
}

#conts table {
	margin-bottom: 5px;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

#conts table th {
	border: 1px #D9E3B9 solid;
	background: #D9E3B9;
	vertical-align: middle;
	width: 130px;
	color: #333;
	font-size:14px;
}

#conts table td {
	padding: 8px;
	border: #D9E3B9 solid 1px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.6;
	color: #333;
}
