@charset "UTF-8";

#topimg  {
	background: linear-gradient( black,20%,transparent);
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:50px;
	display:block;
}

#topimg img {
	margin: auto;
	display:block;
	width:400px;
	height: 205px;
}

#imageSlide {
  width:400px;
  height: 205px;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

#imageSlide img {
  width:400px;
  height: 205px;
  display: block;
  position: absolute;
}



#information {
	clear:both;
	width:320px;
	height:192px;
	margin:auto;
}

#information img {
	display:block;
	margin:20px auto;
}

#msgbox {
	width:90%;
	padding:10px;
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom:30px;
	margin-top:30px;
	font-size:14px;
	background-image:url("images/information_bg.png");
	background-position:bottom center;
	line-height:2em;
}



#msgbox span {
	margin-left:1em;
}

#fbnr {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border-bottom:2px solid #555;
	margin-top:80px;
}

#fbnr a {
	display: flex;
	justify-content: center;
	margin-bottom: 10px; /* アイコン間の余白を調整 */
}

#fbnr img {
	display: block;
	margin: 0 auto;
}

#ajs_logo {
	width:140px;
	height:140px;
}