@charset "utf-8";
#menubar {
	height: auto;
	width: 100%;
	background-image: url(../img/button_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:auto 100%;
	background-repeat:repeat-x;
	
}

.sq{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width:1200px;
}
#menubar .sq{
padding-top:10px;
padding-bottom:10px;	
}
@media (min-width:1000px){
.mobileC {
    display: table;
    height: 100%;
    vertical-align: middle;
    font-size: 13pt;
    line-height: 26px;
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    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;
}
.mobileC a {
    width: 12.5%;
    display: inline-block;
	text-align:center;
	font-size:26px;
	    font-weight: bold;
		position:relative;
		z-index:2;
}
.mobileC a:before {
    width: 100%;
    height: 80px;
    z-index: -1;
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
	opacity:0;
	pointer-events:none;
}


.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: 90%;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	height:100%;
}
.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: #F0F0F0;
	line-height: 150%;
}
@media (max-width:1000px){
	.roadline {
	margin-top:30px;
	}
	}
.roadline .sq {
	padding:10px;
	font-size:14px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

