@charset "utf-8";


.l-header * {
    font-family: "メイリオ",Meiryo,Tahoma,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1;
    box-sizing: border-box;
}
img {
    vertical-align: top;
}
#header {
    background: url(/images/bg_heder.jpg);
}
.fixed_head_text {
    color: #fff;
    margin: 6px 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 600px;
}
   #service {
        z-index: 101;
        width: 100%;
        min-width: 950px;
        height: 30px;
        background-color: #9f9d9e;
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: 0 0 3px #666;
    }
    #service-text {
        width:950px;
        margin: 0 auto;
    }

    #service-wrraper {
        height: 30px;
    }

    #info-wrraper {
        width: 950px;
        margin: 0 auto;
    }

    #logo {
        float:left;
    }

    #service-right {
        float: right;
    }

    #info {
        float: right;
        padding: 0 10px 0 0;
    }

    #service-ul {
        float: left;
        padding: 5px 10px 0 0;
    }

    #service-ul li {
        float: left;
    }

    .koushin{
        float: left;
        padding: 7px 10px 0 0;
        color: #fff;
        font-weight: bold;
    }
    #head_count {
        float: right;
        cursor: pointer;

    }

    #header li.history {
        background: url(/images/bg_head_history.jpg) no-repeat left bottom;
        text-align: right;
        width: 72px;
        height: 63px;
        float: left;
    }
    #header li.favorite {
        text-align: right;
        width: 74px;
        height: 63px;
        float: left;
    }
    span#hisCnt {
        text-decoration: underline;
        color: #ff3600;
        font-size: 180%;
        font-weight: bold;
        text-align: center;
    }
    span#favoCnt {
        text-decoration: underline;
        color:#ff3600;
        font-size:180%;
        font-weight:bold;
        text-align:center;
    }
    p.count_txt {
        text-align: center;
        font-size:80%;
    }
    p.count {
        padding: 10px 5px 0 0;
    }
    p.time {
        padding: 6px 0 0 0;
        clear: both;
        text-align: right;
        margin: 0 0 10px 0;
        max-width: 400px;
    }
    p.tel {
        clear: both;
        text-align: right;
    }

    #nav {
        clear: both;
    }

    .clearfix {
        display: block;
    }
    #nav li{
        float: left;
    }
    #nav ul{
        width: 950px;
        margin: auto;
    }
    #nav .search_overlay ul {
        opacity:0.89;
        width: 178px;
        border:1px solid #999;
        border-top:none;
        position:absolute;
        z-index:12;
        background-color:#EBEBEB;
        padding:5px;
    }
    #nav .search_overlay ul li {
        width: 170px;
        font-size:13px;
        font-weight:bold;
        border-top:1px solid #DDD;
        padding:5px;
        text-align: center;
    }
    #nav .search_overlay ul li:first-child {
        border-top:none;
        padding-top: 0;
        text-align: center;
        width: 170px;
    } 
    #nav .search_overlay ul li:last-child {
        padding-bottom: 0;
        text-align: center;
        width: 170px;
    }         
    #nav .search_overlay ul li a {
        display:block;
        color: #333;
    }  
    #nav .search_overlay ul li a:hover {
        color: #CC0000;
    }




#asid-info * {
font-family: inherit;
}

#loginPopUp .form{
float:left;
margin: 3px 0 0px 207px;
background-color: #fff;
border: 4px solid #3861B1;
border-radius: 0px 0px 5px 5px;
width:213px;
padding: 8px;
min-height: 149px;
clear: both;
}

#loginPopUp .form p{
color: #666;
font-size: 90%;
}

#loginPopUp .form input{
border: 1px solid #C1C1C1;
border-radius: 5px 5px 5px 5px;
padding: 5px;
width:200px;
margin-bottom: 5px;
}

#loginPopUp p.login_btn{
text-align: center;
}

#loginPopUp p.login_btn input{
border: none;
}

#loginPopUp p.passforget{
margin-left: 3px;
}

#loginPopUp p.loading{
display:none;
text-align: center;
padding-top: 60px;
}
#loginPopUp #password_password{
ime-mode: disabled;
}
#loginPopUp #autoLogin{
width:auto;
}

    #searchlink{
        background: #eeeeee;
        padding: 15px 0;
    }
    #searchlink #searchlink-inner{
        width: 950px;
        margin: 0 auto;
    }

    #searchlink #searchlink-inner .link-area{
        padding: 5px 10px;
    }
    #searchlink #searchlink-inner .link-area p{
        font-weight: bold;
        float: left;
        width: 140px;
        color: #737373;
    }
    #searchlink #searchlink-inner .link-area .subhead-row{
        width: 790px;
        float: right;
    }
    #searchlink #searchlink-inner .link-area .subhead-row li {
        float: left;
    }
    #searchlink #searchlink-inner .link-area .subhead-row li span{
        display: inline-block;
        margin: 0 5px 0 0;
    }

    #right_side_float_menu {
        position: fixed;
        right: 0;
        top: 158px;
        z-index:999;
    }
    #right_side_float_menu img:hover {
        opacity: 0.8;
    }