@charset "UTF-8"; 
/*-- 

	AMU

====================================================== --*/
#AMUEST header h1 img{
	height:44px;
}

#AMUEST header p.emergency + h1{
	padding:39px 0px 0px;
	margin:0px 0px 46px;
}

#AMUEST header .globalNavi,
#AMUEST header .scrollNavi{
	background:#ff3399;
}

#AMUEST header .globalNavi .global a,
#AMUEST header .globalNavi ul li a,
#AMUEST header .scrollNavi a{
	color:#000;
}
#AMUEST header .scrollNavi a:hover,
#AMUEST header .globalNavi .global a:hover{
	color:#be904a;
}
#AMUEST header .scrollNavi ul li{
	border-color:#000;
}

#AMUEST header .globalNavi ul li a:hover{
	border-bottom:2px solid #000;
}
#AMUEST header .globalNavi ul li:nth-of-type(2) a,
#AMUEST header .scrollNavi ul li:nth-of-type(2) a{
	border-bottom:2px solid #000;
}
#AMUEST header .globalNavi p.logo a{
	background-image:url(../img/logo_black.svg) ;
}
#AMUEST header .scrollNavi .fav a .attention{
	-webkit-animation: attentionAmuest 1000ms linear 0s infinite normal;
	animation: attentionAmuest 1000ms linear 0s infinite normal;
	border:2px solid #ff3399;
}
#AMUEST header .menu a::after,
#AMUEST header .globalNavi .search a::after{
	color:#000;
}

@-webkit-keyframes attentionAmuest {
	0% {background:#f00;}
	25% {background:#f00;}
	50% {background:#ff3399;}
	75% {background:#f00;}
	100% {background:#f00;}
}
@keyframes attentionAmuest {
	0% {background:#f00;}
	25% {background:#f00;}
	50% {background:#ff3399;}
	75% {background:#f00;}
	100% {background:#f00;}
}

/*-- information --*/
/*-- ------------------------------------------------- --*/
#AMUEST .information{
	width:100%;
	height:44px;
	margin:0px 0px 0px;
	background:#f3f3f3;
	padding:0px 0px;
	position:absolute;
	left:0px;
	top:171px;
	
}
#AMUEST .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;
}
#AMUEST .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;
}
#AMUEST .information p br{
	display:none;
}
#AMUEST .information p span{
	color:#cdaa75;
}

/*-- side --*/
/*-- ------------------------------------------------- --*/
#AMUEST #side{
	margin-top:752px;
}
/*-- 

	smp responsive Ele

====================================================== --*/
@media screen and (max-width: 800px){
#AMUEST header .fav a .attention{
	border:2px solid #ff3399;
	background:#ff3399;
	-webkit-animation: attentionAmuest 1000ms linear 0s infinite normal;
	animation: attentionAmuest 1000ms linear 0s infinite normal;
}
/*-- information --*/
/*-- ------------------------------------------------- --*/
#AMUEST .information{
	height:auto;
	margin:0px 0px 0px;
	position:static;
}
#AMUEST .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;
}
#AMUEST .information p::before{
	position:absolute;
	left:16px;
	top:50%;
	margin:-12px 0px 0px 0px;
}
#AMUEST .information p br{
	display:block;
}

/*-- information --*/
/*-- ------------------------------------------------- --*/
#AMUEST #side{
	margin-top:0px;
}


}

















