@charset "UTF-8";
/* ================================================ */

/* SITE NAME : キャビナス福岡 */
/* DATE : 2013.10.04 */
/* URL : http://cabinas.jp/ */
/* COPYRIGHT : Copyright (c) 2013. Hotel Cabinas Fukuoka. All rights reserved. */

/* ================================================ */
/* CSS index */
/* ================================================ */
/* 01 Base config */
/* ================================================ */

/* ------------------------------------------------ */
/* 01 Base config */
/* ------------------------------------------------ */
/* tags */
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
	background-color: #600;
	font-size: 12px;
	color: #333;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
img {
  border: none;
  vertical-align: text-bottom;
}
a:hover img { opacity: .6; }
/* common class */
#page_ttl { margin-bottom: 22px; }
#page_ttl_txt {
  font-size: 24px;
  padding: 12px 0;
  color: #900;
  border-bottom: solid 2px #900;
  line-height: 100%;
  margin-bottom: 0px;
}
.tagline {
  font-size: 22px;
  color: #900;
  line-height: 150%;
  margin-bottom: 22px;
  text-align: center;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.subject {
  width: 636px;
  height: 20px;
  line-height: 100%;
  padding: 14px 32px 15px;
  font-size: 16px;
  color: #fff;
  background-image: url(../images/common/subject_01.png);
  background-position: top left;
  background-repeat: no-repeat;
  clear: both;
}
.section {
  padding: 30px 20px;
  overflow: hidden;
}
.img_l {
  float: left;
  margin: 0 1em 1em 0;
}
.img_r {
  float: right;
  margin: 0 0 1em 1em;
}
.clm_l {
  float: left;
  margin: 0 1em 1em 0;
}
.clm_r { overflow: hidden; }
/* base layout */
#header .inner,
#top_header .inner,
#page_top {
  width: 960px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
/* ------------------------------------------------ */
/* 02 Header */
/* ------------------------------------------------ */
#header {
  background-image: url(../images/common/header_bg.jpg);
  background-repeat: repeat-x;
}
#header .inner {
  height: 80px;
  position: relative;
}
#header_logo a {
  display: block;
  width: 384px;
  height: 60px;
  background-image: url(../images/common/header_logo.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 11px;
  left: 0;
}
#header_tel {
  width: 300px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 6px;
}
#header_contat {
  width: 101px;
  height: 15px;
  position: absolute;
  top: 54px;
  right: 10px;
}
/* ------------------------------------------------ */
/* 03 Global navigation */
/* ------------------------------------------------ */
#gnavi {
  background-image: url(../images/common/gnavi_bg2.png);
  background-repeat: repeat-x;
  height: 50px;
  box-shadow: 0 5px 10px rgba(0,0,0,.30);
  /*box-shadow: 0 8px 10px rgba(160,160,160,.65);*/
  position: relative;
  z-index: 20;
}
#gnavi ul {
  width: 960px;
  height: 50px;
  margin: 0 auto;
  padding: 0 15px;
}
#gnavi ul li {
  display: block;
  height: 50px;
  float: left;
}
#gnavi ul li a {
  display: block;
  height: 50px;
  background-image: url(../images/common/gnavi.jpg);
  background-repeat: no-repeat;
  width: 120px;
  text-indent: -9999px;
}
#gnavi li.navi01 a { background-position: 0 0; }
#gnavi li.navi01 a:hover,
#gnavi li.navi01 a.active { background-position: 0 -50px; }
#gnavi li.navi02 a { background-position: -120px 0; }
#gnavi li.navi02 a:hover,
#gnavi li.navi02 a.active { background-position: -120px -50px; }
#gnavi li.navi03 a { background-position: -240px 0; }
#gnavi li.navi03 a:hover,
#gnavi li.navi03 a.active { background-position: -240px -50px; }
#gnavi li.navi04 a { background-position: -360px 0; }
#gnavi li.navi04 a:hover,
#gnavi li.navi04 a.active { background-position: -360px -50px; }
#gnavi li.navi05 a { background-position: -480px 0; }
#gnavi li.navi05 a:hover,
#gnavi li.navi05 a.active { background-position: -480px -50px; }
#gnavi li.navi06 a { background-position: -600px 0; }
#gnavi li.navi06 a:hover,
#gnavi li.navi06 a.active { background-position: -600px -50px; }
#gnavi li.navi07 a { background-position: -720px 0; }
#gnavi li.navi07 a:hover,
#gnavi li.navi07 a.active { background-position: -720px -50px; }
#gnavi li.navi08 a { background-position: -840px 0; }
#gnavi li.navi08 a:hover,
#gnavi li.navi08 a.active { background-position: -840px -50px; }
/* ------------------------------------------------ */
/* 04 Main */
/* ------------------------------------------------ */
#main {
  width: 960px;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 0 0 5px 1px rgba(204,204,204,.65);
  padding: 25px 15px;
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
  overflow: hidden;
}
/* side */
#side {
  width: 230px;
  float: left;
  margin-right: 30px;
}
/* search */
#search {
  background-color: #EFEDEB;
  margin-bottom: 11px;
  padding: 8px 12px;
}
#search tabel {
  width: 100%;
  border-collapse: collapse;
}
#search th,
#search td {
  text-align: left;
  font-size: 11px;
}
#search th { padding-top: 8px; }
#search td {
  border-bottom: solid 1px #fff;
  padding-bottom: 8px;
}
#search td.no_border {
  border: none;
  padding-bottom: 0;
}
#search input { display: inline; }
#search input[type="text"] { width: 40px; }
/* side plan */
#side_plan_list {
  margin-top: 6px;
  margin-bottom: 14px;
}
#side_plan_list li { margin-bottom: 6px; }
/* side about */
#side_about {
  background-color: #F4F4F4;
  padding: 3px 15px 15px;
}
#side_about a {
  font-size: 11px;
  color: #333;
}
#side_about address {
  font-style: normal;
  line-height: 140%;
  padding: 8px 0;
}
/* content */
#content { overflow: hidden; }
#content h4 {
  color: #900;
  font-size: 18px;
  border-bottom: solid 2px #900;
  padding-bottom: 6px;
  margin-bottom: 18px;
}
#content h5 {
  color: #900;
  font-size: 14px;
  margin-bottom: 6px;
}
/* page top */
#page_top {
  text-align: right;
  margin-bottom: 16px;
}
/* ------------------------------------------------ */
/* 05 Footer */
/* ------------------------------------------------ */
#footer {
  background-image: url(../images/common/footer_bg.jpg);
  background-repeat: repeat-x;
  text-align: center;
  padding: 52px 0 0;
  color: #fff;
  height: 134px;
}
#footer ul { margin-bottom: 20px; }
#footer ul li {
  display: inline;
  margin: 0 16px;
}
#footer ul li a {
  color: #fff;
  text-decoration: none;
}
#footer ul li a:hover {
  color: #ccc;
  text-decoration: underline;
}
#footer #copyright { font-family: Arial, Helvetica, sans-serif; }
/* ------------------------------------------------ */
/* 06 Top page */
/* ------------------------------------------------ */
#top_header {
  z-index: 30;
  background-image: url(../images/common/header_bg.jpg);
  background-repeat: repeat-x;
  background-position: bottom left;
  position: relative;
}
#top_header .inner {
  height: 30px;
  position: relative;
  overflow: visible;
}
#top_header #header_logo {
  width: 217;
  height: 18;
  position: absolute;
  top: 6px;
  left: 0;
}
#top_header #header_desc {
  color: #E3D17E;
  position: absolute;
  top: 10px;
  left: 257px;
}
/* left column */
#top_left {
  width: 450px;
  float: left;
  margin-right: 20px;
}
#top_left h3 {
  position: relative;
  width: 450px;
  height: 49px;
}
#top_left h3 a {
  display: block;
  width: 34px;
  height: 18px;
  position: absolute;
  top: 13px;
  right: 11px;
}
/* Topics */
#top_topics { margin-bottom: 30px; }
#top_topics li {
  padding: 10px 0;
  display: block;
  border-bottom: solid 1px #ccc;
  line-height: 140%;
  clear: both;
  overflow: hidden;
}
#top_topics li p.date {
  color: #900;
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 12px;
}
#top_topics li span.new { color: #f00; }
#top_topics li a { color: #333; }
#top_topics li a:hover { color: #999; }
/* Plan */
#top_plan li {
  clear: both;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
  overflow: hidden;
  line-height: 140%;
}
#top_plan h4 {
  margin-bottom: 9px;
  border: none;
  line-height: 140%;
  font-size: 14px;
}
#top_plan h4 a { color: #720600; }
/* right column */
#top_right {
  width: 230px;
  overflow: hidden;
}
#top_right li { margin-bottom: 12px; }
/* ------------------------------------------------ */
/* 07 User's Guide */
/* ------------------------------------------------ */
.guide p {
  margin-bottom: 30px;
  line-height: 150%;
}
.guide ul {
  margin-bottom: 30px;
  line-height: 150%;
}
.guide ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.guide .img_r { margin-left: 34px; }
/* ------------------------------------------------ */
/* 08 Capsule */
/* ------------------------------------------------ */
.capsule p {
  margin-bottom: 12px;
  line-height: 140%;
}
.capsule .img_l {
  width: 260px;
  margin: 0 30px 30px 0;
}
.capsule .img_r {
  width: 260px;
  margin: 0 0 30px 30px;
}
/* ロッカーその他 */
#capsule_tbl {
  width: 100%;
  padding: 20px 20px 30px;
}
#capsule_tbl th,
#capsule_tbl td {
  text-align: left;
  width: 320px;
}
#capsule_tbl th {
  color: #900;
  padding-bottom: 3px;
  font-weight: bold;
}
#capsule_tbl td { padding-bottom: 10px; }
#capsule_tbl td:first-child { padding-right: 20px; }
/* ------------------------------------------------ */
/* 09 Spa */
/* ------------------------------------------------ */
.spa_tbl { width: 100%; }
.spa_tbl th,
.spa_tbl td {
  text-align: left;
  vertical-align: top;
  line-height: 140%;
}
.spa_tbl th {
  color: #900;
  font-size: 16px;
  padding-bottom: 3px;
}
.spa_tbl td { padding-bottom: 10px; }
.spa_tbl tr:nth-child(3n) td { padding-bottom: 40px; }
.spa_tbl td:first-child { padding-right: 20px; }
/* 料金 */
#sauna_price_tbl {
  padding-bottom: 15px;
}
#sauna_price_tbl th,
#sauna_price_tbl td {
  text-align: left;
  vertical-align: top;
  padding-bottom: 6px;
  font-size: 12px;
  font-weight: normal;
}
#sauna_price_tbl th { color: #900; }
/* ------------------------------------------------ */
/* 10 Relaxation */
/* ------------------------------------------------ */
.relaxation p {
  margin-bottom: 18px;
  line-height: 140%;
}
#relax_tagline {
  font-size: 16px;
  color: #900;
  line-height: 150%;
  margin-bottom: 22px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.relaxation .annotation {
  font-size: 10px;
  width: 260px;
  text-align: right;
}
/* ------------------------------------------------ */
/* 11 Restaurant */
/* ------------------------------------------------ */
.restaurant p {
  margin-bottom: 18px;
  line-height: 140%;
}
#restinfo p { margin-bottom:0px;}
#rest_tbl th { color: #900; }
#rest_tbl td { padding-bottom: 30px; }
/* ------------------------------------------------ */
/* 12 Facilities */
/* ------------------------------------------------ */
.facilities p {
  margin-bottom: 18px;
  line-height: 140%;
}
#floor_tbl {
  border-collapse: collapse;
  margin-bottom: 30px;
}
#floor_tbl th,
#floor_tbl td {
  vertical-align: top;
  font-size: 11px;
  border-bottom: solid 1px #ccc;
  padding: 3px 6px;
}
#floor_tbl th { text-align: right; }
/* ------------------------------------------------ */
/* 0 Access */
/* ------------------------------------------------ */
.access iframe { margin-bottom: 30px; }
.access .img_l {
  margin-right: 30px;
  margin-bottom: 60px;
}
.access p {
  margin-bottom: 12px;
  line-height: 140%;
}
#access_tbl {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}
#access_tbl th,
#access_tbl td {
  text-align: left;
  vertical-align: top;
  padding: 6px 12px;
  line-height: 140%;
  border: solid 1px #ccc;
}
/* ------------------------------------------------ */
/* 0 Members */
/* ------------------------------------------------ */
.members_tbl {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}
.members_tbl th,
.members_tbl td {
  border: solid 1px #ccc;
  text-align: left;
  vertical-align: top;
  padding: 6px 12px;
}
/* ------------------------------------------------ */
/* 0 Sitemap */
/* ------------------------------------------------ */
#sitemap_list { padding: 60px 20px; }
#sitemap_list li {
  font-size: 16px;
  margin-bottom: 9px;
}
#sitemap_list a { color: #333; }
#sitemap_list a:hover {
  color: #900;
  text-decoration: none;
}
/* ------------------------------------------------ */
/* 0 Contact */
/* ------------------------------------------------ */
.contact p {
  margin-bottom: 18px;
  line-height: 140%;
}
#contact_form_tbl {
  width: 100%;
  padding: 20px;
  border: solid 1px #ccc;
  margin-bottom: 12px;
}
#contact_form_tbl th,
#contact_form_tbl td {
  text-align: left;
  vertical-align: top;
  padding: 6px 12px;
}
#contact_form_tbl th { width: 120px; }
#contact_form_tbl .must { color: #900; }
#contact_form_tbl input,
#contact_form_tbl textarea {
  padding: 3px 6px;
}
#contact_form_tbl textarea { height: 200px; }
#contact_form_tbl button {
  padding: 3px 6px;
  margin: 6px;
  border-radius: 3px;
}
/* ------------------------------------------------ */
/* 0 Privacy Policy */
/* ------------------------------------------------ */
.privacy p {
  margin-bottom: 30px;
  line-height: 140%;
}
.privacy ol>li { margin-bottom: 40px; }


/* sightseeing */
.entry_box {
	background: #FFFFFF url(../images/common/entry_bg.jpg) repeat-x 0px 0px;
	border: 2px solid #CCC;
	padding: 15px;
	margin-bottom: 15px;
}
.entry_box_plan {
	background: #FFFFFF url(../images/common/entry_bg_plan.jpg) no-repeat 0px 0px;
	border: 2px solid #FFFFFF;
	padding: 15px;
	margin-bottom: 15px;
}
.entry_box h3,
.entry_box_plan h3 {
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 15px;
	color: #333;
}
.entry_box table,
.entry_box_plan table {
	width: 100%;
	margin-bottom: 10px;
}
.entry_box table th,
.entry_box table td,
.entry_box_plan table th,
.entry_box_plan table td {
	padding: 5px;
	vertical-align: top;
}
.entry_box table.tbl_style {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.entry_box table.tbl_style th,
.entry_box table.tbl_style td {
	padding: 2px;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.entry_box table.tbl_style tr th {
	background: #CCD9B9;
}
.entry_box table.tbl_style tr td {
	text-align: center;
	vertical-align: middle;
	background: #F5F5EA;
}

