/* クリニックリスト
====================================== */
#page #clinic_list .summary {
	background: url(/img/clinic/summary_bg.png) bottom center no-repeat;
	margin-bottom: 15px;
	padding: 30px 10px;	
}
#page #clinic_list .summary p {
	color: #003a64;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.6;
	display: table;
	margin: auto;
}
#page #clinic_list .summary p strong.red {
	background: linear-gradient(transparent 50%,rgba(255,0,17,0.5) 50%);
}
#page #clinic_list h3 {
	color: #003a64;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	background: url(/img/title/title_02.png) left center no-repeat;
	background-size: auto 30px;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 10px;
	padding: 10px 0 10px 40px;
}
#page #clinic_list table {
	width: 100%;
	overflow: hidden;
}
#page #clinic_list th,
#page #clinic_list td {
	font-size: 15px;
	vertical-align: middle;
	padding: 7px;
}
#page #clinic_list th {
	width: 25%;
	color: #fff;
	font-weight: normal;
	background: rgba(0,189,205,1.0);
	border-bottom: 5px solid #fff;
	padding-left: 30px;
}
#page #clinic_list tr:first-child th {
	background: url(/img/icon/Postal.png) 7px center no-repeat rgba(0,189,205,1.0);
	background-size: 16px 16px; 
}
#page #clinic_list tr:nth-child(2) th {
	background: url(/img/icon/address.png) 7px center no-repeat rgba(0,189,205,1.0);
	background-size: 16px 16px;
}
#page #clinic_list tr:last-child th {
	background: url(/img/icon/tel.png) 7px center no-repeat rgba(0,189,205,1.0);
	background-size: 16px 16px;
	border-bottom: none;
}
#page #clinic_list td {
	padding-right: 0;
}
#page #clinic_list .detail {
	background: url(/img/icon/detail.png) left 10px no-repeat;
	background-size: 25px auto;
	font-size: 16px;
	border-top: 1px solid #cbcbcb;
	margin-top: 10px;
	padding: 10px 0 0 30px;
}
#page #clinic_list .page_count {
	color: #999;
	font-size: 13px;
	text-align: right;
	margin-top: 5px;
}

/* クリニック詳細
====================================== */
#page #clinic_detail h2 {
	color: #003a64;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	background: url(/img/title/title_02.png) left center no-repeat;
	background-size: auto 30px;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 10px;
	padding: 10px 0 10px 40px;
}
#page #clinic_detail table {
	width: 100%;
	overflow: hidden;
}
#page #clinic_detail th,
#page #clinic_detail td {
	font-size: 18px;
	vertical-align: middle;
	padding: 10px;
}
#page #clinic_detail th {
	width: 25%;
	color: #fff;
	font-weight: normal;
	background: #32bccf;
	border-bottom: 10px solid #fff;
	padding-left: 38px;
}
#page #clinic_detail tr:first-child th {
	background: url(/img/icon/Postal.png) 10px center no-repeat rgba(0,189,205,1.0);
	background-size: 20px 20px; 
}
#page #clinic_detail tr:nth-child(2) th {
	background: url(/img/icon/address.png) 10px center no-repeat rgba(0,189,205,1.0);
	background-size: 20px 20px;
}
#page #clinic_detail tr:last-child th {
	background: url(/img/icon/tel.png) 10px center no-repeat rgba(0,189,205,1.0);
	background-size: 20px 20px;
	border-bottom: none;
}
#page #clinic_detail td {
	padding-right: 0;
}
#page #clinic_detail .detail {
	background: url(/img/icon/detail.png) left 20px no-repeat;
	background-size: 28px auto;
	font-size: 18px;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	margin-top: 11px;
	padding: 20px 0 20px 33px;
}
/* Googleストリートビュー・Googleマップ */
.map_canvas {
	margin: 30px 0;
}
#map {
	height: 500px;
}
.googlemap_link {
    line-height: 1.4;
    display: inline-block;
    background: url(/img/icon/ico_map.png) left center no-repeat;
    background-size: 10px 10px;
    padding-left: 14px;
    position: relative;
    top: 3px;
    left: 100%;
    transform: translate(-100%, 0);
}

/* 593px以下用
====================================== */
@media screen and (max-width: 593px) {
	#page #clinic_list .summary p {
		font-size: 16px;
		line-height: 1.5;
	}
	#page #clinic_list h3 {
		font-size: 16px;
		background-size: auto 28px;
		padding: 8px 0 8px 35px;
	}
	#page #clinic_list th,
	#page #clinic_list td {
		font-size: 14px;
		display: block;
		padding: 6px;
	}
	#page #clinic_list th {
		width: 100%;
		border-bottom: none;
		padding-left: 28px;
	}
	#page #clinic_list tr:last-child td {
		padding-bottom: 0;
	}
	#page #clinic_list .detail {
		font-size: 14px;
		background: url(/img/icon/detail.png) left 10px no-repeat;
		background-size: 23px auto;		
	}
	#page #clinic_detail .summary p {
		font-size: 16px;
		line-height: 1.5;
	}
	#page #clinic_detail h2 {
		font-size: 16px;
		background-size: auto 28px;
		padding: 8px 0 8px 35px;
	}
	#page #clinic_detail tr:first-child th {
		background: url(/img/icon/Postal.png) 7px center no-repeat rgba(0,189,205,1.0);
		background-size: 16px 16px; 
	}
	#page #clinic_detail tr:nth-child(2) th {
		background: url(/img/icon/address.png) 7px center no-repeat rgba(0,189,205,1.0);
		background-size: 16px 16px;
	}
	#page #clinic_detail tr:last-child th {
		background: url(/img/icon/tel.png) 7px center no-repeat rgba(0,189,205,1.0);
		background-size: 16px 16px;
		border-bottom: none;
	}
	#page #clinic_detail th,
	#page #clinic_detail td {
		font-size: 14px;
		display: block;
		padding: 6px;
	}
	#page #clinic_detail th {
		width: 100%;
		border-bottom: none;
		padding-left: 28px;
	}
	#page #clinic_detail tr:last-child td {
		padding-bottom: 0;
	}
	#page #clinic_detail .detail {
		font-size: 14px;
		background: url(/img/icon/detail.png) left 10px no-repeat;
		background-size: 23px auto;
		padding: 10px 0 10px 30px;
	}
	#map {
		height: 200px;
	}
}