@charset "utf-8";

body {
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrap {
	background: url(/kaigoservice/design/img/cmn/bg.gif) repeat;
	line-height: 1.8;
	min-width: 1020px;
}
article#main .contents .left {
	float: left;
	width: 540px;
	background: #fff;
	border-radius: 5px;
	padding: 30px;
}
article#main .contents .right {
	width: 306px;
	float: right;
}

header {
	background: #fff;
	border-top: 5px solid #fe8686;
}
header .inner {
	width: 940px;
	margin: 0 auto;
}
header .inner .ttl-block {
	padding: 15px 0 10px 0;
}
header .inner .ttl-block h1 {
	float: left;
	width: 468px;
}
header .inner .ttl-block .right {
	float: right;
	width: 303px;
}

.pankuzu {
	margin: 0 auto;
	width: 940px;
}
.pankuzu li {
	font-size: 1.2em;
	display: inline-block;
	padding: 0 0 0 10px;
	background: url(/kaigoservice/design/img/cmn/bg_pankuzu.gif) no-repeat left 50%;
}
.pankuzu li.first {
	background: none;
	padding: 0;
}

article#main {
	padding: 0 0 20px 0;
}
article#main nav {
	margin: 0 0 20px 0;
	height: 46px;
	overflow: hidden;
	background: #fe8686;
	padding: 10px 0;
}
article#main nav ul {
	width: 940px;
	margin: 0 auto;
}
article#main nav ul li {
	float: left;
	width: 438px;
	height: 46px;
	margin: 0;
	border-left: 1px solid #febdbd;
	padding: 0 10px;
}
article#main nav ul li:last-child {
	border-right: 1px solid #febdbd;
}
article#main nav ul li a {
	display: block;
	width: 438px;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: all 0.2s ease-in-out;
}
article#main nav ul li a:hover,
article#main nav ul li.active a {
	background: #fee1e1;
	color: #4f3512;
}

article#main .contents {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 1.5em;
}

article#main section.lead {
	margin: 0 0 30px 0;
}
article#main section.lead h1 {
	margin: 0 0 10px 0;
}


article#main section.contact {
	background: #fff;
	padding: 20px;
	margin: 0 0 20px 0;
	border-radius: 5px;
	text-align: center;
}
article#main section.contact h1 {
	display: none;
}
article#main section.contact .contactTime {
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
}
article#main section.contact .contactTime span {
	font-size: 0.85em;
}
article#main section.contact .bgPink {
	display: block;
	line-height: 1.8;
	background: #fee1e1;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 10px;
}
article#main section.contact .contactTel {
	font-weight: bold;
	font-size: 2.0em;
	line-height: 1.0;
	display: block;
	margin-bottom: 10px;
}
article#main section.contact .contactFax {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.0;
	display: block;
	margin-bottom: 20px;
}
article#main section.contact .separate {
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	line-height: 1.4;
	font-size: 0.9em;
}
article#main section.contact .contactArea {
	line-height: 1.4;
	font-size: 0.9em;
}

article#main section.sns h1,
article#main section.bnrBlock h1 {
	display: none;
}

footer {
	background: #fe7272;
	color: #fff;
	font-size: 1.2em;
}
footer .inner {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0;
}

/* top */
.exsampleBlock {
	background: #fee1e1;
	padding: 20px;
	border-radius: 5px;
}
.exsampleBlock h2 {
	font-weight: bold;
	margin-bottom: 10px;
}

/* taxi */
.linkArea {
	background: #fee1e1;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
}
.linkArea li {
	display: inline-block;
	margin-right: 20px;
}
.linkArea li.last {
	margin-right: 0;
}
.linkArea li a {
	color: #4f3512;
}
.linkArea li a.ex_link {
	background: url(/kaigoservice/design/img/cmn/ic_exlink02.gif) no-repeat center right;
}
.kome {
	font-size: 0.8em;
}

/* parts */
table {
	border-collapse: collapse;
	word-wrap: break-word;
	width: 100%;
}
table tr.bgPink td {
	background: #fed9d9;
}
table tr th,
table tr td {
	border: 1px solid #49361f;
	padding: 10px;
	text-align: center;
}
a { color: #fe6767; }
.red {
	color: #ff390f;
}
.ttl01 {
	font-size: 2.2em;
	line-height: 1.0em;
	color: #4f3512;
	background:url(/kaigoservice/design/img/cmn/bd01.gif) repeat-x bottom;
	padding: 0 0 12px 0;
	margin: 0 0 20px 0;
}
.ttl02 {
	background: #fe9696;
	border-radius: 3px;
	padding: 10px 8px;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.0;
	margin-bottom: 10px;
}
.ttl02 span {
	border-left: 3px solid #ffeaea;
	padding-left: 10px;
}
.ex_link {
	background: url(/kaigoservice/design/img/cmn/ic_exlink01.gif) no-repeat center right;
	padding-right: 18px;
	margin-right: 4px;
}

.inner-menu {
	margin: 0 0 10px 0; 
}
.inner-menu li {
	float: left;
	width: 172px;
	margin: 0 5px 0 0; 
}
.inner-menu li.last {
	margin: 0; 
}
.requirePlan {
	color: #ff4118;
	font-size: 0.9em;
	line-height: 1.5;
	padding-left: 1em;
	position: relative;
}
.requirePlan:before {
	content: '※';
	position: absolute;
	left: 0;
}

/* cmn */
.c-fix:after {
  content: "";
  clear: both;
  display: block;
}
.alpha img {
	transition: all 0.2s ease-in-out;
}
.alpha img:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}

.totop {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 9000;
	display: none;
}
.totop img:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	cursor: pointer;
}

/* margin */
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }

.t-center { text-align: center; }
.bold { font-weight: bold; }

.ol-circle { margin: 0 0 0 20px; }
.ol-circle li { list-style: circle; }