@charset "utf-8";
/* ===================================================================
CSS information
 style info：tourism
=================================================================== */



/* -----------------------------------------------------------
	#wrap
----------------------------------------------------------- */
#tourism #wrap {
	padding-bottom: 0px;
}


/* -----------------------------------------------------------
	.cateNaviArea
----------------------------------------------------------- */
.cateNaviArea {
	height: 60px;
	background-color: #000000;
	padding: 3px 0px;
	overflow: hidden;
}
.cateNaviArea ul {
	width: 110%;
	height: 60px;
	margin: 0;
	padding: 0;
}
.cateNaviArea ul li {
	height: 60px;
	float: left;
	margin-right: 2px;
}
.cateNaviArea ul li.cNav01 {
	width: 30%;
	background-color: #27886a;
}
.cateNaviArea ul li.cNav02 {
	width: 30%;
	background-color: #27886a;
}
.cateNaviArea ul li.cNav03 {
	width: 30%;
	background-color: #27886a;
}
.cateNaviArea ul li a {
	display: block;
	width: 100%;
	height: 52px;
	padding-top: 8px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	background-position: center 30px;
	background-repeat: no-repeat;
}
.cateNaviArea ul li.cNav01 a {
	background-image: url(../img/tourism/icon_nature.png);
	background-size: 32px auto;
	background-position: center 31px;
}
.cateNaviArea ul li.cNav02 a {
	background-image: url(../img/tourism/icon_leisure.png);
	background-size: 31px auto;
	background-position: center 30px;
}
.cateNaviArea ul li.cNav03 a {
	background-image: url(../img/tourism/icon_other.png);
	background-size: 29px auto;
	background-position: center 29px;
}



/* -----------------------------------------------------------
	.cateTitle
----------------------------------------------------------- */
.cateTitle {
	display: block;
	font-size: 20px;
	line-height: 35px;
	background-color: #b7d8c8;
	color: #000000;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #000000;
}

/* -----------------------------------------------------------
	#trmWrap
----------------------------------------------------------- */
#trmWrap {
	width: 100%;
	margin-bottom: 18px;
}
#trmWrap ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#trmWrap ul li {
	display: block;
	border-bottom: 3px solid #000000;
	padding: 10px 10px;
	background-color: #e7eee4;
}
#trmWrap ul li a {
	display: block;
}
#trmWrap ul li a span.img_fNavi {
	float: left;
	width: 51px;
	height: 51px;
	margin-right: 10px;
	border: 2px solid #b7d8c8;
}
#trmWrap ul li a {
	background: url(../img/tourism/icon_List.png) no-repeat right center;
	background-size: 20px 20px;
}
#trmWrap ul li a span.img_fNavi img {
	display: block;
	width: 51px;
	height: 51px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px auto;
}
#trmWrap ul li a p.trm_Title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
	padding-top: 3px;
	padding-right: 28px;
	padding-left: 65px;
}
#trmWrap ul li a p.trm_Txt {
	font-size: 14px;
	letter-spacing: 1px;
	color: #000000;
	padding-right: 28px;
	padding-left: 65px;
}

/* -----------------------------------------------------------
	.pageNaviArea
----------------------------------------------------------- */
.pageNaviArea {
	width:93.75%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.pageNaviArea ul {
	margin: 0;
	padding: 0;
}
.pageNaviArea ul li {
	float: left;
}
.pageNaviArea ul li.pre {
	width: 37%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 35px;
}
.pageNaviArea ul li.page {
	width: 26%;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 45px;
	letter-spacing: 1px;
}
.pageNaviArea ul li.next {
	width: 37%;
	float: right;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 35px;
}
.pageNaviArea ul li.pre a,
.pageNaviArea ul li.next a
{
	display: block;
	height: 35px;
	background-color: #91ccb6;
	padding-top: 6px;
	padding-bottom: 5px;
	color: #ffffff;
	letter-spacing: 1px;
	border-radius: 5px;
}
.pageNaviArea ul li.pre span,
.pageNaviArea ul li.next span
{
	display: block;
	height: 35px;
	background-color: #dbede5;
	padding-top: 6px;
	padding-bottom: 5px;
	color: #ffffff;
	letter-spacing: 1px;
	border-radius: 5px;
}






