@charset "UTF-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 23px;
	padding: 9px 0 0 29px;
	background-color: #669933;
}

#main .title {
	margin: 0 10px 12px;
	font-size: 2rem;
	line-height: 1.3;
	text-indent: -10px;
	border-bottom: 2px solid #000;
}

#main .content {
	margin-bottom: 34px;
	padding: 2px;
	background-color: #fff;
}

#main .content .linkList {
	padding: 27px 0 0 8px;
	width: 217px;
	height: 534px;
	overflow-y: auto;
	overflow-x: hidden;
	float: left;
}

#main .content .linkList a {
	color: #0033ff;
	font-size: 1.4rem;
	text-decoration: underline;
	line-height: 2.5;
}

#main .content .linkList a:hover {
	text-decoration: none;
}

#main .content .mapBox {
	width: 599px;
	height: 534px;
	float: right;
	background: url(/assets/img/center/area/map.jpg) no-repeat;
	background-size: cover;
}

#main .comTabBox {
	margin: 0 34px;
}

#main .comTabBox .wid01 {
	width: 46.1%;
}

#main .comTabBox .wid02 {
	width: 34.6%;
}

#main .comTabBox thead th {
	padding: 12px 15px;
	font-size: 1.4rem;
	background-color: #6bb729;
}

#main .comTabBox tbody tr {
	background-color: #f0fcf0;
}

#main .comTabBox tbody tr:nth-child(2n) {
	background-color: #e8f9ed;
}

@media only screen and (max-width: 767px){
	#main {
		width: auto;
	}

	#main .headLine01 {
		margin-bottom: 7px;
		padding: 5px 0 0 10px;
	}

	#main .headLine01 img {
		height: 31px;
	}

	#main .title {
		margin: 0 0 5px;
		font-size: 1.6rem;
		border-bottom: 1px solid #000;
	}

	#main .content {
		margin: 0 -10px 15px;
	}

	#main .content .linkList {
		padding: 0 8px 5px;
		width: auto;
		height: auto;
		float: none;
		font-size: 0;
	}

	#main .content .linkList li {
		margin-right: 12px;
		display: inline-block;
		line-height: 1.6;
	}

	#main .content .linkList a {
		display: inline-block;
		font-size: 1.2rem;
		line-height: 1.6;
	}

	#main .content .linkList a:hover {
		text-decoration:;
	}

	#main .content .mapBox {
		width: auto;
		height: 236px;
		float: none;
	}

	#main .comTabBox {
		margin: 0;
	}

	#main .comTabBox tr {
		margin-bottom: 4px;
	}

	#main .comTabBox .th {
		width: 25.3%;
		background-color: #6bb729;
	}

	#main .comTabBox tbody tr:nth-child(2n) {
		background-color: #f0fcf0;
	}
}