﻿@charset "utf-8";
@import "../css/common.css";

/* ========================================================================== */
/* 「その他のサービス」 のみに使用するCSS */
/* ========================================================================== */
/* pagetitle */
.bg-otherpagetitle {
	margin: 0;
	padding: 0;
	background-image:url(../other/img/bg-otherservicebox.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 21px 37px 0 27px;
	height: 100%;
	text-align: left;
}

.bg-otherpagetitle:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;	
}

.bg-otherpagetitle div {
	width: 387px;
	float: left;
}

.bg-otherpagetitle div h2 {
	margin: 0;
	padding: 0 0 39px 0;
}

.bg-otherpagetitle div h3 {
	padding: 0 0 50px 0;
	margin: 0;
}



/* servicelistbox */
.servicelistbox {
	margin: 0 5px 35px 5px;
	width: 675px;
}

.servicelistbox h3 {
	margin: 0 0 10px;
	padding: 0;
}

.servicelistbox p {
	padding: 0 250px 100px 33px;
	line-height: 160%;
}

/* service */
.servicelistbox dl {
	margin: 0 15px;
	padding: 0 0 30px 0;
}

.servicelistbox dl dt {
	margin: 0 0 0 0;
	padding: 0;
}

.servicelistbox dl dd {
	padding: 0 0 0 190px;
	margin: 0;
	width: 445px;
}

.servicelistbox dl dd h4 {
	margin: 0 0 10px 0;
	padding: 0;
}

.servicelistbox dl dd h4 img {
	margin-right: 10px;
}

.servicelistbox dl dd p {
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 160%;
}

.servicelistbox dl dd p.t-attention {
	margin: 0;
	padding: 0;
	display: block;
	line-height: 160%;
	text-align: right;
	font-size: 0.9em;
	color: #ff4a5b;
}

.servicelistbox dl dd table {
	margin: 10px 0 5px 0;
	border-top: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
}

.servicelistbox dl dd table th {
	font-weight: bold;
	text-align: center;
	background-color: #eeeeee;
	padding: 4px 7px;
	border-bottom: 1px solid #CECECE;
	width: 85px;
}

.servicelistbox dl dd table td {
	padding: 7px;
	border-bottom: 1px solid #CECECE;
	line-height: 160%;
	font-family: Arial;
}

.servicelistbox dl dd table td.rentalitembox {
	border-right: 1px solid #CECECE;
}

.servicelistbox dl dd table td ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

.servicelistbox dl dd table td ul li {
	line-height: 160%;
	margin-bottom: 5px;
}

.servicelistbox dl dd table td ul li.diseasename {
	background-color: #ffecec;
	padding: 10px;
}

.servicelistbox dl dd.shopbox {
	background-image: url(img/img_careitemshop.gif);
	background-position: 15px 20px;
	background-repeat: no-repeat;
}

.servicelistbox dl dd.rentalbox {
	background-image: url(img/img_carelend.gif);
	background-position: 5px 20px;
	background-repeat: no-repeat;
}

.servicelistbox dl dd.housereformbox {
	background-image: url(img/img_housereform.gif);
	background-position: 10px 20px;
	background-repeat: no-repeat;
}


.servicelistbox dl dd.delivarylunchbox {
	background-image: url(img/img_delivarylunch.gif);
	background-position: 15px 20px;
	background-repeat: no-repeat;
}


/* staffbox */
.staffbox {
	clear: both;
	margin: 0 5px 0 5px;
	width: 675px;
	padding: 0 0 25px 0;
}

.staffbox h3 {
	margin: 0 0 15px 0;
	padding: 0;
}

.staffbox h4 {
	margin: 0 15px;
	padding: 0;
}

.staffbox p {
	padding: 0 270px 80px 33px;
	line-height: 160%;
}

.contactbox {
	margin: 0 15px 30px 15px;
	width: 645px;
}

.contactbox th {
	font-weight: bold;
	text-align: right;
	border-bottom: 2px dotted #e5e5e5;
	padding: 12px 10px 10px 10px;
	color: #333333;
	width: 110px;
	vertical-align: top;
}

.contactbox td {
	border-bottom: 2px dotted #e5e5e5;
	padding: 10px 10px 10px 5px;
	line-height: 140%;
}

.contactbox td div {
	border-left: 4px solid #d7d7d7;
	padding-left: 11px;
	line-height: 140%;
	color: #444444;
}

.contactbox td.p-staff {
	padding-right: 0;
	text-align: right;
	vertical-align: top;
}

/* pagetop */
.servicelistbox dl dd p.t-pagetop {
	text-align: right;
	margin: 0;
	padding: 10px 0 0 0;
	display: block;

}
