@charset "utf-8";

/* =====================================================================
  基本設定
===================================================================== */
* {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  margin:0;
  padding:0;
}

*html {
  border-style : none;
}

body {
  color : #333333;
  font-size : 12px;
  line-height: 16px;
  margin: 0;
}
#mainbody {
	background: url(../image/bg.jpg) repeat-y center top #ffe4f2;
}
a {
  color:#006794;
  text-decoration : none;
}

a:link {
  color:#006794;
}

a:visited {
  color:#006794;
  text-decoration : none;
}

a:hover {
  color: #006794;
  text-decoration : underline;
}

a img {
  border: 0 none;
}

br.clear{
  clear: both;
}

ul {
  list-style:none outside none;
}

h1 {
  font-size: 12px;
  font-weight: normal;
}

h2 {
  font-size: 12px;
  font-weight: normal;
}

strong {
  font-weight: normal;
}

.red {
  color: #FF0000;
}
form, input {
  border: medium none;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}
/* =====================================================================
  ヘッダー
===================================================================== */
#header{
	background: url(../image/bg.jpg) repeat-y center top #ffe4f2;
}
img.header {
  max-width: 180px;
  max-height: 60px;
}
* html body img.header {
  width:expression(this.width >= 180? "180px" : "auto");
  height:expression(this.height >= 60? "60px" : "auto");
}
.header_wrapper {
  background: none repeat scroll 0 0 #F39;
  border-bottom: 1px solid #F6C;
  height: 29px;
  line-height: 29px;
}
.header {
  width: 965px;
  margin: 0 auto;
  color: #FFF;
}
.header a{
  color: #FFF;
}
.header .left{
  float: left;
}
.header .left a{
  font-weight: bold;
}
.header .right{
  float: right;
}
.headerbox {
	background: #FFF;
	padding-bottom: 5px;
	width: 965px;
	margin: 0 auto;
	overflow: hidden;
}
.logo_wrapper {
  clear: both;
  width: 965px;
  margin: 0px auto;
  overflow:hidden;
  display: block;
  padding-top: 10px;
}

.headerlogo {
  float: left;
}
.headerbanner {
  float: right;
  margin-left: 35px;
  width: 300px;
}
.loginbox {
  float: left;
  text-align: left;
  margin-top: 2px;
}
.membermenu {
  width: 500px;
  text-align: right;
}
.membermenu td {
  margin-left: 10px;
}
.membermenu td.login{
  margin-left: 0;
  width: 75px;
}
.membermenu td.login a {
  background: url(../image/login.png) no-repeat;
  padding-left: 18px;
}
.membermenu td.mypage{
  margin-left: 0;
  width: 85px;
}
.membermenu td.mypage a {
  background: url(../image/mypage.png) no-repeat;
  padding-left: 18px;
}
.membermenu td.member{
  margin-left: 0;
  width: 75px;
}
.membermenu td.member a {
  background: url(../image/member.png) no-repeat;
  padding-left: 18px;
}
div.search {
  clear: both;
  float: right;
}
div.search input.formarea {
  background: url("../image/bg_head_search.png") no-repeat scroll left top transparent;
  float: left;
  height: 18px;
  line-height: 130%;
  padding: 4px 5px 5px;
  width: 128px;
}
div.search input {
  vertical-align: middle;
}
input.btnheadgo {
  background: url("../image/btn_head_search.png") no-repeat scroll left top transparent;
  cursor: pointer;
  height: 27px;
  text-indent: -9999px;
  width: 40px;
}
.mapbox {
	width: 965px;
	margin: 0 auto;
	position: relative;
}
p.mapbox-title {
    color: #ff006c;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
	position: relative;
	top: 10px;
}
.logo {
	position: inherit;
	width: 485px;
	left: -245px;
	margin: 0 auto;
}

/* =====================================================================
  ヘッダー
===================================================================== */
.headerbox #area_menu{
	background:URL(../image/menu_bg.jpg) no-repeat 0 0;
	padding: 3px 0;

	margin-top: 10px;
	position: relative;
	left: 980px;
	background-size: contain;
}
.headerbox #area_menu li{
	float: left;
	background-color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 2px;
	padding: 5px 10px 3px;
	min-width: 32px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.headerbox #area_menu li a{
	color: #333;
	display: block;
	text-decoration: none;
}

.headerbox #area_menu li:first-child{
	margin-left: 55px;
}

.headerbox #area_menu:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
/* =====================================================================
  メニュー
===================================================================== */
.menu {
  clear: both;
  margin: 0 auto;
  width: 965px;
  height: 98px;
}
.menu ul {
  margin-left: 5px;
}
.menu ul li{
  float: left;
  height: 98px;
}
.menu ul li a {
	text-indent: -9999px;
}
.menu ul li.nav0{
  background: url(../image/menutop.png) no-repeat;
  width: 103px;
}
.menu ul li.nav1 a{
  background: url(../image/menu1.png) no-repeat;
  width: 178px;
}
.menu ul li.nav2 a{
  background: url(../image/menu2.png) no-repeat;
  width: 175px;
}
.menu ul li.nav3 a{
  background: url(../image/menu3.png) no-repeat;
  width: 191px;
}
.menu ul li.nav4 a{
  background: url(../image/menu4.png) no-repeat;
  width: 150px;
}
.menu ul li.nav5 a{
  background: url(../image/menu5.png) no-repeat;
  width: 151px;
}
.menu ul li.nav6 a{
  background: url(../image/menu1.png) no-repeat;
  width: 179px;
}
.menu ul li a{
  display: block;
  height: 98px;
  line-height: 98px;
}
.menu ul li a:hover {
  text-decoration: none;
}

/*出稼ぎ特典枠線スタイル↓*/
.thumb a:hover p{
	margin: -5px;
	border-style: solid;
	border-width: 5px;
	border-color: #ffb398;
	transition: border-color 0.3s linear;
	-webkit-transition: border-color 0.3s linear;
	-moz-transition: border-color 0.3s linear;
	-o-transition: border-color 0.3s linear;
}
.thumb a p{
	margin: -5px;
	border-style: solid;
	border-width: 5px;
	border-color: #ffffff;
	transition: border-color 0.3s linear;
	-webkit-transition: border-color 0.3s linear;
	-moz-transition: border-color 0.3s linear;
	-o-transition: border-color 0.3s linear;
}
.privilege-list .tokuten_list{
	padding-top:5px;
}
/*出稼ぎ特典枠線スタイル↑*/



/* =====================================================================
  パンくず
===================================================================== */
div.path {
  clear: both;
  margin: 5px auto 0 auto;
  width: 965px;
  height: 15px;
}
ul.path {
  margin-left: 5px;
  font-size: 11px;
}
ul.path li{
  display: inline;
}
/* =====================================================================
  ボックス
===================================================================== */
.shell {
  clear: both;
  margin: 10px auto 0 auto;
  width: 965px;
  /*overflow: hidden;*/
}
.main {
  float: left;
  width: 650px;
}
.guide {
  float: right;
  width: 300px;
}
/* =====================================================================
  北海道内の詳細地域ホバー
===================================================================== */
div.areabox{
	position:relative;
	width:650px;
	height:240px;
	left:33px;
}
.backimg{
  /*margin-left: 83px;
  margin-top: 31px;*/
}
ul.link {
  list-style: none outside none;
}
.areabox ul.link li a {
  width: 14px;
  height: 14px;
  border-radius: 10px;
  display: block;
  background-color: #ff6fbb;
  border: 3px solid #fff;
  position:relative;
}
.areabox ul.link li.h_area1 {
  position: absolute;
  top: 192px;
  right: 322px;
}
.areabox ul.link li.h_area2 {
  position: absolute;
  top: 87px;
  right: 219px;
}
.areabox ul.link li.h_area3 {
  position: absolute;
  top: 180px;
  right: 159px;
}
.areabox ul.link li.h_area4 {
  position: absolute;
  top: 184px;
  right: 262px;
}
.areabox ul.link li.h_area5 {
  position: absolute;
  top: 148px;
  right: 223px;
}
.areabox ul.link li.h_area6 {
  position: absolute;
  top: 96px;
  right: 291px;
}
.areabox ul.link li.h_area7 {
  position: absolute;
  top: 148px;
  right: 300px;
}
.areabox ul.link li.h_area8 {
  position: absolute;
  top: 180px;
  right: 206px;
}
.areabox ul.link li.h_area9 {
  position: absolute;
  top:135px;
  right: 118px;
}
.areabox ul.link li.h_area1 a img {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: -40px;
  display: none;
}
.areabox ul.link li.h_area2 a img {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: -40px;
  display: none;
}
.areabox ul.link li.h_area3 a img {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: -40px;
  display: none;
}
.areabox ul.link li.h_area4 a img {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: -40px;
  display: none;
}
.areabox ul.link li.h_area5 a img {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: -40px;
  display: none;
}
.areabox ul.link li.h_area6 a img {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: -40px;
  display: none;
}
.areabox ul.link li.h_area7 a img {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: -40px;
  display: none;
}
.areabox ul.link li.h_area8 a img {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: -40px;
  display: none;
}
.areabox ul.link li.h_area9 a img {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: -40px;
  display: none;
}
.areabox ul.link li.h_area1 a:hover img{
  display: block;
}
.areabox ul.link li.h_area2 a:hover img{
  display: block;
}
.areabox ul.link li.h_area3 a:hover img{
  display: block;
}
.areabox ul.link li.h_area4 a:hover img{
  display: block;
}
.areabox ul.link li.h_area5 a:hover img{
  display: block;
}
.areabox ul.link li.h_area6 a:hover img{
  display: block;
}
.areabox ul.link li.h_area7 a:hover img{
  display: block;
}
.areabox ul.link li.h_area8 a:hover img{
  display: block;
}
.areabox ul.link li.h_area9 a:hover img{
  display: block;
}
/* =====================================================================
  メイン
===================================================================== */
#moviebox {
  margin-bottom: 10px;
}
#moviebox h2{
  margin-bottom: 10px;
  text-indent: -9999px;
  background: url(../image/movie_title.gif);
  width: 650px;
  height: 49px;
}
#moviebox h2 a{
  display: block;
  height: 28px;
}
.moviemain {
  padding: 5px 10px 0 10px;
  margin-bottom: 5px;
  min-height: 180px; 
}
.moviemain img.thumb {
  float: left;
  margin-right: 10px;
  height: 160px;
}
table.movie_top {
  width: 100%;
  margin: 0;
  padding: 0;
}
table.movie_top td {
  margin: 0;
  padding-bottom: 5px;
  vertical-align: top;
  word-break: break-all;
}
table.movie_top td.thumb {
  margin: 0;
  padding: 0;
  width: 245px;
}
.moviemaintext p.date {
  color: #393F3F;
  font-size: 10px;
  font-weight: bold;
}
.moviemaintext p.date img {
	position: relative;
	top: 3px;
	left: 5px;
}
.moviemaintext p.bodytext {
  line-height: 20px;
}
.moviemaintext a {
  font-size: 16px;
  font-weight: bold;
}
.shopname {
  text-align: right;
}
ul.movie_list {
  overflow: hidden;
  clear: both;
}
ul.movie_list li {
  float: left;
  font-size: 12px;
  list-style-type: none;
  margin: 0 5px 5px 5px;
  padding: 3px;
  width: 146px;
}
ul.movie_list div.movie_item {
  height: 180px;
}
table.movie_item {
  width: 100%;
  margin: 0;
  padding: 0;

}
table.movie_item td.thumb {
  vertical-align: top;
  margin: 0;
  padding: 0;
  height: 100px;
}
table.movie_item td {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
.date {
  color: #393F3F;
  font-size: 10px;
  font-weight: bold;
}
p.thumb {
  float: left;
  margin-right: 8px;
  margin-bottom: 3px;
  width: 146px;
  height: 98px;
  overflow: hidden;
}
img.pickup {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 22px;
  height: 22px;
}
p.thumb img {
	width: 100%;
}
.movie_title {
  line-height: 20px;
}
.movie_title a{
	color: #333;
}
.moviemorelink {
  clear: both;
  text-align: right;
  padding-top: 7px;
}
.moviemorelink a{
  background: url(../image/arrow_more.gif) no-repeat 0 4px;
  padding-left: 14px;
}
#newsbox {
  margin-bottom: 30px;
  padding: 15px;
  background: url(../image/news_bg.gif);
  border: 1px solid #CCC;
  min-height: 270px;
}
#newsbox h2 {
  float: left;
  text-indent: -9999px;
  background: url(../image/news_title.png);
  width: 114px;
  min-height: 275px;
  margin-right: 10px;
}
.newsbody {
  min-height: 150px;
  line-height: 20px;
}
.newsbody img {
  float: right;
  height: 150px;
  margin-left: 10px;
}
.newsbody p a {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
.newsbody2 {
  min-height: 105px;
}
.newslist {
  margin-top: 15px;
  margin-bottom: 10px;
}
.newslist li {
  margin-bottom: 6px;
}
.newslist li a {
  background: url(../image/arrow_news.gif) no-repeat 0 2px;
  padding-left: 16px;
}
.newsmorelink {
  text-align: right;
  margin-top: 3px;
}
.newsmorelink a{
  background: url(../image/arrow_more.gif) no-repeat 0 4px;
  padding-left: 14px;
}
.searchbox {
  margin-bottom: 5px;
  padding: 0 14px 10px 14px;
  clear: both;
}
.searchmain {
  margin: 0px 0 10px 0;
}
.searchmain2 {
  margin: 0px 0 10px 0;
}
.searchmain h2,.searchmain2 h2{
  text-indent: -9999px;
  background: url(../image/search_title.gif) no-repeat 0 0 ;
  width: 650px;
  height: 28px;
}
.searchmain h2 a,.searchmain2 h2 a{
  display: block;
  height: 28px;
}
.searchtext {
  margin-bottom: 10px;
}
#search_body .search_select p {
  margin: 0;
  padding: 4px;
  text-align: left;
  background: #fdeccf;
}
#search_body #search_select_job_01 {
  float: left;
  margin-bottom: 10px;
  width: 280px;
}
#search_body #search_select_place_01 {
  float: left;
  margin-left: 5px;
  margin-bottom: 10px;
  width: 280px;
}
#search_body #search_select_type_01 {
  float: left;
  margin-bottom: 10px;
  margin-left: 5px;
  width: 185px;
}
#search_body #search_text_keyword_01 {
  float: left;
  height: 29px;
  margin-bottom: 10px;
}
#search_body #search_submit_01 {
  float: right;
  margin-bottom: 10px;
  width: 160px;
}
#search_body .search_options {
  clear: both;
  padding: 7px 0;
}
#search_body .search_select {
  border: 1px solid #CCCCCC;
  margin: 0;
  padding: 0;
  text-align: center;
}
#search_body .search_select_job_01 select {
  width: 140px;
}
#search_body .search_select_job_02 select {
  width: 160px;
}
#search_body .search_select_job_03 select {
  width: 120px;
}
#search_body #search_text_keyword_01 img {
  top: 0;
  vertical-align: top;
}
#search_body #search_text_keyword_01 form input {
  color: #999999;
  margin-top: 6px;
  top: 0;
  width: 170px;
}
#search_body .search_text {
  background-repeat: repeat-y;
  border: 1px solid #CCCCCC;
}
#search_body .search_select .active {
  background-color: #D7F2FF;
}
.top3_inside {
  width: 276px;
  height: 150px;
  margin: 1px;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}
.top3_inside td.border {
  padding: 0px;
  border: 1px solid rgb(204, 204, 204);
  background-color: #FFFFFF;
}
.top3_inside td.bgcolor {
  padding: 0px;
  border: 1px solid rgb(204, 204, 204);
  background-color: #FFFFFF;
  color: #999999;
}
.wordsearch {
  padding: 0 5px;
  background: #fdeccf;
}
input#wordkeyword {
  border: 1px solid #CCC;
  margin: 0 3px;
}
#blogbox h2{
  margin-bottom: 10px;
  text-indent: -9999px;
  background: url(../image/blog_title.gif);
  width: 650px;
  height: 49px;
}
#blogbox h2 a{
  display: block;
  height: 28px;
}
#blogbox .date{
	color: #fff;
}
div.manager_image{
  height: 156px;
  width: 200px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}
div.manager_image img{
	max-width: 100%;
}
div.manager_text {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 4%;
  width: 96%;
  height: 96%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  color: #fff;
  text-align: left;
  display:none;
}
div.manager_text a{
	color: #fff;
	display: block;
	text-decoration: none;
}
div.manager_image:hover div.manager_text {
	top: 0;
	left: 0;
	display:block;
	-moz-animation: anime1 0.5s ease alternate;
	-webkit-animation: anime1 0.5s ease alternate;
	-o-animation: anime1 0.5s ease alternate;
	-ms-animation: anime1 0.5s ease alternate;
}
@-moz-keyframes anime1 {
0% {width: 200px; height: 156px; opacity:0;}
100% {width: 200px; height: 156px; opacity:1.0;}
}

@-webkit-keyframes anime1 {
0% {width: 200px; height: 156px; opacity:0;}
100% {width: 200px; height: 156px; opacity:1.0;}
}

@-o-keyframes anime1 {
0% {width: 200px; height: 156px; opacity:0;}
100% {width: 200px; height: 156px; opacity:1.0;}
}

@-ms-keyframes anime1 {
0% {width: 200px; height: 156px; opacity:0;}
100% {width: 200px; height: 156px; opacity:1.0;}
}

div.managerbox {
  float: left;
  width: 200px;
  height: 173px;
}
p.manager_title {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  margin: 3px 0;
}
table.blog_item {
  width: 100%;
  margin: 0;
  padding: 0;
}
table.blog_item td {
  margin: 0;
  padding: 0 0 0 10px;
  height: 110px;
  overflow: hidden;
  word-break: break-all;
}

.blogmorelink {
  clear: both;
  text-align: right;
}
.blogmorelink a{
  background: url(../image/arrow_more.gif) no-repeat 0 4px;
  padding-left: 14px;
}
.rankSmall p {
  background: url("../image/rankingsmall.gif") no-repeat scroll 0 0 transparent;
  font-weight: bold;
  margin: 2px 0 10px 0;
  padding: 3px 0;
  text-indent: 5px;
}
.rankSmall {
  float: left;
  margin: 0 10px 20px;
  width: 280px;
}
.rankSwrap {
  border: 0 none;
  margin: 0 0 3px;
  vertical-align: top;
  width: 280px;
}
#rankingbox h2{
  margin-bottom: 10px;
  margin-top: 30px;
  text-indent: -9999px;
  background: url(../image/ranking_title.gif);
  width: 600px;
  height: 28px;
}
#rankingbox2 h2{
  margin-bottom: 10px;
  text-indent: -9999px;
  background: url(../image/ranking_title.gif);
  width: 600px;
  height: 28px;
}
#rankingbox h2 a,#rankingbox2 h2 a{
  display: block;
  height: 28px;
}
.rankSwrap td {
  vertical-align: top;
}
.shopwrap .box {
  border-bottom: 1px solid #DDDDDD;
  height: 80px;
  margin: 0 0 8px 0;
   width: 280px;
}
.rankSphoto {
  border: 0 none;
  float: left;
  margin-right: 5px;
  vertical-align: top;
  width: 100px;
}
.shopwrap .box .main {
  height: 30px;
  overflow: hidden;
}
.rankingmorelink {
  clear: both;
  margin: 6px 0 5px 3px;
  text-align: right;
}
.backnumber p {
  font-size: 12px;
}
.backnumber h4 a {
  font-size: 12px;
  font-weight: bold;
}
#ulGyo,#ulNormal,#ulDeli{
  width: 276px;
  height: 150px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: 3px;
  display: block;
  list-style-type: none;
  overflow: auto;
  overflow-x: hidden;
}
#themelist h2{
  padding-top: 2px;
  margin-bottom: 10px;
  text-indent: 30px;
  background: url(../image/blank_title.gif);
  width: 650px;
  height: 28px;
  line-height: 21px;
  color: #EE539D;
  font-size: 22px;
  font-weight: bold;
}
/* =====================================================================
  右カラム
===================================================================== */
#kyubo {
  width: 300px;
  margin-top: 0px;
}
#kyubo h3 {
  text-indent: -9999px;
  background: url(../image/keisai_title.png);
  height: 48px;
  width: 300px;
}
.kyuubobox {
	padding: 10px 0;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
#kyubo img {
  margin: 0;
}
#kyubo a.shoplink {
  background:#fafafa;
  border-radius: 5px;
box-shadow:rgba(212, 212, 212, 0.65) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(212, 212, 212, 0.65) 0px 0px 6px 3px;
-moz-box-shadow:rgba(212, 212, 212, 0.65) 0px 0px 6px 3px;
  display: block;
  font-size: 12px;
  height: 100%;
  line-height: 120%;
  margin: 0 auto;
  padding: 0;
  width: 260px;
}
#kyubo a.shoplink:hover, #kyubo a.shoplink:active {
  text-decoration: none;
  background: #FFF;
}
#kyubo .place {
  color: #9f9f9f;
  text-align: left;
}
#kyubo a img {
  border: 1px solid #666666;
  float: left;
  margin: 0 10px 0 0;
  width: 100px;
}
#kyubo .copy2 {
  font-size: 12px;
  line-height: 17px;
  color: #333;
}
#kyubo .company {
  color: #F69;
  display: block;
  font-weight: bold;
  padding: 10px 10px 0px 10px;
}
.kyuubomorelink {
  padding: 7px 0 0 0;
  text-align: right;
}
.kyuubomorelink a{
  background: url(../image/arrow_more.gif) no-repeat 0 4px;
  padding-left: 14px;
}
#kyubo table.item {
  height: 80px;
  margin: 5px 10px 10px 10px;
  width: 240px;
  table-layout: fixed;
  /* 2013/09/09 求人コミュニティ新バナー ADD end */
}
 /*2013/09/09 求人コミュニティ新バナー ADD start */
#kyubo table td {
  width: 125px;
  word-wrap: break-word;
  word-break: break-all;
}
 /*2013/09/09 求人コミュニティ新バナー ADD end */
#kyubo table td.image {
  width: 105px;
  padding-bottom: 10px;
}
#kyubo a:hover, #kyubo a:active {
  outline: none;
  text-decoration: none;
}
#kyubo div.blankimg {
  float: left;
  margin: 0 10px 0 0;
  width: 100px;
  height: 75px;
}
#kyubo2{
  width: 300px;
  margin-top: 0px;
}
#kyubo2 h3{
  text-indent: -9999px;
  background: url(../image/kyuubo_title.png);
  height: 48px;
  width: 300px;
}
#kyubo2 img {
  margin: 0;
}
#kyubo2 a.shoplink {
  background:#fafafa;
  border-radius: 5px;
box-shadow:rgba(212, 212, 212, 0.65) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(212, 212, 212, 0.65) 0px 0px 6px 3px;
-moz-box-shadow:rgba(212, 212, 212, 0.65) 0px 0px 6px 3px;
  display: block;
  font-size: 12px;
  height: 100%;
  line-height: 120%;
  margin: 0 auto;
  padding: 0;
  width: 260px;
}
#kyubo2 a.shoplink:hover, #kyubo2 a.shoplink:active {
  text-decoration: none;
  background: #FFF;
}
#kyubo2 .place {
  color: #9f9f9f;
  text-align: left;
}
#kyubo2 a img {
  border: 1px solid #666666;
  float: left;
  margin: 0 10px 0 0;
  width: 100px;
}
#kyubo2 .copy2 {
  font-size: 12px;
  line-height: 17px;
  color: #333;
}
#kyubo2 .company {
  color: #F69;
  display: block;
  font-weight: bold;
  padding: 10px 10px 0px 10px;
}
.kyuubomorelink2 {
  padding: 7px 0 0 0;
  text-align: right;
}
.kyuubomorelink2 a{
  background: url(../image/arrow_more.gif) no-repeat 0 4px;
  padding-left: 14px;
}
#kyubo2 table.item {
  height: 80px;
  margin: 5px 10px 10px 10px;
  width: 240px;
  table-layout: fixed;
}
#kyubo2 table td {
  width: 105px;
  word-wrap: break-word;
  word-break: break-all;
}
#kyubo table td.image {
  width: 105px;
  padding-bottom: 10px;
}
#kyubo2 a:hover, #kyubo2 a:active {
  outline: none;
  text-decoration: none;
}
#kyubo2 div.blankimg {
  float: left;
  margin: 0 10px 0 0;
  width: 100px;
  height: 75px;
}
/* =====================================================================
  お仕事検索
===================================================================== */
.a15_search {
  margin: 10px 0px 0px 0px;
  display: block;
  height: 20px;
  line-height: 20px;
  text-align: right;
  width: 629px;
}
.a15_search a {
  background: url("../image/a15_search.gif") no-repeat scroll 0 0 transparent;
  height: 20px;
  line-height: 20px;
  padding-left: 20px;
  text-align: right;
}
#col-search-list #searchtb {
  background: none repeat scroll 0 0 #F5BAD3;
  border-collapse: collapse;
  font-size: 12px;
  margin: 0 0 10px;
  width: 650px;
}
#searchtb td.category {
  background: none repeat scroll 0 0 #FFE8F2;
  border: 1px solid #F5BAD3;
  padding: 4px 0 4px 10px;
}
#col-search-list .b14 {
  font-size: 14px;
  font-weight: bold;
}
#searchtb td.list {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #F5BAD3;
  padding: 0 5px 5px 0;
}
#searchtb td.keyword {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #F5BAD3;
  padding: 10px 5px;
}
#searchtb td {
  line-height: 22px;
}
#searchtb ul {
  margin: 5px 0 5px 10px;
  padding: 0;
}
#searchtb li {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 194px;
}
#col-search-list .koda {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 10px 0 0 10px;
}
.about_src {
  padding: 10px 0 5px 3px;
}
.bottomBt {
  height: 40px;
  margin-left: 185px;
}
.search_btn3 {
  background: url("../image/etc_search_btn.gif") no-repeat scroll 0 0 transparent;
  display: block;
  float: left;
  height: 30px;
  margin-left: 5px;
  text-align: center;
  text-decoration: none;
  text-indent: -10000px;
  width: 145px;
}
.search_btn3 a {
  background: url("../image/etc_search_btn.gif") no-repeat scroll 0 0 transparent;
  display: block;
  float: left;
  height: 30px;
  text-align: center;
  text-decoration: none;
  text-indent: -10000px;
  width: 125px;
}
.search_clear {
  border-left: 1px solid #F5BAD3;
  float: left;
  padding: 5px 5px 5px 15px;
}
.search-link {
  background: none repeat scroll 0 0 #FCFFD4;
  display: block;
  margin: 0;
  padding: 0 0 5px;
  width: 475px;
}
.search-link p {
  color: #666666;
  float: right;
  margin: 5px 5px 5px 0;
  padding: 0;
}
.search-link ul {
  clear: both;
  list-style: none outside none;
  margin: 0 0 0 10px;
  padding: 0;
  width: 455px;
}
.search-link li.shop {
  font-size: 13px;
  font-weight: bold;
  line-height: 120%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  word-wrap: break-word;
}
.search-link li.text {
  font-size: 13px;
  line-height: 150%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  word-wrap: break-word;
}
h2.typeA {
  background: url("../image/ico_typeA.gif") no-repeat scroll 0 0 transparent;
  color: #333333;
  font-size: 15px;
  margin: 18px 0 10px 10px;
  padding-left: 23px;
  font-weight: bold;
}
div.main-setumei {
  margin-bottom: 5px;
  float: left;
  word-wrap: break-word;
}
/* 2013/08/21 大中小エリア対応 ADD start */
#searchareatb {
  margin: 0;
  width: 100%;
  border-style: none;
}
#searchareatb td {
  border-style: none;
}
#searchareatb td.l_area {
  padding: 2px 0 0 0;
  font-size: 15px;
  font-weight: bold;
}
#searchareatb td.m_area {
  padding: 2px 0 0 10px;
  font-size: 15px;
  font-weight: bold;
}
#searchareatb td.s_area {
  padding: 0 0 2px 0;
}
#searchareatb td.no_middle {
  padding-top: 5px;
}
#searchareatb ul {
  margin: 0 0 5px 10px;
  padding: 0;
}
#searchareatb li {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 194px;
}
/* 2013/08/21 大中小エリア対応 ADD end */
/* =====================================================================
  店舗リスト
===================================================================== */
.search-list-s {
  border-top: 3px solid #FF3399;
  padding-bottom: 10px;
  width: 650px;
}
.search-list-s {
  clear: both;
  margin: 10px 0;
}
.search-list-a {
  border-top: 3px solid #FF3399;
  padding-bottom: 10px;
  width: 650px;
}
.search-list-a {
  clear: both;
  margin: 10px 0;
}
.search-list-b {
  border-top: 3px solid #FF3399;
  padding-bottom: 10px;
  width: 650px;
}
.search-list-b {
  clear: both;
  margin: 10px 0;
}
.search-list-c {
  border-top: 3px solid #FF3399;
  padding-bottom: 10px;
  width: 650px;
}
.search-list-c {
  clear: both;
  margin: 10px 0;
}
.areatype{
	font-size:11px;
	line-height:22px;
}
.list-title {
  background-color:#ffe8f2;
  display: block;
  overflow: hidden;
  padding: 0 0 0 10px;
  word-wrap: break-word;
  height:80px;
}
.list-title h2 a:link, .list-title h2 a:visited, .list-title h2 a:active, .list-title h2 a:hover {
  color: #333;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 120%;
  overflow: hidden;
  padding: 10px 0 5px 0;
  word-wrap: break-word;
  margin-right:10px;
}
.list-title h2 {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 120%;
  overflow: hidden;
  padding: 0;
  word-wrap: break-word;
}
.list-title h2 span {
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
  overflow: hidden;
  padding: 11px 0 10px 10px;
}
.list-title h3 a:link, .list-title h3 a:visited, .list-title h3 a:active, .list-title h3 a:hover {
  color: #333;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 120%;
  overflow: hidden;
  padding: 10px 0 5px 0;
  word-wrap: break-word;
  margin-right:10px;
}
/*.list-title h3 a:link, .list-title h3 a:visited, .list-title h3 a:active, .list-title h3 a:hover {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 120%;
  overflow: hidden;
  padding: 10px 0;
  word-wrap: break-word;
}*/
.list-title h3 {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 120%;
  overflow: hidden;
  padding: 0;
  word-wrap: break-word;
}
/*.list-title h3 {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 120%;
  overflow: hidden;
  padding: 0;
  width: 395px;
  word-wrap: break-word;
}*/
.list-title h3 span {
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
  overflow: hidden;
  padding: 11px 0 10px 10px;
}
.list-title h3 span {
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
  overflow: hidden;
  padding: 11px 0 10px 10px;
}
.blog-title {
  background-color: #FFFFCC;
  display: block;
  overflow: hidden;
  padding: 0 0 0 10px;
  word-wrap: break-word;
  height:36px;
}
.blog-title h3 a:link, .blog-title h3 a:visited, .blog-title h3 a:active, .blog-title h3 a:hover {
  color: #333;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 120%;
  overflow: hidden;
  padding: 10px 0 5px 0;
  word-wrap: break-word;
}
.blog-title h3 {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 120%;
  overflow: hidden;
  padding: 0;
  width: 395px;
  word-wrap: break-word;
}
.blog-title h3 span {
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
  overflow: hidden;
  padding: 11px 0 10px 10px;
}
.decomark{
	margin-right:7px;
}
.later a {
  background: url("../image/messagelist_btn1.gif") no-repeat scroll 0 0 transparent;
  display: block;
  float: left;
  height: 20px;
  margin: 8px 5px 0 0;
  padding: 0;
  text-decoration: none;
  text-indent: -10000px;
  width: 90px;
}
div.detail a {
  background: url("../image/messagelist_btn3.png") no-repeat scroll 0 0 transparent;
  background-size: contain;
  display: block;
  float: right;
  height: 18px;
  margin: 8px 8px 0 0;
  padding: 0;
  text-decoration: none;
  text-indent: -10000px;
  width: 82px;
}
.blog-title .detail a {
  background: url("../image/messagelist_btn4.png") no-repeat scroll 0 0 transparent;
  background-size: contain;
  display: block;
  float: right;
  height: 18px;
  margin: 8px 8px 0 0;
  padding: 0;
  text-decoration: none;
  text-indent: -10000px;
  width: 82px;
}
.copy {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  overflow: hidden;
  width: 580px;
  word-wrap: break-word;
}
.search-list-s .photo, .search-list-a .photo,
.search-list-b .photo, .search-list-c .photo {
  width: 650px;
  margin: 10px auto;
}
.search-list-s .photo img.sphoto, .search-list-a .photo img.sphoto,
.search-list-b .photo img.sphoto, .search-list-c .photo img.sphoto {
  width: 100%;
}
.search-list-s h2, .search-list-a h2, .search-list-b h2, .search-list-c h2 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 535px;
}
.search-list-s h3, .search-list-a h3, .search-list-b h3, .search-list-c h3 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 535px;
}
.search-list-s div.detail-setumei, .search-list-a div.detail-setumei, .search-list-b div.detail-setumei, .search-list-c div.detail-setumei {
  font-size: 12px;
  font-weight: normal;
  height: 70px;
  overflow: hidden;
  padding: 15px 15px 10px 10px;
  width: 625px;
}
.search-list-s .spec, .search-list-a .spec,
.search-list-b .spec, .search-list-c .spec {
	height: 120px;
}
.search-list-s .spec table {
  background-color: #FFFFFF;
  border-top: 0 none;
  padding: 0;
  width: 654px;
  position: relative;
  left: -2px;
  text-overflow:clip;
  min-height:120px;
  table-layout: fixed;
}
.search-list-a .spec table {
 background-color: #FFFFFF;
  border-top: 0 none;
  padding: 0;
  width: 654px;
  position: relative;
  left: -2px;
  text-overflow:clip;
  min-height:120px;
  table-layout: fixed;
}
.search-list-b .spec table {
  background-color: #FFFFFF;
  border-top: 0 none;
  padding: 0;
  width: 654px;
  position: relative;
  left: -2px;
  text-overflow:clip;
  min-height:120px;
  table-layout: fixed;
}
.search-list-c .spec table {
  background-color: #FFFFFF;
  border-top: 0 none;
  padding: 0;
  width: 654px;
  position: relative;
  left: -2px;
  text-overflow:clip;
  min-height:120px;
  table-layout: fixed;
}
.search-list-s .spec th {
  background: none repeat scroll 0 0 #F9D3E3;
  border-bottom: 7px solid #FFFFFF;
  line-height: 150%;
  padding: 5px;
  width: 70px;
}
.search-list-a .spec th {
  background: none repeat scroll 0 0 #F9D3E3;
  border-bottom: 7px solid #FFFFFF;
  line-height: 150%;
  padding: 5px;
  width: 70px;
}
.search-list-b .spec th {
  background: none repeat scroll 0 0 #F9D3E3;
  border-bottom: 7px solid #FFFFFF;
  line-height: 150%;
  padding: 5px;
  width: 70px;
}
.search-list-c .spec th {
  background: none repeat scroll 0 0 #F9D3E3;
  border-bottom: 7px solid #FFFFFF;
  line-height: 150%;
  padding: 5px;
  width: 70px;
}
.search-list-s .spec td {
  background: none repeat scroll 0 0 #FCE9E4;
  border-bottom: 7px solid #FFFFFF;
  line-height: 150%;
  padding: 5px;
}
.search-list-a .spec td {
  background: none repeat scroll 0 0 #FCE9E4;
  border-bottom: 7px solid #FFFFFF;
  line-height: 150%;
  padding: 5px;
}
.search-list-b .spec td {
  background: none repeat scroll 0 0 #FCE9E4;
  border-bottom: 7px solid #FFFFFF;
  line-height: 150%;
  padding: 5px;
}
.search-list-c .spec td {
  background: none repeat scroll 0 0 #FCE9E4;
  border-bottom: 7px solid #FFFFFF;
  line-height: 150%;
  padding: 5px;
}
.spec .clearfix{
	height: 120px;
}
.seconddetail{
	line-height:25px;
}
div.detail-link {
  padding: 5px 15px 0 10px;
  text-align: right;
}
#navi {
  border: #FF64B4 solid 2px;
  padding: 0.2em;
  color: #333;
  height: 2em;
  width: 200px;
}
#navi option.select-area {
  border: 1px solid #ccc;
  margin: -1px 0 0;
  padding: 0.2em 0.2em 0.2em 3px;
  line-height: 1em;
  color: #333;
}
.select-exec {
  height: 26px;
  line-height: 26px;
  width: 50px;
  background: #CCCCCC;
  border: 1px solid #666666;
  text-align: center;
  cursor: pointer;
}
.tokuten_box {
	width: 638px;
	padding: 5px;
	border: 1px solid #fce48e;
	background-color: #fff3d1;
}
.tokuten_box:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.tokuten_box .img_box{
	float: left;
	margin-right: 5px;
}
.tokuten_box .img_box img{
	height:85px;
	width:auto;
}
.tokutenContent{
	overflow:hidden;
}
.tokuten_box h4{
	background-color: #fbcb2d;
	color: #fff;
	padding: 3px 5px;
	margin-bottom: 5px;
}
.tokuten_box .text_box{
	line-height: 1.35em;
}
/* =====================================================================
  ランキング
===================================================================== */
div#col-top-center {
  margin: 10px 0 0;
  width: 480px;
}
#rank_top tr.r_title {
  background: url("../image/rankingsmall.gif") repeat scroll 0 0 transparent;
  height: 20px;
  padding-right: 8px;
  text-align: left;
  vertical-align: middle;
}
table.rank_inside {
  border: 1px solid #FF008E;
  border-collapse: collapse;
  height: 90px;
  margin: 0 0 10px;
  width: 600px;
}
table.rank_inside2 {
  border: 1px solid #FF008E;
  border-collapse: collapse;
  height: 60px;
  margin: 0 0 5px;
  width: 600px;
}
td.rankno {
  height: 30px;
  width: 45px;
  padding-top: 2px;
  text-align: center;
}
td.r_logo {
  width: 180px;
  padding: 5px 0 0 0;
}
td.r_logo a.keyword {
  font-size: 14px;
  font-weight: bold;
  padding-left: 4px;
}
td.r_comme {
  line-height: 110%;
  padding-right: 5px;
  text-align: left;
  width: 315px;
}
td.shift {
  height: 30px;
  text-align: center;
}
/* =====================================================================
  動画一覧
===================================================================== */
.note3 {
  background: none repeat scroll 0 0 #FFFFCC;
  padding: 3px;
}
form.narrow2 fieldset {
  padding: 5px 0;
  border: medium none;
}
div.searchbtnarea {
  padding-top: 4px;
  text-align: center;
}
input[type="button"].searchbtn {
  cursor: pointer;
  padding: 2px 5px;
  border-radius: 3px;
  -weblot-border-radius: 3px;
  -moz-border-radius: 3px;
}
/* =====================================================================
  ニュース
===================================================================== */
#newsbox2 h2{
  margin-bottom: 10px;
  text-indent: -9999px;
  background: url(../image/news_title.gif);
  width: 650px;
  height: 28px;
}
div.summary {
  border-top: 1px solid #CCCCCC;
  clear: both;
  height: 110px;
  overflow: hidden;
  padding: 10px 0 20px;
}
p.thumbsnail {
  float: left;
  height: 120px;
  margin: 0 8px 3px 0;
  width: 150px;
}
.topicstop {
  padding: 10px 6px;
}
.topicstitle {
  font-size: 14px;
  font-weight: bold;
}
.box-a, .box-b, .box-c, .box-d {
  clear: both;
  overflow: hidden;
  padding-bottom: 20px;
  word-wrap: break-word;
}
.subtitle {
  color: #4F171A;
  font-weight: bold;
  padding-bottom: 20px;
}
.topicsbox2 h4 {
  background: url("../image/topics_back.gif") no-repeat scroll 0 0 transparent;
  border-top: 1px solid #CC6699;
  clear: both;
  height: 22px;
  line-height: 22px;
  margin: 0 0 10px;
  text-indent: 10px;
}
.topics_text {
  line-height: 20px;
  padding: 0 5px;
}
.box-b img {
  float: right;
  margin: 0 0 15px 15px;
}
.box-a img {
  float: left;
  margin: 0 15px 15px 0;
}
.right {
  text-align: right;
}
.listichiran {
  border-top: 1px solid #CCCCCC;
  margin: 20px 0px 0 0;
  padding-top: 5px;
}
.listichiran a {
  background: url("../image/arrow.gif") no-repeat scroll 0 0 transparent;
  padding: 0 0 0 14px;
}
/* =====================================================================
  ブログ
===================================================================== */
#blog_list table{
	border: 1px solid #FFD46D;
	border-top: 3px solid #FFD46D;
}
#blogbox2 h2{
  margin-bottom: 10px;
  text-indent: -9999px;
  background: url(../image/blog_title.gif);
  width: 650px;
  height: 50px;
}
.list_mess td.head {
  color: #FF3366;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0 6px 10px;
}

.list_mess td.head.date p {
  font-size: 12px;
  color: #000000;
  font-weight: normal;
}
.manager_image .photo_mess {
  height: 156px;
  overflow: hidden;
}
#blog_list div.photo_mess {
  border: 1px solid #EA6095;
  max-height: 198px;
  overflow: hidden;
  float: left;
}
img.photo_mess {
  float: left;
  margin: 0;
  width: 120px;
}
.list_mess td.contents {
  padding: 6px 10px;
}
div.text_mess {
  float: left;
  max-height: 200px;
  line-height: 1.4;
  margin: 0 0 0 10px;
  overflow: hidden;
  width: 495px;
}
.list_mess td.foot {
  padding: 5px 10px 8px 0;
  text-align: right;
}
table.list_mess {
  margin: 10px 0;
  padding: 0;
}
/* =====================================================================
  掲載店一覧
===================================================================== */
#shoplist h2{
  margin-bottom: 10px;
  text-indent: -9999px;
  background: url(../image/shoplist_title.gif);
  width: 650px;
  height: 28px;
}
/* =====================================================================
  フッター
===================================================================== */
.pagetop {
  clear: both;
  margin: 0 auto;
  padding-top: 25px;
  text-align: right;
  width: 965px;
  background-color: #fff;
}
.footer {
  background-color: #666666;
  border-top: 10px solid #ff6c9e;
  color: #FFF;
  padding: 10px 0;
  position: relative;
}
.footerin {
  width: 965px;
  margin: 0 auto;
}
.footerin a{
  color: #FFF;
}
.footLink {
  clear: both;
  display: block;
  overflow: hidden;
}
.footLink li {
  border-right: 1px solid #FFFFFF;
  float: left;
  padding: 0 10px;
}
.arealink {
  clear: both;
  margin-top: 20px;
  line-height: 20px;
  display: block;
  overflow: hidden;
}
.arealink ul li{
  float: left;
  padding: 0 10px;
}
.arealink ul li a{
  background: url(../image/arrow.png) no-repeat 0 3px;
  padding-left: 18px;
}
.sitelink {
  clear: both;
  margin: 20px 10px 0px 10px;
}
/* =====================================================================
  トップ検索
===================================================================== */
.main_area_parent_de {
  margin: 10px 19px 0px;
  font-size:10px;
  height:40px;
  clear:both;
}
.toptab_de {
}
.main_area_de {
  display:block;
  float:left;
}
div.main_area_parent_de a {
  color:white;
  display:block;
  height:32px;
  padding:4px 4px;
  font-size: 14px;
}
div.main_area_parent_de a:hover {
}
.searchtop {
  margin-bottom:20px;
}
.m_area_de {
  background:rgb(245,245,245);
  border:2px solid rgb(200,200,200);
  border-width:2px 0px 0px 0px;
  line-height:34px;
  display:block;
  clear: both;
  margin: 5px;
  padding-left: 5px;
}
.m_area_de a{
	font-weight: bold;
	color: #000;
	font-size: 13px;
	color: #39C;
}
.s_area_de ul{
  margin: 10px;
  display: block;
  clear: both;
}
.headline_de {
  background-color: #EEE;
  line-height:24px;
  margin-bottom: 10px;
  text-indent: 10px;
}
.main_area_de {
  background-color:rgb(200,200,200);
}
#searchareatb_de li {
  width:32%;
  float: left;
  list-style: outside none none;
  margin: 0px;
  padding-left: 10px;
}
#searchareatb_de li a {
  margin-right:20px;
  display:block;
  line-height:20px;
  color:black;
  color: #39C;
}
#searchgyouyutb_de li {
  width:31%;
  float: left;
  overflow: hidden;
  margin: 0px 5px 5px;
  height:30px;
}
#searchgyouyutb_de li a {
  display:block;
  line-height:30px;
  color: #333;
  padding-left: 5px;
}
#col-search-list #searchtb_de {
  clear:both;
}
#searchtb_de ul {
    margin: 0;
    padding: 0;
}
span.main_area_de {
  margin:0px 1px 0px 0px;
}
div.l_area_de {
  margin:10px 10px 5px 10px;
  display:block;
  clear:both;
  font-weight: bold;
  font-size: 15px;
}
div.area_frame_de {
  overflow: hidden;
  padding-bottom:5px;
  margin: 0px 5px 0px 5px;
}
.areasrch_de {
  background: transparent -moz-linear-gradient(center top , #fff, #eee) repeat scroll 0 0;
  line-height:40px;
  border-radius: 3px 3px 0 0;
  float: left;
  margin-right: 8px;
  width: 150px;
  text-align: center;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
.areasrch_de a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.gyosrch_de {
  background: transparent -moz-linear-gradient(center top , #fff, #eee) repeat scroll 0 0;
  line-height:40px;
  border-radius: 3px 3px 0 0;
  float: left;
  margin-right: 8px;
  width: 150px;
  text-align: center;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
.gyosrch_de a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
/*タブメニュー追加*/
div#col-search-list .toptab_de span.selected {
  z-index: 2;
  border-bottom-color: #ffffff;
  position: relative;
}
.selected{
	background-color: #ffffff !important;
}
.toptab_de{
	position:relative;
	height: 42px;
	margin-left:15px;
}
div#col-search-list .toptab_de span{
	z-index: 0;
}
div#col-search-list .toptab_de span{
	border: 1px solid #d9d9d9;
	background: #eeeeee;
	display: inline-block;
	width: 110px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
div#col-search-list .tabMenu_02 {
  width: 650px;
  border-top: 3px solid #ababab;
  text-align: center;
  list-style: none;
  margin: 2px 0 6px 1px;
  padding-top: 2px;
  line-height: 27px;
}
div#col-search-list .toptab_de:after{
	position: absolute;
	content: "";
	width: 650px;
	top: 41px;
	right: 0;
	border-bottom: 1px solid #c6cac9;
	z-index: 1;
}
/*タブメニュー追加↑*/
.no_middle_de {
  padding-top:0px;
}
#blogbox {
  clear:both;
}
.main_area_link{
  font-size:18px;
  cursor: pointer;
}
#searchgyouyutb_de li a:hover {
    background: #EEE none repeat scroll 0% 0%;
    text-decoration: none;
}
.line32 {
	line-height: 32px;
}
.toptabset ul:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.searchtop h2{
  margin-bottom: 10px;
  text-indent: -9999px;
  background: url(../image/searchtop_title.gif);
  width: 650px;
  height: 49px;
}
/* =====================================================================
  その他
===================================================================== */
.pagerup {
  margin: 10px;
  width: 630px;
}
.pagerdown {
  margin: 10px;
  width: 630px;
}
div.nothing {
  width: 470px;
  margin: 30px auto 20px auto;
  padding: 0;
  text-align: center;
  color: #f30;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  background: #fec;
  border: solid 2px #f90;
}
div.nothing p {
  margin:10px 5px;
}
td.prv {
  width: 60px;
  text-align: right;
}
td.prvnxt {
  width: 15px;
  text-align: center;
}
td.nxt {
  width: 60px;
  text-align: left;
}

/* 2013/09/09 求人コミュニティ新バナー ADD start */
/* =====================================================================
  求人CM
===================================================================== */
.rightbox {
  float: right;
  width: 300px;
}
div.top_title {
  background: url(../image/h4_bg.gif) no-repeat;
  border-bottom: 1px solid #CC6699;
  border-left: 1px solid #FF99CC;
  border-right: 1px solid #FF99CC;
  border-top: 1px solid #FF99CC;
  height: 24px;
}
div.top_title h4 {
  background:url(../image/icn_movie.gif) no-repeat;
  text-indent: 18px;
  margin: 5px 0 0 8px;
}
.movie {
  clear: both;
  margin: 0;
}
div.moviebox2 {
  clear: both;
  border-left: 1px solid #FF99CC;
  border-right: 1px solid #FF99CC;
  border-bottom: 1px solid #FF99CC;
  margin-bottom: 20px;
}
table.cm_movielist {
  margin: 0 auto;
}
table.cm_movielist td.movie_area {
  border-left: 1px solid #FFCFE7;
  border-bottom: 1px solid #FFCFE7;
}
div.cm_movie_on {
  padding: 3px 0 3px 6px;
  background: url(../image/movie_bg2.gif);
  border-bottom: 1px solid #FFCFE7;
  word-wrap: break-word;
}
div.cm_movie_off {
  padding: 3px 0 3px 6px;
  background: url(../image/movie_bg.gif);
  border-bottom: 1px solid #FFCFE7;
  word-wrap: break-word;
}
a.cm_movie_link {
  text-decoration: none;
}
img.cm_movie_icon {
  margin: 5px 4px 0 0;
}
p.cm_movie_date {
  font-size: 10px;
}
span.cm_movie_shop_name {
  font-weight: bold;
}
p.cm_movie_title_on {
  font-weight: bold;
  color: #FFFF00;
}
p.cm_movie_title_off {
  font-weight: bold;
}
a.player_on {
  display: block;
  width: 300px;
  height: 225px;
  background-color: #000000;
  border: solid 1px #CCC;
}
/* =====================================================================
  求人テーマ
===================================================================== */
/* 2013/09/09 求人コミュニティ新バナー ADD end */
ul.tokuten_list {
  overflow: hidden;
  clear: both;
}
ul.tokuten_list li {
  float: left;
  font-size: 12px;
  list-style-type: none;
  margin: 0 6px 10px 8px;
  width: 200px;
  height:130px;
  overflow:hidden;
}
table.tokuten_item {
  width: 100%;
  margin: 0;
  padding: 0;
}
table.tokuten_item td.thumb {
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: 200px;
  text-align:center;
}
table.tokuten_item td {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
table.tokuten_item td.thumb p img {
    border: 1px solid #393f3f;
    /*max-width: 100%;*/
	height:85px;
	width:auto;
}
.tokuten_title{
	margin-top: 5px;
}
.tokuten_title a {
    color: #333;
    font-size: 13px;
}
.tokuten_place {
    color: #9f9f9f;
    font-size: 11px;
    text-align: left;
}
.tokutenmorelink {
  clear: both;
  text-align: right;
  padding-top: 7px;
  margin-bottom: 10px;
}
.tokutenmorelink a{
  background: url(../image/arrow_more.gif) no-repeat 0 4px;
  padding-left: 14px;
}
/* =====================================================================
  レフトカラムナビ
===================================================================== */
.left_navi{
	width: 215px;
	background: #FFDFEC;
	padding: 0 13px;
	position: absolute;
	left: -260px;
	top: -5px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 2px solid #fff;
	box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.1);
}
.left_navi .icon{
	width: 80px;
	position: absolute;
	left: -3px;
	top: -48px;
	z-index: 1000;
}
.left_navi .icon img{
	width: 100%;
}
.left_navi .navi{
	width: 170px;
	position: absolute;
	left: 72px;
	top: -42px;
	z-index: 2000;
}
.left_navi .navi img{
	width: 100%;
}
.left_navi .location{
	position: relative;
	margin-left: 62px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
}
.left_navi .location img{
	width: 18px;
	position: absolute;
	top: -3px;
}
.area-enjoy{
	margin-bottom: 10px;
}
.left_navi .title01{
	font-size: 14px;
	line-height:14px;
	font-weight: bold;
	margin-top: 10px;
}
.left_navi .title02{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.left_navi .text01{
	margin-top: 5px;
}
.left_navi .text02{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.left_navi .main_img{
	text-align:center;
}
.left_navi .text01 a{
	color: #ff6bbe;
	margin-right: 12px;
}
.left_navi .area_btn{
	background-color: #010105;
	text-align: center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 7px 0 5px 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	width: 180px;
	margin: 10px auto 5px;
}
.left_navi .area_btn a{
	display: block;
	color: #805a8d;
	text-decoration: none;
}
.left_navi .area_menu{
	margin-bottom: 10px;
}
.left_navi .area_menu:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.left_navi .area_menu li{
	float: left;
	text-align: center;
	width: 67px;
	padding: 4px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #fa70be;
	margin-right: 2px;
	background-color: #fff;
	margin-top: 3px;
	font-weight: bold;
	box-shadow: 1px 1px 1px 1px rgba(250,112,190,0.3);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(250,112,190,0.3);
	-moz-box-shadow: 1px 1px 1px 1px rgba(250,112,190,0.3);
}
.left_navi .area_menu li.area-detail{
	float: left;
	text-align: center;
	width: 138px;
	padding: 4px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #fa70be;
	margin-right: 2px;
	background-color: #fff;
	margin-top: 3px;
	font-weight: bold;
	box-shadow: 1px 1px 1px 1px rgba(250,112,190,0.3);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(250,112,190,0.3);
	-moz-box-shadow: 1px 1px 1px 1px rgba(250,112,190,0.3);
}

.left_navi .area_menu li:last-child{
	margin-right: 0;
}
.left_navi .area_menu li a{
	text-decoration: none;
	margin-top: 1px;
	color: #333;
	display: block;
}
.spot-color{
	color:#FF47FA
}
/*------↓上書き共通CSS----*/
#header .logo-img .header{
	color:#006794;
	}
#header .headerbanner {
    width: 430px;
}
#header .headerbanner p {
	font-size:10px;
	color:#000;
}


/*------↓出稼ぎナビ----*/
.main_img img { width: 100%; }

.navi-header {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.thumb-name {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    color: #fff;
    padding: 2px 0 2px 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*------↑出稼ぎナビ----*/

/*------↑出稼ぎナビ----*/

	/* 2013/09/09 求人コミュニティ新バナー ADD end */ 		/* 2013/09/09 求人コミュニティ新バナー ADD end */ 
.	 		 
/* =====================================================================		 
 経験者インタビュー		 
===================================================================== */ 		 
#interviewbox {		 
 margin-bottom: 10px;		 
}		 
#interviewbox h2{		 
 margin-bottom: 10px;		 
 text-indent: -9999px;		 
 background: url(../image/interview_title.gif);		 
 width: 600px;		 
 height: 28px;		 
}		 
#interviewbox h2 a{		 
 display: block;		 
 height: 28px;		 
}		 
 		 
/* =====================================================================		 
 特典		 
===================================================================== */ 		 
.spec img.sphoto {		 
   display: block;		 
   float: left;		 
   margin-right: 5px;		 
   margin-bottom: 5px;		 
   max-width: 100%;		 
}		 
.tokutenSearch {		 
   margin:10px 10px 10px 10px;		 
   word-break: break-all;		 
   background: #FFFFFF;		 
   float: left;		 
   width:96%;		 
   border-bottom: solid 2px #fce8e5;		 
}		 
.tokutenSearch img{		 
   max-width:90%;		 
}		 
.tokutenImg {		 
 width:44%;		 
 height:auto;		 
 float:left;		 
 display:inline;		 
 margin: 0px;		 
}		 	 
.tokutenHeader {		 
 background-color:rgb(242,242,242);		 
 text-align:center;		 
 color:rgb(255,88,199);		 
 font-size:16px;		 
 line-height:24px;		 
 border-radius: 6px 6px 6px 6px;		 
 font-weight: bold;		 
}		 
.tokutenComment {		 
 margin: 10px 0px 0px;		 
}		 
#privilegebox {		 
 margin-bottom: 10px;		 
}		 
#privilegebox h2{
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url(../image/tokuten_title.jpg);
	width: 650px;
	height: 49px;
}
#privilegebox h2 a{		 
 display: block;		 
 height: 28px;		 
}		 
ul.privilege_list {		 
 overflow: hidden;		 
 clear: both;		 
}		 
ul.privilege_list li {		 
 float: left;		 
 font-size: 12px;		 
 list-style-type: none;		 
 margin: 0 6px 10px 8px;		 
 width: 200px;		 
}		 
table.privilege_item {		 
 width: 100%;		 
 margin: 0;		 
 padding: 0;		 
 table-layout: fixed;		 
}		 
table.privilege_item td.thumb {		 
 vertical-align: top;		 
 margin: 0;		 
 padding: 0;		 
}		 
table.privilege_item td {		 
 margin: 0;		 
 padding: 0;		 
 word-break: break-all;		 
 word-wrap: break-word;		 
}		 
table.privilege_item td p.thumb {		 
 float: left;		 
 margin-right: 8px;		 
}		 
table.privilege_item td p.thumb img {		 
 border: 1px solid #393f3f;		 
 width: 200px;		 
 height: auto;		 
}		 
table.privilege_item td.privilege_sub_item {		 
 height: 60px;		 
 width: 100%;		 
 float: left;		 
}		 
.privilege_title {		 
 line-height: 18px;		 
 margin: 0 8px 0 0;		 
 width: 100%;		 
}		 
.privilege_title a {		 
 color: #333;		 
 font-size: 13px;		 
}		 
.privilege_shopinfo {		 
 color: #9f9f9f;		 
 font-size: 11px;		 
 text-align: left;		 
}		 
.privilegemorelink {		 
 clear: both;		 
 text-align: right;		 
}		 
.privilegemorelink a{		 
 background: url(../image/arrow_more.gif) no-repeat 0 4px;		 
 padding-left: 14px;		 
}		 
 		 
/* =====================================================================		 
 コミュニティスライド		 
===================================================================== */ 		 
.communitySlide .flex-viewport {		 
 height:129px;		 
}		 
.communitySlide {		 
 margin-bottom:35px;		 
}		 
.communitySlide p img {		 
 width:100%;		 
 max-width:370px;		 
}		 
.communitySlide .shopDescriptionImg#jobDetail {		 
 margin:5px 0px 0px 35px;		 
 max-width:300px;		 
 position:relative;		 
}		 
.communitySlide .shopDescriptionImg .flex-direction-nav li a {		 
 width:20px;		 
 position:absolute;		 
 top:55%;		 
 display:block;		 
 height:20px;		 
 margin-top:-16px;/*ボタンの半分の高さ(24px)＋テキスト2行分(26px)*/ 		 
 text-indent:-9999px;		 
 overflow:hidden;		 
}		 
.communitySlide .shopDescriptionImg .flex-direction-nav li .flex-prev {		 
 left:-30px;		 
 background:url(../image/btn_community_slide_prev.png) 0 0 no-repeat;		 
 background-size:contain;		 
 width:25px;		 
 height:30px;		 
}		 
.communitySlide .shopDescriptionImg .flex-direction-nav li .flex-next {		 
 right:-30px;		 
 background:url(../image/btn_community_slide_next.png) 0 0 no-repeat;		 
 background-size:contain;		 
 width:25px;		 
 height:30px;		 
}		 
.flex-control-paging {		 
 padding:20px 0px 20px 0px;		 
 position: absolute;		 
 width:300px;		 
 text-align:center;		 
}		 
.flex-control-paging li a.flex-active {		 
 background-color: #f081b3;		 
}		 
.flex-control-paging li {		 
 display: inline-block;		 
 padding-right: 10px;		 
 position: relative;		 
}		 
.flex-control-paging li a {		 
 text-indent: -9999px;		 
 background-color: #aaa;		 
 border-radius: 10px;		 
 cursor: pointer;		 
 display: block;		 
 height: 10px;		 
 width: 10px;		 
}		 
/* =====================================================================		 
 トップ検索		 
===================================================================== */ 		 
.main_area_parent_de {		 
 margin: 10px 5px 0px;		 
 font-size:10px;		 
 height:40px;		 
 clear:both;		 
}		 
.toptab_de {		 
}		 
.main_area_de {		 
 display:block;		 
 float:left;		 
 margin:0px 1px 0px 0px;		 
 background-color:#999;		 
}		 
div.main_area_parent_de a {		 
 color:white;		 
 display:block;		 
 height:32px;		 
 padding:4px 4px;		 
 font-size: 14px;		 
}		 
 		 
div.main_area_parent_de a br {		 
  height:1px;		 
}		 
div.main_area_parent_de a:hover {		 
}		 
.searchtop {		 
 margin-bottom:20px;		 
}		 
.m_area_de {		 
 background:rgb(245,245,245);		 
 border:2px solid rgb(200,200,200);		 
 border-width:2px 0px 0px 0px;		 
 line-height:34px;		 
 display:block;		 
 clear: both;		 
 margin: 5px;		 
 padding-left: 5px;		 
}		 
.m_area_de a{		 
 font-weight: bold;		 
 color: #000;		 
 font-size: 13px;		 
 color: #39C;		 
}		 
.s_area_de ul{		 
 margin: 10px;		 
 display: block;		 
 clear: both;		 
}		 
.headline_de {		 
 background-color: #EEE;		 
 line-height:24px;		 
 margin-bottom: 10px;		 
 text-indent: 10px;		 
}		 
#searchareatb_de li {		 
 width:31%;		 
 float: left;		 
 list-style: outside none none;		 
 margin: 0px;		 
 padding-left: 10px;		 
}		 
#searchareatb_de li a {		 
 margin-right:20px;		 
 display:block;		 
 line-height:20px;		 
 color:black;		 
 color: #39C;		 
}		 
#searchgyouyutb_de li {		 
 width:31%;		 
 float: left;		 
 overflow: hidden;		 
 margin: 0px 5px 5px;		 
 height:30px;		 
}		 
#searchgyouyutb_de li a {		 
 display:block;		 
 line-height:30px;		 
 color: #333;		 
 padding-left: 5px;		 
}		 
#col-search-list #searchtb_de {		 
 clear:both;		 
}		 
#searchtb_de ul {		 
   margin: 0;		 
   padding: 0;		 
}		 
div.l_area_de {		 
 margin:10px 10px 5px 10px;		 
 display:block;		 
 clear:both;		 
 font-weight: bold;		 
 font-size: 15px;		 
}		 
div.area_frame_de {		 
 overflow: hidden;		 
 padding-bottom:5px;		 
 margin: 0px 5px 0px 5px;		 
}		 
.areasrch_de {		 
 background: #fff;		 
 background: -webkit-linear-gradient(#ffffff, #eeeeee); /* For Safari 5.1 to 6.0 */ 		 
 background: -o-linear-gradient(#ffffff, #eeeeee); /* For Opera 11.1 to 12.0 */ 		 
 background: -moz-linear-gradient(#ffffff, #eeeeee); /* For Firefox 3.6 to 15 */ 		 
 background: linear-gradient(#ffffff, #eeeeee); /* Standard syntax */ 		 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */ 		 
 line-height:40px;		 
 border-radius: 3px 3px 0 0;		 
 float: left;		 
 margin-right: 8px;		 
 width: 150px;		 
 text-align: center;		 
 border-top: 1px solid #999;		 
 border-left: 1px solid #999;		 
 border-right: 1px solid #999;		 
}		 
.areasrch_de a{		 
 display: block;		 
 font-size: 14px;		 
 font-weight: bold;		 
 color: #000;		 
}		 
.gyosrch_de {		 
 background: #f0f0f0;		 
 background: -webkit-linear-gradient(#f0f0f0, #cccccc); /* For Safari 5.1 to 6.0 */ 		 
 background: -o-linear-gradient(#f0f0f0, #cccccc); /* For Opera 11.1 to 12.0 */ 		 
 background: -moz-linear-gradient(#f0f0f0, #cccccc); /* For Firefox 3.6 to 15 */ 		 
 background: linear-gradient(#f0f0f0, #cccccc); /* Standard syntax */ 		 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */ 		 
 line-height:40px;		 
 border-radius: 3px 3px 0 0;		 
 float: left;		 
 margin-right: 8px;		 
 width: 150px;		 
 text-align: center;		 
 border-top: 1px solid #999;		 
 border-left: 1px solid #999;		 
 border-right: 1px solid #999;		 
 color: #666;		 
}		 
.gyosrch_de a{		 
 display: block;		 
 font-size: 14px;		 
 font-weight: bold;		 
 color: #666;		 
}		 
.no_middle_de {		 
 padding-top:0px;		 
}		 
#blogbox {		 
 clear:both;		 
}		 
.main_area_link{		 
 font-size: 18px;		 
 cursor: pointer;		 
 display: block;		 
 background: transparent url("../image/movie_bg.gif") repeat scroll 0% 0%;		 
 height: 40px;		 
 line-height: 40px;		 
 padding-left: 6px;		 
 border-bottom: 1px solid #FFCFE7;		 
 position:relative;		 
}		 
.main_area_link:after		 
{		 
 content: "";		 
 position: absolute;		 
 background: transparent url("../image/listCloseArrow.png") repeat scroll 0% 0%;		 
 display: block;		 
 top: 11px;		 
 height: 20px;		 
 width: 20px;		 
 z-index: 3;		 
 right: 6px;		 
}		 
.main_area_link.active::after {		 
 background: transparent url("../image/listOpenArrow.png") repeat scroll 0% 0%;		 
}		 
.main_area_link.inactive::after {		 
 background: transparent url("../image/listCloseArrow.png") repeat scroll 0% 0%;		 
}		 
a.main_area_link:hover{		 
 text-decoration: none;		 
}		 
#searchareatb tbody tr,		 
#searchareatb tbody td {		 
	 
 width: 100%;		 
}		 
#searchareatb .mainarealeft{		 
 float: left;		 
 display: block;		 
 padding-left: 6px;		 
}		 
#searchareatb .mainarearight {		 
 display: block;		 
 text-align: right;		 
}		 
#searchgyouyutb_de li a:hover {		 
   background: #EEE none repeat scroll 0% 0%;		 
   text-decoration: none;		 
}		 
.line32 {		 
 line-height: 32px;		 
}		 
.toptabset ul:after{		 
 content: ".";		 
 display: block;		 
 height: 0;		 
 font-size:0;		 
 clear: both;		 
 visibility:hidden;		 
}		 
.searchtop h2{		 
 margin-bottom: 10px;		 
 text-indent: -9999px;		 
 background: url(../image/searchtop_title.gif);		 
 width: 650px;		 
 height: 49px;		 
}		 
#privilegebox {		 
 clear:both;		 
}		 
.tabarea_default {		 
 line-height: 30px;		 
 border: 2px solid #EEE;		 
}		 
/* トップ検索 end */ 