@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#header {
	margin-bottom: 0;
}

.mainVisual {
	margin-bottom: 19px;
}

#main {
	margin: 0 auto 40px;
	width: 1100px;
}

#conts .headLine02 {
	margin-bottom: 25px;
}

#conts .h4Ttl {
	border-left: 10px solid #EECF40;
}

#conts .h4Ttl01 {
	border-left: 10px solid #669900;
}

#conts .h4Ttl02 {
	border-left: 10px solid #4882C8;
}


#conts .text {
	margin: 0 4px 29px;
	font-size: 1.3em;
	font-family:  "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Meiryo, Osaka, sans-serif;
	line-height: 1.6;
}

#conts .text01 {
	margin-bottom: 20px;
}

table {
	margin-bottom: 50px;
	border-collapse: collapse;
	border: 2px solid rgb(200, 200, 200);
	letter-spacing: 1px;
	font-family: sans-serif;
	font-size: 0.8rem;
}

td,
th {
	border: 1px solid rgb(190, 190, 190);
	padding: 10px;
	text-align: center;
}

td {
	text-align: left;
}

tr:nth-child(even) {
	background-color: #f5f5f5;
}

th[scope="col"] {
	background-color: #696969;
	color: #fff;
}

th[scope="row"] {
	background-color: #d7d9f2;
}

caption {
	padding: 10px;
	caption-side: bottom;
}
