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

#main {
	height: 180px;
	background:url(../images/technology/main_back.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	text-align:center;
}

#main h2 {
	padding:20px 20px;
	width: 90%;
	text-align: left;
}

#main h2 img {
	height:120px;
	width:auto;
}

#content01 {
	background:#E6E6E6;
	text-align:center;
	padding:65px 0 65px 0;
}

#content01 p#text01 {
	margin-top:40px;
	line-height:160%;
	font-size:1.2em;
	text-align:left;
}




#content01 p#company_button {
	text-align:right;
	margin-top:18px;
}


#content02 {
	background:url(../images/top/content02_back.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	padding-top:35px;
	padding-bottom:115px;

}

#content02 .text {
	width:90%;
	margin:30px auto 0;
}


#content02 .text h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#FFF;
	line-height:180%;
	margin-bottom:10px;
	text-align:center;
}

#content02 .text p {
	font-size:1.2em;
	color:#FFF;
	line-height:180%;
}


#content02 .photo {
	width:80%;
	margin:30px auto 0;
}

#content02 .photo img {
	width:100%;
	height:auto;
	border:#FFF 2px solid;
}