#globalMenu{
	max-width:980px;
	margin:0 auto;
	position:relative;

}

#globalMenu ul#mainNav{
	max-width:980px;
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin:0 auto;
	padding:0;
	list-style:none;
}

#globalMenu ul#mainNav li{
	float:left;
	height:60px;
	overflow:hidden;
	height:60px;

}




#globalMenu .navButton{
	width:120px;
	height:64px;
	text-align:center;
	border-left:#27c5ff 1px solid;
	border-right:#27c5ff 1px solid;
	display: table-cell; /* インライン要素をテーブルセル化する */
	vertical-align: middle; /* インライン要素の上下のセンタリングを指定する */
}

#globalMenu .navButtonSelect{
	width:120px;
	height:64px;
	text-align:center;
	border-left:#27c5ff 1px solid;
	border-right:#27c5ff 1px solid;
	display: table-cell; /* インライン要素をテーブルセル化する */
	vertical-align: middle; /* インライン要素の上下のセンタリングを指定する */

	background-color:#27c5ff;
	color: #1c283f;
}







#globalMenu a{
    color: #ffffff;
	text-decoration: none;
}
#globalMenu a:hover{
    color: #ffffff;
	text-decoration: none;
}
#globalMenu a:visited{
    color: #ffffff;
	text-decoration: none;
}