@charset "UTF-8";

/*
th_TH
*/

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

/* =========================================================
view-tab
========================================================= */
.view-tab li a {
	background-color: rgba(135,202,169,1);
}
.view-tab li a:hover {
	background-color: rgba(135,202,169,.8);
}
.view-tab li.on a {
	background-color: rgba(55,167,111,1);
}
.view-tab li.list a span {
	background-image: url(/img/common/re/view_list.png);
}
.view-tab li.map a span {
	background-image: url(/img/common/re/view_map.png);
}
.view-tab li.pic a span {
	background-image: url(/img/common/re/view_pic.png);
}
.view-tab li.video a span {
	background-image: url(/img/common/re/view_video.png);
}
/* =========================================================
common
========================================================= */

/* -----------------------------------------------
link color
----------------------------------------------- */

a:link {
	color: #00947a;
}
a:visited {
	color: #00947a;
}
a:hover {
	color: #cccc00;
}

/* -----------------------------------------------
left menu
----------------------------------------------- */

#side-left .menu h3 {
	border-top: 4px solid #37a76f;
	border-bottom: 1px solid #37a76f;
}
#side-left .menu div a {
	background-color: #37a76f;
}
#side-left .category li {
	background: url(/img/common/re/left_nav_point.png) no-repeat 0 8px;
}
#side-left .category li.vacancy {
	background: url(/img/common/re/left_nav_category_vacancy.png) no-repeat 0 8px;
}
#side-left .category li.wanted {
	background: url(/img/common/re/left_nav_category_wanted.png) no-repeat 0 8px;
}

/* -----------------------------------------------
location
----------------------------------------------- */

.location h3 {
	background-color: #37a76f;
}
.location div {
	background: url(/img/common/re/location_bg.png) no-repeat 100% 100%;
}
.location p {
	background: url(/img/common/re/location_arrow.png) no-repeat 10px 0;
}

/* -----------------------------------------------
location / sort
----------------------------------------------- */

.location-sort {
	clear: both;
	margin-bottom: 5px;
}
.location-sort .wrap {
	background-color: #37a76f;
	padding: 6px 10px;
}
.location-sort .box {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.location-sort .box h3 {
	display: table-cell;
	color: #ffffff;
	font-weight: bold;
	vertical-align: top;
}
.location-sort .box div {
	display: table-cell;
	vertical-align: top;
}
.location-sort .box ul {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.location-sort .box li {
	float: left;
	border-left: 1px solid #e8ece9;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
.location-sort .box li.none {
	border-left: none;
	padding: 0;
	margin: 0;
}
.location-sort .box li a {
	color: #ffffff;
}
.location-sort .box li a:hover {
	color: #ffcc00;
}
.location-sort .sp {
	background: url(/img/common/re/location_bg.png) no-repeat 100% 100%;
	height: 11px;
}
.location-sort .sp p {
	background: url(/img/common/re/location_arrow.png) no-repeat 10px 0;
	height: 11px;
}

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

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

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

.paging .bg {
	background-color: #37a76f;
}

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

#nodata div a {
	background-color: #37a76f;
}

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

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

/* -----------------------------------------------
category color
----------------------------------------------- */

.vacancy {
	color: #ffffff;
	background-color: #ef857d;
}
.wanted {
	color: #ffffff;
	background-color: #68a9cf;
}

/* =========================================================
search
========================================================= */

#search-box .select ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#search-box .select li {
	float: left;
	margin: 4px 4px 0 0;
}

/* -----------------------------------------------
option
----------------------------------------------- */

#search-box .option {
	clear: both;
}
#search-box .option:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#search-box .option ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#search-box .option li {
	float: left;
	margin: 4px 8px 0 0;
}
#search-box .option li label {
	margin-left: 2px;
}
