
@charset "utf-8";

/* ActiveFusions 2015/09/18 13:40 */
/* -------------------------------- 
Holiday calendar style
202006カレンダー変更
-------------------------------- */


#calendar {
    margin-bottom: 30px;
}
#calendar table {
    margin:10px 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}
#calendar th {
	font-weight:normal;
	font-size:15px;
    font-size:1.2rem;
	padding-bottom:5px;
}
#calendar th#saturday {
    color: #3366cc;
}
#calendar th#sunday {
    color: #ff3300;
}
#calendar td {
    text-align: center;
    border-bottom: 2px dotted #CCCCCC;
    background: #FFFFFF;
    color: #554130;
}
#calendar .holiday span {
    line-height: 30px;
    width: 30px; height: 30px;
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 80%;
    background: #fc6f6f;
}
