.pop-layer {
	display: none;
	position: absolute;
	top: 50%;
	left: 38%;
	width: auto;
	height: auto;
	background-color: #fff;
	z-index: 10;
	transform: translate(-30%,-50%);
}
.layer-area {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.effect-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
}
.layer-area .pop-layer {
	display: block;
}
.layer-area .pop-layer {
	max-width: 80%;
}
.layer-area .pop-layer img {
	max-width: 100%;
}
.pop-layer .btn-area {
	position: absolute;
	top: -1px;
	right: -1px;
}
a.btn-close {
	display: block;
	text-indent: -9999em;
	width: 40px;
	height: 40px;
	padding: 0;
	background: #f9194e url(/images/common/close-w.svg) 50% 50% no-repeat;
}
a.btn-close:hover {
	background-color: #222;
}
#content p.reference {
	font-size: 85%;
	padding: 5px;
}
#content p.reference span {
	font-size: 80%;
	padding-right: 3px;
}
#content ul.facilities {
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content ul.facilities li {
	float: left;
	overflow: hidden;
	margin: 6px 3px;
}
#content ul.facilities li img {
	display: block;
	text-align:center;
	padding: 3px;
	border: 1px solid #d1d1d1;
	transition: all .3s ease-out;
}
#content ul.facilities li span {
	display: block;
	text-align:center;
	padding: 5px 0 0 0;
}
#content ul.facilities li a {
	display: block;
	width: 100%;
	height: 100%;
}
#content ul.facilities li a img {
}
#content ul.facilities li a:hover img {
	border-color: transparent;
	transform: scale(1.05);
	transition: all .3s ease-out;
}