@charset "UTF-8"; 
/*-- 

	AMU

====================================================== --*/
#AMU header h1 img{
	height:42px;
}

#AMU header p.emergency + h1{
	padding:41px 0px 0px;
	margin:0px 0px 46px;
}

#AMU header .globalNavi,
#AMU header .scrollNavi{
	background:#ffe44d;
}

#AMU header .globalNavi .global a,
#AMU header .globalNavi ul li a,
#AMU header .scrollNavi a{
	color:#000;
}
#AMU header .scrollNavi a:hover,
#AMU header .globalNavi .global a:hover{
	color:#be904a;
}
#AMU header .scrollNavi ul li{
	border-color:#000;
}

#AMU header .globalNavi ul li a:hover{
	border-bottom:2px solid #000;
}
#AMU header .globalNavi ul li:nth-of-type(1) a{
	border-bottom:2px solid #000;
}
#AMU header .scrollNavi ul li:nth-of-type(1) a{
	border-bottom:2px solid #000;
}
#AMU header .globalNavi p.logo a{
	background-image:url(../img/logo_black.svg) ;
}
#AMU header .scrollNavi .fav a .attention{
	-webkit-animation: attentionAmu 1000ms linear 0s infinite normal;
	animation: attentionAmu 1000ms linear 0s infinite normal;
	border:2px solid #ffe44d;
}
#AMU header .menu a::after,
#AMU header .globalNavi .search a::after{
	color:#000;
}

@-webkit-keyframes attentionAmu {
	0% {background:#f00;}
	25% {background:#f00;}
	50% {background:#ffe44d;}
	75% {background:#f00;}
	100% {background:#f00;}
}
@keyframes attentionAmu {
	0% {background:#f00;}
	25% {background:#f00;}
	50% {background:#ffe44d;}
	75% {background:#f00;}
	100% {background:#f00;}
}

/*-- information --*/
/*-- ------------------------------------------------- --*/
#AMU .information{
	width:100%;
	height:44px;
	margin:0px 0px 0px;
	background:#f3f3f3;
	padding:0px 0px;
	position:absolute;
	left:0px;
	top:171px;
	
}
#AMU .information p{
	border:3px solid #f3f3f3;
	max-width:1120px;
	margin:0px auto 0px;
	font-size:16px;
	line-height:28px;
	text-align:center;
	padding:5px 0px 5px 0px;
	background:white;
}
#AMU .information p::before{
	content:"\e931";
	color:#666;
	position:static;
	line-height:24px;
	display:inline-block;
	font-size:24px;
	width:24px;
	vertical-align:-4px;
	margin:0px 15px 0px 0px;
}
#AMU .information p br{
	display:none;
}
#AMU .information p span{
	color:#cdaa75;
}

/*-- side --*/
/*-- ------------------------------------------------- --*/
#AMU #side{
	margin-top:1010px;
}
/*-- 

	smp responsive Ele

====================================================== --*/
@media screen and (max-width: 800px){
#AMU header .fav a .attention{
	border:2px solid #ffe44d;
	background:#ffe44d;
	-webkit-animation: attentionAmu 1000ms linear 0s infinite normal;
	animation: attentionAmu 1000ms linear 0s infinite normal;
}
/*-- information --*/
/*-- ------------------------------------------------- --*/
#AMU .information{
	height:auto;
	margin:0px 0px 0px;
	position:static;
}
#AMU .information p{
	max-width:1120px;
	font-size:12px;
	border-width:14px 20px;
	border-color:#f3f3f3;
	line-height:18px;
	padding:16px 0px 13px 55px;
	position:relative;
	text-align:left;
}
#AMU .information p::before{
	position:absolute;
	left:16px;
	top:50%;
	margin:-12px 0px 0px 0px;
}
#AMU .information p br{
	display:block;
}



/*-- information --*/
/*-- ------------------------------------------------- --*/
#AMU #side{
	margin-top:0px;
}


}

















