@charset "UTF-8";

#corpTitle {
		padding-top: 20px;	
}

#pageTitle .bgImage{
	background: url(../img/bg_h1_cop.jpg) center top no-repeat;
	background-size: cover; 
}

#corpSection01 {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 30px;
	position: relative;
}
	
#corpSection01 .wrapper{
	width: 94%;
	margin: 0 auto;
	position: relative;
}

#corpSection01 .box p{
	font-size: 16px;
	letter-spacing: 0.1em;
	padding: 20px 0;
	line-height: 1.6;
	font-weight: 200;
}

#corpSection01 .box{
	width: 100%;
	padding-bottom: 60px;
	position: relative;
}

#corpSection01 .box .pannel{
	width: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

#corpSection01 .box .pannel img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
	
#corpSection01 .fl p,
#corpSection01 .fr p{
	min-height: auto;
}

#corpSection01 .fl{
	float: none;
}

#corpSection01 .fr{
	float: none;
}

#corpSection01 .fc{
	margin: 0 auto;
}

#corpSection01 .box .btn01 a {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 20px 20px;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #000;
	position: relative;
	background:#fff;
	border: 1px solid #dcdcdc;
}

#corpSection01 .box .btn01 a:before {
	content:"";
	display:block;
	border-top: 2px solid #b28850;
	border-right: 2px solid #b28850;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	position: absolute;
	top: 43%;
	right: 25px;
}