/* --------------------
#latest-news
-------------------- */
#home #latest-news {
    display: block;
    border-bottom: solid 1px #efeecd;
    background: #fefdda;
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: 48px;
    z-index: 5;
    overflow: hidden;
}

#home #latest-news h2.post-title {
    color: #8f8d78;
    font-size:93%;
    text-align: center;
    line-height: 54px;
}

#home #latest-news h2.post-title a {
    color:#8f8d78;
    text-decoration: none;
}

#home #latest-news h2.post-title a:hover {
    padding-bottom: 2px;
    border-bottom: solid 1px #8f8d78;
}

#home #latest-news a.button {
    display: block;
    background: url("../images/home_latest_news_button.gif") no-repeat;
    background-size: contain;
    position: absolute;
    top: 18px;
    right:24px;
    width: 0;
    padding-left: 12px;
    height: 12px;
    overflow: hidden;
}

/* --------------------
article
-------------------- */
#home article {
    /* override common.css */
    padding-top: 108px;
}

/* --------------------
section.cover
-------------------- */
#home section.cover {
    position: relative;
    margin: 80px auto 96px;
}

#home section.cover h2.name {
    display: block;
    background: url("../images/home_cover_logo.gif") no-repeat;
    background-size: contain;
    width: 0;
    padding-left: 204px;
    height: 160px;
    margin: 0 auto 76px;
    overflow: hidden;
}

#home section.cover h3.lead {
    display: block;
    background: url("../images/home_cover_lead.gif") no-repeat;
    background-size: contain;
    width: 0;
    padding-left: 234px;
    height: 23px;
    margin: 0 auto 40px;
    overflow: hidden;
}

#home section.cover p.body {
    display: block;
    background: url("../images/home_cover_body.gif") no-repeat;
    background-size: contain;
    width: 0;
    padding-left: 624px;
    height: 410px;
    margin: 0 auto;
    overflow: hidden;
}

/* --------------------
section.name-mean
-------------------- */
#home section.name-mean {
    position: absolute;
    top:224px;
    right: 284px;
}

#home section.name-mean div.icon {
    display: block;
    background: url("../images/home_cover_name_mean_icon.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    padding-left: 26px;
    height: 38px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}

#home section.name-mean div.icon:hover {
    /*-webkit-transform: rotate(30deg);
    transform: rotate(30deg);*/
}

#home section.name-mean h3.head {
    display: block;
    background: url("../images/home_cover_name_mean_head.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -52px;
    left: -40px;
    width: 0;
    padding-left: 100px;
    height: 52px;
    margin: 0 auto;
    overflow: hidden;
}

#home section.name-mean p.body {
    background: url("../images/home_cover_name_mean.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -214px;
    left: -160px;
    width: 0;
    padding-left: 338px;
    height: 215px;
    margin: 0 auto;
    overflow: hidden;
}

/* --------------------
ul.photo
-------------------- */
#home ul.photo {
    display: block;
    width: 672px;
    height: 192px;
    margin: 0 auto 128px;
    overflow: hidden;
}

#home ul.photo li {
    display: block;
    width: 192px;
    height: 192px;
    margin: 0 16px;
    float: left;
}

#home ul.photo li img {
    display: block;
    width: 192px;
    height: 192px;
}


@media screen and (min-width: 569px) {
}

@media screen and (max-width: 568px) {

    #home #latest-news {
        top: 32px;
        height: 32px;
    }

    #home #latest-news h2.post-title {
        font-size:85%;
        line-height: 32px;
    }

    #home #latest-news a.button {
        top: 10px;
        right:12px;
    }

    #home #latest-news h2.post-title a:hover {
        border-bottom: none;
    }

    #home article {
        padding-top: 40px;
        width: 320px;
        overflow: hidden;
    }

    #home section.cover {
        margin: 40px auto 32px;
    }

    #home section.cover h2.name {
        padding-left: 102px;
        height: 80px;
        margin: 0 auto 22px;
    }

    #home section.cover h3.lead {
        padding-left: 117px;
        height: 12px;
        margin: 0 auto 18px;
    }

    #home section.cover p.body {
        padding-left: 312px;
        height: 205px;
    }

    #home section.name-mean {
        display: none;
        position: absolute;
        top:96px;
        right: 88px;
    }

    #home section.name-mean div.icon {
        top: 0;
        left: 0;
        width: 0;
        padding-left: 13px;
        height: 19px;
    }

    #home section.name-mean h3.head {
        top: -26px;
        left: -18px;
        width: 0;
        padding-left: 50px;
        height: 26px;
    }

    #home section.name-mean p.body {
        top: -107px;
        left: -78px;
        padding-left: 169px;
        height: 108px;
    }

    #home ul.photo {
        width: 312px;
        height: 96px;
        margin: 0 auto 42px;
    }

    #home ul.photo li {
        width: 96px;
        height: 96px;
        margin: 0 4px;
    }

    #home ul.photo li img {
        width: 96px;
        height: 96px;
    }
}
