@charset "UTF-8";
/* ------------------------------------------- CSS Information
 Format:         LESS http://lesscss.org
 Site Info:      ニューグリーンホリデー(PC)
 data:           2013/05/14
----------------------------------------------------------- */
/* ===== Style PC ===== */
* {
  text-align: left;
}
body {
  font-size: 12px !important;
  line-height: 1.6em !important;
  background: url('../../../img/bg.gif') repeat;
}
* {
  -webkit-box-sizing: border-box;
}
/*----------------------------------------------------
					書式設定
----------------------------------------------------*/
a:link {
  color: #1122cc;
}
a:visited {
  color: #00F;
}
a:hover {
  color: #1122cc;
  text-decoration: none;
}
a:active {
  color: #1122cc;
}
.font_10 {
  font-size: 10px !important;
}
.font_12 {
  font-size: 12px !important;
}
.font_14 {
  font-size: 14px !important;
}
.font_16 {
  font-size: 16px !important;
}
.font_18 {
  font-size: 18px !important;
}
.font_wb {
  font-weight: bold !important;
}
.font_wn {
  font-weight: normal !important;
}
.text_l {
  text-align: left;
}
.text_r {
  text-align: right;
}
.text_c {
  text-align: center;
  display: block;
}
.color_black {
  color: #333;
}
.color_silver {
  color: #666666;
}
.color_red {
  color: #ff0000;
}
.color_blue {
  color: #00F;
}
.color_green {
  color: #090;
}
.color_green02 {
  color: #006600;
}
.kome {
  font-size: 10px;
  margin: 4px 0;
  color: #616161;
}
/*----------------------------------------------------
                      汎用スタイル
----------------------------------------------------*/
.display_inline {
  display: inline;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table-cell {
  display: table-cell !important;
  text-align: left;
}
.inline-block {
  display: inline-block;
  letter-spacing: -0.4em;
}
.hr_01 {
  display: block;
  border: 0;
  width: 100%;
  height: 2px;
  margin: 35px 0 0 0;
  background-color: #c0de66;
}
.hr_02 {
  display: block;
  border: 0;
  width: 100%;
  height: 1px;
  margin: 0 0 6px 0;
  background-color: #c0de66;
}
.hr_03 {
  display: block;
  border: 0;
  width: 100%;
  height: 1px;
  margin: 8px 0 8px 0;
  background-color: #c0de66;
}
#search input[type="image"]:hover,
#language input[type="image"]:hover,
#hotel_booking_btn input[type="image"]:hover,
.hotel_submit input[type="image"]:hover,
header p:nth-child(6) a:hover img,
#custom_search a:hover img,
#transfer a:hover img,
#article_img a:hover img,
#hotel_booking a:hover img,
.hotel_booking_type a:hover img,
input[type="submit"]:hover {
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.absolute {
  position: absolute;
}
/*----------------------------------------------------
				 ボックスレイアウト
----------------------------------------------------*/
/* BOXの非表示 ----------------------------------------*/
.print_ie {
  display: none;
}
/*----------------------------------------------------*/
/* 共通BOX ----------------------------------------*/
#wrapper {
  width: 1060px;
  min-width: 1060px;
  margin: 0 auto;
  padding: 0 5px 0 5px;
  background: url('../../../img/bg_wrapper.png') repeat-y;
}
#contents_wrapper {
  width: 1010px;
  margin: 0 20px 0px 20px;
}
/* header
----------------------------------------------------*/
#header {
  width: 100%;
  min-width: 1050px;
  height: 116px;
  padding: 0 20px;
  background: url('../../../img/bg_header_top.png') no-repeat;
}
#header_btm {
  background: url('../../../img/bg_header_btm.png') repeat-x;
  width: 1050px;
  height: 54px;
  line-height: 38px;
  font-size: 12px;
}
#header_btm p {
  text-align: right;
  padding-right: 20px;
}
#header_btm p span {
  padding-right: 50px;
  font-weight: bold;
}
#header > header {
  position: relative;
  width: 1010px;
  background: url('../../../img/bg_header.png') no-repeat right top;
}
#header > header h2 {
  position: absolute;
  top: 25px;
  right: 190px;
  color: #ff3300;
  font-size: 16px;
}
#header > header p {
  position: absolute;
}
#header > header .p1 {
  top: 30px;
  right: 0px;
  color: #006600;
  font-size: 12px;
  line-height: 1.3em;
}
#header > header .p2 {
  top: 94px;
  right: 190px;
  color: #333333;
  font-size: 12px;
  font-weight:bold;
}
#header > header .p3 {
  top: 86px;
  right: 20px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
}
#header > header .p4 {
  top: 60px;
  right: 190px;
}
/* footer
----------------------------------------------------*/
#footer {
  width: 1050px;
  padding: 40px 0 20px 0;
  background: url('../../../img/bg_footer.png') no-repeat right top #128012;
}
#footer p:first-child a {
  display: block;
  width: 100%;
  text-align: right;
  color: #FFF;
  padding-right: 20px;
  margin-bottom: 10px;
}
#footer ul {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#footer ul li {
  display: inline;
  padding: 0 6px;
  border-right: 2px solid #FFF;
}
#footer ul li:last-child {
  border-right: none;
}
#footer ul li a {
  display: inline-block;
}
#footer #copyright {
  display: block;
  width: 500px;
  height: 85px;
  margin: 0 auto;
  padding: 25px 0 0 10px;
  color: #FFF;
  text-align: center;
  background: url('../../../img/footer_logo.png') no-repeat 0 16px;
}
#footer li {
  font-weight: bold;
}
#footer small {
  font-size: 12px;
}
#footer a {
  color: #FFF !important;
}
/* aside
----------------------------------------------------*/
#side {
  float: left;
  width: 230px;
}
#side nav,
#side #pickup {
  padding: 0 15px;
}
#side nav li,
#side #pickup li {
  margin: 0 0 9px 15px;
  list-style-type: disc;
}
#language {
  background-color: #e0f5c8;
  height: 106px;
  margin: 8px 0;
}
#language p {
  font-size: 16px;
  color: #006600;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
}
#change_language {
  display: block;
  width: 128px;
  margin: 0 auto;
}
#search {
  background: url('../../../img/bg_search.png') repeat-x;
}
#search .search_box {
  padding: 0 0 0 20px;
}
#search .search_box > p {
  font-size: 10px;
  color: #cc0000;
  text-align: center;
  margin: 5px 0 10px 0;
}
#search .search_box select {
  width: 190px !important;
}
#search .search_box select:focus {
  width: auto !important;
}
#search .calendar {
  margin-top: 12px;
}
#search #aside_submit {
  display: block;
  width: 71px;
  height: 30px;
  margin: 0 auto;
}

#search #custom_search {
  margin: 20px 0 0 0;
}

#search #transfer {
  margin: 15px 0 0 0;
}

#search select {
  margin: 0 0 8px 0;
  font-size: 14px;
}
#tokusyu {
  min-height: 170px;
  border: 2px solid #128012;
  padding: 10px 5px 50px 5px;
  font-weight: bold;
  background: url('../../../img/tokusyu_icon.png') #ffffc5 no-repeat right bottom;
}
#tokusyu li {
  margin: 0 0 9px 18px;
  list-style-type: disc;
}


#history {
  font-size: 12px;
  font-weight: bold;
  border: 2px solid #128012;
  padding: 12px 5px 7px 5px;
  background: #ffffc5;
}
.history_frame {
  margin: 5px 0;
  width:210px;
  border-bottom: 1px #128012 dashed;
}
.history_title {
  margin: 0;
  padding: 3px 0 0 0;
  line-height: 18px;
  width:210px;
}
.history_frame img { 
  margin: 4px 4px 8px 0;
}


/* サイトリンク
----------------------------------------------------*/
#contents_box footer {
  width: 100%;
  margin: 75px 0 50px 0;
  padding: 30px 10px 30px 10px;
  background: url('../../../img/bg_section_footer.gif') #f3fbe9 repeat-x top left;
}
#contents_box footer ul {
  margin: 0 0 15px 0;
}
#contents_box footer li {
  list-style-type: disc;
  margin-left: 1.5em;
  line-height: 18px;
}
#contents_box footer div:first-child {
  width: 245px !important;
}
#contents_box footer div:nth-child(3) {
  width: 155px !important;
}
#contents_box footer div:last-child {
  width: 210px !important;
}
/*----------------------------------------------------
                      フォーム（input）
----------------------------------------------------*/
input[type="text"],
input[type="file"],
input[type="checkbox"],
input[type="password"],
input[type="radio"],
textarea,
select {
  margin: 2px 6px 4px 6px;
  padding: 2px;
  font-size: 14px;
}
textarea {
  width: 100%;
}
input[type="submit"],
input[type="button"] {
  display: block;
  margin: 2px;
  padding: 2px;
  font-size: 12px;

}
input:focus,
textarea:focus {
  background-color: #f6ffe8;
}
#datepicker-example1,
#datepicker-example1-start,
#datepicker-example1-end,
#datepicker-example2,
#datepicker-example3,
#datepicker-example3-start,
#datepicker-example3-end,
#datepicker-example4,
#datepicker-example5,
#datepicker-example5-start,
#datepicker-example5-end,
#datepicker-example6,
#datepicker-example7-start,
#datepicker-example7-end,
#datepicker-example8,
#datepicker-example9,
#datepicker-example10,
#datepicker-example11,
#datepicker-example11-start,
#datepicker-example11-end,
#datepicker-example12 {
  background: url(calendar.png) #ffffff no-repeat right 2px;
}
/* 共通タイトル
----------------------------------------------------*/
#pan {
  background-color: #e0f5c8;
  padding: 5px;
  margin-bottom: 15px;
  font-size: 10px;
}
#page_nav {
  margin: 4px 0 15px 0;
}
#page_nav p:first-child {
  font-weight: bold;
}
#page_nav p:nth-child(2) {
  text-align: right;
}
section.section > h1 {
  background: url('../../../img/page_h1.png') no-repeat;
  font-size: 14px;
  color: #FFF;
  line-height: 40px;
  padding-left: 15px;
  margin: 0 0 10px 0;
}
section.section > h1 span:first-child {
  font-size: 22px;
  padding-right: 10px;
}
section.section > h1 span:last-child a {
  font-size: 10px;
  padding-left: 15px;
  color: #FFF;
}
section.section .tokusyu {
  background: url('../../../img/tokusyu_h1.png') no-repeat;
  line-height: 39px;
  padding-top: 5px;
  font-size: 20px;
}
section.section .question {
  background: url('../../../img/question_h1.png') no-repeat;
  line-height: 39px;
  padding-top: 5px;
  font-size: 16px;
}
section.section .footer {
  background: url('../../../img/footer_h1.png') no-repeat;
  line-height: 39px;
  padding-top: 5px;
  font-size: 16px;
}
/* section
----------------------------------------------------*/
/* index
----------------------------------------------------*/
#contents_box {
  float: right;
  width: 760px;
}
#contents_box .new {
  color: #ff0000;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 8px 10px;
  border: 2px solid #ff6a6a;
  background-color: #fddff0;
  font-weight: bold;
}
section#index_top h1 {
  margin: 20px 0 5px 0;
}
section#index_top h3 {
  margin: 25px 0 5px 0;
}
#top_h2 {
  position: relative;
  margin: 0 0 20px 0;
  width: 760px;
  height: 160px;
  background: url('../../../img/section_top_h2.png') no-repeat;
}
#top_h2 h2 {
  width: 224px;
  font-weight: normal;
  position: absolute;
  top: 46px;
  line-height: 1.5em;
  color: #336600;
}
#top_h2 .index_h2-1 {
  left: 10px;
}
#top_h2 .index_h2-2 {
  left: 270px;
}
#top_h2 .index_h2-3 {
  left: 530px;
}
/* 検索一覧
----------------------------------------------------*/
#article {
  position: relative;
}
#article_wrap {
  margin: 0 0 20px 0;
  background: url('../../../img/bg_article.gif') repeat-x left top;
}
#article_in {
  position: relative;
  top: 5px;
  left: 0;
  min-height: 156px;
  margin: 5px 0 5px 0;
  background: url('../../../img/bg_article.gif') repeat-x left bottom;
}
#article_in #article_img {
  position: absolute;
  top: 15px;
  left: 0;
}
#article_in #article_img img {
  max-width: 100px;
  max-height: 100px;
}
#article_in p,
#article_in h1 {
  display: block;
  position: absolute;
}
#article_in #map {
  top: 120px;
  left: 0;
  font-size: 10px;
  padding-left: 20px;
  background: url('../../../img/map_min.gif') no-repeat left top;
}
#article_in h1 {
  top: 17px;
  left: 115px;
  width: 530px;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#article_in h1 span {
  font-size: 12px;
}
#article_in h1 b {
  font-size: 10px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#article_in h2 {
  width: 645px;
  height: 140px;
  overflow: hidden;
  font-size: 10px;
  font-weight: normal;
  float: left;
  padding: 90px 0 10px 115px;
  line-height: 18px;
}
#article_in #star {
  display: block;
  position: absolute;
  top: 60px;
  left: 115px;
  height: 20px;
  line-height: 16px;
}
#article_in .city {
  top: 60px;
  left: 222px;
  font-weight: bold;
  font-size: 10px;
}
#article_in .city span {
  display: inline-block;
  background-color: #f98a29;
  color: #FFF;
  height: 19px;
  padding: 0 8px;
  margin-right: 6px;
}
#article_in #thb {
  display: block;
  position: absolute;
  top: 42px;
  left: 500px;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#article_in .room_class {
  font-size: 10px;
  font-weight: bold;
  color: #006600;
  line-height: 24px;
}
#article_in .thb_l {
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
  padding-right: 5px;
}
#article_in .thb {
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
}
#article_in #service {
  float: right;
  padding: 15px 0 10px 0;
}
#article_in:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
/* 詳細画面
----------------------------------------------------*/
section#page_box > h2 {
  color: #999999;
  font-size: 10px;
}
section#page_box h3 {
  border: 1px solid #f6b489;
  background-color: #fdf5df;
  padding: 12px 15px;
  margin: 15px 0;
  font-weight: normal;
  min-height: 60px;
}
#hotel_info {
  margin: 20px 0 0 0;
}
#hotel_info #left {
  float: left;
  width: 410px;
  margin-right: 10px;
}
#hotel_info #right {
  float: right;
  width: 330px;
  height: 280px;
}
#hotel_info #right img {
  max-width: 330px;
  max-height: 280px;
}
#hotel_info #logo {
  float: left;
  width: 180px;
  margin: 0 15px 10px 0;
}
#hotel_info #logo img {
  max-width: 180px;
  max-height: 150px;
}
#hotel_info #block {
  float: right;
  width: 210px;
  margin-bottom: 8px;
}
#hotel_info div {
  float: left;
}
#hotel_info .hotel_rank {
  display: table-cell;
  width: 100px;
  vertical-align: middle;
  color: #336600;
  background-color: #caffc6;
  text-align: center;
  font-weight: bold;
  margin-right: 10px;
}
#hotel_info #block td {
  padding: 0 10px 0 0;
}
#hotel_info .hotel_info_table {
  width: 100%;
  margin: 5px 0;
}
#hotel_info .hotel_info_table th {
  width: 100px;
  text-align: center;
  background-color: #f98a29;
  color: #FFF;
  padding: 6px;
  font-weight: bold;
  border: 1px solid #f98a29;
}
#hotel_info .hotel_info_table td {
  padding: 2px 10px;
  border: 1px solid #bbbbbb;
}
#hotel_info #map {
  font-size: 10px;
  background: url('../../../img/map_min.gif') no-repeat left top;
  padding-left: 20px;
  margin-top: 10px;
}
#technical {
  margin: 15px 0;
}
section#page_hotel_ifnfo h1 {
  line-height: 31px;
  color: #FFF;
  padding-left: 15px;
  font-size: 14px;
  margin: 50px 0 15px 0;
  background: url('../../../img/page_h2.gif') repeat-x left top;
}
section#page_hotel_ifnfo h1 + p {
  color: #ff6600;
  font-weight: bold;
}
section#page_hotel_ifnfo .hotel_address {
  color: #666666;
  margin: 15px 0;
}
#hotel_booking {
  width: 549px;
  margin: 0 auto;
}
#room_type {
  margin: 15px 0;
}
#room_type p:first-child {
  color: #990099;
  font-weight: bold;
}
#hotel_service {
  margin: 0 0 20px 0;
}
#hotel_service #left {
  float: left;
  width: 370px;
}
#hotel_service #right {
  float: right;
  width: 370px;
}
#hotel_service h2 {
  font-size: 14px;
  background-color: #fdf5df;
  border-top: 2px solid #128012;
  border-bottom: 2px solid #128012;
  line-height: 28px;
  padding-left: 20px;
  margin: 10px 0 15px 0;
}
#hotel_service p {
  font-weight: bold;
  padding-left: 40px;
  margin-top: 10px;
  background: url('../../../img/checkbox.png') no-repeat 10px 0;
}
#hotel_service span {
  font-size: 10px;
  color: #666666;
}
.booking_plan_yes {
  font-size: 16px;
  font-weight: bold;
  color: #ff6600;
  text-align: center;
  margin: 30px 0 15px 0;
}
.booking_plan_no {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #cc0000;
  line-height: 2em;
  margin: 10px 0 5px 0;
}
.plan_check {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 34px;
  margin: 30px 0 0 0;
  background: url('../../../img/arrow01.gif') #ffff8d no-repeat 355px 6px;
}
.plan_check span {
  margin-left: 55px;
}
#check_in-out {
  border: 1px solid #f6b489;
  padding: 20px;
  margin: 30px 0;
  background: url('../../../img/bg_hotel_booking.png') #fdf5df no-repeat 600px bottom;
}
#check_in-out table {
  width: 300px;
  margin: 0 auto;
}
#hotel_booking_btn {
  width: 256px;
  margin: 0 auto;
}
#gallery {
  margin: 0 0 8px 0;
  height: 240px;
}
#gallery #left {
  float: left;
  width: 370px;
}
#gallery #left img {
  position: absolute;
  width: 370px;
  max-width: 370px;
  height: 240px;
}
#gallery #right {
  float: right;
  width: 370px;
}
#gallery .nav td {
  padding: 0 10px 5px 0;
}
#gallery .nav td img {
  width: 85px;
  max-width: 85px;
  height: 60px;
}
#gallery .nav td img:hover {
  cursor: default;
}




#ToolTip {
  position: absolute;
  background: #FDF5DF;
  padding: 10px;
  display: none;
  color: #333;
  max-width: 350px;
  border: 1px solid #f6b489;
}




#preview {
  position: absolute;
  background: #333;
  padding: 2px;
  display: none;
  color: #fff;
  max-width: 350px;
}
#preview span {
  padding-left: 7px;
}
#preview img {
  max-width: 350px;
}
:root * > #preview img {
  max-width: 346px;
}
.table_00 {
  width: 100%;
}
.table_00 th {
  width: 140px;
  text-align: left;
}
.table_00 td {
}
.table_01 {
  width: 100%;
}
.table_01 th {
  width: 140px;
  background-color: #eefbdd;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.table_01 td {
  padding: 6px 15px;
  border: 1px solid #bbbbbb;
}
.plan_article {
  margin: 20px 0 0 0;
}
.table_02 {
  width: 100%;
  background-color: #fdf5df;
}
.table_02 th {
  text-align: center;
  border: 1px solid #f6b489;
  width: 130px;
}
.table_02 .first_th {
  height: 35px;
  padding-left: 15px;
  text-align: left;
  font-weight: bold;
  background-color: #f6b489;
  border: 1px solid #f6b489;
}
.table_02 .first_th span {
  font-weight: normal;
  padding-left: 8px;
}
.table_02 td {
  padding: 6px 15px;
  border: 1px solid #f6b489;
}
.table_02 .price {
  color: #006600;
  font-weight: bold;
}
.table_02 table {
  width: 100%;
}
.table_02 table td {
  border-left: none;
  border-bottom: none;
}
.table_02 table tr td:last-child {
  border-right: none;
}
.table_02 table tr th:last-child {
  border-right: none;
}
.table_02 table th {
  border-top: none;
  border-left: none;
  padding: 5px;
  color: #2f2f2f;
  background-color: #ffddc7;
}
.table_02_off {
  width: 100%;
  background-color: #eeeeee;
}
.table_02_off th {
  text-align: center;
  border: 1px solid #bbbbbb;
  width: 130px;
}
.table_02_off .first_th {
  height: 35px;
  padding-left: 15px;
  text-align: left;
  font-weight: bold;
  background-color: #dddddd;
  border: 1px solid #bbbbbb;
}
.table_02_off .first_th span {
  font-weight: normal;
  padding-left: 8px;
}
.table_02_off td {
  padding: 6px 15px;
  border: 1px solid #bbbbbb;
}
.table_02_off .price {
  color: #333333;
  font-weight: bold;
}
.table_02_off table {
  width: 100%;
}
.table_02_off table td {
  border-left: none;
  border-bottom: none;
}
.table_02_off table tr td:last-child {
  border-right: none;
}
.table_02_off table tr th:last-child {
  border-right: none;
}
.table_02_off table th {
  border-top: none;
  border-left: none;
  padding: 5px;
  color: #2f2f2f;
  background-color: #dddddd;
}
.plan_kome {
  margin: 40px 0 20px 20px;
  font-size: 10px;
}
.plan_kome li {
  list-style-type: disc;
  padding-top: 5px;
}
.plan_kome li:first-child {
  margin-bottom: 0px;
}
/* aside
----------------------------------------------------*/
/* #custom_search
----------------------------------------------------*/
#custom_search_box {
  display: none;
  position: absolute;
  z-index: 10;
  top: -320px;
  left: 0;
  width: 1010px;
  padding-bottom: 20px;
  border: 2px solid #128012;
  background: #ebffff;
  -webkit-box-shadow: 0px 0px 16px 6px rgba(26, 87, 0, 0.6);
  -moz-box-shadow: 0px 0px 16px 6px rgba(26, 87, 0, 0.6);
  box-shadow: 0px 0px 16px 6px rgba(26, 87, 0, 0.6);
}
#custom_search {
  width: 230px;
  height: 57px;
  cursor: pointer;
  text-align: left;
}
#imageMap1 {
  position: absolute;
  z-index: 11;
  width: 582px;
  height: 429px;
}
#imageMap2 {
  position: absolute;
  z-index: 12;
  width: 582px;
  height: 429px;
  display: none;
}
.close {
  display: block;
  position: absolute;
  top: -20px;
  right: -15px;
  z-index: 11;
  width: 34px;
  height: 32px;
  cursor: pointer;
  background: url('../../../img/close.png') no-repeat;
}
#custom_search_box #left {
  float: left;
  width: 610px;
  height: 600px;
  padding: 0 30px 0 20px;
  border-right: 2px solid #128012;
}
#custom_search_box #right {
  float: left;
  width: 360px;
  padding: 0 0 0 20px;
}
#custom_search_box p {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  margin: 20px 0 10px 0;
  padding-left: 15px;
  width: 100%;
  background: url('../../../img/custom_search_h2.png') repeat-x;
}
#custom_search_box p:nth-child(1),
#custom_search_box p:nth-child(2) {
  margin-top: 5px;
}
#custom_search_box table {
  width: 100%;
}
#custom_search_box td {
  padding: 2px 10px;
}
#custom_search_box .submit_kome {
  position: absolute;
  z-index: 12;
  bottom: 45px;
  left: 420px;
  font-size: 10px;
  color: #cc0000;
}
#custom_search_box .submit {
  position: absolute;
  z-index: 13;
  width: 71px;
  height: 30px;
  bottom: 10px;
  left: 470px;
}
/* フォーム
----------------------------------------------------*/
.form_01 {
  width: 100%;
  margin: 50px 0 0 0;
}
.form_01 th {
  width: 130px;
  font-size: 14px;
  background-color: #eefbdd;
  padding: 10px 0;
  text-align: center;
  border: 2px solid #aad97c;
}
.form_01 td {
  padding: 6px 15px;
  border: 2px solid #aad97c;
}
.form_01 .kome {
  color: #257000;
  margin: 0;
}
.form_01 p {
  margin: 2px 0;
}
.form_01 .span_1 {
  color: #FFF;
  font-size: 12px;
  background-color: #ff6d24;
  padding: 4px 6px;
  font-weight: bold;
}
.form_01 .span_2 {
  color: #FFF;
  font-size: 12px;
  background-color: #f79900;
  padding: 4px 6px;
  font-weight: bold;
}
.form_01 .span_3 {
  display: inline-block;
  width: 75px;
  margin: 0 10px 4px 0;
  padding: 1px 0;
  color: #FFF;
  font-size: 12px;
  background-color: #009633;
  text-align: center;
  font-weight: bold;
}
.form_02 th {
  width: 180px;
}
.necessary {
  color: #FFF;
  font-size: 12px;
  background-color: red;
  padding: 3px 4px;
  margin-left: 8px;
  font-weight: normal;
}
#submit_box {
  margin: 30px 0 40px 0;
}
#submit_btn {
  width: 350px;
  margin: 0 auto;
  text-align: center;
}
#submit_back_btn {
  float: left;
  margin-right: 40px;
}
#submit {
  float: left;
}
.submit {
  width: 138px;
  height: 30px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  background: url('../../../img/submit.png') no-repeat;
}
.submit2 {
  width: 138px;
  height: 30px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  background: url('../../../img/submit2.png') no-repeat;
}
.submit3 {
  width: 138px;
  height: 30px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  background: url('../../../img/submit3.png') no-repeat;
}
.submit_back {
  width: 138px;
  height: 30px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  background: url('../../../img/submit_back.png') no-repeat;
}
.submit_next {
  width: 114px;
  height: 30px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  background: url('../../../img/submit_next.png') no-repeat;
}
.submit_more {
  width: 312px;
  height: 30px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  background: url('../../../img/submit_more.png') no-repeat;
}
.submit_login {
  width: 114px;
  height: 30px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  background: url('../../../img/submit_login.png') no-repeat;
}
.submit_send {
  width: 114px;
  height: 30px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  background: url('../../../img/submit_send.png') no-repeat;
}
.submit_top {
  width: 138px;
  height: 30px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  background: url('../../../img/submit_top.png') no-repeat;
}
#login .p_center {
  text-align: center;
  margin: 10px 0;
  font-size: 14px;
}
#login .layout_box {
  display: inline-block;
  width: 70px;
  text-align: right;
  margin-right: 10px;
}
#login .step {
  margin: 20px 0 5px 0;
  font-size: 14px;
  font-weight: bold;
}
#login #step p {
  margin: 0;
  padding-left: 2em;
}
#login_form p {
  text-align: center;
}
#login_box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 4px solid #70ac00;
  width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: #f5fff0;
  -webkit-box-shadow: 1px 1px 4px 1px #7c7c7c;
  -moz-box-shadow: 1px 1px 4px 1px #7c7c7c;
  box-shadow: 1px 1px 4px 1px #7c7c7c;
}
#complete_box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 4px solid #70ac00;
  width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: #f5fff0;
  -webkit-box-shadow: 1px 1px 4px 1px #7c7c7c;
  -moz-box-shadow: 1px 1px 4px 1px #7c7c7c;
  box-shadow: 1px 1px 4px 1px #7c7c7c;
}
#complete_box p {
  text-align: center;
}
.tooltip {
  position: relative;
  padding: 2px 0 4px 0;
}
.tooltip a {
  font-weight: bold;
}
.tooltip span {
  max-width: 350px;
  background: #fff3da;
  border: 1px solid #ffbb31;
  position: absolute;
  top: -85px;
  left: 240px;
  text-align: center;
  padding: 10px;
  z-index: 2;
  display: none;
}
.tooltip:hover {
  cursor: default;
}
/*

    Zebra_DatePicker: a lightweight jQuery date picker plugin

    default stylesheet
    copyright (c) 2011 - 2012 Stefan Gabos
    http://stefangabos.ro/jquery/zebra-datepicker/

*/
.Zebra_DatePicker * {
  margin: 0;
  padding: 0;
  color: #000000;
}
.Zebra_DatePicker {
  position: absolute;
  background: #424242;
  border: 3px solid #424242;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: none;
  z-index: 100;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
body > div:nth-child(5) {
  top: 500px !important;
  left: 850px !important;
}
body > div:nth-child(6) {
  top: 540px !important;
  left: 850px !important;
}
.Zebra_DatePicker tr {
  background: none !important;
}
/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-spacing: 0;
}
.Zebra_DatePicker td,
.Zebra_DatePicker th {
  text-align: center;
  padding: 5px 0;
}
.Zebra_DatePicker td {
  cursor: pointer;
}
.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker {
  margin-top: 3px;
}
.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
  background: #E8E8E8;
  width: 30px;
  border: 1px solid #7bacd2;
}
/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td {
  color: #ffffff;
}
.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
  width: 30px;
}
.Zebra_DatePicker .dp_header .dp_caption {
  font-weight: bold;
}
.Zebra_DatePicker .dp_header .dp_hover {
  background: #222;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.Zebra_DatePicker .dp_header .dp_blocked {
  color: #888;
  cursor: default;
}
/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th {
  background: #ffcb5d;
}
.Zebra_DatePicker td.dp_not_in_month {
  background: #F3F3F3;
  color: #CDCDCD;
  cursor: default;
}
.Zebra_DatePicker td.dp_weekend {
  background: #d8d8d8;
}
.Zebra_DatePicker td.dp_weekend_disabled {
  color: #CCC;
  cursor: default;
}
.Zebra_DatePicker td.dp_selected {
  background: #5A4B4B;
  color: #ffffff !important;
}
.Zebra_DatePicker td.dp_week_number {
  background: #FFCC33;
  color: #555;
  cursor: text;
  font-style: italic;
}
/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td {
  width: 33%;
}
/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td {
  width: 33%;
}
/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer {
  margin-top: 3px;
}
.Zebra_DatePicker .dp_footer td {
  color: #FFF;
  padding: 2px;
  font-weight: bold;
}
.Zebra_DatePicker .dp_footer .dp_hover {
  background: #222;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current {
  color: #C40000;
  /* pointer-events: none; */
}
.Zebra_DatePicker td.dp_disabled_current {
  color: #e38585;
}
.Zebra_DatePicker td.dp_disabled {
  background: #F3F3F3;
  color: #CDCDCD;
  cursor: default;
}
.Zebra_DatePicker td.dp_hover {
  background: #482424;
  color: #ffffff;
}
/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon {
  position: absolute;
  text-indent: -9000px;
  border: none;
  cursor: pointer;
  margin: 0 0 0 5px;
  padding: 0;
  line-height: 0;
  width:0px;
}
button.Zebra_DatePicker_Icon_Disabled {
  background-image: url('calendar-disabled.png');
}
button.Zebra_DatePicker_Icon_Inside {
  margin: 0 3px 0 0;
}
/* Fix icon position in Chrome & Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  button.Zebra_DatePicker_Icon_Inside {
    margin: 0 5px 0 0;
  }
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */

  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}


















/* CKEditor
----------------------------------------------------*/

#edit a:hover img, #edit_area a:hover img {
 filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  -khtml-opacity: 0.75;
  opacity: 0.75;
}


#edit h2.h2-title, #edit_area h2.h2-title {
width:760px;
height:45px;
margin:25px 0 10px 0;
padding:16px 0 0 12px;
background: url('../../../img/uploaded/h2_title.jpg') center center no-repeat;
color:#ffffff;
font-size:18px;
font-weight:bold;
}





#edit h2.typeA, #edit_area h2.typeA {
width:760px;
height:40px;
margin:35px 0 18px 0;
padding:12px 0 0 12px;
background: url('../../../img/uploaded/bg_type_a_green.jpg') center center no-repeat;
color:#ffffff;
font-size:18px;
font-weight:bold;
}

#edit h2.typeB, #edit_area h2.typeB {
width:760px;
height:40px;
margin:35px 0 18px 0;
padding:12px 0 0 12px;
background: url('../../../img/uploaded/bg_type_b_red.jpg') center center no-repeat;
color:#ffffff;
font-size:18px;
font-weight:bold;
}

#edit h2.typeC, #edit_area h2.typeC {
width:760px;
height:40px;
margin:35px 0 18px 0;
padding:12px 0 0 12px;
background: url('../../../img/uploaded/bg_type_c_blue.jpg') center center no-repeat;
color:#ffffff;
font-size:18px;
font-weight:bold;
}







#edit h2.type-group-01, #edit_area h2.type-group-01 {
width:760px;
height:40px;
margin:24px 0 18px 0;
padding:12px 0 0 12px;
background: url('../../../img/uploaded/bg_type_group_01.jpg') center center no-repeat;
color:#ffffff;
font-size:18px;
font-weight:normal;
}

#edit h2.type-group-02, #edit_area h2.type-group-02 {
width:760px;
height:40px;
margin:24px 0 18px 0;
padding:12px 0 0 12px;
background: url('../../../img/uploaded/bg_type_group_02.jpg') center center no-repeat;
color:#333333;
font-size:18px;
font-weight:normal;
}

#edit h2.type-group-03, #edit_area h2.type-group-03 {
width:760px;
height:40px;
margin:24px 0 18px 0;
padding:12px 0 0 12px;
background: url('../../../img/uploaded/bg_type_group_03.jpg') center center no-repeat;
color:#ffffff;
font-size:18px;
font-weight:normal;
}

#edit h2.type-group-04, #edit_area h2.type-group-04 {
width:760px;
height:40px;
margin:24px 0 18px 0;
padding:12px 0 0 12px;
background: url('../../../img/uploaded/bg_type_group_04.jpg') center center no-repeat;
color:#ffffff;
font-size:18px;
font-weight:normal;
}









#edit .comment-group-01, #edit_area .comment-group-01 {
display: block;
width:100%;
margin:0 0 5px 0;
padding:9px;
color: #★;
background: #★;
border: 1px solid #★;
text-align: left;
font-size:14px;
font-weight:normal;
}


#edit .comment-group-02, #edit_area .comment-group-02 {
display: block;
width:100%;
margin:0 0 5px 0;
padding:9px;
color: #★;
background: #★;
border: 1px solid #★;
text-align: left;
font-size:14px;
font-weight:normal;
}


#edit .comment-group-03, #edit_area .comment-group-03 {
display: block;
width:100%;
margin:0 0 5px 0;
padding:9px;
color: #★;
background: #★;
border: 1px solid #★;
text-align: left;
font-size:14px;
font-weight:normal;
}


#edit .comment-group-04, #edit_area .comment-group-04 {
display: block;
width:100%;
margin:0 0 5px 0;
padding:9px;
color: #★;
background: #★;
border: 1px solid #★;
text-align: left;
font-size:14px;
font-weight:normal;
}

















/* フレーム1
----------------------------------------------------*/

#edit .frame, #edit_area .frame {
width:130px;
height: 360px;
margin:0 20px 10px 0;
padding:3px;
background:#ffffff;
text-align: left;
color:#333333;
font-size:12px;
font-weight:bold;
float:left;
}


#edit .class, #edit_area .class {
text-align: center;
}


#edit .rank, #edit_area .rank {
display: block;
width:100%;
margin:0;
padding:2px;
text-align: center;
}


#edit .hotel, #edit_area .hotel {
display: block;
width:100%;
margin:0 0 3px 0;
padding:0;
text-align: left;
font-size:12px;
font-weight:bold;
}


#edit .room, #edit_area .room {
display: block;
width:100%;
margin:0 0 3px 0;
padding:2px;
background:#277CFC;
text-align: left;
color:#ffffff;
font-size:10px;
font-weight:normal;
}


#edit .price-yen, #edit_area .price-yen {
display: block;
width:100%;
margin:0;
padding:0 0 0 3px;
background:#FEF0F8;
text-align: left;
color:#ff0000;
font-size:14px;
font-weight:bold;
}


#edit .price-thb, #edit_area .price-thb {
display: block;
width:100%;
margin:0;
padding:0 0 0 3px;
background:#FEF0F8;
text-align: left;
color:#ff0000;
font-size:12px;
font-weight:bold;
}


#edit .star, #edit_area .star {
display: block;
width:100%;
margin:0 0 1px 0;
padding:0px;
background:#CAFFC6;
text-align: center;
}


#edit .area, #edit_area .area {
display: block;
width:100%;
margin:0;
padding:2px;
color: #555555;
background:#FDF4C3;
text-align: left;
font-size:10px;
font-weight:normal;
}









#edit .new-update, #edit_area .new-update {
margin:0 0 0 0;
padding:2px 0 3px 0;
text-align: left;
}












/* フレーム2
----------------------------------------------------*/


#edit .frame-2, #edit_area .frame-2 {
width:760px;
margin:0;
padding:0;
text-align: left;
float:left;
}

#edit .frame-2A, #edit_area .frame-2A {
width:200px;
margin:0 10px 35px 0;
padding:0px;
background:#ffffff;
text-align: left;
color:#333333;
font-size:12px;
font-weight:bold;
float:left;
}

#edit .frame-2B, #edit_area .frame-2B {
width:550px;
margin:0 0 35px 0;
padding:0px;
background:#ffffff;
text-align: left;
color:#333333;
font-size:12px;
font-weight:bold;
float:left;
}





#edit .hotel-2A, #edit_area .hotel-2A {
display: block;
width:760px;
height:32px;
margin:5px 0 8px 0;
padding:10px 0 0 10px;
background: url('../../../img/uploaded/bg_type-hotel-2a.jpg') center center no-repeat;
color:#ffffff;
font-size:14px;
font-weight:normal;
float:left;
}
#edit .hotel-2A a, #edit_area .hotel-2A a {
color:#ffffff;
}



#edit .hotel-2B, #edit_area .hotel-2B {
display: block;
width:760px;
height:32px;
margin:5px 0 8px 0;
padding:10px 0 0 10px;
background: url('../../../img/uploaded/bg_type-hotel-2b.jpg') center center no-repeat;
color:#ffffff;
font-size:14px;
font-weight:normal;
float:left;
}
#edit .hotel-2B a, #edit_area .hotel-2B a {
}










#edit .star-2, #edit_area .star-2 {
display: block;
width:100%;
margin:0 0 1px 0;
padding:0px;
background:#CAFFC6;
text-align: center;
}


#edit .area-2, #edit_area .area-2 {
display: block;
width:100%;
margin:0 0 7px 0;
padding:2px;
color: #555555;
background:#FDF4C3;
text-align: left;
font-size:10px;
font-weight:normal;
}


#edit .room-2, #edit_area .room-2 {
display: block;
width:200px;
margin:15px 0 0 0;
padding:2px;
background:#277CFC;
text-align: left;
color:#ffffff;
font-size:10px;
font-weight:normal;
}

#edit .price-2-yen, #edit_area .price-2-yen {
display: block;
width:100%;
margin:5px 0 0 0;
padding:5px;
background:#FEF0F8;
text-align: left;
color:#ff0000;
font-size:16px;
font-weight:bold;
}


#edit .price-2-thb, #edit_area .price-2-thb {
display: block;
width:100%;
margin:1px 0 0 0;
padding:5px;
background:#FEF0F8;
text-align: left;
color:#ff0000;
font-size:12px;
font-weight:bold;
}



#edit .multi-2A, #edit_area .multi-2A {
display: block;
width:100%;
margin:0 0 5px 0;
padding:5px;
color: #333333;
background: #ffccaa;
border: 1px dotted #B63131;
text-align: left;
font-size:12px;
font-weight:normal;
}

#edit .multi-2B, #edit_area .multi-2B {
display: block;
width:100%;
margin:0 0 5px 0;
padding:5px;
color: #333333;
background: #FDF5DF;
border: 1px solid #f6b489;
text-align: left;
font-size:12px;
font-weight:normal;
}



































/*--新ホテル情報------------------------------------------------------------------------------------*/

#edit #new_hotel, #edit_area #new_hotel{
display: block;
width:100%;
margin:0;
padding:0;
text-align: center;
}










/*--プロモーション情報------------------------------------------------------------------------------------*/

#edit_area .promo{
overflow:auto;
width:760px;
height: 360px;
margin:0 0 10px; 0;
padding: 12px 12px;
background-color: #FDF4C3;
text-align: left;
float:left;
	}

#edit_area .promo-left{
width:100px;
margin:15px 0 0 20px;
padding: 0;
text-align: left;
float:left;
	}

#edit_area .promo-right{
width:590px;
margin:15px 0 0 20px;
padding: 0;
text-align: left;
float:left;
	}

#edit_area .promo-update{
width:100px;
height:21px;
margin: 0;
padding: 0;
background: url('../../../img/uploaded/promo/bg_update.gif') no-repeat;
font-size:10px;
font-weight:bold;
color: #ffffff;
text-align: center;
float:left;
	}

#edit_area .promo-frame{
margin: 0;
padding: 0;
font-size:12px;
color: #333333;
line-height: 20px;
text-align: left;
float:left;
	}

#edit_area .promo-frame p{
font-size:12px;
font-weight: bold;
color: #ff3300;
display: inline;
	}


#edit_area .promo-new{
width:40px;
margin: 0 0 3px 0;
padding: 0;
text-align: left;
float:left;
	}

#edit_area .promo-hotel{
margin: 4px 0 3px 0;
padding:0;
font-size:15px;
font-weight:bold;
text-align: left;
float:left;
	}

#edit_area .promo-area{
margin:2px 0 3px 2px;
padding:2px;
color: #555555;
background-color: #E5FFB3;
font-size:10px;
font-weight:bold;
text-align: left;
float:left;
	}

#edit_area .promo-star{
margin:2px 0 3px 2px;
padding:2px;
text-align: left;
float:left;
	}

#edit_area .promo-comment{
margin: 4px 0 2px 0;
padding: 0;
font-size:10px;
color: #666666;
font-weight:normal;
text-align: left;
float:left;
	}

#edit_area .promo-line{
margin: 7px 0 7px 5px;
padding: 0;
width:700px;
height:1px;
border-top: 1px dashed #CC9966;
float:left;
	}





#edit_area .promo-img{
width:100px;
margin: 0 0 2px 0;
padding: 0;
text-align: center;
float:left;
	}


#edit_area .promo-contract{
margin: 0;
padding: 0;
color: #333333;
font-size:12px;
font-weight:bold;
text-align: left;
float:left;
	}

#edit_area .promo-yen{
margin:0 0 0 7px;
padding:0;
text-align: left;
color:#ff0000;
font-size:14px;
font-weight:bold;
float:left;
	}

#edit_area .promo-thb{
margin:0 0 0 2px;
padding:0;
text-align: left;
color:#ff0000;
font-size:12px;
font-weight:bold;
float:left;
	}

#edit_area .promo-period{
width:570px;
margin: 0 0 2px 15px;
padding: 0 0 3px 0;
font-size:10px;
color: #900399;
font-weight:normal;
border-bottom: 1px solid #DFCC63;
text-align: left;
float:left;
	}



#edit_area .banner{
width:370px;
margin: 0 5px 11px 5px;
padding: 4px 0 5px 0;
text-align: left;
float:left;
	}
















/*--特集------------------------------------------------------------------------------------*/


#edit .feature-frame, #edit_area .feature-frame {
width:243px;
margin:15px 10px 5px 0;
padding:0;
text-align: left;
float:left;
}

#edit .feature-img, #edit_area .feature-img {
width:243px;
height: 90px;
margin:0 0 1px 0;
padding:0;
}

#edit .feature-area, #edit_area .feature-area {
width:243px;
margin:0;
padding:1px 0 1px 4px;
color: #444444;
background:#FDF4C3;
text-align: left;
font-size:10px;
font-weight:bold;
}

#edit .feature-txt, #edit_area .feature-txt {
width:243px;
height: 43px;
margin:0;
padding:4px;
font-size:12px;
font-weight:bold;
background: #E5FFB3;
}



/*--ホテル紹介------------------------------------------------------------------------------------*/

#edit .feature-frame-2, #edit_area .feature-frame-2 {
width:365px;
margin:5px 15px 5px 0;
padding:0;
text-align: left;
float:left;
}

#edit .feature-img-2, #edit_area .feature-img-2 {
width:365px;
height: 72px;
margin:0 0 1px 0;
padding:0;
}










/*--アクセス地図------------------------------------------------------------------------------------*/


#edit .map-frame, #edit_area .map-frame {
width:240px;
height: 240px;
margin:0 10px 10px 0;
padding:0;
text-align: left;
float:left;
}

#edit .map-txt, #edit_area .map-txt {
width:240px;
margin:7px 0;
padding:0;
color:#333333;
font-size:12px;
font-weight:bold;
}







/*--------------------------------------------------------------------------------------*/
#edit a {
	color: #1122cc;
}

#edit h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 60px 0 0 0;
	padding: 0 0 0 0;
	color: #585858;
}

#edit h2:first-child {
	margin-top: 20px;
}

#edit h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 30px 0 10px 0;
	padding: 4px 0 4px 9px;
	border-left: 8px solid #7cac28;
	border-bottom: 2px solid #7cac28;
}
#edit h3:first-child {
	margin-top: 20px;
}

#edit h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 0 0 0 5px;
	color: #387900;
}

#edit p {
	font-size: 12px;
	font-weight: normal;
	padding: 0 20px 4px 20px;
}

/* リスト------------------------------------------------------------------------------ */

#edit ul {
	margin: 0 0 15px 35px;
}

#edit li {
	list-style-type: disc;
	font-size: 12px;
}

#edit li a {
}


















/*--------------------------------------------------------------------------------------*/

.tableA {
	width: 760px;
}

.tableA th {
	width: 140px;
	background-color: #eefbdd;
	text-align: center;
	border: 1px solid #bbbbbb;
}

.tableA td {
	padding: 6px 15px;
	border: 1px solid #bbbbbb;
}

/*--------------------------------------------------------------------------------------*/

.tableB {
	width: 760px;
	margin: 10px 0 5px 0;
}

.tableB th {
	width: 220px;
	background-color: #eefbdd;
	text-align: center;
	border: 1px solid #bbbbbb;
	padding: 6px 15px;
}

.tableB td {
	padding: 6px 15px;
	border: 1px solid #bbbbbb;
}

/*--------------------------------------------------------------------------------------*/

.tableC {
	width: 95%;
	margin: 10px 0 5px 0;
}

.tableC th {
	background-color: #eefbdd;
	text-align: center;
	border: 1px solid #bbbbbb;
	padding: 6px;
}

.tableC td {
	padding: 6px 15px;
	border: 1px solid #bbbbbb;
}

/*--------------------------------------------------------------------------------------*/

.wakuA {
	margin: 20px 35px;
	padding: 10px 10px;
	background-color: #eefbdd;
	border: 1px solid #bbbbbb;
}

.wakuA dt {
	font-weight: bold;
	font-size: 14px;
}

.wakuA dd {
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	margin-left: 25px;
}







/*---相互リンク-----------------------------------------------------------------------------------*/


#edit h1, #edit_area h1 {
width:760px;
height:40px;
margin:15px 0 12px 0;
padding:8px 0 0 12px;
background: url('../../../img/page_h1.png') center center no-repeat;
color:#ffffff;
font-size:14px;
font-weight:bold;
}

.bosyu {
width: 92%;
margin: 15px auto;
}
.tableLink {
width: 96%;
margin: 30px auto;
}
.tableLink th {
background-color: #eefbdd;
text-align: center;
border: 1px solid #bbbbbb;
padding: 6px;
}
.tableLink td {
padding: 6px 15px;
border: 1px solid #bbbbbb;
}
.tableLink .description {
color: #646464;
font-size: 12px;
}



/*---営業日カレンダー-----------------------------------------------------------------------------------*/
#calendar table {
	width: 90%;
	margin: 20px auto;
}

#calendar caption {
	text-align: center;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
}

#calendar tr:first-child td {
	font-weight: bold;/*曜日*/
	background-color: #FDF5DF;
}

#calendar tr:first-child td:first-child {
	color: #ff0000;/*日曜（赤）*/
	background-color: #FFCCCC;
}

#calendar tr:first-child td:last-child {
	color: #0052ff;/*土曜（青）*/
	background-color: #99CCFF;
}

/*日曜日*/
#calendar th {
	border: 1px solid #bbbbbb;
	padding: 6px;
	text-align: center;
	background-color: #FF6666;
	color: #FFF;
}

/*営業日*/
#calendar td {
	border: 1px solid #bbbbbb;
	padding: 6px;
	text-align: center;
}

/*土曜日*/
#calendar .c_blue {
	background-color: #60B0E3;
	color: #FFF;
	font-weight: bold;
}






/*-----------------------------------------------------*/

#agreement {
	border: 1px solid #f6b489;
	padding: 20px;
	margin: 20px 0 0 0;
 	background: url('../../../img/bg_hotel_booking.png') #fdf5df no-repeat 600px bottom;
}

.frame-hr {
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px #AAD97C dashed;
}

.bg_order_price01[colspan] {
	background: #FFFF95;
}

.bg_order_price02 {
	background: #FAFEC6;
}

.bg_order_price03 {
	background: #ffffff;
}


.comment_order {
  display:block;
  color: #FFF;
  font-size: 12px;
  background-color: #FD7A3A;
  margin: 5px 0 5px 0;
  padding: 3px;
  font-weight: bold;
  border-radius: 5px;        /* CSS3草案 */
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;   /* Firefox用 */
}

.comment_order_off {
  display:block;
  color: #FFF;
  font-size: 12px;
  background-color: #888888;
  margin: 5px 0 5px 0;
  padding: 3px;
  font-weight: bold;
  border-radius: 5px;        /* CSS3草案 */
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;   /* Firefox用 */
}

.line_order {
　border-left: 1px #F6B489 dashed !important;
}

.order_off {
	background: #dddddd;
}