
div.top-mainphoto-bg {
	background: url(images/top_mainphoto_img.png) no-repeat center top;
	height: 920px;
}

div.top-mainphoto {
	background-position: center top;
	background-repeat: no-repeat;
	height: 920px;
	margin-top: 0px;
	text-align: center;
}

div.top-mainphoto-bg-sp,
div.top-mainphoto-sp {
	display: none;
}

div.top-mainphoto-bg h1 {
	font-size: 11px;
	padding: 10px 0px 0px 80px;
}

div.top-mainphoto-bg h2 {
	margin: 0px auto;
	padding-top: 0px;
	text-align: left;
	width: 1000px;
}

div.news {
	padding: 20px 0px;
}

div.news h2 {
	padding: 50px 0px;
}

ul.menu {
	padding: 50px 0px;
	text-align: center;
}

ul.menu li {
	display: inline-block;
	margin: 0px 5px;
	vertical-align: top;
	width: 239px;
}

ul.menu li a {
	background-color: white;
	border-radius: 15px;
	color: white;
	display: block;
	min-height: 300px;
	text-decoration: none;
}

ul.menu li.point a {
	background-color: #8fc31f;
}

ul.menu li.about a {
	background-color: #ec6d67;
}

ul.menu li.qa a {
	background-color: #5baae7;
}

ul.menu li.contact a {
	background-color: #e98f00;
}

ul.menu li a strong {
	background-color: white;
	display: block;
	padding: 15px 20px;
}

ul.menu li a span.text {
	display: block;
	font-size: 85%;
	padding: 15px 20px 0px 20px;
	text-align: justify;
}

div.try {
	background: #72c3cf url(images/top_try_img.jpg) no-repeat left center;
	border-radius: 15px;
	padding: 50px 50px 50px 400px;
}

div.try div.text {
	padding: 5px 0px 10px 0px;
}

div.try p {
	color: white;
	text-align: center;
}


