@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'Noto Serif JP', sans-serif;
}
main{
	background-image: url(../images/bg_welcome.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
@media only screen and (max-width: 480px){
	main{
		background-size: 96% auto;
	}
}
#top_logo img{
	width: 60px;
	height: auto;
	margin-top: 130px;
}
#top_logo{
	text-align: center;
	margin: 80px auto 50px auto;
}
.menu_list{
	font-size: 15px;
	color: #ffffff;
	text-align: center;
}
.menu_list ul{
	padding-bottom: 100px;
}
.menu_list ul li{
	padding: 10px 30px;
}
.menu_list ul li a{
	color: #ffffff;
}
.menu_list ul li a:hover{
	color: #E8D4B8;
	border-bottom: 1px dotted #E8D4B8;
}