
#header .global li.access a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 40px;
	right: 40px;
	background-color: #014099;
	height: 4px;
	display: block;
}


#visual {
	background-image: url(/access/img/visual_bg.jpg);
}


#accessmap .map {
	margin-bottom: 40px;
}

#accessmap .map iframe {
	vertical-align: top;	
}

@media(max-width:768px){
	#accessmap .map iframe {
		width: 100% !important;
	}
}


#clinic-schedule  table {
	width: 100%;
	table-layout: fixed;
}

@media(max-width:768px){
	#clinic-schedule  table {
		width: 100%;
	}
}

#clinic-schedule  table thead th {
	border: 1px solid #014099;
	line-height: 32px;
	background-color: #014099;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
}

@media(max-width:768px){
	#clinic-schedule  table thead th {
		font-size: 10px;
	}
}

#clinic-schedule  table th:first-child {
	width: 25%;
	text-align: left;
	padding: 0 20px;
}

@media(max-width:768px){
	#clinic-schedule  table th:first-child {
		width: 25%;
		text-align: center;
		padding: 0;
	}
}

#clinic-schedule  table tbody th,
#clinic-schedule  table tbody td {
	border: 1px solid #014099;
	line-height: 44px;
	color: #014099;
	text-align: center;
	font-size: 1.4rem;
}

@media(max-width:768px){
	#clinic-schedule  table tbody th,
	#clinic-schedule  table tbody td {
		line-height: 35px;
		font-size: 10px;
	}
}

#clinic-schedule .note {
	overflow: hidden;
	margin-top: 12px;
	font-size: 14px;
}

#clinic-schedule .note p {
	float: left;
}

@media(max-width:768px){
	#clinic-schedule .note p {
		float: none !important;
	}
}

#clinic-schedule .note p + p{
	float: right;
}

