@charset "UTF-8";

.information{
	width: 100%;
	height: 500px;
	background: #b0c9d9;
	margin-bottom: 0px;
}

.info_logo{
	text-align: center
}

div.info_logo img{
	margin-top: 60px;	
	width: auto;
    height: 80px;
}

.info_asuka{
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	font-family: "M PLUS Rounded 1c", sans-serif;
	letter-spacing: 0.12em; 
	line-height:4; 
}

.info_info{
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	font-family: "M PLUS Rounded 1c", sans-serif;
	letter-spacing: 0.12em; 
	line-height:2; 
}

.copyright{
	width: 95%;
	text-align: right;
	margin-top: 60px;
	right: 20px;
	font-size: 11px;
	color: #ffffff;
	font-family: "M PLUS Rounded 1c", sans-serif;
	letter-spacing: 0.12em; 
}

