﻿/*css----*/
body {
    font-family:,Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #ffffff;
    margin: 0px;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #ff6600;
}

a:active {
    text-decoration: none;
}

li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0px;
}

p {
    margin: 0;
    padding: 0px;
}
.topnavi_top_logindivtxt {
    width: 110px;
    height: 60px;
    float: right;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    margin-top: 10px;
}
.topnavi_linkbtn {
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    margin-top: 10px;
}

    .topnavi_linkbtn:hover {
        text-align: center;
        display: inline-block;
        color: #ff6600;
        font-size: 18px;
        font-weight: 500;
        padding: 10px;
        margin-top: 10px;
    }

body, ul, li, p, img, h1, h2, h3, h4, h5, from, input, dl, dt, dd {
    border: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/*----css*/


/*nav*/
.topnavi_eicowrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}

.topnavi_aeico {
    margin-right: 5px;
    height: 57px;
}

.topnavi_eicoinfo-m {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.topnavi_eico-m {
    line-height: 32px;
    text-align: center;
    font-size: 30px;
}

.topnavi_optspan-m {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

/*footer*/
.footer_bottom_bg {
    background: url(../images/bottom_bg.jpg) repeat-x;
    /*height:121px;*/ /*margin-top:10px;*/
}

.footer_bottom_t {
    color: #013F10;
    line-height: 28px;
    text-align: center;
}