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

@media print,
screen and (min-width: 1280px) {

    /* ============================================
	calendar 2019
============================================ */
    #main_calendar {
        background: #FFF;
        padding: 50px 0 80px;
    }

    .box_calendar {
        width: 1210px;
        margin: 0 auto;
    }

    .box_calendar td.fc-day {
        height: 130px;
    }


    #eventcal_wrap {
        width: 100%;
        text-align: center;
    }

    .fc-widget-content {
        min-height: 150px !important;
        max-height: 240px;
    }


    /* ============================================
	calendar 元
============================================ */
    #calendar {
        margin: 0 auto;
    }

    .fc-sun {
        color: #FF0000;
    }

    .fc-sat {
        color: #0000ff;
    }


    .invisible {
        display: none;
    }

    a.clickToolTip {
        margin: 0;
        padding: 20px;
        text-decoration: none;
        color: #333;
        font-size: 20px;
    }

    p.toolTip {
        margin: 30px;
        padding: 20px;
        width: 380px;
        background-color: #fff;
        border: #333333 2px solid;
        color: #333;
        border-radius: 5px;
        -moz-border-radius: 5px;
        min-height: 30px;
        top: 100px;
        left: 20px;
        position: absolute;
        z-index: 999;
    }


    /***#eventcal_wrap {
    width: 710px;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 55px;
    text-align: center;
}***/
    #eventcal_wrap .ttl {
        background: url(../calender/image/ttl.jpg) no-repeat;
        height: 43px;
        text-indent: -9999px;
        padding-bottom: 40px;
    }


    ul.list {
        margin: 0 0 30px;
        padding: 0;
    }

    ul.list li {
        color: #FFF;
        display: inline;
        padding: 2px 17px;
        margin: 0 5px 0 0;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        font-weight: bold;
    }

    ul.list li.cal1 {
        background: #e6c0c0;
        color: #6b395f;
        border: 1px solid #737;
    }

    ul.list li.cal2 {
        background: #ffedab;
        color: #72640c;
        border: 1px solid #72640c;
    }

    ul.list li.cal3 {
        background: #a3d6cc;
        color: #006a6c;
        border: 1px solid #006a6c;
    }

    ul.list li.cal4 {
        background: #cab8d9;
        color: #47266e;
        border: 1px solid #47266e;
    }


    .fc-widget-header th.fc-day-header {
        padding: 4px;
        background-color: #eeece6;
        font-weight: bold;
    }

    td.fc-event-container {
        padding: 0 0 5px !important;
    }

    td.fc-day-number {
        padding: 5px !important;
    }

    .fc-content {
        padding: 7px;
        font-size: 85%;
    }

    .fc-content .fc-title {
        text-decoration: none;
        font-weight: bold;
        font-size: 100%;
    }

    a.fc-day-grid-event {
        text-decoration: none !important;
    }

    a.fc-day-grid-event:hover {
        color: #FF0;
    }

    .fc-center h2 {
        font-size: 200%;
        line-height: 100%;
        font-weight: bold;
    }

    /*-------------------------------------
    modal window内
--------------------------------------*/
    .event_body {
        padding: 0;
        font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
    }

    .event_body img.calendar_category {
        width: 63%;
        margin-bottom: -8px;
    }

    .calendar_event_title {
        font-size: 120%;
        text-align: center;
        font-weight: bold;
        color: #fff;
        background: #333;
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .event_body .link {
        font-size: 75%;
        padding: 6px 20px;
        text-align: right;
    }

    .event_body .link a {
        color: #333;
        text-decoration: none;
        font-weight: bold;
    }

    .event_body p {
        margin: 0 0 10px;
        text-align: left;
        line-height: 160%;
    }

    .event_body table {
        border: none;
        text-align: left;
        margin: 0 0 10px;
    }

    .event_body table td {
        padding: 0 0 5px;
        vertical-align: top;
    }

    .flR {
        float: right;
    }

    .flR img {
        width: 290px;
    }

    .flL {
        float: left;
        width: 300px;
        text-align: left;
    }
}

/* ========================================================================== */

@media only screen and (min-width:768px) and (max-width:1279px) {
    /* タブレット用のスタイル記述 */

    #main {
        width: 95%;
    }

    .main_box_all {
        width: 100%;
    }

    #main_calendar {
        width: 100%;
        background: #FFF;
        margin: 0px auto;
        padding-top: 20px;
        overflow: hidden;
    }

    .box_calendar {
        width: 100%;
        margin: 0 auto;
    }

    #eventcal_wrap {
        width: 95%;
        text-align: center;
        margin: 0 auto;
    }

    .fc-widget-content {
        min-height: 150px;
    }

    /* ============================================
	calendar 元
============================================ */
    #calendar {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .fc-sun {
        color: #FF0000;
    }

    .fc-sat {
        color: #0000ff;
    }


    .invisible {
        display: none;
    }

    a.clickToolTip {
        margin: 0;
        padding: 20px;
        text-decoration: none;
        color: #333;
        font-size: 20px;
    }

    p.toolTip {
        margin: 30px;
        padding: 20px;
        width: 380px;
        background-color: #fff;
        border: #333333 2px solid;
        color: #333;
        border-radius: 5px;
        -moz-border-radius: 5px;
        min-height: 30px;
        top: 100px;
        left: 20px;
        position: absolute;
        z-index: 999;
    }


    /***#eventcal_wrap {
    width: 710px;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 55px;
    text-align: center;
}***/
    #eventcal_wrap .ttl {
        background: url(../calender/image/ttl.jpg) no-repeat;
        height: 43px;
        text-indent: -9999px;
        padding-bottom: 40px;
    }


    ul.list {
        margin: 0 0 30px;
        padding: 0;
    }

    ul.list li {
        color: #FFF;
        display: inline;
        padding: 2px 17px;
        margin: 0 5px 0 0;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        font-weight: bold;
    }

    ul.list li.cal1 {
        background: #e6c0c0;
        color: #6b395f;
        border: 1px solid #737;
    }

    ul.list li.cal2 {
        background: #ffedab;
        color: #72640c;
        border: 1px solid #72640c;
    }

    ul.list li.cal3 {
        background: #a3d6cc;
        color: #006a6c;
        border: 1px solid #006a6c;
    }

    ul.list li.cal4 {
        background: #cab8d9;
        color: #47266e;
        border: 1px solid #47266e;
    }


    .fc-widget-header th.fc-day-header {
        padding: 4px;
        background-color: #eeece6;
        font-weight: bold;
    }

    td.fc-event-container {
        padding: 0 0 5px !important;
    }

    td.fc-day-number {
        padding: 5px !important;
    }

    .fc-content {
        padding: 1px;
        font-size: 100%;
        font-weight: bold;
    }

    .fc-content .fc-title {
        text-decoration: none;
        font-size: 80%;
    }

    a.fc-day-grid-event {
        text-decoration: none !important;
    }

    a.fc-day-grid-event:hover {
        color: #FF0;
    }

    .fc-center h2 {
        font-size: 150%;
        line-height: 100%;
        font-weight: bold;
        padding-top: 5px;
    }

    /*-------------------------------------
    modal window内
--------------------------------------*/
    .event_body {
        padding: 0;
        font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
    }

    .event_body img.calendar_category {
        width: 63%;
        margin-bottom: -8px;
    }

    .calendar_event_title {
        font-size: 120%;
        text-align: center;
        font-weight: bold;
        color: #fff;
        background: #333;
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .event_body .link {
        font-size: 75%;
        padding: 6px 20px;
        text-align: right;
    }

    .event_body .link a {
        color: #333;
        text-decoration: none;
        font-weight: bold;
    }

    .event_body p {
        margin: 0 0 10px;
        text-align: left;
        line-height: 160%;
    }

    .event_body table {
        border: none;
        text-align: left;
        margin: 0 0 10px;
    }

    .event_body table td {
        padding: 0 0 5px;
        vertical-align: top;
    }

    .flR {
        float: right;
    }

    .flR img {
        width: 290px;
    }

    .flL {
        float: left;
        width: 300px;
        text-align: left;
    }

}


/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width:767px) {
    /* スマートフォン用のスタイル記述 */

    #main {
        width: 100%;
    }

    .main_box_all {
        width: 100%;
    }

    #main_calendar {
        width: 100%;
        background: #FFF;
        margin: 0px auto;
        padding-top: 20px;
        overflow: hidden;
    }

    .box_calendar {
        width: 100%;
        margin: 0 auto;
    }

    #eventcal_wrap {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .fc-widget-content {
        min-height: 150px !important;
    }

    /* ============================================
	calendar 元
============================================ */
    #calendar {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .fc-sun {
        color: #FF0000;
    }

    .fc-sat {
        color: #0000ff;
    }


    .invisible {
        display: none;
    }

    a.clickToolTip {
        margin: 0;
        padding: 20px;
        text-decoration: none;
        color: #333;
        font-size: 20px;
    }

    p.toolTip {
        margin: 30px;
        padding: 20px;
        width: 380px;
        background-color: #fff;
        border: #333333 2px solid;
        color: #333;
        border-radius: 5px;
        -moz-border-radius: 5px;
        min-height: 30px;
        top: 100px;
        left: 20px;
        position: absolute;
        z-index: 999;
    }


    /***#eventcal_wrap {
    width: 710px;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 55px;
    text-align: center;
}***/
    #eventcal_wrap .ttl {
        background: url(../calender/image/ttl.jpg) no-repeat;
        height: 43px;
        text-indent: -9999px;
        padding-bottom: 40px;
    }


    ul.list {
        margin: 0 0 30px;
        padding: 0;
    }

    ul.list li {
        color: #FFF;
        display: inline;
        padding: 2px 17px;
        margin: 0 5px 0 0;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        font-weight: bold;
    }

    ul.list li.cal1 {
        background: #e6c0c0;
        color: #6b395f;
        border: 1px solid #737;
    }

    ul.list li.cal2 {
        background: #ffedab;
        color: #72640c;
        border: 1px solid #72640c;
    }

    ul.list li.cal3 {
        background: #a3d6cc;
        color: #006a6c;
        border: 1px solid #006a6c;
    }

    ul.list li.cal4 {
        background: #cab8d9;
        color: #47266e;
        border: 1px solid #47266e;
    }


    .fc-widget-header th.fc-day-header {
        padding: 4px;
        background-color: #eeece6;
        font-weight: bold;
    }

    td.fc-event-container {
        padding: 0 0 5px !important;
    }

    td.fc-day-number {
        padding: 5px !important;
    }

    .fc-content {
        padding: 1px;
        font-size: 85%;
    }

    .fc-content .fc-title {
        text-decoration: none;
        font-size: 85%;
    }

    a.fc-day-grid-event {
        text-decoration: none !important;
    }

    a.fc-day-grid-event:hover {
        color: #FF0;
    }

    .fc-center h2 {
        font-size: 150%;
        line-height: 100%;
        font-weight: bold;
        padding-top: 5px;
    }

    /*-------------------------------------
    modal window内
--------------------------------------*/
    .event_body {
        padding: 0;
        font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
    }

    .event_body img.calendar_category {
        width: 63%;
        margin-bottom: -8px;
    }

    .calendar_event_title {
        font-size: 120%;
        text-align: center;
        font-weight: bold;
        color: #fff;
        background: #333;
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .event_body .link {
        font-size: 75%;
        padding: 6px 20px;
        text-align: right;
    }

    .event_body .link a {
        color: #333;
        text-decoration: none;
        font-weight: bold;
    }

    .event_body p {
        margin: 0 0 10px;
        text-align: left;
        line-height: 160%;
    }

    .event_body table {
        border: none;
        text-align: left;
        margin: 0 0 10px;
    }

    .event_body table td {
        padding: 0 0 5px;
        vertical-align: top;
    }

    .flR {
        float: right;
    }

    .flR img {
        width: 290px;
    }

    .flL {
        float: left;
        width: 300px;
        text-align: left;
    }
}
