@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;
  background: #F9C;
  font-size : 13px;
  line-height: 16px;
  margin: 0;
  background: url(../image/bg.jpg);
  background-position: center top; 
  background-repeat: repeat-y;
}

a {
  color:#0f75bf;
  text-decoration : none;
}

a:link {
  color:#0f75bf;
}

a:visited {
  color:#0f75bf;
  text-decoration : none;
}

a:hover {
  color: #0f75bf;
  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;
  color: #F39;
  padding: 10px 0 0 10px;
}

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 #282828;
  border-bottom: 1px solid #F6C;
  height: 36px;
  line-height: 36px;
}
.header {
  width: 1000px;
  margin: 0 auto;
  color: #FFF;
}
.header a{
  color: #FFF;
}
.header .left{
  float: left;
}
.header .left a{
  font-weight: bold;
}
.header .left form{
	float: left;
	margin-left: 10px;
}
.header .left form input.formarea{
	width: 180px;
	border-radius: 10px;
}
.header .left .logo {
	float: left;
}
.header .left .logo a{
	display: block;
	float: left;
	padding-top: 3px;
	padding-right: 4px;
}
.header .right{
  float: right;
}
.logo_wrapper {
  clear: both;
  width: 1000px;
  height: 962px;
  margin: 0 auto;
  background: url(../image/header.jpg) no-repeat;
}
.logo_wrapper p{
  float: left;
  text-indent: -9999px;
  width: 180px;
  height: 60px;
}
.logo_wrapper p a{
  display: block;
  width: 1000px;
  height: 962px;
}
.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: 20px;
  text-indent: -9999px;
  width: 40px;
}
/* =====================================================================
  メニュー
===================================================================== */
.menu {
  clear: both;
  margin: 0 auto;
  width: 910px;
  height: 52px;
  background: #FFF;
  padding: 10px 45px 0 45px;
}
.menu ul {
  margin: 0 auto;
  padding-bottom: 6px;
  width: 910px;
  display: block;
  overflow: hidden;
  background: url("../image/menuline.gif") no-repeat scroll left bottom transparent;
}
.menu ul li{
  float: left;
  width: 25%;
}
.menu ul li.nav1 a{
}
.menu ul li.nav2 a{
}
.menu ul li.nav3 a{
}
.menu ul li.nav4 a{
}
.menu ul li.nav5 a{
}
.menu ul li.nav6 a{
}
.menu ul li a{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 13x;
  color: #666;
  padding: 7px 15px;
  border-right: 1px dotted #CCC;
}
.menu ul li a span{
	display: block;
	font-size: 10px;
	color: #999;
}
.menu ul li a.link {
	background: #efefef;
}
.menu ul li a:hover {
  text-decoration: none;
  background: #efefef;
}
/* =====================================================================
  パンくず
===================================================================== */
div.path {
  clear: both;
  margin: 0 auto;
  width: 910px;
  height: 15px;
  background: #FFF;
  padding: 10px 45px 10px 45px;
}
ul.path {
  margin-left: 5px;
  font-size: 11px;
}
ul.path li{
  display: inline;
}
/* =====================================================================
  ボックス
===================================================================== */
.shell {
  clear: both;
  margin: 0 auto;
  width: 910px;
  overflow: hidden;
  padding: 0 45px;
  background: #FFF;
}
.main {
  float: left;
  width: 640px;
}
.mainbox {
  width: 800px;
  margin: 0 auto;
}
.mainleft {
	float: left;
	width: 200px;
}
.mainright {
	float: right;
	width: 425px;
}
.guide {
  width: 910px;
  clear: both;
}
/* =====================================================================
  メイン
===================================================================== */
#moviebox {
  margin-bottom: 10px;
}
#moviebox h2{
  background: url(../image/movie_title.gif);
  height: 34px;
}
#moviebox h2 a{
  display: block;
  height: 34px;
  line-height: 34px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-indent: 10px;
}
.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;
  padding-top: 10px;
  border: 1px solid #76ec8e;
}
ul.movie_list li {
  float: left;
  font-size: 12px;
  list-style-type: none;
  margin: 0 6px 10px 7px;
  width: 92px;
  height: 123px;
}
ul.movie_list div.movie_item {
}
ul.movie_list2 {
  overflow: hidden;
  clear: both;
  padding-top: 10px;
}
ul.movie_list2 li {
  float: left;
  font-size: 12px;
  list-style-type: none;
  margin: 0 6px 10px 7px;
  width: 145px;
  height: 175px;
}
ul.movie_list2 div.movie_item {
}
table.movie_item {
  width: 100%;
  margin: 0;
  padding: 0;
}
table.movie_item td.thumb {
  vertical-align: top;
  margin: 0;
  padding: 0;
}
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;
}
ul.movie_list li .thumb img.pickup {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 22px;
  height: 22px;
  border: none;
}
ul.movie_list2 li .thumb img.pickup {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 22px;
  height: 22px;
  border: none;
}
ul.movie_list li .thumb img {
  border: 2px solid #393F3F;
  width: 92px;
}
ul.movie_list2 li .thumb img {
  border: 2px solid #393F3F;
  width: 145px;
}
.movie_title {
  margin: 2px 0 0;
  line-height: 20px;
}
.moviemorelink {
  clear: both;
  text-align: right;
  padding: 0 10px 6px 0;
}
.moviemorelink a{
  background: url(../image/arrow_more.gif) no-repeat 0 3px;
  padding-left: 14px;
  font-size: 11px;
}
#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 3px;
  padding-left: 14px;
}
.searchbox {
  margin-bottom: 15px;
  clear: both;
  border-bottom: 1px solid #ffb2d8;
  border-left: 1px solid #ffb2d8;
  border-right: 1px solid #ffb2d8;
}
.searchmain {
}
.searchmain2 {
  margin: 0px 0 10px 0;
}
.searchmain h2,.searchmain2 h2{
  background: url(../image/search_title.gif);
  height: 34px;
}
.searchmain h2 a,.searchmain2 h2 a{
  display: block;
  height: 34px;
  line-height: 34px;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  text-indent: 10px;
}
.searchtext {
  padding-bottom: 5px;
  border-bottom: 1px solid #ffb2d8;
}
#search_body .search_select p {
  margin: 0;
  padding: 4px;
  text-align: left;
}
#search_body #search_select_job_01 {
  float: left;
  margin-bottom: 10px;
  width: 170px;
  border-right: 1px solid #ffb2d8;
  border-bottom: 1px solid #ffb2d8;
}
#search_body #search_select_place_01 {
  float: left;
  padding-left: 5px;
  padding-bottom: 1px;
  width: 462px;
  border-bottom: 1px solid #ffb2d8;
}
#search_body #search_select_type_01 {
  float: left;
  padding-bottom: 10px;
  padding-left: 5px;
  width: 185px;
}
#search_body #search_text_keyword_01 {
  float: left;
  height: 29px;
  margin-bottom: 10px;
}
#search_body #search_submit_01 {
  margin: 0 auto 10px auto;
  width: 160px;
  clear: both;
}
#search_body .search_options {
  clear: both;
  padding: 7px 0;
}
#search_body .search_select {
  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: 170px;
  margin: 1px;
}
.top3_inside td.border {
  padding: 0px;
  background-color: #FFFFFF;
}
.top3_inside td.bgcolor {
  padding: 0px;
  background-color: #FFFFFF;
  color: #999999;
}
.wordsearch {
  padding: 0 5px;
  background: #fdeccf;
}
input#wordkeyword {
  border: 1px solid #CCC;
  margin: 0 3px;
  display: none;
}
#blogbox h2{
  background: url(../image/blog_title.gif);
  height: 34px;
}
#blogbox h2 a{
  color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    text-indent: 10px;
}
div.manager_image{
  height: 70px;
  width: 70px;
  float: left;
  overflow: hidden;
}
div.manager_text {
  float: left;
  width: 115px;
  padding-left: 5px;
}
div.managerbox {
  float: left;
  width: 190px;
}
a.manager_title {
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
}
.managertop {
	border: 1px solid #76EC8E;
	margin-bottom: 15px;
}
.managertop .box {
	padding: 10px 10px 0 10px;
}
table.blog_item {
  width: 100%;
  margin: 0;
  padding: 0;
}
table.blog_item td {
  margin: 0;
  padding: 0 0 10px 0;
  overflow: hidden;
  word-break: break-all;
}
div.manager_text span{
	color: #666666;
    font-size: 10px;
    text-align: left;
}
.blogmorelink {
  clear: both;
  text-align: right;
  padding: 0 0 6px 0;
}
.blogmorelink a{
  background: url(../image/arrow_more.gif) no-repeat 0 3px;
  padding-left: 14px;
  font-size: 11px;
}
.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{
  width: 165px;
  height: 70px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: 3px;
  display: block;
  list-style-type: none;
  overflow: auto;
  overflow-x: hidden;
}
#ulNormal{
  width: 445px;
  height: 70px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: 3px;
  display: block;
  list-style-type: none;
  overflow: auto;
  overflow-x: hidden;
}
#ulNormal li{
	width: 50%;
	float: left;
}
/* =====================================================================
  右カラム
===================================================================== */
#kyubo {
  margin-top: 0px;
}
#kyubo h3 {
  height: 24px;
  line-height: 24px;
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
}
#kyubo img {
  margin: 0;
}
#kyubo a.shoplink {
  background: none repeat scroll 0 0 #FFFFFF;
  display: block;
  font-size: 12px;
  height: 100%;
  line-height: 120%;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  word-wrap: break-word;
}
#kyubo a.shoplink:hover, #kyubo a.shoplink:active {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #ffe5ff;
  text-decoration: none;
}
#kyubo .list {
	float: left;
	width: 130px;
	height: 165px;
	padding: 0 10px;
	margin-bottom: 10px;
}
#kyubo .place {
  color: #666666;
  text-align: left;
  font-size: 11px;
}
#kyubo a img {
  width: 120px;
}
#kyubo .copy2 {
  font-size: 12px;
  line-height: 17px;
  text-decoration: underline;
}
#kyubo .company {
  color: #333333;
  display: block;
  font-weight: bold;
  margin: 0;
}
#kyubo .shoplogo{
	height: 90px;
	overflow: hidden;
}
.kyuubomorelink {
  padding: 7px 0 0 0;
  text-align: right;
}
.kyuubomorelink a{
  background: url(../image/arrow_more.gif) no-repeat 0 3px;
  padding-left: 14px;
}
#kyubo table.item {
  height: 80px;
  margin: 5px;
  /* 2013/09/09 求人コミュニティ新バナー ADD start */
  width: 340px;
  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: 2px 0px 2px 0px;
  display: block;
  height: 20px;
  line-height: 20px;
  text-align: right;
  width: 640px;
}
.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 auto 10px auto;
  width: 780px;
}
#searchtb td.category {
  background: none repeat scroll 0 0 #FFE8F2;
  border: 1px solid #F5BAD3;
  padding: 4px 0 4px 10px;
}
#col-search-list .b14 {
  font-size: 14px;
  font-weight: bold;
}
#searchtb td.list {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #F5BAD3;
  padding: 0 5px 5px 0;
}
#searchtb td.keyword {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #F5BAD3;
  padding: 10px 5px;
}
#searchtb td {
  line-height: 22px;
}
#searchtb ul {
  margin: 5px 0 5px 10px;
  padding: 0;
}
#searchtb li {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 190px;
}
#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: 255px;
}
.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: 14px;
  line-height: 18px;
  margin: 10px 0 5px 10px;
  padding-left: 23px;
  font-weight: bold;
}
.search-list-s div.main-setumei,
.search-list-a div.main-setumei {
  margin-bottom: 5px;
  padding-left: 7px;
  float: left;
  width: 193px;
  height: 177px;
  overflow: hidden;
  word-wrap: break-word;
}
.search-list-b div.main-setumei,
.search-list-c div.main-setumei {
  margin-bottom: 5px;
  width: 100%;
  height: 80px;
  overflow: hidden;
  word-wrap: break-word;
}
div.main-setumei .text{
  height: 63px;
  overflow: hidden;
}
div.main-setumei a{
	font-size: 11px;
	text-align: right;
	display: block;
}
/* 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 {
  background: none repeat scroll 0 0 #FFFFDF;
  height: 100%;
  padding-bottom: 10px;
  width: 600px;
}
.search-list-s {
  clear: both;
  margin: 10px auto;
}
.search-list-a {
  height: 100%;
  padding-bottom: 10px;
  width: 600px;
}
.search-list-a {
  clear: both;
  margin: 10px auto;
}
.search-list-b {
  height: 100%;
  padding-bottom: 10px;
  width: 600px;
}
.search-list-b {
  clear: both;
  margin: 10px auto;
}
.search-list-c {
  height: 100%;
  padding-bottom: 10px;
  width: 600px;
}
.search-list-c {
  clear: both;
 margin: 10px auto;
}
.list-title {
  background-color: #FFE5F1;
  border-top: 4px solid #F4B5CA;
  display: block;
  overflow: hidden;
  padding: 5px 10px;
  word-wrap: break-word;
  margin-bottom: 10px;
}
.list-title span{
	font-size: 11px;
}
.list-title h2 a:link, .list-title h2 a:visited, .list-title h2 a:active, .list-title h2 a:hover {
  color: #833A19;
  display: block;
  font-size: 16px;
  overflow: hidden;
}
.list-title h2 {
  font-size: 12px;
  overflow: hidden;
}
.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;
  overflow: hidden;
  word-wrap: break-word;
}
.list-title h3 {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 120%;
  overflow: hidden;
  padding: 0;
  width: 395px;
  word-wrap: break-word;
}
.list-title h3 span {
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
  overflow: hidden;
  padding: 11px 0 10px 10px;
}
.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: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-list-s .photo, .search-list-a .photo {
	float: left;
  overflow: hidden;
  padding-left: 0;
  width: 400px;
  text-align: center;
}
.search-list-s .photo img.sphoto, .search-list-a .photo img.sphoto {
  width: 410px;
}
.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;
  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;
  height: 70px;
  overflow: hidden;
  padding: 7px 15px 10px 10px;
}
.search-list-s .spec table {
  background-color: #FFFFDF;
  border-top: 0 none;
  clear: both;
  margin: 10px 0 0 0px;
  padding: 0;
  width: 600px;
  table-layout: fixed;
}
.search-list-a .spec table {
  border-top: 0 none;
  clear: both;
  margin: 10px 0 0 0;
  padding: 0;
  width: 600px;
  table-layout: fixed;
}
.search-list-b .spec table {
  border-top: 0 none;
  clear: both;
  margin: 5px 0 0 0px;
  padding: 0;
  width: 600px;
  table-layout: fixed;
}
.search-list-c .spec table {
  border-top: 0 none;
  clear: both;
  margin: 10px 0 0 0px;
  padding: 0;
  width: 600px;
  table-layout: fixed;
}
.search-list-s .spec th {
  background: none repeat scroll 0 0 #F0EBDC;
  line-height: 150%;
  padding: 5px;
  width: 70px;
}
.search-list-a .spec th {
  background: none repeat scroll 0 0 #F0EBDC;
  line-height: 150%;
  padding: 5px;
  width: 70px;
}
.search-list-b .spec th {
  background: none repeat scroll 0 0 #F0EBDC;
  line-height: 150%;
  padding: 5px;
  width: 70px;
}
.search-list-c .spec th {
  background: none repeat scroll 0 0 #F0EBDC;
  line-height: 150%;
  padding: 5px;
  width: 70px;
}
.search-list-s .spec td {
  background: none repeat scroll 0 0 #f9f4e5;
  line-height: 150%;
  padding: 5px;
  width: 150px;
  word-wrap: break-word;
}
.search-list-a .spec td {
  background: none repeat scroll 0 0 #f9f4e5;
  line-height: 150%;
  padding: 5px;
  width: 150px;
  word-wrap: break-word;
}
.search-list-b .spec td {
  background: none repeat scroll 0 0 #f9f4e5;
  line-height: 150%;
  padding: 5px;
  width: 150px;
  word-wrap: break-word;
}
.search-list-c .spec td {
  background: none repeat scroll 0 0 #f9f4e5;
  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;
}
.rankingbox {
	border-left: 1px solid #37c6f7;
	border-right: 1px solid #37c6f7;
	border-bottom: 1px solid #37c6f7;
	padding: 10px 5px 0 5px;
}
/* =====================================================================
  動画一覧
===================================================================== */
.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: 600px;
  height: 28px;
}
td.head {
  border-left: 1px solid #ffabcb;
  border-right: 1px solid #ffabcb;
  border-top: 1px solid #ffabcb;
}
.list_mess td.head {
  color: #FF3366;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0 6px 10px;
  background-color: #FFE5F1;
}

.list_mess td.head.date p {
  font-size: 12px;
  color: #000000;
  font-weight: normal;
}
div.photo_mess {
  overflow: hidden;
  float: left;
  width: 240px;
  height: 240px;
  border: 1px solid #ffabcb;
}
img.photo_mess {
  float: left;
  margin: 0;
  width: 238px;
}
td.contents {
  border-left: 1px solid #ffabcb;
  border-right: 1px solid #ffabcb;
}
.list_mess td.contents {
  padding: 6px 10px;
}
div.text_mess {
  float: left;
  height: 240px;
  line-height: 1.4;
  margin: 0 0 0 10px;
  overflow: hidden;
  width: 319px;
}
td.foot {
  border-left: 1px solid #ffabcb;
  border-right: 1px solid #ffabcb;
  border-bottom: 1px solid #ffabcb;
}
.list_mess td.foot {
  padding: 5px 10px 8px 0;
  text-align: right;
}
table.list_mess {
  margin: 10px auto;
  padding: 0;
}
/* =====================================================================
  掲載店一覧
===================================================================== */
#shoplist h2{
  margin-bottom: 10px;
  text-indent: -9999px;
  background: url(../image/shoplist_title.gif);
  width: 600px;
  height: 28px;
}
/* =====================================================================
  フッター
===================================================================== */
.pagetop {
  clear: both;
  margin: 25px auto 0;
  text-align: right;
  width: 965px;
}
.footer {
  background-color: #282828;
  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 0;
  width: 640px;
}
.pagerdown {
  margin: 10px;
  width: 640px;
}
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: 250px;
}
#kyubo2_box {
  margin: 0 0 10px 0;
  padding: 0;
}
.movie div.top_title {
  background: url("../image/cm_title.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 34px;
	color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    text-indent: 10px;
}
.ranking div.top_title {
  background: url("../image/ranking_title.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 34px;
	color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    text-indent: 10px;
}
div.top_title h4 {
}
.movie {
  clear: both;
  margin: 0;
}
div.moviebox2 {
  clear: both;
  border-left: 1px solid #f7bd37;
  border-right: 1px solid #f7bd37;
  border-bottom: 1px solid #f7bd37;
  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: 248px;
  height: 186px;
}
/* =====================================================================
  求人テーマ
===================================================================== */
#kyubo2 {
  width: 200px;
  margin-top: 0px;
}
#kyubo2 table.item {
  width: 190px;
  table-layout: fixed;
}
#kyubo2 table td {
  word-wrap: break-word;
  word-break: break-all;
}
#kyubo2 table td.image {
  width: 85px;
}
#kyubo2 a:hover, #kyubo2 a:active {
  outline: none;
  text-decoration: none;
}
#kyubo2 a.shoplink {
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #FFB2D8;
  border-style: solid;
  border-width: 0 1px 1px;
  display: block;
  font-size: 12px;
  height: 100%;
  line-height: 120%;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  word-wrap: break-word;
}
#kyubo2 a.shoplink:hover, #kyubo2 a.shoplink:active{
  background: #FFFF99;
  text-decoration: none;
  border: #FFB2D8 solid;
  border-width: 0 1px 1px 1px;
}
#kyubo2 a img {
  float: left;
  margin: 0;
  width: 80px;
  border: 1px solid #666666;
}
#kyubo2 .place {
  color: #666666;
  text-align: left;
  font-size: 10px;
}
#kyubo2 .copy2 {
  font-size: 12px;
  line-height: 17px;
  text-decoration: underline;
}
#kyubo2 .company {
  margin: 0;
  color: #333333;
  display: block;
  font-weight: bold;
}
.kyuubomorelink2 {
  margin: 7px 0 0 0;
  text-align: right;
}
.kyuubomorelink2 a{
  background: url(../image/arrow_more.gif) no-repeat 0 3px;
  padding-left: 14px;
  font-size: 11px;
}
#themelist h2{
  padding-top: 2px;
  margin-bottom: 10px;
  text-indent: 30px;
  background: url(../image/blank_title.gif);
  width: 600px;
  height: 28px;
  line-height: 21px;
  color: #EE539D;
  font-size: 22px;
  font-weight: bold;
}
/* 2013/09/09 求人コミュニティ新バナー ADD end */
.rightbanner {
	padding: 10px 0 15px 0;
	text-align: center;
}
.pagetitle h2 {
    background: url("../image/page_title.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 34px;
	color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    text-indent: 10px;
}
.pagetitle2 h2 {
    background: url("../image/search_title.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 34px;
	color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    text-indent: 10px;
}
.blog-title h3 a {
	color: #833A19;
}
.arealink {
	margin: 5px 0;
}
.arealink li{
	list-style: none;
	float: left;
}
.arealink li.title,
.arealink li.title2 {
	width: 100px;
}
.arealink li.title a,
.arealink li.title2 a{
	font-weight: bold;
	font-size: 14px;
	color: #333;
	margin-right: 15px;
	line-height: 24px;
}
.arealink li.title2 {
	margin-left: 15px;
}
.arealink li.sarea a{
	margin-right: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 24px;
	display: block;
	padding: 0 10px;
	color: #333;
}
.arealink li.sarea a:hover{
	background: #F69;
	color: #FFF;
}
.zenkokuarea {
	padding: 900px 0 0 20px;
	display: block;
	overflow: hidden;
}
.zenkokuarea li{
	margin: 0 4px;
	float: left;
}
.zenkokuarea li a{
	display: block;
	padding: 3px 8px;
	border: 1px solid #F60;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #F60;
	font-size: 14px;
}
.zenkokuarea li a:hover{
	color: #FFF;
	background: #F60;
	text-decoration: none;
}
/*.zenkokuarea li.select a{
	color: #F60;
	background: #FFF;
}*/
.zenkokuarea li span{
	display: block;
	padding: 3px 8px;
	border: 1px solid #F60;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #999;
	font-size: 14px;
}