@charset "utf-8";
/* CSS Document */
@font-face {
 
    font-family: Butler;
    src: url('Butler_Regular.otf');
}
/********************************* keyframes **************************************/
/* move from / to  */
@-webkit-keyframes tofadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes tofadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes moveToBottom {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(50%);
    }
}

@keyframes moveToBottom {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    -ms-touch-action: none;
}

body {
    background: #FFFEEB;
    width: 100%;
    height: 100%;
}

a {
    color: #000;
    text-decoration: none;
}

li {
    list-style: none;
}

input, select {
    outline: 0;
    display: inline-block;
    line-height: normal;
    color: inherit;
    font: inherit;
    -webkit-appearance: none;
}

.wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.section {
    background: #FFFEEB;
    font-family: 'Butler',Georgia;
    width: 100%;
    height: 100%;
    position: absolute;
}

.section .title, .section .footer {
    background-color: #FFFEEB;
    z-index: 99;
    position: absolute;
    left: 0;
}

.section .title {
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    font-size: 1.2rem;
    overflow: hidden;
    border-bottom: 2px solid #000;
    margin-bottom: 1px;
    font-weight: bold;
    top: 0;
}

.section .list {
    border-top: 1px solid #9B9B9B;
    overflow: hidden;
    color: #4A4A4A;
    position: absolute;
    z-index: 1;
    top: 2.2rem;
    left: 0;
    bottom: 2rem;
    width: 100%;
}

.section .footer {
    width: 100%;
    height: 2rem;
    text-align: center;
    font-size: .4rem;
    letter-spacing: 0.3rem;
    line-height: 2rem;
    border-top: 1px solid #9B9B9B;
    bottom: 0;
}

.section .list .scroller {
    position: absolute;
    z-index: 1;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/coverbg.jpg) 0 0;
    background-size: 100% 100%;
}

.cover .cal {
    position: absolute;
    width: 66%;
    top: 18%;
    left: 50%;
    margin-left: -33%;
}

.cover .cal img {
    width: 100%;
}

.cover .text {
    color: #FFFEEB;
    font-size: .6rem;
    line-height: 1.4rem;
    font-weight: lighter;
    position: absolute;
    width: 70%;
    left: 50%;
    margin-left: -35%;
    top: 64%;
}

.cover .arrow {
    position: absolute;
    background: url(../img/arrow.png) 0 0 no-repeat;
    background-size: 18px;
    width: 18px;
    height: 25px;
    bottom: 5%;
    left: 50%;
    margin-left: -15px;
    -webkit-animation: moveToBottom ease 1.5s both infinite;
    animation: moveToBottom ease 1.5s both infinite;
}

.tofadeIn {
    -webkit-animation: tofadeIn ease 1.5s both;
    animation: tofadeIn ease 1.5s both;
}

.year {
}

.year .list ul {
    height: 100%;
    display: block;
    padding: 0 3%;
    border-top: 1px solid #9B9B9B;
}

.year .list ul li {
    width: 50%;
    float: left;
    display: block;
    height: 5rem;
    text-align: center;
    line-height: 5rem;
    font-size: 1rem;
    border: 1px solid #9B9B9B;
    border-width: 0 1px 1px 0;
}

.year .list ul li:nth-child(even) {
    border-right: 0;
}

.year .list ul li cite {
    font-size: .6rem;
    font-style: normal;
    padding-left: 5px;
    color: #CCC;
}

.month .list ul {
    border-top: 1px solid #9B9B9B;
}

.month .list ul li {
    clear: both;
    padding-left: 2%;
    overflow: hidden;
}

.month .list ul li.red {
    color: #f22e46;
}

.month .list ul li div {
    height: 2.6rem;
    border: 1px solid #9B9B9B;
    border-width: 0 1px 1px 0;
}

.month .list ul li div.right {
    border-right: 0;
    width: 86%;
    float: left;
}

.month .list ul li .left {
    width: 14%;
    float: left;
    padding: .5rem 0 0 .3rem;
    font-size: .5rem;
    line-height: 1.6em;
}

.month .list ul li .left strong {
    font-size: 1.4em;
}

.month .list ul li div span {
    display: block;
    float: left;
}

.month .list ul li div span.day {
    font-size: 1.6rem;
    padding: 0 .8rem;
    line-height: 2.6rem;
    width: 2.6rem;
}

.month .list ul li div span.detail {
    font-size: .5rem;
    padding: .5rem 0 .5rem .7rem;
    line-height: .8rem;
    letter-spacing: 0rem;
}

.month .list ul li div span.holiday {
    position: absolute;
    right: 0;
    line-height: 2.6rem;
    padding: 0 1rem 0 0;
    font-size: .6rem;
}

.month .list ul li.red div span.holiday {
    display: block
}

.month .list ul li div span.holiday i {
    border-left: 1px solid;
    margin: .3rem .6rem 0 0;
    font-size: 1rem;
    visibility: hidden;
}

.month .list ul li.line div span.holiday i {
    visibility: visible;
}

.month .list ul li.hasQuot {
    background: #E9F9D8;
}

.prev, .next {
    font-size: 0.7rem;
    padding: 0 0.3rem;
    position: absolute;
}

.prev span, .next span {
    display: block;
    line-height: 2.2rem;
}

.prev span {
    padding-right: 1rem;
}

.next span {
    padding-left: 1rem;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.day .list {
    margin-bottom: 0;
}

.day .list ul {
    border-top: 1px solid #9B9B9B;
}

.day .list ul li {
    clear: both;
}

.day .list ul li.red {
    color: #f22e46;
}

.day .list ul li div {
    height: 2.6rem;
    border: 1px solid #9B9B9B;
    border-width: 0 1px 1px 0;
}

.day .list ul li div.right {
    border-right: 0;
    width: 86%;
    float: left;
}

.day .list ul li .left {
    width: 14%;
    float: left;
    padding: .5rem 0 0 .5rem;
    font-size: .5rem;
    line-height: 1.6em;
}

.day .list ul li .left strong {
    font-size: 1.4em;
}

.day .list ul li div span {
    display: block;
    float: left;
}

.day .list ul li div span.day {
    font-size: 1.6rem;
    padding: 0 .8rem;
    line-height: 2.6rem;
    width: 2.6rem;
}

.day .list ul li div span.detail {
    font-size: .5rem;
    padding: .5rem 0 .5rem .7rem;
    line-height: .8rem;
}

.day .list ul li div span.holiday {
    position: absolute;
    right: 0;
    line-height: 2.6rem;
    padding: 0 1rem 0 0;
    font-size: .6rem;
}

.day .list ul li.red div span.holiday {
    display: block
}

.day .list ul li div span.holiday i {
    border-left: 1px solid;
    margin: 0.3rem 0.8rem 0 0;
    font-size: 1rem;
    visibility: hidden;
}

.day .list ul li.line div span.holiday i {
    visibility: visible;
}

.day .cont .postbox {
    padding: 0 .8rem 1rem .8rem;
    background: #f4f3df;
    border-bottom: 1px solid #9B9B9B;
}

.day .cont .postbox .listarrow {
    position: absolute;
    right: 1rem;
    top: .8rem;
    width: .9rem;
    height: .6rem;
    background: url(../img/list.png) 0 0;
    background-size: .9rem .6rem;
}

.day .cont .postbox dd {
    position: relative;
    height: 2.2rem;
    margin: .4rem 0;
    border: 1px solid #C8C8C8;
    border-radius: 6px;
    overflow: hidden;
}

.day .cont .postbox dd.area {
    height: 10rem;
}

.day .cont .postbox dd label.error {
    position: absolute;
    right: .7rem;
    top: .6rem;
    font-size: .7rem;
    color: #f22e46;
}

.day .cont .postbox input, .day .cont .postbox textarea, .day .cont .postbox select {
    width: 100%;
    height: 2.2rem;
    text-indent: 0.5rem;
    font-size: .7rem;
    border: none;
}

.day .cont .postbox select.valid{
    color:#000;
}

.day .cont .postbox select {
    background: #FFF;
    color: #A8A8A8;
}

.day .cont .postbox #publisher {
    display: none;
}

.day .cont .postbox textarea {
    height: 10rem;
    line-height: 1.8rem;
    padding: 0 0.4rem;
    text-indent: 0
}

.day .cont .postbox .button input {
    width: 100%;
    display: block;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    background-color: #c6dfab;
    color: white;
    border-radius: 2px;
    margin-top: .5rem;
    border: 1px solid #afca91;
}

.day .cont .postbox .button input.ready {
    background-color: #5DAD06;
    border-color: #509208;
}

.day .cont {
    clear: both;
    font-size: .8rem;
}

.day .cont .tit {
    color: #9B9B9B;
    font-size: .6rem;
    font-weight: bold;
    padding: .5rem 0;
}

.day .cont .postlist {
    padding: .8rem;
    color: #020202;
}

.day .cont .postlist dl {
    border-bottom: 1px solid #c9c8bf;
    padding: .8rem 0;
}

.day .cont .postlist dl .date {
    font-size: .6rem;
    color: #ADADAD;
    line-height: 1.5rem;
}

.day .cont .postlist dl .text {
    line-height: 1.4rem;
    word-break: break-word;
}

.day .cont .postlist dl .from {
    text-align: right;
    font-size: .7rem;
    padding-top: 1rem;
}