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


/*floatクリア設定
--------------------------------------------------------------------*/
#message01:after, #message02:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#message01, #message02 {
	display: inline-block;
}
/*Hides from IE-mac |*/
* html #message01, * html #message02 { height:1%;}
#message01, #message02 {display:block;}
/* End hide from IE-mac*/


/*index
----------------------------------------------------------------*/
#content.index {
	padding: 0px;
}
#content.index #message01 {
	margin: 0px auto;
	padding: 50px 0px 50px 0px;
	background: url(../images/index/img_message.jpg) no-repeat;
	background-position: center 5px;
}
#content.index #message01 .box-r {
	width: 555px;
}
#content.index #message01 h2 {
	margin: 0px 0px 35px 0px;
	padding: 0px;
	background: none;
}
#content.index #message01 p {
	width: 460px;
}
#content.index #message02 {
	margin: 0px auto;
	padding: 55px 0px 50px 0px;
	background: url(../images/index/img_service.jpg) no-repeat;
	background-position: center 0px;
}
#content.index #message02 p {
	width: 530px;
}


/*philosophy
----------------------------------------------------------------*/
#content.philosophy h3 {
	margin: 0px auto 40px auto;
	text-align: center;
}
#content.philosophy em {
	width: 462px;
	margin: 0px auto 55px auto;
	text-align: center;
	display: block;
}
#content.philosophy p {
	width: 726px;
	margin: 0px auto 0px auto;
}

/*service
----------------------------------------------------------------*/
#content.service .summary h3 {
	margin-bottom: 20px;
}
#content.service .summary p {
	width: 800px;
	margin: 0px auto 0px auto;
}
#content.service .summary P + h3 {
	margin-top: 65px;
}

/*about
----------------------------------------------------------------*/
#content.about #company dl {
	width: 900px;
	margin: 0px auto 0px auto;
	border-top: 2px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#content.about #company dl dt {
	width: 180px;
	padding: 14px 0px 10px 0px;
	float: left;
	text-align: center;
}
#content.about #company dl dd {
	padding: 14px 0px 10px 200px;
	background: url(../images/common/img_back_green01.png) repeat-y;
	background-position: -320px 0px;
	border-bottom: 1px solid #cccccc;
}
#content.about #access dl {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
}
#content.about #access dl dt {
	width: 180px;
	padding: 35px 0px 10px 0px;
	float: left;
	text-align: center;
	font-size: 130%;
}
#content.about #access dl dd {
	padding: 20px 0px 16px 200px;
	background: url(../images/common/img_back_green02.png) repeat-y;
	background-position: -320px 0px;
	border-top: 2px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#content.about #map {
	width: 100%;
	height: 450px;
	margin: 0px auto 0px auto;
	border-bottom: 2px solid #cccccc;
}
#content.about #mapInfo{
	width: 200px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 14px;
	line-height: 130%;
}


/*contact
----------------------------------------------------------------*/
#content.contact h3 {
	margin: 0px auto 20px auto;
	text-align: center;
}
#content.contact .summary + .summary {
	margin-top: 70px;
}
#content.contact .row2 p.tel + p.mail {
	margin-top: 0px;
}
#content.contact .row2 p.tel em, #content .row2 p.mail em {
	display: block;
}
#content.contact .row2 p.tel {
	width: 365px;
	padding: 15px 0px 10px 65px;
	background: url(../images/contact/img_tel.png) no-repeat;
	background-position: 10px 20px;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	float: left;
}
#content.contact .row2 p.mail {
	width: 365px;
	padding: 15px 0px 10px 65px;
	background: url(../images/contact/img_mail.png) no-repeat;
	background-position: 10px 20px;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	float: right;
}



/*privacy
----------------------------------------------------------------*/
#content.privacy h3 {
	width: 900px;
	margin: 0px auto 20px auto;
	font-size: 150%;
	clear: both;
}
#content.privacy #summaryTop .summary {
	width: 900px;
	margin: 40px auto 0px auto;
}
#content.privacy ol li {
	font-weight: bold;
	font-size: 110%;
}
#content.privacy ol li span, #content.privacy ol li ul li {
	font-weight: normal;
	font-size: 90%;
}
#content.privacy ol li + li {
	margin-top: 20px;
}
#content.privacy ol li ul, #content.privacy ol li ul li + li {
	margin-top: 10px;
}