@charset"UTF-8";

/*---------------------------------------------------------
 タイ立ち寄りページ用CSS
---------------------------------------------------------*/
.tachiyori_pagespace .remarks {
  font-size: 90%;
}

/*---------------------------------------------------------
 ヘッダー部分
---------------------------------------------------------*/
.tachiyori_pagespace #tachiyori_header h2 {
  margin-bottom: 5px;
}

.tachiyori_pagespace #tachiyori_header p {
  padding: 5px;
  margin-bottom: 10px;
}

.tachiyori_pagespace #tachiyori_header .remarks_string {
  border: 1px solid #c1add2;
  background-color: #faf4ff;
}

.tachiyori_pagespace #tachiyori_header h3{
  color: #9f60bf;
  border-bottom: 1px solid #c1add2;
  font-size: 100%;
}

/*---------------------------------------------------------
 備考部分
---------------------------------------------------------*/
.tachiyori_pagespace #tachiyori_remarks {
  margin-bottom: 15px;
}

.tachiyori_pagespace #tachiyori_remarks h3 {
  margin: 10px 0 3px 0;
  font-size: 100%;
}

.tachiyori_pagespace #tachiyori_remarks ul {
  margin-left: 10px;
}

.tachiyori_pagespace #tachiyori_remarks li {
  list-style-type: square;
  margin: 0 0 3px 15px;
}

/*---------------------------------------------------------
 モデルスケジュール
---------------------------------------------------------*/
.tachiyori_pagespace #schedule_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 100%;
}

.tachiyori_pagespace #schedule_table caption {
  padding-bottom: 3px;
  color: #9f60bf;
  font-weight: bold;
  text-align: left;
}

.tachiyori_pagespace #schedule_table th {
  padding: 2px 5px;
  border: 1px solid #666;
}

.tachiyori_pagespace #schedule_table td {
  padding: 2px 5px;
  border: 1px solid #666;
}

.tachiyori_pagespace #schedule_table .bkk_row {
  background-color: #fafad2;
}

/*---------------------------------------------------------
 ホテル情報
---------------------------------------------------------*/
.tachiyori_pagespace #hotel_list_block {
  margin: 10px 0;
}

.tachiyori_pagespace #hotel_list_block h3 {
  text-align: center;
  margin-bottom: 10px;
}

.tachiyori_pagespace #hotel_list_block h4 {
  clear: both;
  padding: 5px;
  border: 4px solid #cc0099;
  border-left: 6px solid #cc0099;
  border-right: 6px solid #cc0099;
  margin-top: 10px;
  background-color: #6b006b;
  color: #fff;
  font-size: 130%;
  text-align: center;
}

.tachiyori_pagespace #hotel_list_block td {
  border-bottom: dotted 1px #cccccc;
}

.tachiyori_pagespace #hotel_list_block .hotel_theme {
  width: 110px;
}

.tachiyori_pagespace #hotel_list_block .remarks {
  padding: 3px;
  margin-bottom: 5px;
  text-align: right;
}

.tachiyori_pagespace #hotel_list_block .hotel_list li {
  clear: both;
  padding: 5px 0 5px 15px;
}

.tachiyori_pagespace #hotel_list_block .hotel_list li h5 {
  color: #836584;
  border-bottom: 3px solid #bb91bc;
  margin: 15px 0 5px 0;
  font-size: 110%;
}

.tachiyori_pagespace #hotel_list_block .hotel_list li h6 {
  color: #836584;
  border-bottom: 1px solid #bb91bc;
  font-size: 100%;
  margin: 0;
}

.tachiyori_pagespace #hotel_list_block .hotel_list li .photo_block {
  float: left;
  width: 245px;
  height: 185px;
}

.tachiyori_pagespace #hotel_list_block .hotel_list li .photo_block img {
  padding: 1px;
  border: 1px solid #ccc;
}

.tachiyori_pagespace #hotel_list_block .hotel_list li .remarks_block {
  overflow: hidden;
  margin-left: 250px;
}

.tachiyori_pagespace #hotel_list_block .hotel_list li .remarks_block .hotel_link {
  padding: 5px;
  text-align: right;
}

.tachiyori_pagespace #hotel_list_block .hotel_list li.even .photo_block {
  float: right;
}

.tachiyori_pagespace #hotel_list_block .hotel_list li.even .remarks_block {
  margin: 0 250px 0 0;
}

.tachiyori_pagespace #hotel_list_block .hotel_list li .price_block {
  padding-top: 5px;
  text-align: left;
  color: #640000;
}

.tachiyori_pagespace #hotel_list_block .tokuten {
  color: #0000ff;
}

.tachiyori_pagespace #hotel_list_block .hotel_list li .price_block .price_number {
  font-weight: bold;
  font-size: 170%;
  font-family: 'Palatino Linotype',serif;
  color: #e60066;
}

.tachiyori_pagespace #hotel_list_block .hotel_list li .price_block .date_info {
  font-size: 90%;
}

.tachiyori_pagespace #hotel_list_block .hotel_list li .price_block .remarks {
  display: block;
  color: #666;
}

.tachiyori_pagespace #hotel_list_block dl dt {
  clear: both;
  display: block;
  padding: 3px;
  border: 2px solid #836584;
  margin: 10px 0 0 10px;
  background-color: #fee1ff;
  color: #5c475c;
  text-align: center;
}

.float_clear  {
  clear: both;
}