/* 定休日カレンダー */
.apg_sc_table {
border-collapse: collapse;
border-spacing: 0;
line-height: 1.5;
margin-left: auto;
margin-right: 10px;
margin-bottom: 20px;
float: left;
}
.apg_sc_table th,
.apg_sc_table td {
border: 1px solid #ccc;
}
.apg_sc_table thead th {
padding: 10px;
font-weight: bold;
vertical-align: top;
color: #fff;
background: #efefef;
}
.apg_sc_table tbody th {
background: #efefef;
line-height: 2.4em;
text-align: center;
}
.apg_sc_table td {
padding: 10px;
vertical-align: top;
text-align: center;
background-color: #fff;
}
/* ★休日のカラーはここで設定しています。*/
.apg_sc_table .apg_sc_holiday {
background: #ECC6C7 important;
}
.apg_sc_table .apg_sc_saturday {
background: #EDE2E8;
}
.apg_sc_table .apg_sc_sunday,
.apg_sc_table .apg_sc_sunday {
background: #ECC6C7;
}
@media only screen and (max-width: 767px) {
.apg_sc_table {
float: none;
margin-top: 20px;
margin-right: auto;
}
}