@charset "UTF-8";

#pagespace_nomenu .summar_index_remarks {
  margin: 15px 0;
  font-size: 120%;
}

#pagespace_nomenu .tour_list_index_table {
  width: 780px;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 0 auto;
  font-size: 100%;
}

#pagespace_nomenu .tour_list_index_table td, #pagespace_nomenu .tour_list_index_table th {
  padding: 3px 5px;
  border: 1px solid #ccc;
}

#pagespace_nomenu .tour_list_index_table .header_row {
  background-color: #aaa;
  color: #fff;
  text-align: center;
}

#pagespace_nomenu .tour_list_index_table .even_row {
  background-color: #e6e6e6;
}

#pagespace_nomenu .tour_list_index_table .group_top_row {
  border-top: 4px double #ccc;
}


/*----------------------------------------------------
  各方面の色
----------------------------------------------------*/
#pagespace_nomenu .tour_list_index_table .tokyo_row th   { background-color: #f3cbd4; color: #e54c81; }
#pagespace_nomenu .tour_list_index_table .osaka_row th   { background-color: #cbdef1; color: #00a0e9; }
#pagespace_nomenu .tour_list_index_table .nagoya_row th  { background-color: #fbceb8; color: #eb6100; }
#pagespace_nomenu .tour_list_index_table .fukuoka_row th { background-color: #d4c7db; color: #8957a1; }
#pagespace_nomenu .tour_list_index_table .sapporo_row th { background-color: #f9e2c3; color: #e5a91a; }
