@charset "utf-8";

/* =================================================
	 02 Header
================================================ */

#page-header {
	width: 100%;
	height:54px;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	z-index: 100;
	position: relative;
	top:0;
	left:0;
	text-shadow: none;
	background: #ffffff;
}
	#page-header #logo {
		margin:7px 0 6px;
		width: 242px;
		height:41px;
		float:left;
	}

#global-nav-btn {
	width:57px;
	height:30px;
	position: absolute;
	top:50%;
	margin-top:-15px;
	right: 5px;
}
#global-nav {
	display: none;
	width:100%;
	position:absolute;
	top:42px;
	left:0;
	padding-top:12px;
}
div#global-nav > div{
	padding:7px 0;
	overflow:hidden;
	position:relative;
	background:#fc0e1d;
}
div#global-nav > img{
	position:absolute;
	right:22px;
	top:0;
	width:18px;
	height:12px;
}
div#global-nav > div img{
	display: block;
}
div#global-nav > div img:first-child{
	width:138px;
	margin:13px 0 0 15px;
	float:left;
}
div#global-nav > div img:first-child + img{
	width:43px;
	margin-right:8px;
	float:right;
}
#global-nav ul{
	clear:both;
}
	#global-nav ul li {
		background: #fff;
background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 64%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(64%,#ffffff));
background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 64%);
background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 64%);
		height: 44px;
		line-height: 44px;
		padding-right: 4px;
		border-bottom: 1px solid #bbd0e3;
	}
	#global-nav li.active {
		background: #ededed;
	}
		#global-nav li a {
			display: block;
			height: 38px;
			background:url(/smartphone/yogurtlibrary/en/images/yorgurt_head_arrow.png) right center no-repeat;
			background-size: 12px;
			padding-left: 10px;
			padding-top:6px;
		}
		#global-nav li a img{
			width:220px;
		}


/* @group 多言語化メニュー追加 */

#page-header .lang_menu {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 13px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, sans-serif;
}

#page-header .lang_menu p {
	width: calc(111/375 * 100vw);
}

#page-header .lang_menu p + p {
	margin-left: 5px;
}

#page-header .lang_menu a {
	width: 100%;
	border: 1px solid #fc0e1d;
	border-radius: 3px;
	color: #000;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding: 9px 5px 7px 0;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	letter-spacing: 2px;
}

#page-header .lang_menu a::after {
	content: '';
	display: block;
	transform-origin: center;
	transform: translateY(-50%) rotate(-45deg);
	border-radius: 2px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #fc0e1d;
	border-bottom: 2px solid #fc0e1d;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	position: absolute;
	top: 50%;
	right: 10px;
}

#page-header .lang_menu a.current {
	background-color: #fc0e1d;
	color: #fff;
	pointer-events: none;
}

#page-header .lang_menu a.current::after {
	border-right-color: #fff;
	border-bottom-color: #fff;
}


/* @end 多言語化メニュー追加 */