﻿@charset "utf-8";
@import "../css/common.css";

/* ========================================================================== */
/* 「デイ・サービス」 のみに使用するCSS */
/* ========================================================================== */
/* pagetitle */
.bg-dayservicebox {
	margin: 0;
	padding: 0;
	background-image:url(img/bg-dayservicebox.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 21px 37px 30px 27px;
	height: 100%;
	text-align: left;
}

.bg-dayservicebox:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;	
}

.bg-dayservicebox div {
	width: 387px;
	float: left;
}

.bg-dayservicebox div h2 {
	margin: 0;
	padding: 0 0 39px 0;
}

.bg-dayservicebox div h3 {
	padding: 0 0 20px 0;
	margin: 0;
}



/* daycarebox */
.daycarebox {
	margin: 0 5px 35px 5px;
	width: 675px;
}

.daycarebox h3 {
	margin: 0 0 15px;
	padding: 0;
}

.daycarebox ul {
	list-style: none;
	padding: 0 250px 55px 15px;
	margin: 5px 0 0 0;
	background-image: url(img/p_01.jpg);
	background-repeat: no-repeat;
	background-position: 437px top;
}

.daycarebox ul li {
	margin: 0 0 7px 0;
	line-height: 150%;
	padding-left: 18px;
	background-image: url(img/i-bluearrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

.objectbox {
	margin: 0 15px 0 15px;
	padding: 0 0 20px 0;
}

.objectbox dt {
	margin: 0 0 5px 0;
	padding: 0;
}

.objectbox dt.t-object {
	padding-left: 11px;
}

.objectbox dd {
	line-height: 160%;
	margin: 0 0 15px 0;
	padding: 0 0 0 27px;
}

.t-blue {
	color: #007399;
}


/* institutionbox */
.institutionbox {
	margin: 0 20px 0 20px;
	padding-bottom: 35px;
}

.institutionbox h3 {
	margin: 0 0 15px 0;
	padding: 0;
}

.institutionbox p {
	margin: 0 0 35px 0;
	padding: 0;
}




