@charset "UTF-8";

.page_remarks {
  margin-bottom: 10px;
  text-align: right;
}

.pickup_price_list table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.pickup_price_list table td, .pickup_price_list table th {
  border: 1px solid #ccc;
  font-size: 12px;
  vertical-align: top;
}

.pickup_price_list table th {
  padding: 3px;
  font-size: 14px;
  text-align: center;
  background-color: #e6e6e6;
}

.pickup_price_list table td h2 {
  font-size: 10px;
}

.pickup_price_list table td.tour_exist {
  background-color: #f0f8ff;
}

.pickup_price_list table td.tour_exist a {
  display: block;
  padding: 3px;
  font-weight: bold;
}

.pickup_price_list table td.tour_exist a:hover {
}

.pickup_price_list table td.tour_exist .tour_dep {
  postion: relative;
  top: 0;
  left: 0;
  color: #e0e8ef;
  font-size: 450%;
  font-weight: bold;
  _font-size: 400%;
}

.pickup_price_list table td.tour_exist .tour_link {
  margin: -75px 0 0 0;
  _margin: -60px 0 0 0;
}

.pickup_price_list table td.tour_exist .tour_price {
  margin-top: 5px;
  color: #c66;
  font-size: 180%;
  font-weight: bold;
  text-align: right;
}

.pickup_price_list table td.tour_not_exist {
  text-align: center;
  vertical-align: middle;
}
