﻿@charset "utf-8";

p.notice {
margin: 0 0 10px;
}

div.calSwitch {
font-weight: bold;
}

#monthCalendar {
margin: 5px 0;
}

#monthCalendar th,
#monthCalendar td {
padding: 4px 6px;
}

#monthCalendar thead th {
text-align: center;
background: #eee;
border-bottom: 1px solid #ccc;
}

#monthCalendar thead th.sat {
color: #00f;
}

#monthCalendar thead th.sun {
color: #f00;
}

#monthCalendar tbody td {
text-align: right;
border-bottom: 1px solid #ccc;
}

#monthCalendar tbody td.notReserv {
color: #ccc;
}

#timeLine {
margin: 5px 0;
}

#timeLine th,
#timeLine td {
padding: 4px 6px;
}

#timeLine thead th {
text-align: center;
background: #eee;
border-bottom: 1px solid #ccc;
}

#timeLine tbody th {
text-align: right;
border-bottom: 1px solid #ccc;
font-weight: bold;
}

#timeLine tbody td {
text-align: center;
border-bottom: 1px solid #ccc;
}

