/* Solt BEGIN 
2016-02-26
*/
.solt_selectbox{
	position:relative;
	height:25px;
	overflow:hidden;
	display:block;	
	width:120px;
	float:left;
}

.btn_select_align{
	color:#6e6e6e;	
}

.btn_line_value1{
	display:block;
	height:25px;	
}

select#list-selectbox {
	border-radius:4px;
	background-color:#f4f4f4;	
	width:120px;
	padding:0;
}
/* Solt END */




.cont_wrap {
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 15px;
	padding-bottom: 100px;
}

.location_result {
	font-size: 14px;
	display: none;
}

.location_box01 {
	height: 40px;
	margin-top: 20px;
	background-color: #0099b1;
	border-radius:10px 10px 0 0;
}

.location_box01>div {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #FFFFFF;
}

.location_box02 {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: thin;
	padding: 10px;
	font-size: 13px;
	border-radius:0 0 10px 10px;
	border: 1px solid #ddd;
}

.franchise_name {
	float: left;
	margin-left: 10px;
	/* width: 50%; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hospital_name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	color: #26333b;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 7px;
}

.hospital_name img {
	vertical-align: middle;
	margin-bottom: 1px;
	margin-left:3px;
	float:right;
}

.location_box01>.distance {
	float: right;
	color: #01c3a9;
	font-weight: bold;
}

.location_box01 a,.hospital_name a {
	font-size: inherit;
	color: inherit;
	text-decoration: none;
}

.read_more {
	float: right;
	height: 28px !important;
	line-height: 28px !important;
	margin: 7px 5px;
}

.read_more>a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

.box_adress {
	margin-bottom: 5px;
	line-height:18px;
}

.tel {
	height: 26px;
	line-height: 20px;
	font-size: 13px;
	display: inline-block;
}

.tel>a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 0px;
}

.tel>a:link {
	text-decoration: none;
	color: #000;
}

.tel>a:visited {
	text-decoration: none;
	color: #000;
}

.location_list {
}

.subway_info {
	font-weight: bold;
	width: 100%;
}

.subway_info img {
	height: 16px;
}

.subway_info li {
	float: left;
	margin-right: 5px;
}

.box_number {
	clear: both;
}

.filter {
	font-size: 12px;
	text-align: right;
	font-weight: 400;
	margin-bottom: 12px;
}

.filter label {
	display: inline;
}

.filter input {
	margin: 0 0 0 5px;
}

.filter input[type=checkbox] {
	display: none;
}

.filter input[type=checkbox]+label {
	background: url(../../img/mobile/check_off.png) no-repeat;
	padding-left: 18px;
	background-size: 14px 14px;
	line-height: 20px;
	height: 20px;
}

.filter input[type=checkbox]+label[for=holiday_yn] {
	color: #ff0000;
}

.filter input[type=checkbox]:checked+label {
	background: url(../../img/mobile/check_on.png) no-repeat;
	padding-left: 18px;
	background-size: 14px 14px;
	line-height: 20px;
	height: 20px;
}

.box_call a {
	height: 20px;
	line-height: 20px;
	color: #0099b1 !important;
	font-size: 20px;
}