@charset "UTF-8";

/* contents
----------------------------------------------- */

/* summary */
#contents .summary {
	background: rgb(225,240,210) url(../../business/images/summary_background.png) no-repeat bottom;
}
#contents .summary_inner {
	background: url(../../business/images/summary_icon.png) no-repeat left center;
}
#contents .summary h3 {
	color: rgb(105,125,0);
}

/* support */
#contents .support {
	margin: 60px 0 0;
}
#contents .support_inner {
	width: 870px;
	margin: 55px auto 0;
	text-align: left;
	position: relative;
}
#contents .support_inner .column,
#contents .support_inner .column_last {
	width: 375px;
	float: left;
	margin: 0 30px 55px;
	position: relative;
}
#contents .support_inner .column_last {
	margin: 0 30px 0;
}
#contents .support_inner h4 {
	margin: 0 0 15px;
}
#contents .support_inner .pdf {
	position: absolute;
	top: 15px;
	right: 0;
}
#contents .support_inner .column li,
#contents .support_inner .column_last li {
	font-size: 1.0em;
	line-height: 1.65em;
	text-align: justify;
	background: url(../../business/images/support_list.png) no-repeat left;
	padding: 2px 0 0 20px;
}


/* service
----------------------------------------------- */
#service .service01 {
	background: url(../../business/images/service01_background_middle.png) repeat-y top;
}
#service .service01 .top,
#service .service01 .bottom {
	width: 740px;
	height: 15px;
	background: url(../../business/images/service01_background.png) no-repeat left top;
}
#service .service01 .bottom {
	background-position: 0 -15px;
}
#service .service02 {
	background: url(../../business/images/service02_background_middle.png) repeat-y top;
}
#service .service02 .top,
#service .service02 .bottom {
	width: 740px;
	height: 15px;
	background: url(../../business/images/service02_background.png) no-repeat left top;
}
#service .service02 .bottom {
	background-position: 0 -15px;
}
#service .service03 {
	background: url(../../business/images/service03_background_middle.png) repeat-y top;
}
#service .service03 .top,
#service .service03 .bottom {
	width: 740px;
	height: 15px;
	background: url(../../business/images/service03_background.png) no-repeat left top;
}
#service .service03 .bottom {
	background-position: 0 -15px;
}
#service .service03 .profile {
	width: 660px;
}
#service .service03 .profile .photo {
	width: 220px;
	float: left;
	margin: 0 20px 0 0;
}
#service .service03 .profile .text {
	width: 420px;
	float: right;
}
#service .service03 .profile p {
	margin: 0;
}
#service .service03 .profile .text .coment {
	font-size: 0.75em;
	margin: 15px 0 0;
}
#service .service03 .works .column {
	width: 150px;
	float: left;
	margin: 0 0 0 20px;
}
#service .service03 .works .column:first-child {
	margin: 0;
}
#service .service03 .works .column p {
	text-align: center;
	margin: 16px 0 0;
}


/* contactarea
----------------------------------------------- */
#contactarea {
background: url(../../business/images/contact_background.png) repeat left top;
}