header .head-logo{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

header:after,
header .wrap:after{
	display:block;
	height:0;
	content:"";
	clear:both;
}

/* header部
***********************/
header{
	font-size:12px;
	z-index:1010;
	width:1018px;
	background:#fff;
	text-align:center;
	padding-top:20px;
	margin:0 auto;
	height:73px;
    box-sizing:border-box;
}

header .head-logo{
	background:url(/img/logo.svg) no-repeat;
	width:263px;
	height:38px;
	float:left;
}

header .search{
    float:right;
	display:inline-block;
	position:relative;
	width:206px;
    margin-top:2px;
}
header .search input[type="text"]{
	background:#ccc;
	height:35px;
	border:1px solid #e2e2e2;
	margin:0;
    padding-right:30px;
	width:206px;
	box-sizing:border-box;
}
header .search input[type="submit"]{
	position:absolute;
	right:8px;
	top:0;
    margin:auto;
	bottom:0;
	height:24px;
	width:24px;
	background:url(../img/icon.search.png) center center no-repeat;
	background-size:24px;
	border:none;
	text-indent:9999px;
	overflow:hidden;
}

.language{
	margin-top:6px;
	float:left;
	height:30px;
}
.language li{
	margin-top:10px;
	float:left;
    margin-left:25px;
    line-height:15px;
}
.language a{
	text-decoration:none;
	opacity:0.5;
}
.language a:hover{
	opacity:1;
}
.language .glb:before{
    content:'';
    display: inline-block;
    width:15px;
    height:15px;
    background:#666;
    border-radius:8px;
    margin-right:5px;
    vertical-align:middle;
}
.language .glb{color:#000; }

.util-menu {
	margin-top:6px;
	float:left;
	margin-left:20px;
	display:inline-block;
}
.util-menu  li{
	margin-top:10px;
	float:left;
	padding-right:20px;
}
.util-menu a{
	color:#fff;
}
.util-menu a:hover{
	opacity:0.5;
}

/* グローバルナビ部
***********************/
.global-menu{
    display:table;
    width:100%;
}
.global-menu > li{
    display: table-cell;
    text-align:center;
    height:40px;;
    vertical-align:middle;
	position:relative;
}
.global-menu li span{
    font-size:18px;
    display:block;
    box-sizing:border-box;
    transition:border .2s;
}
.global-menu li:hover span{
    color:#339999;
    border-bottom:6px solid #339999;
}

.gMenu2015{
    display:none;
}

/*
.gMenu2015 > li{
	position:relative;
	float:left;
	font-size:14px;
	padding:10px 0 0 0;
	line-height:27px;
	cursor:pointer;
}
*/

.fly-menu {
    min-width:100%;
	position:absolute;
	background:rgba(255,255,255,.9);
	z-index:10;
	display:none;
	top:40px;
}
.fly-menu a{
	display:block;
	color:#000;
	white-space:nowrap;
	line-height:1em;
	padding:10px;
	text-decoration:none;
}

.global-menu > li span{
	position:relative;
	display:block;
	white-space:nowrap;
	border:1px solid  #fff;
	border-bottom:none;
	border-radius:5px 5px 0 0;
	padding-left:6px;
	padding-right:10px;
	z-index:11;
}
.global-menu > li:hover .fly-menu{
	display:block;
}
.fly-menu a:hover{
	opacity:0.5;
}

#mypage{
	float:right;
	box-sizing:border-box;
}
#mypage li{
	float:left;
    width:127px;
    margin-left:5px;
    line-height:1;
}
#mypage li a,
#mypage li a,
#mypage li a{
	display:block;
}
#mypage  li a:hover{
	opacity:0.5;
}
/* CC-805 */
#mypage li.mypage,
#mypage li.signup,
#mypage li.login{
    display:inline-block;
    line-height:1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #header-utility a .head-tell {
	  background:none;

  }
}

/*　1214　*/
.gMenu2015 li.btn-menu-close{
	display:none;
}
