@charset "UTF-8";
/* CSS Document */

/*index.css*/

#mainimages{
	width:100%;
	height:511px;
	margin:0px auto;
	background-color:#ffffff;
	}
	
#mainimagesArea{
	width:1000px;
	height:481px;
	margin:0px auto;
	}
	
/*セクション共通*/

.contents01 { background-color: #ffffff;
	padding: 50px 0 50px;}
.contents02 { background-color: #ffffff;
	padding: 50px 0 0;}
.contents03 { background-color: #ffffff;
	padding: 50px 0 0;
	margin-bottom: 50px;}

.contents04 {
	width: 1000px;
	border-radius: 20px;
	background-color: #ffffff;
	padding: 15px 0 30px;
}

p.cap {
	font-size: 12px;
	line-height: normal;
}

.cont01Box {
	width: 722px;
	margin: 0 0 20px 170px;
}

.cont02Box {
	width: 800px;
	margin: 0 auto 40px;
}
	
.leftCont01 {
	display: block;
	width: 362px;
	float: left;
}

.rightCont01 {
	display: block;
	width: 330px;
	float: right;
}

.leftCont02 {
	display: block;
	width: 417px;
	float: left;
}

.rightCont02 {
	display: block;
	width: 330px;
	float: right;
}

.leftCont03 {
	display: block;
	width: 400px;
	float: left;
	padding-right: 20px;
	border-right: 1px solid #F38200;
}

.rightCont03 {
	display: block;
	width: 359px;
	float: right;
	padding-left: 20px;
}

.leftCont04 {
	display: block;
	width: 495px;
	float: left;
}

.rightCont04 {
	display: block;
	width: 305px;
	float: right;
}

.border01,.border02 {
	position: absolute;
	width: 50px;
	background: #f38200;
	opacity: 0.24;
	}

.border01 { height: 112px;}
.border02 { height: 222px;}

.textBox01 {
	position: relative;
	width: 281px;
	border: 1px solid #F38200;
	padding: 14px 14px 14px 30px;
	top:22px;
}

.textBox02 {
	position: relative;
	width: 336px;
	border: 1px solid #F38200;
	padding: 14px 14px 14px 30px;
	top:22px;
}

.cont04_txt {
	text-align: center;
	padding: 30px 0 0;
}

.cont04_txt span { color: #F38200;}

	

	