
/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	/*left:0;*/
	z-index:9999;
	border:1px solid gray;
	background-color: #ffffff;
	background-clip: content-box;
	max-width:1200px;
}

@media all and (min-width:0px) and (max-width:430px){
	.cbp-hrmenu .cbp-hrsub {width: 100%;}
	.cbp-hrmenu .cbp-hrsub {
		transform: translate(-50%, 0%);
		left: 50% !important;
	}
}

@media all and (min-width:430px) {
	.cbp-hrmenu .cbp-hrsub {
		width:170px;
		/*width: calc(100% - 10px);*/
	}
}




@media all and (min-width:0px) and (max-width:1024px){
	#top_menu_mid {width: 100%;}

	.cbp-hrmenu .cbp-hrsub {
		margin-top:0px;
	}
	.top_menu_search{
		width:224px;
		margin: 13px auto;
		height:auto;
	}

	@media all and (min-width:768px) and (max-width:1024px){
		/*.cbp-hrmenu .cbp-hrsub { padding:0px;padding-top:0px;}*/
		#top_menu_mid {padding-left:10px;padding-right:10px;}
		.top_menu_search {padding-left:10px;padding-right:10px;}
		.search_display{width:500px;margin-left:50px;}
	}

	#top_menu_mid { /*width: 433px;display:table;*/ }
	.cbp-hrmenu {display:table;margin:0px auto;}
	.cbp-hrmenu .bottom {width:465px;}
	.cbp-hrsub h4 {font-size: 14px;}
	.cbp-hrsub li a{font-size:14px;}
	.cbp-hrmenu .cbp-hrsub-inner > div {width: calc(100% - 10px);}
	.top_menu_mid_search { width: 65px;padding-left:5px;padding-right:5px;}
	.top_menu_mid_search > img{ height:22px;}
	.top_menu_mid_search_I{ margin-left:5px;margin-right:5px;height:20px;}

	.top_menu_search > form > input[type=text]{
		width: 200px;
	}

	.search_display{width: 80%; margin-left: 50px;}

}

@media all and (min-width:1024px){
	#top_menu_mid {min-width: 844px;display:table;} /* 1050px; */


	.cbp-hrmenu .cbp-hrsub {/* padding:5px; *//* padding-top:10px; */}
	.search_display{width: 600px;margin-left: 84px;}
	.cbp-hrmenu .cbp-hrsub {
		margin-top:0px;
	}

	.top_menu_search{position:relative;
		width:424px;
		margin: 13px auto;
		height:auto;
	}

	.top_menu_search > form > input[type=text]{
		width:400px;
	}

	#top_menu_mid {min-width: 560px;}
	/*.head_middle_navi {width: 578px;}*/
	.cbp-hrmenu {margin:0px auto;/* float:left; */}
	/*.cbp-hrmenu.bottom {width:450px;}*/
	.cbp-hrmenu.bottom {width: auto;}
	.cbp-hrmenu .cbp-hrsub {
		width:170px;
		/*width: calc(100% - 10px);*/
	}
	.cbp-hrmenu > ul > li > a {width:auto; padding:0px 17px; font-size:18px;}
	.cbp-hrsub h4 {font-size: 17px;}
	.cbp-hrsub li a{font-size:15px;}
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: calc(100% - 10px);
		/*width: calc(25% - 10px);*/
	}
	.top_menu_mid_search {    width: 60px;padding-left:10px;padding-right:10px;}
	.top_menu_mid_search > img{    height:17px;}
	.top_menu_mid_search_I{ margin-left:10px;margin-right:10px;height:15px;}
}

@media all and (min-width:0px) and (max-width:430px){
	.cbp-hrmenu {width: 90%;}
	.top_menu_search > form > input[type=text]{
		width: 200px;
	}
	.cbp-hrmenu > ul > li > a {/*width:42px;*/font-size: 15px;padding:5px;}
}
@media all and (min-width:430px) and (max-width:1024px){
	.top_menu_search > form > input[type=text] {width: calc(100% - 25px);}

	.cbp-hrmenu > ul > li > a {/*width:45px;*/font-size: 16px;padding:0px 13px;}
}






.top_menu_search > form > input[type=text]{
	font-family: 'Lato-Regular';
	/*border:0px;*/
	height:30px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
}



#top_menu_mid {
	margin: 0px auto;
	/*margin-top:40px;*/
	height:auto;
	overflow:hidden;
}


/* ë©”ë‰´ */
#top_menu_1 {
	width: 100%;
	height: auto;
	margin:0px auto;
	overflow:hidden;
	/*        background-color:red;*/
	z-index:999;
	font-family: 'Lato-Regular';
}

.cbp-hrmenu {
	height:auto;
	/* background-color:yellow; */
	overflow:hidden;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	text-align: center;
	padding: 0;
	margin:0;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
	/* float: left; */
	height:27px;
	/*line-height:40px;*/
	/*margin-top:35px;*/
	/*margin-bottom:10px;*/
}

.cbp-hrmenu > ul > li > a {
	font-weight: 500;
	font-family: 'noto';
	color: #07345e;
	display: inline-block;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #cfedff;
	text-decoration: underline;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color:black;
}


.cbp-hropen .cbp-hrsub {
	display: block;
	/*padding-bottom: 3em;*/
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	height:auto;
	/* padding: 0 5px 10px; */
}
.cbp-hrsub-inner > div > h4{
	font-family: 'Lato-Regular';
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}

.cbp-hrsub h4 {
	color: #999;
	padding: 0.3em 0 0.3em;
	margin: 0;
	font-weight: 700;
}
.cbp-hrsub li{
	background-color:#fff;
}

/*ê²€ìƒ‰ ì‹œìž‘*/
.top_menu_mid_search {
	color: black;
	text-align: center;
	height: 40px;
	line-height:40px;
	display:inline;
}
.top_menu_mid_search > img{
	color:#07345e;
	/*opacity:0.5;*/
	display:inline;
	vertical-align:middle;
}
.top_menu_mid_search_I{
	border:0.5px solid #e5e5e5;
	display:inline;
}

.top_menu_mid_search:hover {
	color: #07345e;
	/*background-color: #fff;*/
}

.top_menu_search > form{
	display:inline;
}

.search_display{
	display:none;
	position:absolute;
	z-index:999999;
	border:solid 1px #dedede;
	overflow:hidden;
}

