@charset "UTF-8";
.home #header {
	position: absolute;
	background: 0 0
}
#header {
	width: 100%;
	margin: auto;
	height: auto
}
#header_inner {
	height: auto;
	max-width: 1110px;
	margin: 0 auto;
	position: relative;
	background: #FFF;
	padding: 0 20px
}
.home #header_inner {
	border-bottom: solid 1px #eee
}
#global_menu {
	background-color: #fff;
	opacity: 1
}
.pc #logo_image {
	top: 51%
}
.pc #logo_text {
	top: 62%
}
.pc #logo_image img.pc_logo_image {
	/*display: block;*/
    display: inline-block;
	width: 40%;
	margin-top:-40px;
}
.pc #global_menu>ul {
	height: 60px
}
.pc #global_menu>ul>li>a {
	padding: 0 22px;
	line-height: 55px;
	font-weight: 700;
	height: 60px
}
.language_area {
	text-align: right;
	padding-top: 0
}
.language_area .off {
	background: #333;
	color: #FFF!important;
	padding: 5px 10px;
	margin-left: 10px;
	margin-right: 10px
}
.language_area_s {
	display: none
}
.pc .home #global_menu>ul>li>a:hover {
	color: #ccc!important
}
#header_slider_nav .item {
	padding: 15px
}
#header_slider_nav .label {
	background: url(/wp-content/uploads/images/top/moyou_bg.gif) center!important;
	margin: 0 20px
}
.menu_button {
	background: #000!important
}
.pc #global_menu ul ul {
	top: 60px!important;
	left: 0;
	border: 1px solid #eee
}
.sp #global_menu li {
	border-bottom: solid 1px #fff
}
.pc #global_menu ul ul ul {
	top: -1px!important;
	border: 1px solid #eee
}
.pc #global_menu ul ul a {
	display: block;
	font-size: 14px;
	border: none;
	position: relative;
	padding: 10px 20px;
	height: auto;
	line-height: 1.6;
	margin: 0;
	text-align: left;
	box-shadow: none
}
#footer_menu ul {
	width: 140px!important;
	margin: 0 26px 0 0
}
#single_news #post_title {
	color: #000!important
}
@media only screen and (max-width:1199px) {
.mobile .mobile_header_fix #header {
	position: absolute!important
}
#global_menu li.menu-item-has-children a {
	border-bottom: solid 1px #fff
}
#logo_image img {
	width: 40%
}
#global_menu li.menu-item-has-children.open>.child_menu_button .icon::before {
	content: '-';
	color: #000!important
}
#global_menu .child_menu_button.active .icon::before, #global_menu .child_menu_button:hover .icon::before {
	color: #000!important;
	border-color: #000!important
}
#global_menu .child_menu_button .icon::before {
	content: '+';
	font-size: 13px;
	color: #000!important;
	text-align: center;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #000!important;
	border-radius: 100%;
	position: absolute;
	left: 20px;
	top: 15px
}
.language_area {
	display: none
}
.language_area_s {
	text-align: left;
	padding-top: 0;
	display: block;
	position: relative
}
.language_area_s .off {
	background: #333;
	color: #FFF!important;
	padding: 5px 10px
}
.language_area_s p {
	text-align: center;
	display: block;
	position: absolute;
	top: 80%;
	right: 20%;
	line-height: 180%;
	margin-top: 15px;
	width: 120px
}
.language_area_s a {
	margin-left: 10px
}
}
.language_area a:hover, .language_area_s a:hover {
	text-decoration: none;
	color: #0bc0e3!important
}
.language_area .off:hover, .language_area_s .off:hover {
	color: #FFF!important
}
@media only screen and (max-width:640px) {
.language_area_s .pre::after {
	content: "\A";
	white-space: pre
}
.language_area_s p {
	text-align: center;
	display: block;
	position: absolute;
	top: 80%;
	right: 20%;
	line-height: 180%;
	margin-top: 5px;
	width: 100px
}
}

/*@media only screen and (min-width: 641px) {
.language_area {
    text-align: left !important;
    padding-top: 0;
    display: flex;
    width: 450px;
    margin-left: 395px;
}
}
*/
@media only screen and (max-width:640px) {
.pcOnly {
	display: none;
}

#searchform {
	margin-top:30px;
}

#searchform input, #searchform textarea {
    /* background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); */
     -webkit-appearance: textarea;; 
    /* border-radius: 0; */
		/*height: 26px;*/
		/*width: 71%;*/
    margin-left: 4%;
}
#global_menu {
    display: none;
    clear: both;
    width: 100%;
    margin: 0;
    top: 56px;
    position: absolute;
    z-index: 9;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    /* -webkit-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); */
		background:#eee;
}

.search_list {
	font-size:16px;
	font-weight:bold;
	line-height:180%;
	margin-left: 3% !important;
}

.search_list li {
	list-style: square;
	font-size:14px;
	font-weight:normal;
}

.search_container {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #999;
    display: block;
    padding: 3px 10px;
    border-radius: 20px;
    height: 2.3em;
    width: 70%;
    overflow: hidden;
    margin: 10px auto 30px;
		background:#fff;
}
}
@media only screen and (max-width: 767px){
#header_inner {
    width: auto !important;
}}