@charset "utf-8";
/* CSS Document */

#content01 {
	background-image: url(../images/top/back03.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	text-align:center;
}

#content01 h2 {
	color:#FFF;
	font-size:2.5em;
	text-shadow: 2px 2px 0 #333;
	padding:50px 0;
	line-height:1em;
}
#content02 {
	background-color:#fff;
	padding: 40px 0;
	text-align:center;

}

#content02 p {
	font-size:1.3em;
	line-height:180%;
	font-weight:500;
}

#content02 p img {
	float:right;

}


#content03 {
	padding: 40px 0;
}

#content03 .box {
	width:940px;
	margin:15px 0;
	display: inline-block;
	padding:10px 20px;
	text-align:left;

	color: #FFF;
}


#content03 .dotted {
	margin:15px 0;
}

#content03 .box img {
	width:200px;
	height:auto;
	float:left;
	border:#FFF 4px solid;
}

#content03 .box .right {
	float:left;
	margin-left:20px;
	width:700px;
}

#content03 .box .right h2 {
	border-bottom:solid #fff 1px;
	width:100%;
}

#content03 .box .right h2 span.e{
	font-size:0.5em;
}

#content03 .box .right p {
	font-size:1.2em;
	margin-top:20px;
	line-height:160%;
}




#content03 .box2 {
	width:940px;
	margin:15px 0;
	display: inline-block;
	padding:10px;
	text-align:left;

	color: #FFF;
}

#content03 .box2 img {
	width:200px;
	height:auto;
	float:right;
}

#content03 .box2 .right {
	float:left;
	margin-left:20px;
	width:700px;
}

#content03 .box2 .right h2 {
	border-bottom:dotted #fff 1px;
	width:100%;
}

#content03 .box2 .right h2 span.e{
	font-size:0.5em;
}

#content03 .box2 .right p {
	font-size:1.2em;
	margin-top:20px;
	line-height:160%;
}

