@charset "utf-8";

a {
    color: #81bc2e;
}

div#header h1 {
    margin-top: -15px;
}

div#container h2 {
    background-color: #81bc2e !important;
}

div#content h3 {
    background-color: #81bc2e !important;
}

div#footer div {
    background-color: #81bc2e !important;
}

div.bottom h4 a span {
    border-left: 5px solid #81bc2e !important;
}

div.about dt {
    border-left: 3px solid #81bc2e !important;
}

div#point dl {
    display: none !important;
}

div#point ul {
    float: none !important;
    width: 812px !important;
    padding-bottom: 10px;
}

div#point li {
    width: 191px !important;
    height: 46px !important;
    margin: 0px 12px 0px 0px !important;
}

div#point li img {
    width: 191px !important;
    height: 46px !important;
}

p#mypageExplain {
    display: none !important;
}

div.listBox table {
    border-top: 3px solid #81bc2e !important;
}

td.pointBtn {
    display: none !important;
}

div#agreement h4 span {
    border-left: 5px solid #81bc2e !important;
}

div.wbfTel {
    display: none;
}

div#footer div h4 {
    display: none !important;
}

dt#dialogTitle {
    background-color: #81bc2e;
}

.loginPointInfo{
    display: none;
}


/*--------------------------------------
        臨時インフォメーション
--------------------------------------*/

#newsTxt{
    width: 790px;
    line-height: 1.4;
    font-size: 14px;
    text-align: center;
    color: #333;
    border: 1px solid #de1617;
    margin: 10px auto;
    padding: 8px;
}
#newsTxt strong{
    color: #de1617;
    font-size: 115%;
    margin-bottom: 5px;
}
#newsTxt strong #txtTtl {
    background: url(/include/images/plus_mark.gif) no-repeat 95% 45%;
    background-size: 15px;
    display: block;
    padding: 5px 15px;
    font-weight: bold;
}
#newsTxt2{
    display: none;
}

@media screen and (max-width: 974px)and (min-width: 0px){

div#content {
    width: 100%;
    padding: 0;
}

#newsTxt{
    width: 93%;
}
#container {
    width: 100vw!important;
}
}
