/*－－－－－－－－－－　在宅　－－－－－－－－－－*/

.zaitaku_title{
	color: #009999;
	font-size: 150%;
	font-weight: bold;
}

#overview {
	padding: 10 0 20 0;
}

.th_title {
	width: 205px;
	text-align: left;
	border-bottom: 3px solid #f0e467;
}

.td_title {
	width: 250px;
	font-size: 125%;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px 10px 5px 10px;
	background: #f0e467;
	margin-bottom: 100px;
}

.td_title a{
	display: block;
	margin: 0;
	padding: 15px 0 11px 0;
	/*　施設名のフォントの色　*/
	font-weight: 550;
	color: #604730;
	line-height: 1;
	height: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.td_title:hover > a{
	height: 14px;
/*	background: #f7fc7c;*/
/*	マウスを合わせた時の色　ex.fc8475*/
	color: #aaa;
}

#houkan_msg {
	padding: 10 0 20 0;
	font-size: 135%;
	font-weight: 550;
	color: #ff8000;
}

.houkan_menu {
	width: 160px;
	font-size: 125%;
/*	border: 1px solid #604730;*/
	border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px 10px 5px 10px;
	background: #f0e467;
}

.houkan_menu a{
	display: block;
	margin: 0;
	padding: 15px 0 11px 0;
	font-weight: 550;
	color: #604730;
	background: #f0e467;
	height: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.houkan_menu:hover > a{
	height: 14px;
/*	background: #f7fc7c;*/
/*	マウスを合わせた時の色　ex.fc8475*/
	color: #aaa;
}

.houkan_menu_blank {
	width: 40px;
}


#tusyo_msg {
	padding: 30 0 20 0;
}

#kyotaku_msg {
	padding: 30 0 40 0;
}

.kyotaku_topic {
	padding: 0 0 15 20;
	font-size: 18px;
}

.kyotaku_info {
	margin-left: 25px;
	width: 500px;
	border-spacing 1px;
	background: #ccc;
}

.kyotaku_info th {
	width: 25%;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	color: #604730;
	background-color: #d3d8c1;
	border: 1px solid #fff;
}

.kyotaku_info td {
	padding: 5px 15px;
	background-color: #fff;
}

.kyotaku_service {
	margin-left: 25px;
	width: 500px;
	border: none;
	border-collapse: separate; /* separateに設定 */
	border-spacing: 0; /* セル間の隙間をなくす */
	background: #ccc;
}

.kyotaku_service th {
	width: 230px;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	color: #604730;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}

.kyotaku_service td {
	padding: 5px 10px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

td.border_dis {
	border: none;
}

.kyotaku_service_space {
	margin: 0 0 20 120px;
	height: 39px;
	font-size: 40px;
	background-color: #fff;
}

.kyotaku_service.space_r {
	border-right: none;
}

.kyotaku_select {
	margin-left: 22px;
}

.kyotaku_menu {
	width: 235px;
	font-size: 125%;
/*	border: 1px solid #604730;*/
	padding: 5px 10px 5px 10px;
	background: #f0f8ff;
	border: 1px solid #ccc;
}

.kyotaku_menu a{
	display: block;
	margin: 0;
	padding: 10 11;
	font-weight: 550;
	color: #000;
	background: #f0f8ff;
	height: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.kyotaku_menu:hover > a{
	height: 14px;
/*	background: #f7fc7c;*/
/*	マウスを合わせた時の色　ex.fc8475*/
	color: #aaa;
}
