@charset "UTF-8";
/* CSS Document */

/* ########## MV ########## */

/* ########## Content01 ########## */
section#content01 {
	background-size:cover;
	min-width: 100%;
	height:auto;
	padding:126px 0 60px;
}
section#content01 h2{
	margin:0 0 24px;
	text-align:center;
}
section#content01 h3{
	margin:0 0 24px;
	text-align:center;
}
section#content01 p{
	padding:0;
	margin:0;
	text-align:center;
	font-size:14px;
	line-height:175%;
}
/* ########## Content02 ########## */
section#content02 {
	background:#EFEFEF url('../img/vision/bg_content02-01.jpg') center center;
	background-size:cover;
	min-width: 100%;
	height:auto;
	padding:60px 0 60px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
section#content02 h2{
	-webkit-box-shadow: 0 0 6px #333;
	-moz-box-shadow: 0 0 6px #333;
	box-shadow: 0 0 6px #333;
	background:url('../img/vision/bg_content02-02.png') repeat;
	width:100%;
	height:38px;
	padding:18px 0;
	margin:0 0 42px;
	text-align:center;
}
div#wrap-content02 {
	width:960px;
	height:auto;
	padding:0;
	margin:0 auto;
}
div#left-content02{
	width:564px;
	height:auto;
	padding:0 36px 0 0;
	margin:0;
	float:left;
}
div#left-content02 h3 {
	margin:0 0 18px;
}
div#left-content02 p {
	margin:0 0 12px;
	font-size:12px;
	line-height:175%;
	color:#FFF;
}
div#left-content02 h5 {
	margin:0 0 24px;
	text-align:right;
}
div#right-content02 {
	width:300px;
	height:auto;
	float:left;
}
div#right-content02 img {
	-webkit-box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	box-shadow: 0 0 6px #000;
}