@charset "utf-8";

/*****************************************
			HTML Setting
*****************************************/
html,
body {
	background: transparent !important;
	background-color: transparent !important;
}
/*****************************************
			Town Introduction
*****************************************/
#townIntroduction {
	width: 100%;
	height: 185px;
	padding: 6px 0 0 0;
	line-height: 1.5;
	position: relative;
	overflow: hidden;
}
#population {
	background: #EEE;
	width: calc(100% - 4px);
	color: #000;
	line-height: 24px;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 2px;
	bottom: 2px;
}
#townIntroduction dl {
	margin: 0 8px 8px 8px;
	font-size: 87.5%;
	font-weight: bold;
	color: #000;
	overflow: hidden;
}
#townIntroduction dl dt {
	width: 85px;
	margin: 4px 0 0 0;
	float: left;
	text-align: center;
}
#townIntroduction dl.blue dt {
	background: url(../img/jinkou_skyblue.png) 50% 100% no-repeat;
}
#townIntroduction dl.green dt {
	background: url(../img/jinkou_green.png) 50% 100% no-repeat;
}
#townIntroduction dl.pink dt {
	background: url(../img/jinkou_pink.png) 50% 100% no-repeat;
}
#townIntroduction dl dd {
	display: inline-block;
	vertical-align: top;
	float: right;
	text-align: right;
	border-bottom: 2px solid #000;
	line-height: 1.3;
}
#townIntroduction dl dd span {
	font-size: 150%;
}
@media screen and (max-width: 320px) {
}