@charset "UTF-8";

/* service */

/*--------------------------------------
	common
---------------------------------------*/

.title_wrap {
	background: url(../../images/common/title/title_bg_service.jpg) no-repeat center top;
}

/*--------------------------------------
	index
---------------------------------------*/

#service_index_contents {
}

#service_index_contents .heading02 {
	margin-bottom: 40px;
	border-bottom: 1px solid #333;
}

/* service_index_info_box */

#service_index_contents .service_index_info_box .left_right {
	padding-bottom: 30px;
	border-bottom: 1px dashed #DDD;
}

#service_index_contents .service_index_info_box .left_right .left_cont {
	width: 38%;
}

#service_index_contents .service_index_info_box .left_right .right_cont {
	width: 58%;
}

#service_index_contents .service_index_info_box .catch {
	margin-top: -15px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #AAA;
}

#service_index_contents .service_index_info_box .texts li,
#service_index_contents .service_index_info_box .text li {
	background: url(../../images/common/decoration/icon_circle_01.png) no-repeat 0.3em 0.4em;
	line-height: 1.8em;
}

#service_index_contents .service_index_info_box .texts li ul,
#service_index_contents .service_index_info_box .text li ul {
	padding-top: 5px;
}

#service_index_contents .service_index_info_box .texts li ul li,
#service_index_contents .service_index_info_box .text li ul li {
	background: url(../../images/common/decoration/icon_dot_01.png) no-repeat 0.3em 0.5em;
	font-size: 12px;
	font-size: 1.2rem;
	color: #777;
}

/* service_index_case_box */

#service_index_case_box {
}

#service_index_case_box .caption {
	text-align: center;
}

#service_index_case_box .caption .caption_name {
	font-weight: bold;
}

#service_index_case_box .caption .caption_area {
}

/*--------------------------------------
	[ module ] clearfix
---------------------------------------*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* \*/
* html .clearfix { 
	height:1%;
}

.clearfix {
	display: block;
}
/* */