@charset "utf-8";
#menubar {
	height: auto;
	width: 100%;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:auto 100%;
	background-repeat:repeat-x;
	
}
#menubar.stay{
    position: fixed;
    z-index: 6;
    top: 0;
}
.sq{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width:1200px;
}
#menubar .sq{
padding-top:5px;
padding-bottom:5px;	
}

@media (max-width:768px){
#menubar .sq{
padding-top:0px;
padding-bottom:0px;	
}

	
}

.mobileC {
    display: table;
    height: 100%;
    vertical-align: middle;
    font-size: 13pt;
    line-height: 26px;
    top: 10px;
    margin-left: auto;
    margin-right: auto;

    width: 100%!important;
    margin: 0%!important;
    height: 80px;
    border-radius: 40px;
    padding: 10px;
	height:100%;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
@media (max-width:1001px){
    .mobileC {
        margin-top: 45px!important;
    }
}
.mobileC a {
        width: 13.5%;
        display: inline-block;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        position: relative;
        z-index: 2;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ff93b8;
        color: #ffffff;
        border-radius: 40px;
        padding: 0 15px;
	    margin: 0 15px;
    }

.mobileC a.now{
        background: #ff498f;
        color: #ffffff;
}

    @media (max-width:1200px){
        .mobileC a {
        font-size: 20px;
        }
    }
    @media (max-width:991px){
        .mobileC a {
        font-size: 18px;
        height: 45px;
        }
    }
    @media (max-width:768px){
        .mobileC a{
                margin-left: 1.5%;
                margin-right: 1.5%;
                float: left;
                margin-top: 5px;
                height: 40px;
            }
            .mobileC a {
                font-size: 16px;
                padding: 0 8px;
                width: calc(30.3% - 16px);
            }
    }
    .mobileC a:hover {
        background: #ff498f;
        color: #ffffff;
    }


/* .mobileC a:hover:before {
	opacity:1;
}
.mobileC a:first-child {
color:#ff5186;
padding-bottom:22px;
}
.mobileC a:first-child:before {
background-color:#ff5186;
}

.mobileC a:nth-child(2) {
color:#e60012;
}
.mobileC a:nth-child(2):before {
background-color:#e60012;
}



.mobileC a:nth-child(3) {
color:#fabe00;
}
.mobileC a:nth-child(3):before {
background-color:#fabe00;
}

.mobileC a:nth-child(4) {
color:#21ade5;
}
.mobileC a:nth-child(4):before {
background-color:#21ade5;
}


.mobileC a:nth-child(5) {
color:#079f3e;
}
.mobileC a:nth-child(5):before {
background-color:#079f3e;
}



.mobileC a:nth-child(6) {
color:#0666b2;
}
.mobileC a:nth-child(6):before {
background-color:#0666b2;
}

.mobileC a:nth-child(7) {
color:#e0973d;
}

.mobileC a:nth-child(7):before {
background-color:#e0973d;
}


.mobileC a:nth-child(8) {
color:#53dedc;
}
.mobileC a:nth-child(8):before {
background-color:#53dedc;
}
.mobileC a:hover{
color:#fff;
}

.mobileC a:hover span{
color:#fff;
} */

.mobileC >div{
width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
	height:100%;

}

@media (max-width:991px){
    .mobileC >div{
        width: 100%;
            margin-left: 0%;
            margin-right: 0%;
        }
}
@media (max-width:768px){
    .mobileC >div{
       display:block;
        }
}
.mobileC >a >div{
	font-size:22px;
	width:auto;
	font-weight:bold;
	
}


.botMenu {
    background-color: #E4E4E4;
    height: auto;
    vertical-align: middle;
    color: #FFF;
    position: relative;
    width: 100%;
    text-align: left;
    /* bottom: 50px; */
    padding: 0;
    margin-top: 0px;
}
@media (max-width:880px){
.botMenu {
    display:none
}
	}

.widthLimit {
    max-width: 1200px;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.botMenu_logo {
    height: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #FFF;
    box-sizing: border-box;
    margin-right: 20px;
	padding:20px;
}
.copyTXT {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    text-align: left;
}
.roadline {
	background-color: #f4f5f7;
	line-height: 150%;
}
@media (max-width:1000px){
	.roadline {
	margin-top:0px;
	}
	}
.roadline .sq {
	padding:10px;
	font-size:14px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    display: flex;
    align-items: center;
}
.roadline a:after {
    content: "〉";
    margin: 0 5px;
    color: #000;
}
.roadline a.home {
    font-size: 0;
    width: 30px;
    height: 30px;
    background-image: url(../../img/index_new_OK_06.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


@media (max-width:768px){
.roadline .sq {
	padding:5px;
	font-size:13.5px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    display: flex;
    align-items: center;
}
	
}
