@import url(hf.css);
@import url(record.css);
@import url(plan.css);
@import url(u-itinerary.css);
@import url(u-journey.css);
@import url(u-index.css);
@import url(u-itinerary-list.css);
@import url(u-journey-list.css);
@import url(u-footprint-list.css);
@import url(u-place-list.css);
@import url(sitemap.css);
body {
  background: url(../images/BG.jpg);
}

a {
  color: #5e5c5c;
  text-decoration: none;
}
a:hover {
  color: #ff7d6c;
}

#container {
  background: url(../images/BG_header.gif) repeat-x top center;
  width: 100%;
  position: relative;
}

section#plan, section#record {
  width: 1020px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.breadcrumb {
  font-size: 11px;
  -webkit-text-size-adjust: none;
  color: #999;
  margin-left: 10px;
}
.breadcrumb li {
  float: left;
  margin-right: 3px;
}

.button {
  background: url(../images/button.gif) repeat-x top;
  text-align: center;
  font-size: 13px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(153, 153, 153, 0.3) 0px 0px 1px;
  -moz-box-shadow: rgba(153, 153, 153, 0.3) 0px 0px 1px;
  box-shadow: rgba(153, 153, 153, 0.3) 0px 0px 1px;
}
.button:hover {
  background: url(../images/button.gif) repeat-x bottom;
  text-decoration: none;
}

.btn_submit {
  background: url(../images/btn_submit.gif) repeat-x top;
  border: 1px solid #ff7d6c;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: rgba(153, 153, 153, 0.7) 0px 0px 1px;
  -moz-box-shadow: rgba(153, 153, 153, 0.7) 0px 0px 1px;
  box-shadow: rgba(153, 153, 153, 0.7) 0px 0px 1px;
}
.btn_submit:hover {
  background: url(../images/btn_submit.gif) repeat-x bottom;
  color: #fff;
}

.icon_explain {
  background: url(../images/icon_explain.png);
  width: 16px;
  height: 16px;
  text-indent: -5000px;
  position: absolute;
}
.icon_explain:hover {
  background: url(../images/icon_explain.png) 0 16px;
}

.star-rating {
  float: left;
  background: url(../images/star.png);
  width: 16px;
  height: 16px;
  display: block;
  border: 0;
  margin-left: 5px;
}
.star-rating.star-rating-on {
  background: url(../images/star.png) 0 32px;
}

.scroll-box {
  width: 100%;
  height: 400px;
  /*個別設定*/
  overflow: auto;
}
.scroll-box .scroll-data {
  margin: 15px;
  margin-right: 0;
}
