@charset "utf-8";

table.calendar {border-collapse: collapse; width: 700px; margin: 20px auto 10px auto; }
table.calendar td { width:100px!important; }
table.calendar td,table.calendar th {border: 1px solid #ccc; padding: 0 2px; text-align: center;}
table.calendar th {font-weight: normal; background-color: #F3EBD4;}
table.calendar td.title {background-color: #F3EBD4;}
table.calendar .holiday {background-color: #7ecef4;}
table.calendar .sun {background-color: #FFEEEE;}
table.calendar .day { height:120px!important; }
