.page {
    margin: 5px;
}
.unselectable {
    color: #aaa;
}
fieldset {
    margin: 0px 5px;
    padding: 0px 10px
}
.counseling-hide {
    display: none;
}
.counseling-show {
    display: block;
}

.date-list {
    margin: 5px 0px;
}
.date-list th,td{
    padding: 4px !important;
    text-align: center; !important;
}
table.date-list td:hover {
    background-color: #CCFFFF;    /* マウスオーバー時のセルの背景色 */
}
.time-cell {
    background-color: #f6f6f6;
}
.close-cell {
    background-color: #f6f6f6;
}
.open-cell {
    background-color: #ffffff;
    padding: 1px;
}
.open-cell a {
    display:block;
    width:100%;
    height:100%;
}
.modal-body {
    /*margin: 10px;*/
}
.time-button {
    margin: 5px;
}
ul.list-group {
    margin-bottom: 0px;
}
.history-list .btn-lg {
    margin: 0px !important;;
}
.tr-cancel, .tr-cancel li {
    background-color: #f6f6f6;
}