/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}/*HTML5display-roleresetforolderbrowsers*/article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

body#news {
    font-family: '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #231815;
    font-size : 16px;
    background-color: #FFE473;
    background-position: center;
    background-attachment: fixed;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    position: relative;
    z-index: 1;
}

#news * {
    box-sizing: border-box;
}

#news a:hover {
    opacity: .5;
}

#news img {
    max-width: 100%;
}

#news footer a {
    text-decoration: none;
}


/* --------------------------------------------------
*
    news_header
*
-------------------------------------------------- */
#news .news_header {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url(/store/5year/images/news/bg_header@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#news .news_header h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* --------------------------------------------------
*
    textlive
*
-------------------------------------------------- */
#news .textlive {
    position: relative;
    top: -40px;
    max-width: 680px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

#news .textlive .content {
    padding-top: 70px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 60px;
}

/* --------------------------------------------------
*
    navigation
*
-------------------------------------------------- */
#news .textlive .top_nav {
    height: 40px;
    padding-right: 20px;
    text-align: right;
    background-color: #40220F;
}

#news .textlive .top_nav ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 40px;
    font-size: 13px;
}

#news .textlive .top_nav ul li.enabled a {
    opacity: 1;
    cursor: pointer;
}

#news .textlive .top_nav a {
    color: #FFE473;
    font-weight: bold;
    text-decoration: none;
}

#news .textlive .top_nav img[src*="left"] {
    margin-right: 5px;
}
#news .textlive .top_nav img[src*="right"] {
    margin-left: 5px;
}

#news .textlive .bottom_nav img[src*="left"] {
    margin-right: 7px;
}
#news .textlive .bottom_nav img[src*="right"] {
    margin-left: 7px;
}

#news .textlive .bottom_nav {
    position: relative;
    padding-top: 30px;
}

#news .textlive .bottom_nav ul {
    overflow: hidden;
}

#news .textlive .bottom_nav ul li {
    float: left;
}

#news .textlive .bottom_nav ul li.enabled a {
    opacity: 1;
    cursor: pointer;
}

#news .textlive .bottom_nav ul .next {
    float: right;
}

#news .textlive .bottom_nav .center {
    text-align: center;
    margin-top: -1em;
}

#news .textlive .bottom_nav .center > div {
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
}

#news .textlive .bottom_nav a {
    font-weight: bold;
    color: #40220F;
    text-decoration: none;
    letter-spacing: .075em;
}

/* --------------------------------------------------
*
    post
*
-------------------------------------------------- */
#news .textlive .post {
    border-bottom: solid 1px #231815;
}
#news .textlive .post + .post {
    margin-top: 50px;
}

#news .textlive .post_header {
    position: relative;
}

#news .textlive .post_header .date {
    color: #40220F;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .075em;
}

#news .textlive .post_header .title {
    position: relative;
    width: 86%;
    margin-top: 4px;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .075em;
    background-color: #FFE473;
    border-radius: 6px;
    line-height: 1.8;
}

#news .textlive .post_header .title a {
    text-decoration: none;
    color: #40220F;
}

#news .textlive .post_header .title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    width: 15px;
    height: 13px;
    background-size: 15px 13px;
    background-image: url(/store/5year/images/news/balloon_arrow@2x.png);
    background-repeat: no-repeat;
}

#news .textlive .post_header .face {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

#news .textlive .post_content .body {
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.75;
    letter-spacing: .075em;
}

#news .textlive .post_content .body .cap {
    display: block;
    margin-top: -15px;
    font-size: 13px;
    color: #999;
}

#news .textlive .post_content .body .black {
    color: #000;
}
#news .textlive .post_content .body .gray {
    color: #666;
}
#news .textlive .post_content .body .red {
    color: #c00;
}
#news .textlive .post_content .body .size12px {
    font-size: 12px;
}
#news .textlive .post_content .body .size13px {
    font-size: 13px;
}
#news .textlive .post_content .body .size14px {
    font-size: 14px;
}
#news .textlive .post_content .body .size15px {
    font-size: 15px;
}
#news .textlive .post_content .body .size16px {
    font-size: 16px;
}
#news .textlive .post_content .body .size17px {
    font-size: 17px;
}
#news .textlive .post_content .body .size18px {
    font-size: 18px;
}
#news .textlive .post_content .body .size19px {
    font-size: 19px;
}
#news .textlive .post_content .body .size20px {
    font-size: 20px;
}
#news .textlive .post_content .body .bold, strong, b {
    font-weight: bold;
}
#news .textlive .post_content .body a {
    color: #00a0e9;
    text-decoration: none;
}
#news .textlive .post_content .body a:hover {
    padding: 0 0 2px 0;
    border-bottom: 1px solid #00a0e9;
    transition: border .15s ease .05s;
}
#news .textlive .post_content .body .mail {
    position: relative;
    display: block;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    color: #666;
    padding: 1em 1em 1em 2.5em;
}
#news .textlive .post_content .body .mail:after {
    content: "\F1F0";
    font-family: "Material Design Icons";
    font-size: 30px;
    color: #40220F;
    position: absolute;
    left: 0;
    top: 8px;
}
#news .textlive .post_content .body .movie {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#news .textlive .post_content .body .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#news .post_img {
    display: none!important;
}
#news .body .post_img {
    display: inline!important;
    margin-top: 1em;
    margin-bottom: 1em;
}
#news .sns_share {
    text-align: right;
    margin-bottom: 20px;
}
#news .sns_share h3{
    font-size: 14px;
    margin: 0 10px 0 20px;
    letter-spacing: .06em;
    display: inline-block;
    vertical-align: middle;
}

#news .sns_share ul{
    display: inline-block;
    vertical-align: middle;
}

#news .sns_share li{
    margin: 0 15px;
    display: inline-block;
}

#news .sns_share li img{
    width: auto;
    height: 30px;
}

@media screen and (max-width : 640px) {
    #news .news_header {
        height: 100vw;
    }
    #news .news_header h1 {
        width: 80%;
    }
    #news .textlive {
        width: 94%;
    }
    #news .textlive .content {
        padding-top: 50px;
        padding-left: 3%;
        padding-right: 3%;
        padding-bottom: 20px;
    }
    #news .textlive .post_header .title {
        width: 100%;
        line-height: 1.5;
        border-radius: 3px;
    }
    #news .textlive .post_header .title:after {
        top: -13px;
        right: 50px;
        width: 13px;
        height: 15px;
        background-size: 13px 15px;
        background-image: url(/store/5year/images/news/balloon_arrow_sp@2x.png);
    }
    #news .textlive .post_header .face {
        top: -12px;
        right: 5px;
    }
    #news .textlive .post_header img {
        width: 50px;
    }
    #news .textlive .post_content {
        margin-top: -1em;
    }
    #news .textlive .post_content .body {
        padding-left: 0;
        padding-right: 0;
    }
    #news .textlive .top_nav {
        padding-right: 0;
        text-align: center;
    }
    #news .textlive .bottom_nav {
        padding-top: 15px;
    }
    #news .textlive .bottom_nav .center {
        margin-top: 0;
    }
    #news .textlive .bottom_nav .center > div {
        display: block;
        margin-top: 1em;
    }
    #news .textlive .bottom_nav a  {
        font-size: 13px;
    }
    #news .sns_share li{
        margin: 0 10px;
    }
    #news br {
        display: inline!important;
    }
}
