@charset "utf-8";

/* =====================================================================
  基本設定
===================================================================== */
* {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  margin:0;
  padding:0;
}

*html {
  border-style : none;
}
html,body{
	width: 100%;
}
body {
  color : #333333;
  font-size : 12px;
  line-height: 16px;
  margin: 0;
  background: url(http://www.girlsheaven-job.net/img/community/10/partner_ship/www/image/sidebg.jpg);
  min-width: 1025px;
}

a {
  color:#333;
  text-decoration : none;
}

a:link {
  color:#333;
}

a:visited {
  color:#333;
  text-decoration : none;
}

a:hover {
  color: #333;
  text-decoration : underline;
  opacity: 0.8;
}

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;
}
/* =====================================================================
  ヘッダー
===================================================================== */
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 #ffad99;
}
#header {
  width: 1005px;
  margin: 0 auto;
  padding: 10px 10px 0 10px;
  color: #FFF;
  background: url(http://www.girlsheaven-job.net/img/community/10/partner_ship/www/image/bg.jpg);
}
.header a{
  color: #FFF;
}
.header .left{
  float: left;
}
.header .left a{
  font-weight: bold;
}
.header .right{
  float: right;
}
.logo_wrapper {
  clear: both;
  width: 965px;
  height: 75px;
  margin: 15px auto 0 auto;
}
/*.logo_wrapper p{
  float: left;
  text-indent: -9999px;
  width: 180px;
  height: 60px;
}*/
.logo_wrapper p a{
  display: block;
  width: 180px;
  height: 60px;
}
.headerlogo {
  float: left;
}
.headerbanner {
  float: left;
  margin-left: 35px;
  width: 278px;
}
.loginbox {
  float: right;
  text-align: right;
  margin-top: 2px;
}
.membermenu {
  width: 470px;
  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;
  margin-top: 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;
}
.bxslider img{
  transition-duration: 0.8s;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  transform: scale(1.0);
}
.active img{
  transition-duration: 0.8s;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}

.area-sch-wrap {
    margin: 0 auto;
    width: 980px;
	position: relative;
	z-index: 9999;
}
.area-sch-box {
	margin-top: 40px;
	float: right;
    padding: 10px;
    border: 2px solid #38A5ED;
    border-radius: 8px;
    /*box-shadow: 0 2px 8px rgba(0,0,0,.4);*/
    background: #fff;
	width: 505px;
}
.area-sch-lst:first-child {
    margin-top: 0;
}
.area-sch-lst {
    display: table;
    margin-top: 5px;
}
.top-ttl-area, .top-ttl-area-s {
    border-radius: 5px 0 0 5px;
    width: 86px;
}
.top-ttl-area, .top-ttl-area-s, .top-ttl-area-l, .sch-ttl-area {
    display: table-cell;
    text-align: center;
    color: #fff;
    vertical-align: middle;
}
/*.top-ttl-kantou {
    background: #38a5ed;
}*/
.area-sch-lst h2{
	background: #38a5ed;
}
.area-sch-lst h2 a{
	color: #fff;
	font-weight: bold;
}
.top-lst-state {
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 0 6px 6px 0;
    width: 411px;
}
.top-lst-state, .sch-lst-state {
    margin-left: 2px;
    padding-right: 4px;
    padding-left: 4px;
    display: table-cell;
    vertical-align: middle;
	background-color: #E7F7FF;
}
.top-lst-state li {
    text-align: center;
    position: relative;
    line-height: 1;
    margin-left: 3px;
}
top-lst-state li, .top-lst-state li a {
    float: left;
    color: #333;
}
.top-lst-state li a {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom,#fff 0,#f2eddb 100%);
    background: -webkit-linear-gradient(top,#fff,#f2eddb);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f2eddb));
    background: #f2eddb \9;
    border: 1px solid #c4c2ba;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,.05),0 0 0 1px #fff inset;
    text-shadow: 0 1px 1px #fff;
    text-decoration: none;
    line-height: 26px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    width: 46px;
}
.top-lst-state li a:hover {
    background: linear-gradient(to bottom,#fff 0,#f9f4e2 100%);
    background: -webkit-linear-gradient(top,#fff,#f9f4e2);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f9f4e2));
    background: #f9f4e2 \9;
    color: #333;
}
.top-lst-state li, .top-lst-state li a {
    float: left;
    color: #333;
}
/* =====================================================================
  メニュー
===================================================================== */
.globalMenu{
	margin-bottom: 20px;}
.globalMenu ul li{
	float: left;
	background-color: #ffffff;
	border: 2px solid #322b29;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	margin-right: 5px;
	width: 80px;
	padding: 5px 0;
	text-align: center;
	font-size: 13px;
}
.globalMenu a{
	display: block;
	color: #322b29;
	text-decoration: none;
}

/* =====================================================================
  ヘッダースライダー
===================================================================== */
.nav{
  background:url(../image/panelbg.png);
  height: 800px;
  position: relative;
}
.nav .menu{
  position: absolute;
  left: 0;
  bottom: -5px;
  background-size: cover;
  width: 100%;
  height: 340px;
}
.nav .menu ul{
  width: 900px;
  padding-top: 95px;
  position: relative;
  margin: 0 auto;
  z-index: 999;
}
.nav .menu ul li{
  float: left;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  /*border: 5px solid #fff;*/
  text-align: center;
  line-height: 160px;
  left: 6%;
}
.nav .menu ul li a{
  color: #fff;
  font-size: 16px;
}
/* =====================================================================
  パンくず
===================================================================== */
div.path {
  clear: both;
  margin: 15px auto 0 auto;
  width: 965px;
  height: 15px;
}
ul.path {
  margin-left: 5px;
  font-size: 11px;
}
ul.path li{
  display: inline;
}
/* =====================================================================
  ボックス
===================================================================== */
.shell {
  clear: both;
  margin:0 auto;
  width: 1025px;
  overflow: hidden;
  background: url(http://www.girlsheaven-job.net/img/community/10/partner_ship/www/image/bg.jpg);
  margin-top:-10px;
}
.main {
  width: 680px;
  margin: 20px 30px 0;
  float: left;
}
.rightbox {
  width: 250px;
  float: right;
  margin-right: 30px;
}

/* =====================================================================
  メイン
===================================================================== */
#moviebox {
  margin-bottom: 5px;
  width: 100%;
  position: relative;
  z-index: 1000;
}
#moviebox h2{
	position: relative;
	z-index: 1000;
}
#moviebox .inner h2{
	padding-left: 5px;
}
#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;
  border: 2px solid #393F3F;
  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.bodytext {
  line-height: 20px;
}
.moviemaintext a {
  font-size: 16px;
  font-weight: bold;
}
.shopname {
  text-align: right;
}
ul.movie_list {
  overflow: hidden;
  clear: both;
  width: 695px;
  margin: 0 auto;
  padding-left: 5px;
}
ul.movie_list li {
  float: left;
  font-size: 12px;
  list-style-type: none;
  padding: 5px;
  width: 215px;
  height: 200px;
  position: relative;
  z-index: 9999;
}
ul.movie_list li:hover {
	background-color: #fce0dd;
}
ul.movie_list li a {
	display: block;
	text-decoration: none;
}
ul.movie_list div.movie_item {
  height: 205px;
}
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: 3px;
  margin-bottom: 3px;
  width: 212px;
  overflow: hidden;
  
}
.movie_item p.thumb {
	max-height: 146px;
}
img.pickup {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 22px;
  height: 22px;
}
p.thumb img {
  width: 100%;

}
.movie_title {
  margin: 0;
  line-height: 20px;
}
.moviemorelink {
  clear: both;
  text-align: right;
  padding-top: 10px;
	position: relative;
	z-index: 9999;
}
.moviemorelink a{
  padding-left: 14px;
  color: #ff9379;
}
#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;
}
.mapArea{
	float:left;
	width: 350px;
	margin-top: 10px;
}
.searchbox {
  position: relative;
  float: right;
  padding: 10px;
  /* border: 2px solid #ffccc7; */
  border: 2px solid #74ccff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
  background: #fff;
  width: 316px;
  margin-top: 0px;
  margin-right: 5px;
}
.searchbox h2{
  border-radius: 5px 5px 0 0;
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background: #38a5ed;
}
.searchbox ul{
  width: 316px;
  margin: 0 auto;
}
.searchbox ul li{
	float: left;
}
.searchbox .areaMenu li{
  float: left;
  margin-right: 11px;
  margin-top: 5px;
}
.searchbox .s_area_de li{
	margin-right: 15px;
	margin-bottom: 5px;
}
.searchbox li:last-child{
	margin-right: 0;
}
.searchbox li div{
  display: table;
  text-align: center;
  position: relative;
}
.searchbox .areaMenu a{
  background: linear-gradient(to bottom,#fff 0,#f2eddb 100%);
  background: -webkit-linear-gradient(top,#fff,#f2eddb);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f2eddb));
  background: #f2eddb \9;
  border: 1px solid #c4c2ba;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,.05),0 0 0 1px #fff inset;
  color: #333;
  text-shadow: 0 1px 1px #fff;
  text-decoration: none;
  border-radius: 6px;
  display: table-cell;
  font-size: 16px;
  font-weight: 700;
  height: 42px;
  width: 96px;
  vertical-align: middle;
}
.searchbox .areaMenu a:hover{
    background: linear-gradient(to bottom,#fff 0,#f9f4e2 100%);
    background: -webkit-linear-gradient(top,#fff,#f9f4e2);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f9f4e2));
    background: #f9f4e2 \9;
    color: #333;
}
.searchbox .areaMenu a.selected{
}
.searchmain {
  margin: 0px 0 10px 0;
}
.searchmain2 {
  margin: 0;
}
.searchmain h2 a,.searchmain2 h2 a{
  display: block;
}
.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{
  /*background: URL(../image/mainbg.png);*/
  margin-bottom: 10px;
  margin-bottom: 50px;
  width: 100%;
  clear:both;
}
#blogbox h2{
	margin-bottom: 5px;
	padding-left: 5px;
}
#blogbox li{
	/* float: left; */
	font-size: 12px;
	list-style-type: none;
	padding: 5px 0;
	width: 666px;
	height: 100px;
	position: relative;
	margin-left: 5px;
	z-index: 9999;
	/* background-color: #fff; */
	border-top: 1px solid #a99f9e;
	/* border-left: 1px solid #a99f9e; */
	/* border-right: 1px solid #a99f9e; */
}
#blogbox li:last-child{
	border-bottom: 1px solid #a99f9e;
	margin-bottom: 5px;
}
#blogbox li a{
	text-decoration: none;
}
#blogbox li:hover {
	background-color: #fce0dd;
}
a.manager_title {
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
table.blog_item {
  width: 100%;
  margin: 0;
  padding: 0;
}
.blog_item .manager_text{
	position: relative; 
	top: 10px;
}
.manager_image{
	float:left;
}
.blog_item p.thumb{
	height: 100px !important;
    width: 135px !important;
    margin-left: 5px !important;
	margin-right: 5px;
}
.blogmorelink {
  clear: both;
  text-align: right;
}
.blogmorelink a{
  padding-left: 14px;
  color: #ff9379;
}

.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{

}
.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: 250px;
  margin-top: 0;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  border-radius: 3px;
 -webkit- border-radius: 3px;
  -moz-border-radius: 3px;
}
#kyubo h3 {
  text-indent: -9999px;
  background: url(../image/shoplist.gif);
  height: 34px;
  width: 300px;
}
#kyubo img {
  margin: 0;
}
#kyubo a.shoplink {
  display: block;
  font-size: 12px;
  padding: 5px;
  border-bottom: 1px solid #c9c9c9;
  background-color: #fff;
}
#kyubo a.shoplink:hover, #kyubo a.shoplink:active {
	text-decoration: underline;
}
#kyubo .place {
  color: #000000;
  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;
}
#kyubo .company {
  color: #333333;
  display: block;
  font-weight: bold;
  margin: 0;
}
.kyuubomorelink {
  padding: 7px 0 0 0;
  text-align: right;
}
.kyuubomorelink a{
  color: #ff9379;
  padding-left: 14px;
}
#kyubo table.item {
  height: 80px;
  margin: 5px;
  /* 2013/09/09 求人コミュニティ新バナー ADD start */
  width: 240px;
  table-layout: fixed;
  /* 2013/09/09 求人コミュニティ新バナー ADD end */
}
/* 2013/09/09 求人コミュニティ新バナー ADD start */
#kyubo table td {
  /*width: 220px;*/
  word-wrap: break-word;
  word-break: break-all;
}
/* 2013/09/09 求人コミュニティ新バナー ADD end */
#kyubo table td.image {
  width: 115px;
}
#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;
}
/* =====================================================================
  お仕事検索
===================================================================== */
.a15_search {
  margin: 5px auto 0px;
  display: block;
  height: 20px;
  line-height: 20px;
  text-align: right;
  width: 680px;
}
.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 #ffccc7;
  border-collapse: collapse;
  font-size: 12px;
  margin: 0 auto 10px;
  width: 680px;
}
#searchtb td.category {
  background: none repeat scroll 0 0 #fce0dd;
  border: 1px solid #ffccc7;
  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 #ffccc7;
  padding: 0 0px 5px 0;
}
#searchtb td.keyword {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #ffccc7;
  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: 5px 0 5px 3px;
  width: 680px;
  margin: 0 auto;
}
.bottomBt {
  height: 40px;
  width: 680px;
  margin: 0 auto;
}
.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 #ffccc7;
  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;
  /* 2015/08/13 コミュニティ検索結果の仕事内容を文字数カットする start */
  word-break: break-all;
  /* 2015/08/13 コミュニティ検索結果の仕事内容を文字数カットする end */
  width: 306px;
}
/* 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;
  clear: both;
}
#searchareatb td.s_area {
  padding: 0 0 2px 0;
}
#searchareatb td.no_middle {
  padding-top: 15px;
  clear: both;
}
#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 {
  background: none repeat scroll 0 0 #FFF;
  border: 1px solid #ff9379;
  height: 100%;
  padding-bottom: 10px;
  width: 680px;
}
.search-list-s {
  clear: both;
  margin: 10px auto;
}
.search-list-a {
 background: none repeat scroll 0 0 #FFF;

  border: 1px solid #ff9379;
  height: 100%;
  width: 680px;
}
.search-list-a {
  clear: both;
  margin: 10px auto;
}
.search-list-b {
 background: none repeat scroll 0 0 #FFF;

  border: 1px solid #ff9379;
  height: 100%;
  width: 680px;
}
.search-list-b {
  clear: both;
  margin: 10px auto;
}
.search-list-c {
 background: none repeat scroll 0 0 #FFF;

  border: 1px solid #ff9379;
  height: 100%;
  width: 680px;
}
.search-list-c {
  clear: both;
  margin: 10px auto;
}
.list-title {
  background-color: #ffad99;
  border-bottom: 1px solid #ff9379;
  display: block;
  overflow: hidden;
  padding: 0 0 0 10px;
  word-wrap: break-word;
}
.list-title h2 a:link, .list-title h2 a:visited, .list-title h2 a:active, .list-title h2 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 h2 {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 120%;
  overflow: hidden;
  padding: 0;
  width: 395px;
  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: #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;
  /*width: 360px;*/
  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;
}
.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_btn2.gif") no-repeat scroll 0 0 transparent;
  display: block;
  float: right;
  height: 20px;
  margin: 8px 10px 0 0;
  padding: 0;
  text-decoration: none;
  text-indent: -10000px;
  width: 90px;
}
.copy {
  color: #111;
  float: left;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  overflow: hidden;
  padding: 10px;
  width: 680px;
  word-wrap: break-word;
}
.search-list-s .photo, .search-list-a .photo {
  /*clear: both;
  overflow: hidden;
  padding-left: 0;
  width: 600px;
  text-align: center;*/
  overflow: hidden;
  padding-left: 10px;
  width: 364px;
  text-align: center;
  float: left;
}
.search-list-s .photo img.sphoto, .search-list-a .photo img.sphoto {
	width: 100%;
}
.search-list-b .photo {
  clear: both;
  float: left;
  height: 188px;
  overflow: hidden;
  width: 200px;
}
.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;
}
.search-list-s h3, .search-list-a h3, .search-list-b h3, .search-list-c h3 {
  font-size: 12px;
  font-weight: normal;
  /* 2015/08/13 コミュニティ検索結果の仕事内容を文字数カットする start */
  /* height: 70px; */
  /* overflow: hidden; */
  /* 2015/08/13 コミュニティ検索結果の仕事内容を文字数カットする end */
  padding: 0 10px 10px 10px;
}
.search-list-s .spec table {
  background-color: #FFFFFF;
  border-top: 0 none;
  clear: both;
  margin: 10px 0 0 8px;
  padding-top: 7px;
  width: 664px;
  table-layout: fixed;
}
.search-list-a .spec table {
  border-top: 0 none;
  clear: both;
  margin: 10px 0 0 8px;
  padding-top: 7px;
  width: 664px;
  table-layout: fixed;
}
.search-list-b .spec table {
  border-top: 0 none;
  clear: both;
  margin: 5px 0 0 8px;
  padding-top: 7px;
  width: 664px;
  table-layout: fixed;
}
.search-list-c .spec table {
  border-top: 0 none;
  clear: both;
  margin: 10px 0 0 8px;
  padding-top: 7px;
  width: 664px;
  table-layout: fixed;
}
.search-list-s .spec th {
  background: none repeat scroll 0 0 #ffad99;
  border-bottom: 7px solid #FFFFFF;
  color: #fff;
  line-height: 150%;
  padding: 5px;
  width: 70px;
}
.search-list-a .spec th {
  background: none repeat scroll 0 0 #ffad99;
  border-bottom: 7px solid #FFFFFF;
  color: #fff;
  line-height: 150%;
  padding: 5px;
  width: 70px;
}
.search-list-b .spec th {
  background: none repeat scroll 0 0 #68C3FF;
  border-bottom: 7px solid #FFFFFF;
  color: #fff;
  line-height: 150%;
  padding: 5px;
  width: 70px;
}
.search-list-c .spec th {
  background: none repeat scroll 0 0 #68C3FF;
  border-bottom: 7px solid #FFFFFF;
  color: #fff;
  line-height: 150%;
  padding: 5px;
  width: 70px;
}
.search-list-s .spec td {
  background: none repeat scroll 0 0 #D2E5FF;
  border-bottom: 7px solid #FFFFFF;
  line-height: 150%;
  padding: 5px;
  width: 150px;
  word-wrap: break-word;
}
.search-list-a .spec td {
  background: none repeat scroll 0 0 #D2E5FF;
  border-bottom: 7px solid #FFFFFF;
  line-height: 150%;
  padding: 5px;
  width: 150px;
  word-wrap: break-word;
}
.search-list-b .spec td {
  background: none repeat scroll 0 0 #D2E5FF;
  border-bottom: 7px solid #FFFFFF;
  line-height: 150%;
  padding: 5px;
  width: 150px;
  word-wrap: break-word;
}
.search-list-c .spec td {
  background: none repeat scroll 0 0 #D2E5FF;
  border-bottom: 7px solid #FFFFFF;
  line-height: 150%;
  padding: 5px;
  width: 150px;
  word-wrap: break-word;
}
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;
}
/* =====================================================================
  ランキング
===================================================================== */
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;
}
.rankingmorelink {
  clear: both;
  text-align: right;
  padding-top: 10px;
	position: relative;
	z-index: 9999;
}
.rankingmorelink a{
  background: url(../image/arrow_more.gif) no-repeat 0 4px;
  padding-left: 14px;
}
#rankingbox2{
	margin-bottom: 10px;
}
.rankingList li{
	margin-bottom: 15px;
}
.rankingList a{
	text-decoration: none;
}
.rankingBoxRank{
	width: 61px;
}
.rankingBoxRank p {
    text-align: center;
    font-size: 40px;
    font-family: impact;
	color: #333;
}
.ranking .textArea{
	width: 424px;
	height: 161px;
}
/* =====================================================================
  動画一覧
===================================================================== */
.note3 {
  background: none repeat scroll 0 0 #fce0dd;
  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{
  margin-bottom: 5px;
}
#blogbox2 h2{
  position: relative;
  z-index: 9999;
}
#blog_list{
	width: 680px;
	margin: 0 auto;
}
td.head {
  border-left: 1px solid #ff9379;
  border-right: 1px solid #ff9379;
}
.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 {
  width: 200px;
  max-height: 200px;
  overflow: hidden;
  float: left;
}
div.photo_mess a{
	display: block;
}
#blogbox div.photo_mess {
	width: 100px;
  height: 100px;
  background-color: #000;
}
#blogbox div.photo_mess a{
	display: block;
}
div.photo_mess img{
	width: 100%;
}
img.photo_mess {
  float: left;
  margin: 0;
  width: 120px;
}
td.contents {
  border-left: 1px solid #ff9379;
  border-right: 1px solid #ff9379;
}
.list_mess td.contents {
  padding: 6px 10px;
}
div.text_mess {
  float: left;
  height: 200px;
  line-height: 1.4;
  margin: 0 0 0 10px;
  overflow: hidden;
  width: 425px;
}
td.foot {
  border-left: 1px solid #ff9379;
  border-right: 1px solid #ff9379;
  border-bottom: 1px solid #ff9379;
}
.list_mess td.foot {
  padding: 5px 10px 8px 0;
  text-align: right;
}
table.list_mess {
  margin: 10px 0;
  padding: 0;
}
/* =====================================================================
  掲載店一覧
===================================================================== */
#shoplist h2{
	position: relative;
}

/* =====================================================================
  特典
===================================================================== */
/* 2013/09/09 求人コミュニティ新バナー ADD end */
ul.tokuten_list {
	overflow: hidden;
	clear: both;
	padding-top: 5px;
}
ul.tokuten_list li {
	float: left;
    font-size: 12px;
    list-style-type: none;
    padding: 7px 7px 2px;
    margin-bottom: 3px;
    width: 212px;
    height: 200px;
}
ul.tokuten_list li:hover {
	background-color: #fce0dd;
}
table.tokuten_item {
	width: 100%;
	margin: 0;
	padding: 0;
}
table.tokuten_item td.thumb {
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 212px;
}
table.tokuten_item td {
	margin: 0;
	padding: 0;
	word-break: break-all;
}
table.tokuten_item td.thumb p img {
	width: 100%;
}
.tokuten_title {
	margin-top: 0;
}
.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;
}

/* =====================================================================
  フッター
===================================================================== */
.pagetop {
  clear: both;
  margin: 25px auto 0;
  text-align: right;
  width: 965px;
}
.footer {
  background-color: #666666;
  border-top: 10px solid #ffad99;
  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: 680px;
  margin: 10px auto;
}
.pagerdown {
  margin: 10px;
  width: 680px;
  margin: 10px auto;
}
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
===================================================================== */
#kyubo2_box {
  margin: 0 0 10px 0;
  padding: 0;
  width: 250px;
}
#kyubo2_box h2{
	width: 250px;
	overflow: hidden;
}
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;
}
/* =====================================================================
  求人テーマ
===================================================================== */
#kyubo2 {
  width: 248px;
  margin-top: 0;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#kyubo2 table.item {
  padding: 5px;
  width: 250px;
  table-layout: fixed;
  border-bottom: 1px solid #c9c9c9;
}
/*#kyubo2 a:nth-child(1) table.item{
	background-color: #ffd400;
}
#kyubo2 a:nth-child(2) table.item{
	background-color: #f6f6f6;
}
#kyubo2 a:nth-child(3) table.item{
	background-color: #f8bd63;
}
#kyubo2 a:nth-child(4) table.item{
	background-color: #ECF8FF;
}
#kyubo2 a:nth-child(5) table.item{
	background-color: #ECF8FF;
}*/
#kyubo2 table td {
  word-wrap: break-word;
  word-break: break-all;
}
#kyubo2 table td.image {
  height: 80px;
  width: 80px;
}
#kyubo2 a:hover, #kyubo2 a:active {
  outline: none;
}
#kyubo2 a.shoplink {
  background: none repeat scroll 0 0 #FFFFFF;
  display: block;
  font-size: 12px;
  height: 100%;
  line-height: 120%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  word-wrap: break-word;
}
#kyubo2 a.shoplink:hover, #kyubo2 a.shoplink:active{
	
}
#kyubo2 a img {
  float: left;
  margin: 0;
  width: 100px;
  height: 75px;
  border: 1px solid #666666;
}
#kyubo2 .place {
  color: #000000;
  text-align: left;
}
#kyubo2 .copy2 {
  font-size: 12px;
  line-height: 17px;
}
#kyubo2 .company {
  margin: 0;
  color: #333333;
  display: block;
  font-weight: bold;
}
.kyuubomorelink2 {
  margin: 7px 0 0 0;
  text-align: right;
}
.kyuubomorelink2 a{
	color: #ff9379;
}
#themelist h2{
 
}
/* 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;
}
.tokutenContent {
  width: 422px;
  height: auto;
  float: left;
  display: inline;
  margin: 1px 0px 0px 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;
}
.tokuten_box {
  width: 648px;
  padding: 5px;
  border: 1px solid #fce48e;
  background-color: #fff3d1;
  margin-left: 10px;
}
.tokuten_box:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.tokuten_box .img_box{
	float: left;
	width: 220px;
	margin-right: 5px;
}
.tokuten_box .img_box img{
	width: 100%;
}
.tokuten_box h4{
	background-color: #fbcb2d;
	width: 412px;
	color: #fff;
	padding: 3px 5px;
	margin-bottom: 5px;
}
.tokuten_box .text_box{
	width: 100%;
	line-height: 1.35em;
}
ul.privilege_list {
  overflow: hidden;
  clear: both;
  width: 695px;
  margin: 0 auto;
  padding-left: 5px;
}
ul.privilege_list li {
  float: left;
  font-size: 12px;
  list-style-type: none;
  width: 215px;
height: 205px;
  padding: 5px;
}
ul.privilege_list li:hover{
	background-color: #fce0dd;
}
ul.privilege_list li a{
	text-decoration: none;
}
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;
  text-decoration: none;
}
.privilege_shopinfo {
  color: #9f9f9f;
  font-size: 11px;
  text-align: left;
}
.privilegemorelink {
  clear: both;
  text-align: right;
}
.privilegemorelink a{
  padding-left: 14px;
  color: #ff9379;
}

/* =====================================================================
  コミュニティスライド
===================================================================== */
.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);*/
  background: rgb(249, 247, 240);
  border:2px solid rgb(200,200,200);
  border-width:2px 0px 0px 0px;
  line-height:34px;
  display:block;
  clear: both;
  margin: 5px 0;
  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;
}
.main_area_link{
  font-size: 16px;
  cursor: pointer;
  display: block;
  height: 30px;
  line-height: 40px;
  padding-left: 6px;
  position:relative;
}
.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 {
  display: block;
  width: 100%;
  clear: both;
}
#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;
}
#privilegebox h2{
	
}
.tabarea_default {
  line-height: 30px;
  border: 2px solid #EEE;
}
/* トップ検索 end */

/* =====================================================================
  ランキング
===================================================================== */
.ranking_item ul li{
  float: left;
  font-size: 12px;
  list-style-type: none;
  margin: 0 3px 0px 3px;
  padding: 5px;
  width: 212px;
  position: relative;
  z-index: 9999;
}
.ranking_item ul li:hover {
	background-color: #fce0dd;
}
.ranking_item ul li a{
	text-decoration: none;
}
/* =====================================================================
  clearfix
===================================================================== */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


.blurred {
  fill-opacity: 0;
  stroke-width: 1.5;
}

.filled {
  fill-opacity  : 0.2;
  stroke-width  : 1;
  stroke-opacity: 0.3;
}