@charset "utf-8";

#header-sp {
    display: none;
}
#header {
    width: 100%;
    border-top:3px solid #ff4d00;
}
.header__wrap{
	width: 96%;
    max-width: 980px;
	margin: 0 auto;
    padding: 7px 0 0;
}
.header__wrap__tagLine{
	color:#543F2E;
    margin-bottom: 2px;
    font-size: 13px;
}
.header__wrap__left {
    float: left;
    width: 33%;
    max-width: 225px;
}
.header__wrap__right {
    float: right;
    width: 66%;
    max-width: 474px;
}

@media screen and (max-width:1024px) {
    .header__wrap{
        padding: 4px 0 4px;
    }
    .header__wrap__tagLine{
        font-size: 13px;
    }
}

#gnav{
    width: 100%;
	max-width: 980px;
	margin: 5px auto 0;
}
#gnav li{
	float: left;
	margin-top: 9px;
    width: 50%;
}

#regist{
    width: 100%;
	max-width: 980px;
	background: url(../img/pc/bg_num.jpg) repeat-x left top;
	margin: 3px auto 0;
	padding-top: 6px;
	position: relative;
	padding-bottom: 10px;
	height: 35px;
}
#regist .txt{
	color: #FFF;
	position:absolute;
	top:12px;
	right:10px;
}
@media screen and (max-width:1024px) {
    #regist{
        margin: 0 auto;
        padding-bottom: 5px;
    }
}

#bc {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
#bc li {
    float: left;
    padding: 0px 0px 5px;
}
#bc li a {
    background: url(../img/pc/arw_bc.gif) no-repeat right center;
    padding-right: 14px;
    margin-right: 5px;
}


/*********************************
　ここから下スマホのヘッダー
**********************************/

@media screen and (max-width:599px) {
    #header {
        display: none;
    }
    #header-sp {
        display: block;
        width: 100%;
        border-top:2px solid #FF4D00;
    }
    #header-sp .tagline{
        background:#EEEAE8;
        border-bottom:1px solid #FFF;
        padding:3px 8px 2px;
        font-size: 12px;
    }
    #header-sp h1{
        padding:8px 0 0 10px;
        float:left;
        width: 35%;
        margin-bottom: 10px;
    }
    #header-sp .loginWrap {
        width: 63%;
        max-width: 40%;
        float: right;
    }
    #header-sp .loginBox{
        float:right;
        margin:0;
        padding: 10px 10px 0 0;
    }
    #header-sp .loginBox li{
        width: calc((100% - 10px) / 2);
        float:left;
        margin-right: 10px;
    }
    #header-sp .loginBox li:last-child{
        margin-right: 0;
    }
    #header-sp .telBox{
        width: 95%;
        margin: 0 auto;
    }
    #header-sp .head-text{
        width: 97%;
        margin: 8px auto 10px;
        padding: 5px 0 3px;
        text-align: center;
        background-color: #ffeede;
        border-radius: 3px;
        font-weight: bold;
        font-size: 13px;
    }
    #header-sp .head-text .strong{
        color: #FF4C00;
    }
    
    .tagline{
        background:#EEEAE8;
        border-bottom:1px solid #FFF;
        padding:10px;
    }

    #tabBox{
        position:relative;
        z-index:10;
        width:100%;
        overflow:hidden;
        background:url(../img/sp/slideshadow.png) bottom left repeat-x;
        background-size:35px 17px;
        -webkit-background-size:35px 17px;
        -moz-background-size:35px 17px;
        padding:0;
    }
    #tabBox li{
        float:left;
        width:50%;
        height:42px;
        background-image:url("../img/sp/tabA_off_l.png"), url("../img/sp/tabA_off_r.png"),url("../img/sp/tab_repeat_off_x.png");
        background-repeat:no-repeat,no-repeat,repeat-x;
        background-position:top left, top right,10px 0;
        background-size:16px 42px;
        -webkit-background-size:16px 42px;
        -moz-background-size:16px 42px;
    }
    #tabBox li a{
        width:100%;
    }
    #tabBox li span{
        margin:0 auto;
        display:block;
        overflow:hidden;
        text-indent:-9999px;
    }
    #tabBox li.cur{
        background-image:url("../img/sp/tabA_on_l.png"), url("../img/sp/tabA_on_r.png"),url("../img/sp/tab_repeat_on_x.png");
    }
    #tabBox li#searchBtn span{
        width:128px;
        height:42px;
        background:url(../img/sp/tabA_off_btn.png) top center no-repeat;
        background-size:128px 42px;
        -webkit-background-size:128px 42px;
        -moz-background-size:128px 42px;
    }
    #tabBox li#searchBtn.cur span{
        background:url(../img/sp/tabA_on_btn.png) top center no-repeat;
        background-size:128px 42px;
        -webkit-background-size:128px 42px;
        -moz-background-size:128px 42px;
    }
    #tabBox li#consulBtn span{
        width:139px;
        height:42px;
        background:url(../img/sp/tabB_off_btn.png) top center no-repeat;
        background-size:139px 42px;
        -webkit-background-size:139px 42px;
        -moz-background-size:139px 4px;
    }
    #tabBox li#consulBtn.cur span{
        background:url(../img/sp/tabB_on_btn.png) top center no-repeat;
        background-size:139px 42px;
        -webkit-background-size:139px 42px;
        -moz-background-size:139px 4px;
    }

    .topicPath {
        margin: 0;
        background: #EEEEEE;
        border-bottom: 4px solid #DDDDDD;
        font-size: 13px;
    }
    .topicPath ul li {
        padding: 0 25px 0 10px;
        line-height: 30px;
        display: inline-block;
        background: url(../img/sp/arrorw.gif) top right no-repeat;
        background-size: auto;
        background-size: 19px 30px;
        -webkit-background-size: 19px 30px;
        -moz-background-size: 19px 30px;  
    }
    .topicPath ul li:last-child{
        background:none;
    }
    .topicPath ul li:nth-of-type(2){
        padding: 0 0 0 5px;
    }   
}