#map {
    width: 798px;
    position: absolute;
    overflow: hidden;
    float: left;
    background-color: #FFF;
    height: 100%;
    margin-left: 250px;
}

#sidebar {
    width: 250px;
    margin: 0;
    position: absolute;
    height: 99%;
    overflow: auto;
}

#sidebar .hospitalList {
    padding: 5px 15px 10px 20px;
    text-align: left;
    border-bottom: solid 1px #ccc;
    background-color: #fff;
    cursor: pointer;
}

.hospitalList h2 span, .ListActive h2 span {
    font-size: 2.0rem;
    color: #327BB1;
    text-indent: 0;
    line-height: 1.3;
}

.ListActive {
    padding: 5px 15px 20px 20px;
    text-align: left;
    border-bottom: solid 1px #ccc;
    border-left: solid 6px #327BB1;
    background: url(../images2021/list_active.gif) no-repeat 0 50% #CDE0ED;
}

.ListActive a {
	color: #327BB1;
	text-decoration: underline;
	margin: 5px;
	display: block;
}

.ListActive p {
	margin: 5px;
}

.facilitymap_con {
	border: 1px solid #000;
}

.infowindowBlock .hospitalBlock h2 span {
    font-size: 22px;
    font-size: 2.2rem;
    color: #327BB1;
    text-indent: 0;
}

.hospitalBlock a {
	color: #327BB1;
	text-decoration: underline;
	margin: 3px;
	display: block;
}

.hospitalBlock .linkDetail {
	background: url(../images2021/arrow_popup_gmap.gif) no-repeat 0;
    padding-left: 1em;
}
.ListActive .linkDetail {
	background: url(../images2021/link_detail.gif) no-repeat 0;
    padding-left: 1em;
}

.hospitalBlock img {
	width: 400px;
}

.ListActive img {
	width: 200px;
}

.none_text {
    width: 860px;
    margin: 50px auto;
    font-size: 26px;
    text-align: center;
}


@media screen and (max-width: 768px) {
	#sidebar {
		display: none;
	}

	#map {
	    width: 100%;
	    height: 100%;
	    top: 0;
	    position: absolute;
	    overflow: hidden;
	    float: left;
	    background-color: #FFF;
	    margin-left: 0;
	}
	.hospitalBlock img {
		width: 100%;
	}

	.infowindowBlock {
		width: 100%;
	}

    .none_text {
        width: 90%;
        margin: 20px auto;
        font-size: 20px;
        text-align: center;
    }
}