
#header-bg {
	background: url(images/top_header_bg.jpg) no-repeat center top;
	background-size: cover;
	height: 300px;
	padding-top: 150px;
}

div.mainimg h2 {
	font-size: 32px;
	padding-top: 30px;
}

div.mainimg p {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 10px;
	text-align: center;
}

div.message {
	background: url(images/top_message_img.jpg) repeat center top;
	padding: 0px;
}

div.message div.bg-sp {
	background-color: rgba(255,255,255,0.7);
	padding: 50px 20px 20px 20px;
}

div.message p.link {
	text-align: center;
}

div.menu ul {
	display: block;
	width: 100%;
}

div.menu ul li {
	display: inline-block;
	position: relative;
	width: 50%;
}

