﻿@charset "utf-8";
/* CSS Document */

main {
    width: 80%;
    margin: 0 auto;
}

/* ====================================================== */
/* カレンダー */

.box .box-body table.calendar {
    width: 100%;
}

.box .box-body table.calendar th {
    background: #eeeeee;
    width: 12%;
}

.box .box-body table.calendar th,
.box .box-body table.calendar td {
    border: 1px solid #cccccc;
    text-align: center;
    padding: 5px;
}

.box .box-body table.calendar th.weekSun,
.box .box-body table.calendar td.weekSun {
    background: #ffcccc;
    color: #ff0000;
}

.box .box-body table.calendar th.weekSat,
.box .box-body table.calendar td.weekSat {
    background: #ccccff;
    color: #0000ff;
}

.box .box-body table.calendar td.noneDay {
    background: #eeeeee;
}
