@charset "UTF-8";

/*----------------------------------------------------
  カレンダー
----------------------------------------------------*/
#pagespace_nomenu #tour_calender_table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 100%;
}

#pagespace_nomenu #tour_calender_table td, #pagespace_nomenu #tour_calender_table th {
  padding: 0;
  border: 1px solid #ccc;
}

#pagespace_nomenu #tour_calender_table th {
  padding: 2px 5px;
  border: 1px solid #ccc;
  text-align: center;
}

#pagespace_nomenu #tour_calender_table .header_row {
  border-bottom: 4px double #ccc;
  background-color: #aaa;
  color: #fff;
  text-align: center;
}

/*
#pagespace_nomenu #tour_calender_table .even_row {
  background-color: #ffe6e6;
}
*/

#pagespace_nomenu #tour_calender_table span {
  font-size: 80%;
}

/*----------------------------------------------------
  ツアー本数
----------------------------------------------------*/
#pagespace_nomenu #tour_calender_table .count50 .count   { font-size: 120%; font-weight: bold; }
#pagespace_nomenu #tour_calender_table .count100 .count  { font-size: 140%; font-weight: bold; }
#pagespace_nomenu #tour_calender_table .count150 .count  { font-size: 160%; font-weight: bold; }
#pagespace_nomenu #tour_calender_table .count200 .count  { font-size: 180%; font-weight: bold; }



/*----------------------------------------------------
  ツアー値段の色
----------------------------------------------------*/
#pagespace_nomenu #tour_calender_table .price50000  { background-color:#ff6f6f; }
#pagespace_nomenu #tour_calender_table .price60000  { background-color:#ff7878; }
#pagespace_nomenu #tour_calender_table .price70000  { background-color:#ff7f7f; }
#pagespace_nomenu #tour_calender_table .price80000  { background-color:#ff8888; }
#pagespace_nomenu #tour_calender_table .price90000  { background-color:#ff8f8f; }
#pagespace_nomenu #tour_calender_table .price100000 { background-color:#ff9898; }
#pagespace_nomenu #tour_calender_table .price120000 { background-color:#ff9f9f; }
#pagespace_nomenu #tour_calender_table .price140000 { background-color:#ffa8a8; }
#pagespace_nomenu #tour_calender_table .price160000 { background-color:#ffafaf; }
#pagespace_nomenu #tour_calender_table .price180000 { background-color:#ffb8b8; }
#pagespace_nomenu #tour_calender_table .price200000 { background-color:#ffbfbf; }
#pagespace_nomenu #tour_calender_table .price230000 { background-color:#ffc8c8; }
#pagespace_nomenu #tour_calender_table .price260000 { background-color:#ffcfcf; }
#pagespace_nomenu #tour_calender_table .price290000 { background-color:#ffe8e8; }
#pagespace_nomenu #tour_calender_table .price320000 { background-color:#ffe0e0; }
#pagespace_nomenu #tour_calender_table .price350000 { background-color:#fff8f8; }

#pagespace_nomenu #tour_calender_table .price50000 .price  { font-size: 155%; font-weight: bold; }
#pagespace_nomenu #tour_calender_table .price60000 .price  { font-size: 150%; font-weight: bold; }
#pagespace_nomenu #tour_calender_table .price70000 .price  { font-size: 140%; font-weight: bold; }
#pagespace_nomenu #tour_calender_table .price80000 .price  { font-size: 135%; font-weight: bold; }
#pagespace_nomenu #tour_calender_table .price90000 .price  { font-size: 130%; font-weight: bold; }
#pagespace_nomenu #tour_calender_table .price100000 .price { font-size: 125%; font-weight: bold; }
#pagespace_nomenu #tour_calender_table .price120000 .price { font-size: 120%; font-weight: bold; }
#pagespace_nomenu #tour_calender_table .price140000 .price { font-size: 115%; font-weight: bold; }
#pagespace_nomenu #tour_calender_table .price160000 .price { font-size: 110%; font-weight: bold; }
#pagespace_nomenu #tour_calender_table .price180000 .price { font-size: 105%; font-weight: bold; }
#pagespace_nomenu #tour_calender_table .price200000 .price { font-size: 100%;}
#pagespace_nomenu #tour_calender_table .price230000 .price { font-size: 95%; }
#pagespace_nomenu #tour_calender_table .price260000 .price { font-size: 90%; }
#pagespace_nomenu #tour_calender_table .price290000 .price { font-size: 85%; }
#pagespace_nomenu #tour_calender_table .price320000 .price { font-size: 80%; }
#pagespace_nomenu #tour_calender_table .price350000 .price { font-size: 75%; }


#pagespace_nomenu #tour_calender_table a {
  display: block;
  width: 96px;
  height: 84px;
  text-align: center;
}

#pagespace_nomenu #tour_calender_table a:hover {
  background-color: #ccc;
}
