@charset "UTF-8";

ul,
ol {
    list-style: none;
}

/* article */
#container article {
    background: #fee100;
    margin: 0 auto 60px;
    padding: 0;
    width: 1000px;
}
article a {
    display: block;
}
article h1,
article a,
article p,
article .detail div{
    background: center/100% auto no-repeat;
    font-size: 0px;
    height: 0;
    margin: auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* content */

article h1 {
    background: center / 100% auto no-repeat;
    height: auto;
    margin: auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;    
    text-indent: 0;
}

article .head {
    background: #fee100;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

article .detail .date {
    padding-top: 111px;
    width: 950px;
}

article .detail .next{
    background-size: contain;
    padding-top: 375px;
    width: 950px;
}
