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

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

/* ########## Content01 ########## */
section#content01 {
	min-width: 100%;
	height:auto;
	padding:126px 0 48px;
}
section#content01 h2 {
	background:url('../img/aboutus/bg_content01-02.png') repeat;
	width:100%;
	height:38px;
	padding:14px 0 12px;
	margin:0 0 42px;
	text-align:center;
	line-height:38px;
}
div#wrap-content01{
	width:960px;
	height:auto;
	margin:0 auto;
}
div#left-content01{
	width:600px;
	height:auto;
	padding:0;
	float:left;
}
div#left-content01 h3{
	margin:0 0 24px;
}
div#right-content01{
	width:360px;
	height:auto;
	float:left;
	text-align:right;
}
/* ########## Content02 ########## */
section#content02 {
	background:#EFEFEF url('../img/aboutus/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/index/bg_content04-02.png') repeat;
	width:100%;
	height:38px;
	padding:18px 0;
	margin:0 0 30px;
	text-align:center;
}
section#content02 p {
	margin:0 0 48px;
	text-align:center;
	font-size:14px;
	line-height:200%;
	color:#FFF;
}
section#content02 h3{
	width:100%;
	height:39px;
	padding:0;
	margin:0 0 36px;
	text-align:center;
}
section#content02 ul{
	width:960px;
	height:auto;
	padding:0;
	margin:0 auto;
	list-style:none;
}
section#content02 ul li {
	-webkit-box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	box-shadow: 0 0 6px #000;
	background:url('../img/aboutus/bg_content02-02.png') repeat;
	width:312px;
	height:256px;
	padding:0;
	margin:0 12px 0 0;
	float:left;
}
section#content02 ul li:last-child {
	margin:0;
}
section#content02 ul li h4 {
	background:#333;
	width:100%;
	padding:12px 0;
	margin:0 0 18px;
	border-bottom:1px solid #CCC;
	text-align:center;
	font-size:18px;
	font-weight:500;
	color:#FFF;
}
section#content02 ul li h5 {
	padding:0 12px 0;
	margin:0 0 12px;
	font-size:18px;
	font-weight:500;
	line-height:100%;
}
section#content02 ul li p {
	padding:0 12px 12px;
	margin:0;
	text-align:left;
	font-size:14px;
	line-height:125%;
	color:#000;
}
section#content02 ul li span {
	font-size:18px;
	font-weight:500;
}
	
/* ########## Content03 ########## */
section#content03 {
	background:#EFEFEF;
	width: 100%;
	height:auto;
	padding:60px 0 60px;
	border-bottom:1px solid #CCC;
}
section#content03 h2{
	background:url('../img/index/bg_content03.png') repeat #FFF;
	width:100%;
	height:38px;
	padding:18px 0;
	margin:0 0 30px;
	text-align:center;
}
div#profile {
	-webkit-box-shadow: 0 0 6px #CCC;
	-moz-box-shadow: 0 0 6px #CCC;
	box-shadow: 0 0 6px #CCC;
	background:#FFF;
	width:624px;
	padding:24px;
	margin:0 auto;
}
div#profile table {
	width:624px;
	height:auto;
	margin:0;
	border:0;
}
div#profile table tr th {
	width:64px;
	height:auto;
	padding:12px;
	margin:0 0 12px 12px;
	border-bottom:1px solid #CCC;
	text-align:center;
	vertical-align:bottom;
	font-size:18px;
	font-weight:500;
	line-height:125%;
}
div#profile table tr td {
	height:auto;
	margin:0 12px 12px 0;
	padding:12px;
	border-bottom:1px solid #CCC;
	text-align:left;
	vertical-align:bottom;
	font-size:15px;
	font-weight:500;
	line-height:150%;
}