@charset "UTF-8";

/*
pushされたい要素に対してposition:relative;すること！！！！！！！！！！
}*/

#main_v{ 
	height:442px;
	width:100%;
	min-width:980px;
}
#main_v h2{
	text-align:center;
	padding-top:84px;
}

/* .top_box */
.top_box {
	width:980px;
	margin:0 auto;
	padding:0 0 50px 0;
}
.top_box .left,
.top_box .right {
	width:490px;
}
.top_box div {
	text-align:center;
}
.top_box div .tit {
	text-align:center;
	padding:15px 0 0 0;
}
.top_box div .txt {
	text-align:center;
	line-height:1.7;
	padding:14px 0 28px 0;
}
.top_box div .btn {
	text-align:center;
}

/* .message_top */
.message_top {
	background:url(../img/bg_message.jpg) no-repeat center center;
	background-size:cover;
	height:370px;
	clear:both;
	margin-bottom:70px;
}
.message_top h4 {
	text-align:center;
	padding:56px 0 14px 0;
}
.message_top .txt {
	text-align:center;
	color:#FFF;
	line-height:1.7;
	padding-bottom:35px;
}
.message_top .btn {
	text-align:center;
}
