@charset "utf-8";

/*****************************************
			HTML Setting
*****************************************/
html,
body {
	background: transparent !important;
	background-color: transparent !important;
}
/*****************************************
			Town Introduction
*****************************************/
#townIntroduction {
	background: #DCD89C;
	width: 307px;
	margin: 0 auto;
	overflow: hidden;
}
#townIntroduction h2 {
	padding: 9px 0 0 0;
	color: #6B4745;
	font-size: 150%;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
#population {
	margin: 0 0 5px 0;
	line-height: 20px;
	font-size: 87.5%;
	letter-spacing: normal;
	text-align: center;
	color: #6B4745;
	font-weight: bold;
}
#townIntroductionInner {
	background: #FFF;
	width: 291px;
	height: 212px;
	padding: 8px;
	border-bottom: 1px solid #C4B785;
	border-radius: 6px;
	overflow: hidden;
}
#townIntroduction dl {
	background: url(../img/jinkou01.png) 13px 8px no-repeat, url(../img/jinkou_dot.png) 100% 50% no-repeat, url(../img/jinkou_line.png) 0 100% repeat-x;
	background-size: auto auto, 2px 98px, auto auto;
	width: 145px;
	height: 106px;
	padding: 0 1px 0 0;
	font-weight: bold;
	font-size: 87.5%;
	float: left;
}
#townIntroduction dl:nth-of-type(2) {
	background: url(../img/jinkou02.png) 11px 10px no-repeat, url(../img/jinkou_line.png) 0 100% repeat-x;
	background-size: auto auto, auto auto;
	padding: 0;
}
#townIntroduction dl:nth-of-type(3) {
	background: url(../img/jinkou03.png) 17px 8px no-repeat, url(../img/jinkou_dot.png) 100% 50% no-repeat;
	background-size: auto auto, 2px 98px;
}
#townIntroduction dl:nth-of-type(4) {
	background: url(../img/jinkou04.png) 17px 8px no-repeat;
	background-size: auto auto;
	padding: 0;
}
#townIntroduction dl dt {
	padding: 20px 0 0 70px;
	text-align: center;
}
#townIntroduction dl dd {
	padding: 25px 10px 0 0;
	text-align: right;
	font-size: 150%;
}
#townIntroduction dl dd span {
	padding: 0 0 0 3px;
	font-size: 70%;
}