@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;
  background: url(../image/bg.jpg) repeat-y center top;
}

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/border.gif) no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
}
img.header {
  max-width: 192px;
}
* html body img.header {
  width:expression(this.width >= 180? "180px" : "auto");
  height:expression(this.height >= 60? "60px" : "auto");
}
.header_wrapper {
  background: #FFA7C5;
  border-bottom: 1px solid #F6C;
  height: 29px;
  line-height: 29px;
}
.header {
  width: 965px;
  margin: 0 auto;
  color: #FFF;
  font-size: 11px;
}
.header a{
  color: #FFF;
}
.header .left{
  float: left;
}
.header .left a{
  font-weight: bold;
}
.header .right{
  float: right;
}
.logo_wrapper {
  clear: both;
  width: 965px;
  margin: 5px auto 0 auto;
  position: relative;
}
.logo_wrapper:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.logo_wrapper p{
}
.logo_wrapper p a{
}
.headerlogo {
  float: left;
}
.headerbanner {
  float: left;
  margin-left: 35px;
  width: 278px;
}
.loginbox {
	float: left;
	margin-top: 10px;
}
.membermenu {
  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 {
	padding-left: 10px;
}
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;
}
/* =====================================================================
  メニュー
===================================================================== */
.menu {
  clear: both;
  position: absolute;
  top: 90px;
  left: 215px;
}
.menu ul {
}
.menu ul:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.menu ul li{
  float: left;
  margin-right: 20px;
}
.menu ul li img{
	margin-right: 5px;
	position: relative;
	top: 10px;
}
.menu ul li a{
  display: block;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}
.menu ul .nav1 a{
	color: #E7839C;
}
.menu ul .nav2 a{
	color: #E4BB00;
}
.menu ul .nav3 a{
	color: #9ACB8A;
}
.menu ul .nav4 a{
	color: #4EA1DE;
}
.menu ul .nav5 a{
	color: #E68000;
}
/* =====================================================================
  メニュー
===================================================================== */
.global_menu{
	width: 965px;
	background: URL(../image/menu_bg.jpg) no-repeat 0 0;
}
.global_menu ul{
	margin-bottom: 40px;
}
.global_menu ul:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.global_menu ul li{
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 193px;
}
.global_menu ul li a{
	color: #fff;
	display: block;
}
/* =====================================================================
  パンくず
===================================================================== */
div.path {
  clear: both;
  margin: 0 auto 15px auto;
  width: 965px;
  height: 15px;
}
ul.path {
  margin-left: 5px;
  font-size: 11px;
}
ul.path li{
  display: inline;
}
/* =====================================================================
  ボックス
===================================================================== */
.shell {
  clear: both;
  margin: 15px auto 0 auto;
  width: 965px;
  overflow: hidden;
}
.main {
  float: left;
  width: 650px;
}
.guide {
  float: right;
  width: 300px;
}
/* =====================================================================
  マップ
===================================================================== */
.map_area{
	width: 965px;
	height: 460px;
	background: URL(../image/map.jpg) no-repeat 0 0;
	margin-bottom: 15px;
	position: relative;
}
.map_area .map{
	position: relative;
	width: 545px;
	height: 460px;
	float: left;
}
/*↓マップ
-----------------------------------*/
.map ul.link li a{
	width:10px;
	height:10px;
	border-radius:10px;
	display:block;
	background-color:#FFB4DC;
	border:3px solid #fff;
}
/*北海道*/
.map ul.link li.hokkaido{
	position:absolute;
	top:80px;
	right:110px;
}
.map ul.link li.hokkaido a img{
	position:absolute;
	z-index:1;
	bottom:20px;
	left:-39px;
	display:none;
}
.map ul.link li.hokkaido a:hover{
	background-color:#6fbafc;
}
/*東北*/
.map ul.link li.tohoku{
	position:absolute;
	top:195px;
	right:104px;
}
.map ul.link li.tohoku a img{
	position:absolute;
	z-index:1;
	bottom:20px;
	left:-39px;
	display:none;
}
.map ul.link li.tohoku a:hover{
	background-color:#e270ff;
}
/*新潟*/
.map ul.link li.niigata{
	position:absolute;
	top:246px;
	right:178px;
}
.map ul.link li.niigata a img{
	position:absolute;
	z-index:1;
	bottom:20px;
	left:-39px;
	display:none;
}
.map ul.link li.niigata a:hover{
	background-color:#ff70ec;
}
/*北陸*/
.map ul.link li.hokuriku{
	position:absolute;
	top:285px;
	right:245px;
}
.map ul.link li.hokuriku a img{
	position:absolute;
	z-index:1;
	bottom:20px;
	left:-39px;
	display:none;
}
.map ul.link li.hokuriku a:hover{
	background-color:#8370ff;
}
/*埼玉*/
.map ul.link li.saitama{
	position:absolute;
	top:289px;
	right:115px;
}
.map ul.link li.saitama a img{
	position:absolute;
	z-index:1;
	bottom:20px;
	left:-39px;
	display:none;
}
.map ul.link li.saitama a:hover{
	background-color:#bdcc5a;
}
/*千葉*/
.map ul.link li.chiba{
	position:absolute;
	top:315px;

	right:95px;
}
.map ul.link li.chiba a img{
	position:absolute;
	z-index:1;
	bottom:20px;
	left:-39px;
	display:none;
}
.map ul.link li.chiba a:hover{
	background-color:#65d4e6;
}
/*東京*/
.map ul.link li.tokyo{
	position:absolute;
	top:308px;
	right:113px;
}
.map ul.link li.tokyo a img{
	position:absolute;
	z-index:1;
	bottom:20px;
	left:-39px;
	display:none;
}
.map ul.link li.tokyo a:hover{
	background-color:#ff708d;
}
/*神奈川*/
.map ul.link li.kanagawa{
	position:absolute;
	top:330px;
	right:140px;
}
.map ul.link li.kanagawa a img{
	position:absolute;
	z-index:1;
	bottom:20px;
	left:-39px;
	display:none;
}
.map ul.link li.kanagawa a:hover{
	background-color:#af6df9;
}
/*静岡*/
.map ul.link li.shizuoka{
	position:absolute;
	top:340px;
	right:175px;
}
.map ul.link li.shizuoka a img{
	position:absolute;
	z-index:1;
	bottom:20px;
	left:-39px;
	display:none;
}
.map ul.link li.shizuoka a:hover{
	background-color:#97cc5a;
}
/*東海*/
.map ul.link li.tokai{
	position:absolute;
	top:330px;
	right:220px;
}
.map ul.link li.tokai a img{
	position:absolute;
	z-index:1;
	bottom:20px;
	left:-39px;
	display:none;
}
.map ul.link li.tokai a:hover{
	background-color:#ff6fbb;
}
/*関西*/
.map ul.link li.kansai{
	position:absolute;
	top:345px;
	right:275px;
}
.map ul.link li.kansai a img{
	position:absolute;
	z-index:1;
	bottom:20px;
	left:-39px;
	display:none;
}
.map ul.link li.kansai a:hover{
	background-color:#ff8370;
}
/*四国*/
.map ul.link li.shikoku{
	position:absolute;
	top:326px;
	right:355px;
}
.map ul.link li.shikoku a img{
	position:absolute;
	z-index:1;
	bottom:20px;
	left:-39px;
	display:none;
}
.map ul.link li.shikoku a:hover{
	background-color:#5acc8f;
}
/*福岡*/
.map ul.link li.fukuoka{
	position:absolute;
	top:340px;
	right:440px;
}
.map ul.link li.fukuoka a img{
	position:absolute;
	z-index:1;
	bottom:20px;
	left:-39px;
	display:none;
}
.map ul.link li.fukuoka a:hover{
	background-color:#ffb370;
}
/*熊本*/
.map ul.link li.kumamoto{
	position:absolute;
	top: 392px;
	left:78px;
}
.map ul.link li.kumamoto a img{
	position:absolute;
	z-index:1;
	bottom:20px;
	left:-39px;
	display:none;
}
.map ul.link li.kumamoto a:hover{
	background-color:#71cc5a;
}
/*沖縄*/
.map ul.link li.okinawa{
	position:absolute;
	top:400px;
	left:24px;
}
.map ul.link li.okinawa a img{
	position:absolute;
	z-index:1;
	bottom:20px;
	left:-39px;
	display:none;
}
.map ul.link li.okinawa a:hover{
	background-color:#65d4e6;
}
.map ul.link li a:hover img{
	display:block;
}

/*↑マップ
-----------------------------------*/
.area_search{
	width:100%;
}
.area_search ul:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.area_search ul li{
	float:left;
	width:60px;
}
.area_search ul li a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

.jobbanner{
	float: right;
	margin-right: 53px;
	margin-top: 30px;
}
#sliderbox {
	margin:0 auto;
	position:relative;
	text-align:left;
	width: 300px;
}
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
#sliderbox {
	margin:0 auto;
	position:relative;
	text-align:left;
	width: 300px;
}
#slider ul, #slider li,  #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider2 {
	margin-top:1em;
}
#slider li, #slider2 li {
	width:300px;
	height:129px;
	overflow:hidden;
}
#slider li a img, #slider2 li a img{
	width: 300px;
}
#prevBtn, #nextBtn,  #slider1next, #slider1prev {
	display:block;
	width:30px;
	height:26px;
	position:absolute;
	left:-30px;
	top:53px;
	z-index:1000;
}
#nextBtn, #slider1next {
	left:305px;
}
#prevBtn a, #nextBtn a,  #slider1next a, #slider1prev a {
	display:block;
	position:relative;
	width:25px;
	height:26px;
	background:url(../image/btn_prev.png) no-repeat 0 0;
}
#nextBtn a, #slider1next a {
	background:url(../image/btn_next.png) no-repeat 0 0;
}
/* =====================================================================
  メイン
===================================================================== */
.searchtop h2 a{
	display: block;
	height: 28px;
}
#moviebox {
  margin-bottom: 10px;
}
#moviebox h2{
  margin-bottom: 10px;
  text-indent: -9999px;
  background: url(../image/movie_title.gif);
  width: 650px;
  height: 30px;
  background-size: cover;
}
#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%;
}

/*出稼ぎ特典枠線スタイル↓*/
.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;
	padding-right:2px;
	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;
}
.tokuten_list{
	padding-top:5px;
}

/*出稼ぎ特典枠線スタイル↑*/

.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);
  width: 650px;
  height: 30px;
  background-size: cover;
}
.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: 30px;
  background-size: cover;
}
#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;
}
/* =====================================================================
  右カラム
===================================================================== */
#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 #FFFAC2;
  border: 1px solid #FCD771;
  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 #FCD771;
  padding: 0 5px 5px 0;
}
#searchtb td.keyword {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #FCD771;
  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: 160px;
}
.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 {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 120%;
  overflow: hidden;
  padding: 0;
  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;
}

.blog-title {
  background-color: #A7D6F2;
  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: #fff;
  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;
}
.detail a {
  background: url("../image/messagelist_btn3.png") no-repeat scroll 0 0 transparent;
  background-size: contain;
  display: block;
  float: right;
  height: 24px;
  margin: 8px 8px 0 0;
  padding: 0;
  text-decoration: none;
  text-indent: -10000px;
  width: 95px;
}
.blog-title .detail a {
  background: url("../image/messagelist_btn4.png") no-repeat scroll 0 0 transparent;
  background-size: contain;
  display: block;
  float: right;
  height: 24px;
  margin: 5px 8px 0 0;
  padding: 0;
  text-decoration: none;
  text-indent: -10000px;
  width: 95px;
}
.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{
	width: auto;
  height:85px;
}
.tokuten_box h4{
	background-color: #fbcb2d;
	color: #fff;
	padding: 3px 5px;
	margin-bottom: 5px;
}
.tokuten_box .text_box{
	line-height: 1.35em;
}
.tokutenContent{
	overflow: hidden;
}
/* =====================================================================
  ランキング
===================================================================== */
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;
}
/* =====================================================================
  ニュース
===================================================================== */
#newsbox2 h2{
  margin-bottom: 10px;
  text-indent: -9999px;
  background: url(../image/news_title.gif);
  width: 600px;
  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;
}
/* =====================================================================
  ブログ
===================================================================== */
#blogbox2 h2{
  margin-bottom: 10px;
  text-indent: -9999px;
  background: url(../image/blog_title.gif);
  width: 650px;
  height: 30px;
  background-size: cover;
}
#blog_list table{
	border: 1px solid #58afe3;
	border-top: 3px solid #58afe3;
}
.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;
}
div.photo_mess {
  height: 200px;
  overflow: hidden;
}
img.photo_mess {
  border: 1px solid #EA6095;
  float: left;
  margin: 0;
  width: 120px;
}
td.contents {
  padding: 6px 10px;
}
.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: 649px;
  height: 30px;
}
/* =====================================================================
  フッター
===================================================================== */
.pagetop {
  clear: both;
  margin: 25px auto 0;
  text-align: right;
  width: 965px;
}
.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;
}
/* =====================================================================
  その他
===================================================================== */
.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;
}
/* =====================================================================
  特典
===================================================================== */
.privilege-list{
	margin-bottom: 10px;
}
#themelist h2{
  margin-bottom: 10px;
  text-indent: -9999px;
  background: url(../image/blank_title.gif);
  width: 650px;
  height: 30px;
  background-size: cover;
}
/* 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;

}
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%;
    width:auto;
    height:85px;
}
.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;
}

/* =====================================================================
  トップ検索
===================================================================== */
.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:32%;
  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/search_title.gif);
  width: 650px;
  height: 30px;
  background-size: cover;
}

/* =====================================================================
 経験者インタビュー
===================================================================== */
#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 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;
}
#privilegebox {
 clear:both;
}
.tabarea_default {
 line-height: 30px;
 border: 2px solid #EEE;
}
/* トップ検索 end */
.flexslider:hover .flex-next{
	position:absolute;
	top:154px;
	right:10px;
	background:url(../image/btn_community_slide_next2.png) 0 0 no-repeat;
	text-indent:-9999px;
	background-size:contain;
	width:30px;
	height:60px;
}
.flexslider:hover .flex-prev{
	position:absolute;
	top:154px;
	left:10px;
	background:url(../image/btn_community_slide_prev2.png) 0 0 no-repeat;
	text-indent:-9999px;
	background-size:contain;
	width:30px;
	height:60px;
}
.flexslider .flex-prev:hover {
  opacity: 0.6;
}
.flexslider .flex-next:hover {
  opacity: 0.6;
}

.flexslider .flex-next{
	position:absolute;
	top:170px;
	right:10px;
	text-indent:-9999px;
	background-size:contain;
	width:25px;
	height:30px;
}
.flexslider .flex-prev{
	position:absolute;
	top:170px;
	left:10px;
	text-indent:-9999px;
	background-size:contain;
	width:25px;
	height:30px;
}
