@charset "UTF-8";

@media all
{

table.efainputdata {}
table.efainputdata th { background-color: #FFF; color: #000; font-size: 110%; font-weight: bold; padding-right: 1em; }

div.tours { margin-bottom: 2em; margin-top: 1em; border-bottom: 1px dashed #B3B3B3; padding-bottom: 0.5em; }
div.tours table caption { font-weight: normal; text-align: right; color: #404040; padding-bottom: 0.25em; font-size: 90%; }
div.tours table .col_chk { text-align: center; }
div.tours table .col_change { text-align: center; }
div.tours table .col_price { text-align: center; }
div.tours table .col_chk  label { display: none; }
div.tours table .col_chk input { height: 1.5em; }
div.tours table .col_tour a { font-weight: bold; }
div.tours table .col_route { white-space: nowrap; }
div.tours .tfoot { margin: 0.5em 0 0 0; }

div.tourdetail { margin-bottom: 1.5em; }
div.tourdetail caption { padding-bottom: 0.25em; font-weight: normal; }
div.tourdetail caption .download { float: right; }
div.tourdetail caption .info a { font-weight: bold; font-size: 110%; color: #E30014; text-decoration: none; }

div.tourdetail table td { border-bottom: 1px dashed #B3B3B3; padding: 0.25em 0 0.25em 0; }
div.tourdetail table td.col_icons { vertical-align: middle; }
div.tourdetail .tfoot { margin: 0.5em 0 0 0; font-size: 90%; }

div.amonitor { margin: 1.5em 0 1em 0; }
div.amonitor table .col_icons { text-align: right; }
div.amonitor table .col_ext { width: 30%; }

}

@media print
{

div.tours { border: 0; }
div.tours table .col_route { display: none; }
div.tours table .col_chk { display: none; }
div.tours .tfoot { display: none; }
div.tourdetail .tfoot { display: none; }
div.tourdetail table .col_map { display: none; }
div.tourdetail table .download { display: none; }

}