@charset "utf-8";

/*****************************************
			HTML Setting
*****************************************/
html,
body {
	background: transparent !important;
	background-color: transparent !important;
}
/*****************************************
			Town Introduction
*****************************************/
#townIntroduction {
	width: 284px;
	margin: 0 auto;
	line-height: 1.5;
	overflow: hidden;
}
#townIntroductionInner {
	padding: 0 4px 4px 4px;
}
#townIntroductionInner h2 {
	padding: 0 0 0 5px;
	line-height: 36px;
	font-size: 87.5%;
}
#townIntroductionContents {
	background: #FFF;
	width: 100%;
	height: 122px;
	padding: 10px 5px;
	border-radius: 4px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
#townIntroduction dl {
	width: 50%;
	height: 52px;
	font-weight: bold;
	color: #000;
	float: left;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
#townIntroduction dl:nth-of-type(1) {
	background: url("../img/dot_skyblue.png") 0 100% no-repeat, url("../img/dot_skyblue.png") 100% 0 no-repeat;
	background-size: 124px 1px, 1px 100%;
	padding: 0 0 5px 0;
}
#townIntroduction dl:nth-of-type(2) {
	background: url("../img/dot_skyblue.png") 100% 100% no-repeat, url("../img/dot_skyblue.png") 0 0 no-repeat;
	background-size: 124px 1px, 1px 100%;
	padding: 0 0 5px 0;
}
#townIntroduction dl:nth-of-type(3) {
	background: url("../img/dot_skyblue.png") 0 0 no-repeat, url("../img/dot_skyblue.png") 100% 0 no-repeat;
	background-size: 124px 1px, 1px 100%;
	padding: 5px 0 0 0;
}
#townIntroduction dl:nth-of-type(4) {
	background: url("../img/dot_skyblue.png") 100% 0 no-repeat, url("../img/dot_skyblue.png") 0 0 no-repeat;
	background-size: 124px 1px, 1px 100%;
	padding: 5px 0 0 0;
}
#townIntroduction dl dt {
	font-size: 87.5%;
	color: #1E3792;
}
#townIntroduction dl dd {
	font-size: 87.5%;
}
#townIntroduction dl dd span {
	padding: 0 5px 0 0;
	font-size: 135%;
}
#population {
	width: 190px;
	font-size: 75%;
	text-align: center;
	line-height: 36px;
	position: absolute;
	top: 0;
	right: 4px;
}
@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%;
	}
}