@charset "utf-8";
@import "../../../css/normalize.css";
@import "../common.css";
/*====================================
	医院のご案内
=====================================*/

/* 医院のご案内 */
#information {
	margin:20px 0 0 0;
}

/* ご予約・お問い合わせ */
#contact {
	margin:20px 0 0 0;
}

/* アクセス */
#access {
	margin:20px 0 0 0;
}

#information p {
	margin:15px 0 0 0;
}

#information p span {
	display:block;
	color:#ea68a2;
	margin:10px 0 0 0;
}

#information figure {
	display:block;
	width:300px;
	height:140px;
	margin:0 auto;
}

/* 施設・診察室のご紹介ボタン */
#contents #information a.introduction_btn {
	display:block;
	width:300px;
	height:0;
	padding-top:46px;
	overflow:hidden;
	background-image:url(../../clinic/images/access/introduction_btn.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	margin:10px auto 0 auto;
}

#contents #information #consultation_hours dl {
	margin:15px 0 0 0;
}

#contents #information #consultation_hours dd {
	margin:5px 10px 0 10px;
}

/* 営業日カレンダー、電話、GoogleMapで見るボタン(角丸設定) */
#contents #consultation_hours a, #contents #contact a, #contents #access a {
	display:block;
	border:1px solid #407ae5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:100%;
}

/* 営業日カレンダーボタンとGoogleMap(＞の設定、ボタンの大きさ設定) */
#contents #consultation_hours a, #contents #access a {
	background:url(../../images/common/arrow_blue.png) 95% 50% no-repeat;
	padding:1.0em 0 1.0em 0.7em;
}

/* 電話ボタン(＞の設定、ボタンの大きさ設定) */
#contents #contact a {
	padding:1.0em 0 1.0em 50px;
	background:url(../../images/common/arrow_blue.png) 95% 50% no-repeat, url(../../clinic/images/access/tel_btn.gif) 10px 50% no-repeat;
}

/* 営業日カレンダー、電話ボタン(他要素との隙間設定) */
#contents #consultation_hours a, #contents #contact a {
	margin:15px 0 0 0;
}

/* GoogleMapで見るボタン(他要素との隙間設定) */
#contents #access a {
	margin:10px 0 0 0;
}

/* ご予約・お問い合わせテキスト設定(他要素との隙間設定) */
#contents #contact p {
	margin:15px 0 0 0;
}

/* #access内テキスト設定(他要素との隙間設定) */
#contents #access p {
	margin:15px 0 0 0;
}

#contents #access p.train {
	background-image:url(../../../images/home/guide_train.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:25px 25px;
	-moz-background-size:25px 25px;
	-webkit-background-size:25px 25px;
	padding:0 0 10px 36px;
}

#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-weight:bold;
		margin-bottom:-0.5em;
	}

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

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

/*
#contents #access p.car {
	background-image:url(../../../images/home/guide_car.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:25px 25px;
	-moz-background-size:25px 25px;
	-webkit-background-size:25px 25px;
	padding:0 0 0 36px;
}
*/

/* 文字装飾 */
.sectionSubtitle {
	display:block;
	color:#ffffff;
	font-size:110%;
	text-align:center;
	background-color:#407ae5;
	border:1px solid #407ae5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

