@charset "utf-8";

/* ***********************************************************
 *
 * Since:     2013-10-15
 * Editor:    contents
 *
 * ***********************************************************
 */


/* font-size===========================================

12px -> 83.4%
13px -> 91.7%
14px -> 100%
15px -> 108.4%
16px -> 116.7%
17px -> 125%
18px -> 133.4%
19px -> 141.7%
20px -> 150%
21px -> 158.4%
22px -> 166.7%
23px -> 175%
24px -> 183.4%
25px -> 191.7%
26px -> 200%
27px -> 208.4%
28px -> 217% 

===================================================== */

/* □■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■

  トップページ　top.css

□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■ */



.service {
	margin-bottom:30px;
	
}

.service dt {
	float:left;
	text-align:center;
	width:230px;
	padding:35px 0;
	margin-right:15px;
	background:#003F98;
	display:block;
	margin-top:15px;
	border-radius:8px;
    -webkit-border-radius:8px;/* Safari,Google Chrome用 */  
    -moz-border-radius:8px;

}

.service dd {
	padding:20px 30px 20px 250px;
	border-bottom:1px dotted #003F98;
	
}

.service dd span {
	color:#003F98;
	font-size:120%;
}
.service dd p {
	margin-bottom:10px;
}

.rules {
	margin-bottom:30px;
	
}

.rules dt {
	float:left;
	text-align:center;
	width:120px;
	padding:15px 20px;
	margin-right:15px;
	/*background:#003F98;*/
	display:block;
	margin-top:15px;
}

.rules dd {
	padding:20px 30px 20px 180px;
	border-bottom:1px dotted #003F98;
}

.rules dd span {
	color:#003F98;
	font-size:120%;
}

.rules dd p {
	margin-bottom:10px;
}

.rules h3 {
	font-size:133.4%;
	color:#003F98;
	margin-bottom:5px;
}
	
.rules dd ul li {
	margin-bottom:5px;
	padding-left:15px;
	background:url(../common/parts/icon_maru02.gif) 0 7px no-repeat;
}

.rules dd ul li div {
	width:7em;
	height:auto;
	font-weight:bold;
	float:left;
	
}


.needs {
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px dotted #003F98;
}


.needs h3 {
	padding:5px 15px;
	margin-bottom:20px;
	font-size:133.4%;
	background:#EBF0F6;
	color:#003F98;
}


.needs h4 {
	color:#003F98;
	border-bottom:2px solid #003F98;
	padding:10px 10px 3px 10px;
	text-align:center;
	font-size:133.4%;

}



.needs-txt {
	float:right;
	width:474px;
}

.needs-txt ul {
	border:1px dotted #003F98;
	padding:5px 10px;
}



.needs-txt li,
.needs-box li {
	margin-bottom:10px;
	padding-left:15px;
	background:url(../common/parts/icon_maru02.gif) 0 7px no-repeat;
}



.needs-box {
	margin-bottom:20px;
	border:1px dotted #003F98;
	width:350px;
	float:left;
}


.needs-box ul {
	margin:15px 15px 0 15px;
}
	
	
	
	
	
	
