@charset "UTF-8";
/* CSS Document */


#ap10th p.text {
    line-height: 1.2;
    margin-bottom: 15px;
    padding: 0 10px;
    font-size: 12px;
}
#ap10th p.text.bold {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.apCalendar {
    width: 100%;
    /*background: #585656;*/
}
#apWeek {
    display: table;
    table-layout: fixed;
    width: 100%;
}
#apWeek li {
    display: table-cell;
    vertical-align: middle;
    height: 30px;
    text-align: center;
}

/* DAY */
.apCalendar .grid,.apCalendar .gridWeek {
    display: table;
    table-layout: auto;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.apCalendar .days,.apCalendar .daysWeek {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    text-align: center;
}
.apCalendar .days.photo {
    vertical-align: bottom;
    /*background-color: #FFF;*/
}

.centerNav01{
    clear: both;
    margin: 12px 0;
    text-align: center;
    -webkit-appearance: none;
}
.centerNav01 a{
    display: inline-block;
    min-width: 30%;
    padding: 10px 5px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #E6E6E6));
    background-image: -webkit-linear-gradient(#ffffff, #E6E6E6);
    background-image: -moz-linear-gradient(#ffffff, #E6E6E6);
    background-image: -ms-linear-gradient(#ffffff, #E6E6E6);
    background-image: -o-linear-gradient(#ffffff, #E6E6E6);
    background-image: linear-gradient(#ffffff, #E6E6E6);
    border: #CCCCCC solid 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color:#000;
}
