@charset "UTF-8";

/*
zh-CN
*/

/* common */
@import "/css/chi/common/seed.css";
@import "/css/chi/common/exmedia.css";
@import "/css/chi/common/enlarge.css";
@import "/css/chi/common/fan.css";

/* =========================================================
bn-coupon
========================================================= */
.bn-coupon {
	text-align: center;
	margin-bottom: 10px;
}
.bn-coupon img {
	width: 338px;
	height: 55px;
}
/* =========================================================
view-tab
========================================================= */
.view-tab li a {
	background-color: rgba(177,197,94,1);
}
.view-tab li a:hover {
	background-color: rgba(177,197,94,.8);
}
.view-tab li.on a {
	background-color: rgba(144,172,26,1);
}
.view-tab li.list a span {
	background-image: url(/img/common/cf/view_list.png);
}
.view-tab li.map a span {
	background-image: url(/img/common/cf/view_map.png);
}
.view-tab li.pic a span {
	background-image: url(/img/common/cf/view_pic.png);
}
.view-tab li.video a span {
	background-image: url(/img/common/cf/view_video.png);
}
/* =========================================================
common
========================================================= */
/* -----------------------------------------------
link color
----------------------------------------------- */

a:link {
	color: #008db7;
}
a:visited {
	color: #008db7;
}
a:hover {
	color: #ff9933;
}
/* -----------------------------------------------
left menu
----------------------------------------------- */
#side-left .menu {
	margin-bottom: 0;
}
#side-left .menu h3 {
	border-top: 4px solid #90ac1a;
	border-bottom: 1px solid #90ac1a;
}
#side-left .menu div a {
	background-color: #90ac1a;
}
#side-left .category li {
	background: url(/img/common/cf/left_nav_point.png) no-repeat 0 8px;
}
#side-left .category li:hover {
	background-color: #f9fbf3;
}
/* -----------------------------------------------
bizarea
----------------------------------------------- */
#side-left .bizarea a {
	display: block;
	background-image: url(/img/chi/common/left_nav_bizarea.png);
	background-size: 120px 35px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 35px;
}
#side-left .bizarea a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#side-left .bizarea span {
	display: none;
}

/* -----------------------------------------------
bizarea cf
----------------------------------------------- */
#side-left .bizarea-cf {
	margin: 15px 0;
}
#side-left .bizarea-cf a {
	display: block;
	background-image: url(/img/chi/cf/left_nav_bizarea_cf.png);
	background-size: 138px 46px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 46px;
}
#side-left .bizarea-cf a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#side-left .bizarea-cf span {
	display: none;
}
/* -----------------------------------------------
location
----------------------------------------------- */

.location h3 {/* service color */
	background-color: #90ac1a;
}
.location div {
	background: url(/img/common/cf/location_bg.png) no-repeat 100% 100%;
}
.location p {
	background: url(/img/common/cf/location_arrow.png) no-repeat 10px 0;
}

/* -----------------------------------------------
contents name
----------------------------------------------- */

#contents-name h2 a {
	display: block;
	background: url(/img/chi/cf/title.gif) no-repeat 0 0;
	width: 165px;
	height: 50px;
}

/* -----------------------------------------------
nodata reg
----------------------------------------------- */

#nodata div a {
	background-color: #90ac1a;
	margin: 0 5px;
}

/* -----------------------------------------------
pagination
----------------------------------------------- */

.paging .bg {
	background-color: #90ac1a;
}

/* -----------------------------------------------
text ad
----------------------------------------------- */

#sidead li.textad {
	background-color: #f3f6e7;
}