@charset "UTF-8";
.headerNewsArea2 {
background-color: #F3D69F;
}
.headerNewsArea2 a{
    color: #000;
}

/* ------- New form CMS ------- */
#hn_notice{
    margin:0;
    padding:0;
}
#headerNotice{
    width:100%;
    padding:0;
    margin:0;
}
#headerNotice .headerNotisAndInfo{
    width:100%;
    
}
#headerNotice .noticeInner{
    width:1000px;
    margin:0 auto;
    background-color:transparent
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height:1.4;
    padding:5px 0;
    font-size:100px;
}
.txleft{
    text-align:left;
}
.txcenter{
    text-align:center;
}
.txright{
    text-align:right;
}

/* ----------スマホ -------- */
@media screen and (max-width:767px){
    #headerNotice{
        /*margin-top:-10px;*/
    }
    #headerNotice .noticeInner{
        width:100%;
        margin:0;
        background-color:transparent
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height:1.4;
        padding:5px;
        font-size:90px;
        white-space:auto;
        overflow:hidden;
    }
}/* スマホ */