@charset "utf-8";

.readme_service {
	margin-bottom: 50px;
}
.readme_service h3 {
	margin-bottom: 11px;
	font-size: 16px;
}
.readme_service p {
	font-size: 18px;
}

/**
 * service list
 */
.service_list {
	margin-bottom: 50px;
	background: url(../images/bg_line_01.png) repeat-x left bottom;
}
.service_list h2 {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 28px 0px;
	background: url(../images/bg_line_01.png) repeat-x left bottom ;
	font-size: 16px;
}

.service_list .service_row_last {
	padding-bottom: 36px;
	margin-bottom: 36px;
	position: relative;
}
.service_list .service_row {
	padding-bottom: 36px;
	margin-bottom: 36px;
	background: url(../images/bg_line_02.png) repeat-x left bottom ;
	position: relative;
}
.service_list .left_cols {
	width: 349px;
	float: left;
}
.service_list .right_cols {
	width: 349px;
	float: right;
}
.service_list .right_cols h3,
.service_list .left_cols h3 {
	width: 349px;
	height: 110px;
	margin-bottom: 15px;
}
.service_list .right_cols h3 a,
.service_list .left_cols h3 a {
	width: 349px;
	height: 110px;
	/* 
	margin-bottom: 15px;
	background: url(../images/bg_img_01.png) repeat; */
	display: block;
}
.service_list .right_cols h3 a:hover,
.service_list .left_cols h3 a:hover {
	/* background: url(../images/bg_img_01_over.png) repeat; */
}
.service_list .right_cols h3 a img,
.service_list .left_cols h3 a img {
	width: 329px;
	height: 90px;
	padding: 10px;
	background: url(../images/bg_img_01.png) repeat;
}
.service_list .right_cols h3 a:hover img,
.service_list .left_cols h3 a:hover img {
	background: url(../images/bg_img_01_over.png) repeat;
}

.service_list .right_cols h4,
.service_list .left_cols h4 {
	margin-bottom: 5px;
	font-size: 14px;
}
.service_list .right_cols p.txt,
.service_list .left_cols p.txt {
	margin-bottom: 38px;
	font-size: 11px;
}
/* IE6 */
* html .service_list .right_cols p.txt,
* html .service_list .left_cols p.txt {
	line-height: 1.6;
}
/* IE7 */
*:first-child+html .service_list .right_cols p.txt,
*:first-child+html .service_list .left_cols p.txt {
	line-height: 1.6;
}
.service_list .left_cols p.link {
	position: absolute;
	bottom: 30px;
	right: 383px;
	width: 349px;
	text-align: right;
}
.service_list .right_cols p.link {
	position: absolute;
	bottom: 30px;
	right: 0px;
}
.service_list .right_cols p.link a,
.service_list .left_cols p.link a {
	padding: 9px 7px 9px 11px;
	background: #ABAA9E;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}
.service_list .right_cols p.link a:hover,
.service_list .left_cols p.link a:hover {
	background: #000;
	text-decoration: none;
}

/**
 * box 01
 */
.box_01 {
	padding-bottom: 19px;
}
.box_01 li {
	width: 390px;
	height: 60px;
	margin: 0px auto 33px auto;
}
.box_01 li a {
	height: 60px;
	display: block;
}
