/*ヘッダー共通化用*/
/*layout---------------------------------------------------------------------------------------------- */
.center-area{
	width:1020px;
	margin:auto;
	position:relative;
}

#top-area{
	z-index:10;
	min-height:1px;
	position:relative;
	width:100%;
}

.header-parts{
	/*
	overflow:hidden;
	font-size:88%;
	font-size:12px;
	*/

}
#header{
	width:100%;
}
#header2{
	width:100%;
}
/*header parts index---------------------------------------------------------------------------------------------- */
.header-parts .item{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}

.header-parts .logo{
	z-index: 8;
}

#bg .header-parts .logo a:link{
	text-decoration: none;
}

.header-parts .exmenus{
	z-index:7;
}
.header-parts .menu{
	z-index:8;
}
.header-parts .tools{
	z-index:5;
}
.header-parts .text1{
	z-index:4;
}
.header-parts .text2{
	z-index:3;
}

.header-parts .image1{
	z-index:2;
}
.header-parts .h1_title{
	z-index: 1;
}
/*header logo---------------------------------------------------------------------------------------------------------- */
.header-parts h1.h1_title{
	font-weight:normal;
	font-size:88%;
}
#bg.pc-one-column .header-parts h1.h1_title{

}

/* .header-parts .logo{
	font-size:185%;
} */


/*header exmenu parts---------------------------------------------------------------------------------------------- */
.header-parts .exmenus{
	min-width:100px;
	/*min-height:20px;*/
	line-height: 1;
}

.header-parts .exmenus li{
	margin-right:1px;
	margin-bottom:1px;
}

.header-parts .exmenus li a{
	padding:4px 8px;
}
.header-parts .exmenus li a i.fa{
	margin-right: 5px;
}
.header-parts .exmenus li a,.header-parts .exmenus li a:link{

}

.header-parts .exmenus li a:hover,.header-parts .exmenus li a:active{
}

/*header multilanguage parts---------------------------------------------------------------------------------------------- */
.header-parts .lgmenus{
	min-width:100px;
	/*min-height:20px;*/
}

.header-parts .lgmenus li{
/*
	margin-right:3px;
	margin-bottom:1px;
*/
	float:left;
}

.header-parts .lgmenus li a{
	padding:3px 5px;
}
.header-parts .lgmenus li a i.fa{
	margin-right: 5px;
}
.header-parts .lgmenus li a,.header-parts .lgmenus li a:link{

}

.header-parts .lgmenus li a:hover,.header-parts .lgmenus li a:active{
}
/*header menu parts---------------------------------------------------------------------------------------------- */
.header-parts .menu{
	min-width:100px;
}
/*
.header-parts .menu li{
	padding:0px 2px;
	display:block-inline;
}

.header-parts .menu li a{
	font-size:15px;
	border-right: 1px solid #CCCCCC;
	white-space: nowrap;

}
.header-parts .menu li:first-child a{
	border-right: none;
}

.header-parts .menu li a,.header-parts .menu li a:link{
	color:#333333;

}

.header-parts .menu li a:hover,.header-parts .menu li a:active{
}
*/
/*header tools parts---------------------------------------------------------------------------------------------- */

.header-parts .ad-tool,
.header-parts .vi-tool{
	position	: relative;
}


.header-parts .tools-icon{
	display	: block;
	width	: 28px;
	height	: 28px;
	text-align: center;
	line-height:28px;
	font-size:16px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor	: pointer;

	/* 初期カラー */
	color		: #333333;
	/*background	: #CCCCCC;*/
}

.header-parts #tools-area.tool-format{
/*	width	: 448px;*/
/*	display	: inline-block;-*/

}
/*
.header-parts #tools-area.tool-format > div{
	vertical-align : middle;
	display	: table;
	height	: 100%;
}
*/
.header-parts #tools-area.tool-format > div > .ad-tool,
.header-parts #tools-area.tool-format > div > .vi-tool{
	vertical-align : middle;
	display	: table-cell;
	padding-left:10px;
}
.header-parts #tools-area.tool-format > div > .ad-tool:first-child,
.header-parts #tools-area.tool-format > div > .vi-tool:first-child{
	padding-left:0px;
}
.header-parts #tools-area .tools-icon span.fa-font.small{
	font-size:12px;
}
.header-parts #tools-area .tools-icon span.fa-font.big{
	font-size:14px;
}

.header-parts #tools-area .tools-pop {
	display		: none;
/*	position	: relative;*/
	position	: absolute;
	top		: 40px;
	background	: #ffffff;
	border		: 1px solid #CBCBCB;
	width		: auto;
	height		: auto;
	z-index		: 10;
	padding		: 2px;
	border-radius	: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.header-parts #tools-area #search-pop-btn + .tools-pop{
	width		: 224px;
}
.header-parts #tools-area #translate-pop-btn + .tools-pop{
	width		: 126px;
}
.header-parts #tools-area #font-size-chbtn + .tools-pop{
	width		: 165px;
}
.header-parts #tools-area .tools-pop:after, header #tools-area .tools-pop:before {
	bottom		: 100%;
	border		: solid transparent;
	content		: " ";
	height		: 0;
	width		: 0;
	position	: absolute;
	pointer-events	: none;
}

.header-parts #tools-area .tools-pop:not(.right-pop){
	left		: 0px;
}
.header-parts #tools-area .tools-pop:not(.right-pop):after, header #tools-area .tools-pop:not(.right-pop):before {
	left		: 15px;
}
.header-parts #tools-area .tools-pop.right-pop{
	right		: 0px;
}
.header-parts #tools-area .tools-pop.right-pop:after, header #tools-area .tools-pop.right-pop:before{
	right		: 10px;
}

.header-parts #tools-area .tools-pop:after {
	border-color	: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width	: 5px;
	margin-left	: -5px;
}
.header-parts #tools-area .tools-pop:before {
	border-color	: rgba(203, 203, 203, 0);
	border-bottom-color: #CBCBCB;
	border-width	: 5px;
	margin-left	: -5px;
}

/* google検索元 */

.gsc-control-cse *,.gsc-search-box *{
	box-sizing	: content-box;
}
body #header-google .gsc-search-box{
	display:none;
}
body #header-google .cse .gsc-control-cse,body #header-google .gsc-control-cse{
	padding:0px;
	font-size:0px;
	background-color: transparent;
	border	: 0px;
}
body #header-google .gsc-results-wrapper-overlay{
	font-size:13px;
}

/* google検索レイアウト */

.header-parts #tools-area .google-sch-form{
/*	width		: 150px;*/
}
.header-parts #tools-area .google-sch-form > *{
	display		: inline-block;
}
.header-parts #tools-area .google-sch-form input.search{
	/*
	width		: 100%;
	padding-right	: 25px;
	height		: 26px;
	line-height	: 26px;
	*/
	width		: 217px;
	height		: 29px;
	border-radius	: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-left: 5px;
	border		: none;
	box-shadow	: none;
}
.header-parts #tools-area .google-sch-form .submit{
/*	width		: 40px;*/
	width		: 15px;
	margin-left	: -25px;
	padding		: 0px;
	border		: none;
	background	: none;
	font-size	: 16px;
	color		: #CCCCCC;
	margin-top	: 3px;

}
/* サイト内検索レイアウト */

.header-parts .search-area .google-sch-form{
/*	width		: 150px;*/
}
.header-parts .search-area .google-sch-form > *{
	display		: inline-block;
}
.header-parts .search-area .google-sch-form input.search,
.header-parts .search-area .ds-sch-form input.search{
	/*
	width		: 100%;
	padding-right	: 25px;
	height		: 26px;
	line-height	: 26px;
	*/
	width		: 217px;
	height		: 29px;
	border-radius	: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-left: 5px;
	border		: none;
	box-shadow	: none;
}
.header-parts .search-area .google-sch-form .submit,
.header-parts .search-area .ds-sch-form .submit{
/*	width		: 40px;*/
	width		: 15px;
	margin-left	: -25px;
	padding		: 0px;
	border		: none;
	background	: none;
	font-size	: 16px;
	color		: #CCCCCC;
	margin-top	: -1px;

}
.header-parts .search-area .ds-sch-form #ds-search-btn{
	display:inline;
	margin-top:-3px;
}


/* 文字サイズ変更 */
.header-parts #tools-area .font-size-btns{
/*	width		: 160px;*/
}
.header-parts #tools-area .font-size-btns span{
	display		: inline-block;
	min-width	: 5em;
}
.header-parts #tools-area .font-btn{
	display		: inline-block;
	font-size	: 12px;
	width		: 26px;
	height		: 26px;
	text-align	: center;
	vertical-align	: middle;
	line-height	: 26px;
	cursor		: pointer;
	margin-left:6px;
}

.header-parts #tools-area .tools-pop .font-btn{
	color		: #525252;
	border		: solid 1px #CCCCCC;
	background-color: #F5F5F5;
}
.header-parts #tools-area .tools-pop .font-btn.active{
	background-color: #DDDDDD;
}


.header-parts #tools-area .google-sch-form input.search::-ms-clear {
	display: none;
}

/*top close menu parts---------------------------------------------------------------------------------------------- */
#top-close-menu{
	width:250px;
	position:absolute;
	z-index:10;
	background-color: #BBBBBB;
	color:#525252;
	box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 6px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 6px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 6px 0px;

}

#top-close-menu .login-info{
	padding:0px 5px;
	border-bottom:solid 1px #aaa;
	height: 44px;
	line-height: 44px;

	/*border:solid 1px #aaa;*/
}

#top-close-menu .close-btn{
	position:absolute;
	top:5px;
	right:5px;
}
#top-close-menu .close-user{
	max-width:140px;
	text-align:left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#top-close-menu .logout a{
	display: inline-block;
	padding:0px 5px;
	height:26px;
	line-height: 26px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:solid 1px #CCCCCC;
	text-align:center;

	box-shadow:rgba(255, 255, 255, 0.6) 0px 0px 1px 0px;
	-webkit-box-shadow:rgba(255, 255, 255, 0.6) 0px 0px 1px 0px;
	-moz-box-shadow:rgba(255, 255, 255, 0.6) 0px 0px 1px 0px;
}

#top-area #top-close-menu .logout a,#top-area #top-close-menu .logout a:link,#top-area #top-close-menu .logout a:visited,#top-area #top-close-menu .logout a:hover,#top-area #top-close-menu .logout a:active{
	background-color: #fff;
	color:#333;
}

#top-close-menu .close-menu .menu-top,#top-close-menu .close-menu .menu-bottom{
	display:none;
	background-repeat:no-repeat;
	background-image:none;
	background-color:none;
}

#top-close-menu .close-menu li{
	position: relative;
}

#top-close-menu .close-menu li > ul{
	position:relative;
	width:250px;
	left:auto;
}

#top-close-menu .close-menu li:hover > ul{
	/*display:none;*/
}

#top-close-menu .close-menu li.rollover > ul{
	display:block !important;
}

#top-close-menu .close-menu li > a {
	position: relative;
	display: block;
	text-align:left;
	width:250px;
	height:44px;
	line-height:44px;
	font-size:100%;
	text-overflow: ellipsis;
}

#top-close-menu .close-menu li > a[href]{
	cursor:pointer;
}

#top-close-menu .close-menu li > a,#top-close-menu .close-menu li > a:link,#top-close-menu .close-menu li > a[href]:hover,#top-close-menu .close-menu li > a[href]:active,#top-close-menu .close-menu li > a:visited{
	color:#333;
	text-decoration: none;
}

#top-close-menu .close-menu li > a span{
	display:inline-block;
	line-height: 1;
	vertical-align: baseline;
}


#top-close-menu .close-menu li ul li a {
	background-image:none;
	background-color: #F9F9F9;
}

#top-close-menu .close-menu li ul li a:hover{
	background-image:none;
}
#top-close-menu li > a span{
	position: relative;
	z-index: 1;
	margin:auto 15px;
	word-break: break-all;
}

*/
/*header menu parts---------------------------------------------------------------------------------------------- */
#top-area .menu-parts{

}

#top-area .menu-parts{

}

#top-area .menu-parts .nav li{
	position: relative;
}

#top-area .menu-parts .nav li > ul{
	width:204px;
	z-index:10;
}

#top-area .menu-parts .nav li.rollover > ul{
	z-index:890;
	display:block !important;
}

#top-area .menu-parts .nav li ul li ul{
	position:relative;
	width:204px;
	left:auto;
}

#top-area .menu-parts .nav li > a{
	position: relative;
	display: block;
	/*text-align:center;*/
/* SP通常メニュー使用で、サブメニューがおかしくなるため一旦コメントアウト */
/*
	width:204px;
	height:50px;
	line-height:50px;
	font-size:100%;
*/

}

#top-area .menu-parts .nav li > a[href]{
	cursor:pointer;
}

#top-area .menu-parts .nav li > a span{
	/*display: table-cell;*/
	display:inline-block;
	/*vertical-align: middle;*/
	/*line-height: 1.2;*/
}

#top-area .menu-parts .nav li > a span.i-fix{
	position:relative;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	min-width:1px;
	min-height:1px;
	z-index:0;
	background-repeat:no-repeat;
	background-color: transparent;
}

#top-area .menu-parts .nav li > a span.r-fix{
	left:auto;
	right:0px;
}

#top-area .menu-parts .nav li > a span:not(.i-fix){
	position: relative;
	z-index: 1;
	margin:auto 15px;
	word-break: break-all;
}
/* SP通常メニュー使用で、サブメニューがおかしくなるため一旦コメントアウト */

/*
#top-area .menu-parts .nav li ul li a {
	background-image:none;
	height:30px;
	line-height:30px;
	text-align:left;
}
*/
#top-area .menu-parts .nav li ul li a {
	text-align:left;
}

/* 通常ヘッダー打ち消し用 ***********************************/

#header.normal-header .logo > *:not(.editMenu):not(.ad-border),
#header.normal-header .logo > *:not(.editMenu):not(.vi-border){
	font-size: 100%;
}

#header.normal-header .lgmenus li{
	margin-left : 0px;
	margin-right : 3px;
}
#header.normal-header .font-size-btns{
	margin-left:0px;
}

/*******************************************/
/* タイトル/メニュー テキストスクロール */
.marquee-menu {
	white-space: nowrap;
}
.marquee-title {
	white-space: nowrap;
}
.marquee-title *,.menu-parts .marquee-title *{
/*	line-height: 1;*/
}
#bg #header.normal-header {
	height: auto;
	width:100%;
}
#parts5 .logo {
	display: none;
	position: static;
}
.is-fixed, #hd-sc-menu.menu .is-fixed{
	/*position: fixed;
	top: 0;
	z-index:99;
	width:100%;*/
	position: fixed;
	top: 0;
	left:0;
	z-index:99;
	margin: auto;
	width:100%;
/*	padding:15px 30px;*/
	padding : 10px 30px;
}
#parts5.is-fixed .logo {
	float:left;
	display:block;
	position: static;
}
/*
.is-fixed .normal-menu {
	float:right;
	display: flex;
	align-items: center;
}
*/
/******************************************/

#header.normal-header .header-parts{
	height : 110px;
}

#header.normal-header .font-size-btns{
	margin-left :auto;
}

/* #4083 スクロール時メニュー ----------------------------------------------- */
#hd-sc-menu.menu-parts.is-fixed .normal-menu{
	float: right;	
}
#hd-sc-menu.menu-parts .nav > li{
	height:30px;
}

#hd-sc-menu.menu-parts .nav li ul{
	position:relative;
	width:204px;
	left:auto;
}

#hd-sc-menu.menu-parts .nav li ul li{
	margin : 0px;
	/*height:30px;*/
}

#hd-sc-menu.menu-parts .nav li ul li ul{
	position:relative;
	width:204px;
	left:auto;
}

#hd-sc-menu.menu-parts .nav li > a{
	position: relative;
/*	font-size:100%;*/
	display: inline-block;
	vertical-align: top;
	
}

#hd-sc-menu.menu-parts .nav li > a[href]{
	cursor:pointer;
	display: inline-block;
}

#hd-sc-menu.menu-parts .nav li > a span{
	display:inline-block;
}

#hd-sc-menu.menu-parts .nav li ul li a span{
	position: relative;
	z-index: 1;
	margin:auto 15px;
	word-break: break-all;
}

#hd-sc-menu.is-fixed .nav > li > ul{
	padding-top:5px;
}
#hd-sc-menu.menu-parts.is-fixed .nav > li{
	margin-right : 15px;
}
#hd-sc-menu.menu-parts.is-fixed .nav > li > a{
	height:30px;
	line-height:30px;
}
/* サブメニュー */
#hd-sc-menu.is-fixed .nav > li > ul > li{
	/*height	: 44px;*/
}
#hd-sc-menu.is-fixed .nav > li > ul > li a{
	height	: 44px;
	line-height: 44px;
}
#hd-sc-menu.is-fixed .nav > li > ul > li{
	margin-top:1px;
}


/*
#hd-sc-menu.menu-parts .nav li > a span.i-fix{
	position:relative;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	min-width:1px;
	min-height:1px;
	z-index:0;
	background-repeat:no-repeat;
	background-color: transparent;
}

#hd-sc-menu.menu-parts .nav li > a span.r-fix{
	left:auto;
	right:0px;
}
*/
#hd-sc-menu.menu-parts .nav li > a span:not(.i-fix){

	margin-left:15px;

	word-break: break-all;
}



/**  スクロールメニュー関連 **/
/* ロゴ(左) + メニュー(右) 固定 */

#hd-sc-menu.menu-parts .logo{
	width : 220px;
	 float: left;
}
#hd-sc-menu.menu-parts .logo + nav{
	float: right;
	width : -webkit-calc(100% - 240px) ;
	width : calc(100% - 240px);
	text-align : right;

}

#hd-sc-menu.menu-parts .logo + nav > .nav{
	display : inline-block;
	text-align : left;
}

#hd-sc-menu.menu-parts .ad-direct-link,
#hd-sc-menu.menu-parts .vi-direct-link{

	width	: 100%;
	height	: 100%;
/*	display	: inline-block;*/
	position : absolute;
	top		: 0px;
	left	: 0px;
}

/* 固定メニュー（スクロール専用メニュなし） */
#bg[data-sp-type="1"] #header.normal-hdmenu{
	position : static;
}

/* #3093 */
.icon-text{
	/* #3039 WA icon */
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: inline-block;
	width: 0px;	
}

.icon-text.icon-inline{
	display: inline-block;
}

/*google翻訳増やす kondo*/
#multilanguages-area #multi-slt-ul{
	display: table;
	width:100%;
	table-layout: fixed;
}

#multilanguages-area #multi-slt-ul li{
	display: none;
	width:100%;
	margin:0px;
	cursor: pointer;
}

#multilanguages-area #multi-slt-ul li a{
	width:100%;
	display: inline-flex;
}

#multilanguages-area #multi-slt-ul li a span{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	width:100%;
}

#multilanguages-area #multi-slt-ul li.now-lang a span{
	width:80%;
}

#multilanguages-area #multi-slt-ul li.hide-li,#multi-btn-ul li.hide-li{
	display:none;
}

#multilanguages-area #multi-slt-ul.a-active li.show-li{
	display: table-cell;
}
#searchIndexForm {
	width:220px;
}
#searchSearchForm {
	width:220px;
}
.header-parts #search-area .ds-sch-form .submit {
	margin-top:0px;
}
