@charset "UTF-8";
/***********************************************************
for smartphone
************************************************************/
@media screen and (max-width:736px){

#header #global_menu .logo a img {
	height: 24px !important;
	width: auto !important;
	margin: 0px 8px 2px 0px;
}


}





/************************************************************
for pc  width 737px 以上はpc表示
************************************************************/
@media print, screen and (min-width:737px){


#header section a {
	color: #333;
}

#header #global_menu {
	position: fixed;
	width: 100%;
	min-height: 90px;
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid #FFF;
	box-shadow:0px 0px 5px 0px rgba(50,50,50,0.5);
	-moz-box-shadow:0px 0px 5px 0px rgba(50,50,50,0.5);
	-webkit-box-shadow:0px 0px 5px 0px rgba(50,50,50,0.5);
	z-index: 100;
}

#header #global_menu #drawer {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 1000px;
}

#header #global_menu #drawer #drawer-menu {
	overflow: hidden;
}

#header #global_menu #drawer #drawer-menu li {
	float: left;
	position: relative;
	width: 20%;
	height: 70px;
} 

#header #global_menu #drawer #drawer-menu li a {
	position: absolute;
	top: 25px;
	width: 100%;
	text-align: center;
} 

#header #global_menu #drawer #drawer-menu li img {
	width: 180px;
	height: 60px;
} 

#header #global_menu #drawer #drawer-menu li:nth-of-type(3) {
	border-bottom: none;
} 

#header #global_menu #drawer #drawer-menu li:nth-of-type(3) a {
	top: 0;
} 


}


/**
for pc  width 737px ～ 961px 以下で影響 **/
@media screen and (min-width:737px) and (max-width:1000px){

#header #global_menu {
	min-height: 150px;
}

#header #global_menu .logo {
	top: 21%;
}

#header #global_menu #drawer {
	padding-top: 45px;
}

}


