/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.sanrizuka-doumei.jp/mt-static/themes/base-weblog.css);
@import url(http://www.sanrizuka-doumei.jp/mt-static/themes/theme-forest_green/theme-forest_green.css);
@import url(http://www.sanrizuka-doumei.jp/mt-static/themes/theme-forest_green/navigationmenu.css);
/* end StyleCatcher imports */

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
    text-align: center;
    color: #444444;
    background: none;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.holiday {
    color: #e50003;
}
.saturday {
    color: blue;
}
/*G-map*/
.g-map{
   padding:5px 0px 5px 50px;
    margin: 5px auto;
}

