@charset "UTF-8";
/* ------ ------ ------ ------ ------
 CSS information

 File Name  : top.css
 Style Info : top page style
------ ------ ------ ------ ------ */
#mainv{}
.contents{
	text-align: center;
	font-size: 2.0rem;
}
.contents .txt{
	padding: 50px 0 40px;
}
.contents ul{
	width: 892px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
}
#main{
	background: url(../img/index/bg_mainv.png) center top no-repeat;
	padding-bottom: 65px;
}