@charset "UTF-8";
/* CSS Document */
#page {
	padding-bottom: 100px;
}
#page h2 {
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 40px;
}

#page p {
	margin: 0px;
	font-size: 14px;
	line-height: 1.7em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#page p.title {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	padding-top: 15px;
	color: #000;
}
#page .mainimage {
	text-align: center;
}
#page .box {
	overflow: hidden;
	position: relative;
	width: 920px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#page .box p {
	padding-top: 25px;
	font-size: 16px;
	line-height: 1.8em;
	color: #444444;
	padding-left: 20px;
}
#page .box img {
	margin-right: 20px;
	margin-left: 20px;
}
#page #service {
	background-image: url(image/line.png);
	margin-top: 50px;
}
#page #service h3 {
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 40px;
}
#page #service .box2 {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
#page #service .box2 p {
	padding-top: 30px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 1.7em;
	color: #444444;
}
#page #service .box2 img {
	margin-left: 50px;
}
