@charset "utf-8";

body {
    min-width: 0;
    margin: 0;
    overflow-x: hidden;
}


#smHeader {
    height: 44px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

#smHeader img {
    padding: 6px 6px;
    height: 30px;
    width: 118px;
}

#smHeader li {
    float: right;
    text-align: center;
    margin: 3px;
}

#smHeader p {
    text-align: right;
}

#smHeader .header_login_kotei a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    margin-right: 10px;
    line-height: 1.4;
}

.header_login_kotei {
    float: right;
    font-size: 11px;
    text-align: bottom;
    padding-top: 7px;
}

.open {
    font-size: 18px;
    display: block;
    float: right;
    margin-top: 4px;
    padding: 7px;
    margin-right: 5px;
    color: #333;
}

@media(min-width: 820px) {
    #smHeader {
        display: none;
    }
}


@media(max-width: 819px) {
    #header_area {
        display: none;
    }
}



/* LPコンテンツ */
#lp-container {
    max-width: 500px;
    margin: auto;
/*    overflow: hidden; */
    box-shadow: 0 0 20px 0 #00000088;
}

#lp-container img {
    display: block;
    width: 100%;
}



/* フッター */
#footer_area {
    background: url(images/nojimaback.png) repeat-x 50% 0;
    color: #FFFFFF;
    text-align: center;
    padding: 150px 0 50px;
}