@charset "shift_jis";

/* 基本設定
---------------------------------------------------------*/
table th {
  background: #ffefb3;
}


/* .article：商品データ（一覧・詳細共通）
---------------------------------------------------------*/
.article .days {
  display: inline-block;
  margin: 0 0 5px;
  padding: 3px;
  border: solid 1px #666;
  width:647px;
  font-weight: bold;
  color: #333;
  background: #fff;
}
* html .article .days { /* [HACK IE6] */
  display: inline;
  zoom: 1;
}
*+html .article .days { /* [HACK IE7] */
  display: inline;
  zoom: 1;
}
.article .days span {
  margin-left: 1em;
  color: #000;
}
.article .copy {
  font-size: 116%;
  font-weight: bold;
  clear: both;
}
.article .title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  font-size: 123.1%;
  font-weight: bold;
}
.article .desc {
  zoom: 1;
}
.article .desc:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.article .spec {
  float: left;
  width: 490px;
}
.article .image {
  float: right;
  width: 150px;
}
.article .image p {
  margin-top: 3px;
  font-size: 85%;
  text-align: center;
}
.article .spec dt {
  float: left;
  width: 100px;
  font-weight: bold;
}
.article .spec dd {
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 110px;
  background: url('../images/border_dotted.gif') 0 100% repeat-x;
}
.article dt.fare {
  line-height: 1.77;
  vertical-align: bottom;
}
.article dd.fare {
  font-size: 138.5%;
  font-weight: bold;
  color: #cb0003;
}
.article dd.fare img {
  margin-left: 1em;
  vertical-align: -3px;
}
.article dl .saving {
  color: #f00;
}
.article .code {
  margin-bottom: 5px;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  color: #060;
}
.article .note {
  margin-top: 5px;
  color: #060;
}


/* #searchResult：検索結果
---------------------------------------------------------*/
#searchResult .article {
	border: 1px solid #690;
  background: #eef5e5;
}


/* #tourDescription：検索結果詳細 / ツアー概要
---------------------------------------------------------*/
#tourDescription .wrapper {
  padding: 10px;
  background: #eef5e5;
}
#tourDescription .title {
  color: #983500;
}
#tourDescription .copy {
  color: #cb0003;
}
#tourDescription .section {
  margin: 10px 0;
  padding: 10px;
  background: #fff;
  zoom: 1;
}
#tourDescription .section h3 {
  margin-bottom: 5px;
}

#recommendPoint li {
  margin-bottom: 1em;
}

#recommendPoint .faircomment {
  color:#FF0000;
  font-size:120%;
  font-weight:bold;
}

/* #timeTable：検索結果詳細 / スケジュール
---------------------------------------------------------*/
#timeTable div.notice{
  color:#ff0000;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

/* #tourContent：検索結果詳細 / 旅行内容
---------------------------------------------------------*/
#tourContent li{
  list-style:disc;
  margin-left: 1em;
}
#tourContent table {
  margin-bottom: 20px;
}
#tourContent table th {
  background: #CCCCCC;
}
#tourContent .main th {
  width: 120px;
}
#tourContent .main td address {
  margin-top: 15px;
}

#tourContent table.info hr,
#tourContent table.notice hr{
  display:none;
}

.searchDetail #main .Contact {
  margin-top:5px;
  margin-left: 500px;
  margin-bottom:5px;
}

.searchDetail div#tmp01,
.searchDetail div#tmp02,
.searchDetail div#tmp03,
.searchDetail div#tmp01 table,
.searchDetail div#tmp02 table,
.searchDetail div#tmp03 table {
  margin-bottom:10px;
}

.searchDetail #main span.price02 a{
  color:#FF5300;
}

.searchDetail #main span.price03 a{
  color:#3C6300;
}

