@charset "utf-8";

/* content */

#content {
width: 1000px;
}

#wrapper {
background: none;
}

#breadCrumbs {
margin: 10px 0 30px;
}

#breadCrumbs li {
float: left;
background: url(../../images/No/No_42/ico_arrow_bk.gif) left center no-repeat;
padding: 0 0 0 12px;
margin: 0 8px 0 0;
}

#breadCrumbs li a {
color: #282828;
}

#breadCrumbs li.firstChild {
background: none;
padding: 0;
}

/*--
h3{
	margin: 0 0 15px;
}
--*/

.page_title {
margin: 0 0 15px;
}

h4 {
margin: 0 0 15px;
}
form a{
    cursor:pointer;
}
.page_subtitle {
	display: block;
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
	position: relative;
	font-size: 18px;
}
.page_subtitle span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #ccc;
	position: absolute;
	top: 0;
	left: 0;
}
.page_subtitle span:before {
	content: "";
	display: block;
	width: 188px;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
}


/*-------------------------------------------*/
/*	ご自宅訪問サービスページ[add:15/10/15]
/*-------------------------------------------*/
.service {
}
.service-ttl {
	display: block;
	margin: 30px 0 10px;
	color: #f3981e;
	font-weight: bold;
}
.service-body {
	padding: 10px;
}
.service-body--orange {
	background: url(../img/bg_orange.png);
}
.service-body--gray {
	background: url(../img/bg_gray.png);
	text-align: center;
}
.service-body__inner {
	padding: 30px;
	background-color: #fff;
}
.service-body--orange .service-body__inner {
	background: url(../img/service_dog.png) no-repeat right bottom #fff;
}
.service-body__list {
	margin: 10px 0 50px;
}
.service-body__list--ttl {
	margin: 0 !important;
	padding: 0 50px !important;
	background: none !important;
	font-size: 16px !important;
}
.service-body__list--txt {
	padding: 0 50px !important;
	font-size: 14px;
}
.service-body__list--one {
	background: url(../img/num_img1.png) no-repeat;
}
.service-body__list--two {
	background: url(../img/num_img2.png) no-repeat;
}
.service-body__list--three {
	background: url(../img/num_img3.png) no-repeat;
}
.service-body__list--four {
	background: url(../img/num_img4.png) no-repeat;
}
.service-body__txt,
.service-body__tel {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	font-size: 14px;
}
.service-body__tel {
	position: relative;
	padding: 8px 15px 8px 25px;
	background: url(../img/ico_tel.png) no-repeat 5px center;
	border: 1px solid #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;
}
.service-body__cat {
	display: block;
	width: 50px;
	height: 30px;
	position: absolute;
	right: -40px;
	bottom: -5px;
	background: url(../img/service_cat.png) no-repeat;
}
.service-table {
	margin: 20px auto;
}
.service-table__heading,
.service-table__cell {
	padding: 10px;
	border: 1px solid #d6d6d6;
	text-align: left;
	font-size: 13px;
}
.service-table__heading {
	width: 70px;
	background-color: #eee;
	border-right: 0;
}
.service-table__cell {
	width: 330px;
	border-left: 0;
}
.service-table__enn {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",
	 "メイリオ","Verdana", "Times New Roman", Times, serif;
	font-size: small;
}


/*
追記
*/
.menu-footer > li {
	height: auto !important;
}