#contents {
	/*background:url(/02tel/images/sample.png) left top no-repeat;
	height:1350px;*/
}


/*
==============================
枠
==============================*/
#service{position:relative;overflow:hidden;margin:20px auto;}
#service h3{
	background:#FF9D24;
	font-size:16px;
	line-height:22px;
	padding:5px  0 5px 20px;
	width:200px;
	color:#fff;
	font-weight:bold;
	
	-webkit-border-radius: 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0;
	border-radius:  0 15px 15px 0;
	
	position:absolute;
	top:0;
	left:0;
	}


/*
==============================
テレフォンサービス
==============================*/
#service .tel{
	border:5px solid #50A0F0;
	background: #50A0F0;
	margin:20px 0 0 0;
	padding:10px 0 0 0;
	
	-webkit-border-radius: 0 20px 0 0;
	-moz-border-radius: 0 20px 0 0;
	border-radius: 0 20px 0 0;
}


#service .tel h4{
	font-size:26px;
	line-height:34px;
	color:#fff;
	font-weight:bold;
	
	padding:7px 0 5px 60px;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	background: url(/02tel/images/ic_ttl_tel.png) no-repeat 20px 5px;
	}
#service .tel h4 span{
	font-size:14px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	
	margin:0 0 0 10px;
	text-shadow:none;
	/*border-top:1px solid #DCECFC;*/
	/*border-bottom:1px solid #DCECFC;*/
	}

#service .tel ul{
	background:#fff;font-size:16px;line-height:20px;color:#193E85;font-weight:bold;}
#service .tel li{
	padding:0 0 0 20px;
	margin:0 0 0 0;
	border-bottom:1px solid #50A0F0;
	overflow:hidden;
}

/*番号解説*/
#service .tel li .ttl{
	padding:0 0 0 20px;
	background: url(/02tel/images/te_sub01.png) no-repeat left center;

	float:left;
	margin:10px 0 0 0;
	width:580px;
}
#service .tel li .ttl span{font-size:14px;font-weight:normal;padding:0 0 0 5px;}


/*番号*/
#service .tel li .number{
	padding:10px 0 10px 80px;
	background: url(../common_img/bk_dot.gif) 50px center;
	
	width:200px;
	font-size:18px;
	float:right;
}

#service .tel li .number span{color:#FF6600;}






/*
==============================
FAXサービス
==============================*/
#service .fax{
	border:5px solid #50A0F0;
	background: #50A0F0;
	margin:20px 0 0 0;
	padding:10px 0 0 0;
	
	-webkit-border-radius: 0 20px 0 0;
	-moz-border-radius: 0 20px 0 0;
	border-radius: 0 20px 0 0;
}


#service .fax h4{
	font-size:16px;
	line-height:34px;
	color:#fff;
	font-weight:bold;
	
	padding:7px 0 5px 20px;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	}
#service .fax h4 span{
	font-size:20px;
	line-height:30px;
	color:#ff0;
	}



#service .fax .howto{background:#DCECFC;padding:20px;}

/*取出し方法：左右の高さ合わせるため*/
#service .fax .howto .box{background: url(/02tel/images/fax_bg.gif) repeat-y;overflow:hidden;font-weight:bold;}

/*取出し方法：タイトル*/
#service .fax .howto .box .sub_ttl{padding:220px 0 0 0;width:166px;float:left;text-align:center;color:#163983;font-size:18px;}

/*取出し方法：手順*/
#service .fax .howto .box .text{width:700px;float:right;display:block;font-size:16px;color:#082A7F;}
#service .fax .howto .box .sub_text{font-size:14px;line-height:18px;color:#1D4387;padding:20px 0 0 0;}

#service .fax .howto .box ul{}
#service .fax .howto .box li{
	text-align:center;
	padding:7px 0;
	line-height:22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

#service .fax .howto .box li.fax_00{background:url(/02tel/images/fax_00.png) no-repeat center center;height:16px;}
#service .fax .howto .box li.fax_01{background:url(/02tel/images/fax_01.gif) no-repeat 0 center #fff;}
#service .fax .howto .box li.fax_02{background:url(/02tel/images/fax_02.gif) no-repeat 0 center #fff;}
#service .fax .howto .box li.fax_03{background:url(/02tel/images/fax_03.gif) no-repeat 0 center #fff;}
#service .fax .howto .box li.fax_04{background:url(/02tel/images/fax_04.gif) no-repeat 0 center #fff;}
#service .fax .howto .box li.fax_05{background:url(/02tel/images/fax_05.gif) no-repeat 0 center #fff;}

#service .fax .howto .box li p{line-height:28px;font-size:16px;}
#service .fax .howto .box li .st01{color:#ff6600;}
#service .fax .howto .box li .st02{color:#fff;font-size:14px;padding:2px 5px 0 5px;background:#ff6600;}

