@charset "utf-8";

/* 診療時間 */
#hour .hour{
	margin-bottom:1rem;
}

@media print, screen and (min-width:960px){
#hour th.hour_th{
	width:160px;
}

#hour td{
	width:60px;
}
}

/* 地図 */
#guide_map{
	margin-bottom:1rem;
}

#guide_map iframe{
	width:100%;
	display:block;
	min-height:300px;
}

#access dl{
	line-height:2.0;
}

#access dt{
	font-weight:bold;
	color:#ee859a;
}

@media print, screen and (min-width:960px){
#guide_map iframe{
	min-height:400px;
}

#access dl{
	overflow:hidden;
}

#access dt{
	float:left;
}

#access dd{
}
}

/* 駐車場 */
.parking{
	border:1px solid #dadada;
	padding:1.5rem 1rem 1px 1rem;
	margin-bottom:2rem;
}

@media print, screen and (min-width:960px){
.parking{
	padding:2rem 2rem 0.5rem 2rem;
}
}

/*eof*/