@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : style.css
 Style Info : 訪問看護ページのCSS
=================================================================== */

#business-num{
	margin-top: -15px;
	padding-left: 230px;
	color: #c00;
}

/***************************************
	main
***************************************/
/*** left-clm-sub ***/

#left-clm-sub .detail{
	margin: 0 auto;
	width: 500px;
}
/*** サービス範囲 ***/
.detail dl#coverage{
	
}
#coverage dt{
	float: left;
	width: 6em;
	text-align: right;
}
#coverage dd{
	margin-left: 7em;
}

/*** サービス内容 ***/
.detail #service{
	border: 3px solid #999;
}
#service th{
	padding: 5px;
	width: 120px;
	border: 1px solid #999;
	border-right: 1px dotted #999;
	text-align: right;
}
#service td{
	padding: 5px;
	border: 1px solid #999;
}

.detail dl#content dl{

}
#content dt{
	margin-top: 1em;
	float: left;
	width: 14em;
	text-align: right;
}
#content dd{
	margin-top: 1em;
	margin-left: 15em;
}

/*** 料金 ***/
/* 介護保険 */
.detail .charge{
	margin: 10px 0;
}
.charge dt{
	margin: 10px 0 10px ;
	padding-left: 5px;
	font-size: 18px;
	border-left: 5px solid #f60;
	border-bottom: 1px solid #f60;
}
.charge dd{
	padding-left: 20px;
}
/* teble.price */
.charge table.price{
	margin: 5px 20px;
	text-align: center;
	border: 3px solid #999;
}
.price th{
	padding: 3px 0;
	width: 150px;
	border: 1px solid #999;
	border-bottom: 1px dotted #999;
}
.price td{
	padding: 3px 0;
	width: 150px;
	border: 1px solid #999;
}
.price caption{
	text-align: left;
}

/* request */


/*** right-clm-sub ***/

#right-clm-sub #movie{
	margin: 20px auto;
}

#right-clm-sub #r-photo{
	padding-left: 10px;
}
#r-photo img{
	margin: 10px auto;
}

/*** sub-navi ***/
#main .wrap{
	position: relative;
}
#sub-navi{
	position: absolute;
	right: 120px;
	bottom: 20px;

}

/*** inquiry ***/
#inquiry li{
	padding-left: 35px;
	font-size: 16px;
	line-height: 2em;
}
#inquiry #tel{
	background: url("../images/common/list/list-tel.gif") no-repeat left center;
}
#inquiry #fax{
	background: url("../images/common/list/list-fax.gif") no-repeat left center;
}
#inquiry #mail{
	background: url("../images/common/list/list-mail.gif") no-repeat left center;
}