@charset "utf-8";


body.branch #mainNav li.navBranch {
	position: relative;
}
body.branch #mainNav li.navBranch ul {
	top: auto;
	bottom: 0;
}

body.saitama #mainNav li.navSaitama a,
body.chiba #mainNav li.navChiba a,
body.tokyo #mainNav li.navTokyo a,
body.kanagawa #mainNav li.navKanagawa a {
	background: #534DA1;
	color: #FFF;
}

/* content
************************************************************* */
body.branch.top #content h1 {
	background: url(../img/tit_branch.gif) no-repeat;
}
body.top #content p.map {
	margin: 10px -18px 10px -182px;
	position: relative;
	width: 590px;
}
body.branch #content ul.areaNav li,
body.branch #content ul.branchNav li {
	background: url(../../common/img/icn_arrow.gif) no-repeat 0 50%;
	margin-left: 0;
	list-style: none;
}
body.branch #content ul.areaNav li a,
body.branch #content ul.branchNav li a {
	padding-left: 10px;
}
body.branch #content div.list {
	width: 408px;
	margin: 20px -18px 0 0;

}
body.branch #content div.list h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
	border-bottom: 1px solid #CCC;
	position: relative;
	margin: 0 0 -1px;
	padding: 0 0 5px;
}
body.branch #content div.list ul {
	background: #F5F3EB;
	border-bottom: 1px solid #CCC;
	margin: 0;
}
body.branch #content div.list li {
	border-top: 1px solid #FFF;
	list-style: none;
	margin: 0;
	padding: 10px 18px 10px 10px;
	_height: 1%;
	min-height: 1%;
}
body.branch #content div.list li.careport {
	background: #D8DEF5;
}
body.branch #content div.list li dl {
	margin: 0;
}
body.branch #content div.list li dt {
	color: #534DA1;
	font-weight: bold;
	font-size: 110%;
}
body.branch #content div.list li dd {
	font-size: 84%;
}
body.branch #content div.list li dd.access span {
	font-weight: bold;
}

/* individual
************************************************************* */
body.branch.individual #content h1 {
	color: #000;
}
body.branch.individual #content p.photo {
	float: right;
	margin: -10px -18px 0 0;
	_margin-right: -9px;
	_height: 1%;
	min-height: 1%;
}
body.branch.individual #content h2 {
	color: #534DA1;
	font-size: 84%;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 5px;
	margin: 0 -18px 15px 0;
	width: 408px;
	position: relative;
}
body.branch.individual #content div.section {
	margin: 30px 0;
}
body.branch.individual #content p.address {
	width: 218px;
	margin-bottom: 30px;
}
body.branch.individual #content div.service {
	clear: both;
	_clear: none;
}
*:first-child+html body.branch.individual #content div.service {
	clear: none;
}
body.branch.individual #content div.service li {
	list-style: none;
	margin-left: 0;
	font-size: 84%;
	min-height: 20px;
	_height: 20px;
}
body.branch.individual #content div.service li img {
	vertical-align: middle;
	padding-right: 2px;
}
/*
body.branch.individual #content div.service li.cm {
	background: url(../img/icn_service_cm.gif) no-repeat;
}
body.branch.individual #content div.service li.help {
	background: url(../img/icn_service_help.gif) no-repeat;
}
body.branch.individual #content div.service li.nursing {
	background: url(../img/icn_service_nursing.gif) no-repeat;
}
body.branch.individual #content div.service li.ds {
	background: url(../img/icn_service_ds.gif) no-repeat;
}
body.branch.individual #content div.service li.gh {
	background: url(../img/icn_service_gh.gif) no-repeat;
}
body.branch.individual #content div.service li.tools {
	background: url(../img/icn_service_tools.gif) no-repeat;
}
body.branch.individual #content div.service li.reform {
	background: url(../img/icn_service_reform.gif) no-repeat;
}
body.branch.individual #content div.service li.etc {
	background: url(../img/icn_service_etc.gif) no-repeat;
}
*/
body.branch.individual #content div.access p.map {
	margin: -15px -18px 0 0;
	position: relative;
}
body.branch.individual #content div.access ul {
	margin: 5px 0;
}
body.branch.individual #content div.access li {
	margin: 0;
	list-style: none;
}
body.branch.individual #content div.access li span {
	font-weight: bold;
}
body.branch #content ul.branchNav {
	border-top: 1px solid #CCC;
	width: 572px;
	margin: 10px -18px 0 -182px;
	padding: 10px 0 0 18px;
	position: relative;
}
body.branch.individual #content p.print {
	position: absolute;
	font-size: 1%;
	line-height: 0;
	text-indent: -9999px;
	top: 211px;
	left: 296px;
	margin: 0;
}
body.branch.individual #content p.print a {
	display: block;
	width: 82px;
	height: 30px;
	background: url(../img/icn_print.gif) no-repeat;
}



@media print {
body.branch.top #content h1 {
	background: none;
}
body.branch.individual #content ul.branchNav,
body.branch.individual #content p.print {
	display: none;
}
}

