@charset "utf-8";

/*****************************************
			Town Introduction
*****************************************/
#townIntroduction {
	width: 990px;
	height: 130px;
	background: #DFDFDF;
	border: 2px solid #DFDFDF;
	border-radius: 10px;
	margin: 0 auto 20px auto;
	line-height: 1.5;
	overflow: hidden;
}
#townIntroductionTitle {
	float: left;
	width: 15%;
	height: 100%;
	overflow: hidden;
}
#townIntroductionTitle h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	font-size: 120%;
	font-weight: bold;
	padding: 40px 0 0 0;
	box-sizing: border-box;
}
#townIntroductionTitle p {
	width: 100%;
	text-align: center;
	font-size: 85%;
}
#townIntroductionInner {
	float: right;
	width: 84%;
	margin: 0;
	height: 100%;
	background: #FFF;
	border-radius: 10px;
}
#townIntroductionContents {
	width: 99%;
	height: 130px;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}
#townIntroduction dl {
	width: 25%;
	height: 130px;
	font-weight: bold;
	color: #000;
	float: left;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5px 0;
}
#townIntroduction dl:nth-of-type(1) {
	background: url(../img/footer/jinkou01.png) 50px 30% no-repeat, url(../img/footer/jinkou_line.png) right center no-repeat; 
}
#townIntroduction dl:nth-of-type(2) {
	background: url(../img/footer/jinkou02.png) 40px 30% no-repeat, url(../img/footer/jinkou_line.png) right center no-repeat; 
}
#townIntroduction dl:nth-of-type(3) {
	background: url(../img/footer/jinkou03.png) 55px 25% no-repeat, url(../img/footer/jinkou_line.png) right center no-repeat;
}
#townIntroduction dl:nth-of-type(4) {
	background: url(../img/footer/jinkou04.png) 55px 25% no-repeat;
}
#townIntroduction dl dt {
	font-size: 110%;
	position: absolute;
	top: 40px;
	left: 110px;
}
#townIntroduction dl.jinkou dt {
	left: 120px;
}
#townIntroduction dl dd {
	font-size: 100%;
	position: absolute;
	top: 80px;
	left: 55px;
}
#townIntroduction dl dd span {
	padding: 0 5px 0 0;
	font-size: 150%;
}
/*
@media screen and (min-width: 300px) {
/*****************************************
			Town Introduction
******************************************
	#townIntroduction {
		width: 100%;
	}
	#townIntroduction dl:nth-of-type(1),
	#townIntroduction dl:nth-of-type(2),
	#townIntroduction dl:nth-of-type(3),
	#townIntroduction dl:nth-of-type(4) {
		background-size: 96% 1px, 1px 100%;
	}
}