
.notice .contentheader {
    margin-top: 80px;
}

.notice .content ul li {
    line-height: 26px;
    margin-top: 20px;
    color: #e86123;
}

.factorytour .content ul li {
    float: left;
    margin-right: 60px;
}

.eventcalendar {
    width: 1180px;
}

.fullcalendar {
    margin-top: 20px;
}

.fullcalendar .fc-toolbar {
    line-height: 28px;
    height: 28px;
}

.fullcalendar .fc-left h2 {
    float: left;
    margin-right: 20px;
    font-size: 28px; max-height: 100%;
}

.fullcalendar .fc-left button {
    display: inline-block;
    background-color: transparent;
    background-position: 0 0;
    width: 18px;
    height: 26px;
    cursor: pointer;
    border: none;
    padding: 0;
    -webkit-appearance: button;
    *overflow: visible;
    outline: none;
}

.fullcalendar .fc-left button:hover,
.fullcalendar .fc-left button:active {
    opacity: .5;
}

.fullcalendar .fc-left button.fc-prev-button {
    background-image: url(../img/shared/prev.gif);
    margin-right: 20px;
}

.fullcalendar .fc-left button.fc-next-button {
    background-image: url(../img/shared/next.gif);
}

.fc-view-container table {
    width: 100%;
}

.fc-view-container .fc-head table thead th {
    font-weight: normal;
    text-align: left;
    width: 14.28%;
    padding-top: 35px;
    padding-bottom: 15px;
}

.fc-view-container .fc-body table thead td {
    width: 14.28%;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    padding-bottom: 10px;
}

.fc-view-container .fc-body .fc-other-month {
    color: #ccc;
}

.fc-view-container .fc-body .fc-event-container {
    font-size: 15px; max-height: 100%;
    line-height: 1.2;
    vertical-align: top;
}

.fc-view-container .fc-body .fc-event-container a {
    color: #1d31e7;
    text-decoration: none;
}

.fc-view-container .fc-body .fc-event-container a:hover,
.fc-view-container .fc-body .fc-event-container a:active {
    text-decoration: underline;
}

.fc-view-container .fc-body .fc-event-container .fc-content {
    margin-right: 10px;
    margin-bottom: 15px;
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
    .fullcalendar .fc-left button.fc-prev-button {
        background-image: url(../img/shared/prev@2x.gif);
        background-size: 18px 26px;
    }

    .fullcalendar .fc-left button.fc-next-button {
        background-image: url(../img/shared/next@2x.gif);
        background-size: 18px 26px;
    }
}



