@charset "utf-8";
@import "../normalize.css";
@import "../common.css";
/*=================================
	医院のご案内
==================================*/
/* -- グローバルナビゲーション --*/
#header li.nav05 a {
	background-position:-628px -80px;
}

/* -- 医院外観 --*/
.figure {
	display:block;
	width:660px;
	margin:0 auto 10px auto;
}

/* -- 西村矯正歯科クリニック.　から　お問い合わせ・ご予約まで --*/
.box_left {
	width:310px;
	float:left;
	margin:0 40px 0 0;
}

.box_left .timetitle {
	width:309px;
	height:0;
	padding-top:24px;
	overflow:hidden;
	background:url(../../clinic/images/access/title_time.gif) 0 0 no-repeat;
}

.box_left .tel {
	width:308px;
	height:0;
	padding-top:66px;
	overflow:hidden;
	background:url(../../clinic/images/access/tel.gif) 0 0 no-repeat;
}

.box_left span {
	color:#076ab6;
	font-weight:bold;
}

/* -- 医院外観、施設・診察室のご案内 --*/
.box_right {
	width:310px;
	float:right;
}

.box_right .figure {
	display:block;
	width:310px;
}

.box_right a {
	display:block;
	width:310px;
	height:0;
	padding-top:40px;
	overflow:hidden;
	background:url(../../clinic/images/access/button_facilities.gif) 0 0 no-repeat;
	margin:22px 0 20px 0;
}

.box_right a:hover {
	background-position:top -40px left 0;
}

/* -- 医院までのアクセス --*/
.map {
	width:660px;
	margin:20px auto 0 auto;
}

p.train {
	width:657px;
	height:0;
	padding-top:151px;
	overflow:hidden;
	background:url(../../clinic/images/access/subway.gif) 0 0 no-repeat;
	margin:20px 0 10px 0;
}

#parking {
	padding:15px;
	border:solid 1px #CCCCCC;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

	#parking h3 {
		color:#0066FF;
		font-size:120%;
		font-weight:bold;
	}

	#parking p {
		margin:0.5em 0px;
	}

	#parking #map {
		margin:15px 0px;
	}

	#parking li {
		text-indent:-1.0em;
		padding-left:1.0em;
	}

/*
p.car {
	width:658px;
	height:0;
	padding-top:106px;
	overflow:hidden;
	background:url(../../clinic/images/access/car.gif) 0 0 no-repeat;
}
*/