@charset "utf-8";
@import url("import.css");

/* -----------------------------------------------------------
CSS Information
 File name:      service.css
 Style Info:     サービスファイル専用CSS
----------------------------------------------------------- */

/*----------------------------------------------------
	SERVICE用
----------------------------------------------------*/

#copy{
	width:292px;
	background:url(../img/service/copy.gif) no-repeat;
}

h2 {
	width:120px;
	background:url(../img/service/title.gif) no-repeat;
	margin-bottom:45px;
}

#process_box {
	float:left;
	width:324px;
	border:4px #f2f2f2 solid;
	padding:25px 24px 0 24px;
}

#process_box ul li {
	background:url(../img/service/arrow.gif) no-repeat 8px bottom;
	padding-bottom:15px;
	margin-top:17px;
}

#process_box ul #finish {
	background:none;
	padding-bottom:15px;
	margin-top:17px;
}

#process_box ul li p {
	margin:5px 0 0 37px;
}

#process_box span {
	color:#d90000;
}

#service_box {
	width:532px;
	float:right;
}

#service_box ul li div {
	margin-top:25px;
}

#service_box ul li p {
	line-height:2em;
	margin-top:10px;
	padding-left:10px;
}

#title_service {
	margin-top:30px;
}

#service_text_box p {
	line-height:1.8em;
	margin-top:15px;
}

#service_text_box #main_service {
	line-height:2.2em;
}

#service_text_box .back {
	text-align:right;
	margin:20px 0;
}