@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;
}
/* =====================================================================
  ヘッダー
===================================================================== */
img.header {
  max-width: 965px;
  max-height: 300px;
}
* html body img.header {
  width:expression(this.width >= 180? "180px" : "auto");
  height:expression(this.height >= 60? "60px" : "auto");
}
.header_wrapper {
  background: none repeat scroll 0 0 #F39;
  border-bottom: 1px solid #F6C;
  height: 29px;
  line-height: 29px;
}
.header {
  width: 965px;
  margin: 0 auto;
  color: #FFF;
}
.header a{
  color: #FFF;
}
.header .left{
  float: left;
}
.header .left a{
  font-weight: bold;
}
.header .right{
  float: right;
}
.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;
}
/* =====================================================================
  メニュー
===================================================================== */
.menu {
  clear: both;
  margin: 0 auto;
  width: 965px;
  height: 40px;
}
.menu ul {
  margin-left: 5px;
}
.menu ul li{
  float: left;
  width: 192px;
  height: 40px;
}
.menu ul li.nav1 a{
  background: url(../image/menu_bg1.gif) no-repeat;
}
.menu ul li.nav2 a{
  background: url(../image/menu_bg2.gif) no-repeat;
}
.menu ul li.nav3 a{
  background: url(../image/menu_bg3.gif) no-repeat;
}
.menu ul li.nav4 a{
  background: url(../image/menu_bg3.gif) no-repeat;
}
.menu ul li.nav5 a{
  background: url(../image/menu_bg5.gif) no-repeat;
}
.menu ul li.nav6 a{
  background: url(../image/menu_bg4.gif) no-repeat;
}
.menu ul li a{
  display: block;
  width: 192px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
}
.menu ul li a.link {
  background-position: 0 -40px;
}
.menu ul li a:hover {
  background-position: 0 -40px;
  text-decoration: none;
}
/* =====================================================================
  パンくず
===================================================================== */
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: 15px auto 0 auto;
  width: 965px;
  overflow: hidden;
}
.main {
  float: left;
  width: 600px;
}
.guide {
  float: right;
  width: 350px;
}
/* =====================================================================
  メイン
===================================================================== */
#moviebox {
  margin-bottom: 10px;
}
#moviebox h2{
  margin-bottom: 10px;
  text-indent: -9999px;
  background: url(../image/movie_title.gif);
  width: 600px;
  height: 28px;
}
#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;
}
ul.movie_list li {
  float: left;
  font-size: 12px;
  list-style-type: none;
  margin: 0 6px 10px 8px;
  width: 136px;
}
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;
}
img.pickup {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 22px;
  height: 22px;
}
p.thumb img {
  border: 2px solid #393F3F;
  height: 96px;
  width: 128px;
}
.movie_title {
  margin: 2px 0 0;
  line-height: 20px;
}
.moviemorelink {
  clear: both;
  text-align: right;
}
.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: 600px;
  height: 28px;
}
.searchmain h2 a,.searchmain2 h2 a{
  display: block;
  height: 28px;
}
.searchtext {
  margin-bottom: 10px;
}
#search_body .search_select p {
  margin: 0;
  padding: 4px;
  text-align: left;
  background: #fdeccf;
}
#search_body #search_select_job_01 {
  float: left;
  margin-bottom: 10px;
  width: 280px;
}
#search_body #search_select_place_01 {
  float: left;
  margin-left: 5px;
  margin-bottom: 10px;
  width: 280px;
}
#search_body #search_select_type_01 {
  float: left;
  margin-bottom: 10px;
  margin-left: 5px;
  width: 185px;
}
#search_body #search_text_keyword_01 {
  float: left;
  height: 29px;
  margin-bottom: 10px;
}
#search_body #search_submit_01 {
  float: right;
  margin-bottom: 10px;
  width: 160px;
}
#search_body .search_options {
  clear: both;
  padding: 7px 0;
}
#search_body .search_select {
  border: 1px solid #CCCCCC;
  margin: 0;
  padding: 0;
  text-align: center;
}
#search_body .search_select_job_01 select {
  width: 140px;
}
#search_body .search_select_job_02 select {
  width: 160px;
}
#search_body .search_select_job_03 select {
  width: 120px;
}
#search_body #search_text_keyword_01 img {
  top: 0;
  vertical-align: top;
}
#search_body #search_text_keyword_01 form input {
  color: #999999;
  margin-top: 6px;
  top: 0;
  width: 170px;
}
#search_body .search_text {
  background-repeat: repeat-y;
  border: 1px solid #CCCCCC;
}
#search_body .search_select .active {
  background-color: #D7F2FF;
}
.top3_inside {
  width: 276px;
  height: 150px;
  margin: 1px;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}
.top3_inside td.border {
  padding: 0px;
  border: 1px solid rgb(204, 204, 204);
  background-color: #FFFFFF;
}
.top3_inside td.bgcolor {
  padding: 0px;
  border: 1px solid rgb(204, 204, 204);
  background-color: #FFFFFF;
  color: #999999;
}
.wordsearch {
  padding: 0 5px;
  background: #fdeccf;
}
input#wordkeyword {
  border: 1px solid #CCC;
  margin: 0 3px;
}
#blogbox h2{
  margin-bottom: 10px;
  text-indent: -9999px;
  background: url(../image/blog_title.gif);
  width: 600px;
  height: 28px;
}
#blogbox h2 a{
  display: block;
  height: 28px;
}
div.manager_image{
  height: 100px;
  width: 100px;
  float: left;
  overflow: hidden;
}
div.manager_text {
  float: left;
  width: 192px;
  padding-left: 5px;
}
div.managerbox {
  float: left;
  width: 300px;
  height: 100px;
}
a.manager_title {
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
table.blog_item {
  width: 100%;
  margin: 0;
  padding: 0;
}
table.blog_item td {
  margin: 0;
  padding: 0;
  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: 350px;
  margin-top: 0px;
}
#kyubo h3 {
  text-indent: -9999px;
  background: url(../image/shoplist.gif);
  height: 34px;
  width: 350px;
}
#kyubo img {
  margin: 0;
}
#kyubo a.shoplink {
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #FF6C9E;
  border-style: solid;
  border-width: 0 1px 1px;
  display: block;
  font-size: 12px;
  height: 100%;
  line-height: 120%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 348px;
  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;
  border-color: #FF6C9E;
  border-style: solid;
  border-width: 0 1px 1px;
  text-decoration: none;
}
#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;
  text-decoration: underline;
}
#kyubo .company {
  color: #333333;
  display: block;
  font-weight: bold;
  margin: 0;
}
.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;
}
#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: 10px 0px 0px 0px;
  display: block;
  height: 20px;
  line-height: 20px;
  text-align: right;
  width: 580px;
}
.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: 600px;
}
#searchtb td.category {
  background: none repeat scroll 0 0 #FFE8F2;
  border: 1px solid #F5BAD3;
  padding: 4px 0 4px 10px;
}
#col-search-list .b14 {
  font-size: 14px;
  font-weight: bold;
}
#searchtb td.list {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #F5BAD3;
  padding: 0 5px 5px 0;
}
#searchtb td.keyword {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #F5BAD3;
  padding: 10px 5px;
}
#searchtb td {
  line-height: 22px;
}
#searchtb ul {
  margin: 5px 0 5px 10px;
  padding: 0;
}
#searchtb li {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 194px;
}
#col-search-list .koda {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 10px 0 0 10px;
}
.about_src {
  padding: 10px 0 5px 3px;
}
.bottomBt {
  height: 40px;
  margin-left: 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;
}
/* =====================================================================
  店舗リスト
===================================================================== */
.search-list-s {
  background: none repeat scroll 0 0 #FFFFDF;
  border: 1px solid #EA6095;
  height: 100%;
  padding-bottom: 10px;
  width: 600px;
}
.search-list-s {
  clear: both;
  margin: 10px 0;
}
.search-list-a {
  border: 1px solid #EA6095;
  height: 100%;
  padding-bottom: 10px;
  width: 600px;
}
.search-list-a {
  clear: both;
  margin: 10px 0;
}
.search-list-b {
  border: 1px solid #EA6095;
  height: 100%;
  padding-bottom: 10px;
  width: 600px;
}
.search-list-b {
  clear: both;
  margin: 10px 0;
}
.search-list-c {
  border: 1px solid #EA6095;
  height: 100%;
  padding-bottom: 10px;
  width: 600px;
}
.search-list-c {
  clear: both;
  margin: 10px 0;
}
.list-title {
  background: url("../image/searchtop_header.gif") repeat scroll 0 0 transparent;
  border-bottom: 1px solid #EA6095;
  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: 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: #FF3366;
  float: left;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  overflow: hidden;
  padding: 10px;
  width: 580px;
  word-wrap: break-word;
}
.search-list-s .photo, .search-list-a .photo {
  clear: both;
  overflow: hidden;
  padding-left: 0;
  width: 600px;
  text-align: center;
}
.search-list-s .photo img.sphoto, .search-list-a .photo img.sphoto {
  clear: both;
  overflow: hidden;
  padding-left: 0;
  width: 580px;
}
.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;
  height: 70px;
  overflow: hidden;
  padding: 7px 15px 10px 10px;
  width: 580px;
}
.search-list-s .spec table {
  background-color: #FFFFDF;
  border-top: 0 none;
  clear: both;
  margin: 10px 0 0 8px;
  padding: 0;
  width: 580px;
  table-layout: fixed;
}
.search-list-a .spec table {
  border-top: 0 none;
  clear: both;
  margin: 10px 0 0 8px;
  padding: 0;
  width: 580px;
  table-layout: fixed;
}
.search-list-b .spec table {
  border-top: 0 none;
  clear: both;
  margin: 5px 0 0 8px;
  padding: 0;
  width: 580px;
  table-layout: fixed;
}
.search-list-c .spec table {
  border-top: 0 none;
  clear: both;
  margin: 10px 0 0 8px;
  padding: 0;
  width: 580px;
  table-layout: fixed;
}
.search-list-s .spec th {
  background: none repeat scroll 0 0 #F9D3E3;
  border-bottom: 7px solid #FFFFDF;
  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 #FFFFDF;
  line-height: 150%;
  padding: 5px;
  width: 150px;
  word-wrap: break-word;
}
.search-list-a .spec td {
  background: none repeat scroll 0 0 #FCE9E4;
  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 #FCE9E4;
  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 #FCE9E4;
  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;
}
/* =====================================================================
  動画一覧
===================================================================== */
.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 #EA6095;
  border-right: 1px solid #EA6095;
}
.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;
  float: left;
}
img.photo_mess {
  border: 1px solid #EA6095;
  float: left;
  margin: 0;
  width: 120px;
}
td.contents {
  border-left: 1px solid #EA6095;
  border-right: 1px solid #EA6095;
}
.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: 319px;
}
td.foot {
  border-left: 1px solid #EA6095;
  border-right: 1px solid #EA6095;
  border-bottom: 1px solid #EA6095;
}
.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: 600px;
  height: 28px;
}
/* =====================================================================
  フッター
===================================================================== */
.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: 580px;
}
.pagerdown {
  margin: 10px;
  width: 580px;
}
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;
}
