/* C0YNK　物件一覧に表示するスワイプ式のモーダル専用のCSS */
#modalWrap {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	width: 100%;
	height: 100%;
}

#modalLayer {
	background: #e1e1e1;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 500;
}

#modalBody {
	background: #fff;
	left: 50%;
	position: absolute;
	z-index: 501;
	top: auto;
	width: 760px;
	height: auto;
	box-sizing: initial;
	border-radius: 10px;
	margin-left: -380px;
	padding: 20px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}

#modalClose {
	cursor: pointer;
	position: absolute;
	right: 17px;
	top: 13px;
	z-index: 10000;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#cboxOverlay {
	background: #e1e1e1;
}

#colorbox {
	outline: 0;
}

.modalBody #container,
.modalBody #mainCol {
	padding: 0;
	width: 900px;
}

.slideView {
	overflow: hidden;
	position: relative;
	margin: auto;
}

.slideWrap li {
	display: block;
	float: left;
	position: relative;
}

#slider {
	background: #fff;
	margin: auto;
	position: relative;
	text-align: center;
	width: 740px;
}

.slideBtn a {
	background-position: 0 70%;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: absolute;
	height: 640px;
	text-indent: -9999px;
	top: 0;
	width: 20px;
	z-index: 600;
}

#slidePrev a {
	background-image: url(/static/20250626-164204021/images/std/detail/bt_photo_prev.gif);
	left: 10px;
}

#slideNext a {
	background-image: url(/static/20250626-164204021/images/std/detail/bt_photo_next.gif);
	right: 10px;
}

.slideWrap,
.slideView {
	width: 660px;
	height: auto;
}

.slideWrap li {
	padding: 10px;
}

.slideWrap li .detail-link {
	background: #cc0033;
	color: #ffffff;
	display: block;
	text-align: center;
	width: 250px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
}

.slideWrap li .detail-link:hover {
	opacity: 0.6;
}

.slideWrap li img {
	width: 640px;
	height: auto;
}

#slider ul,
#slider ol,
#slider dl {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#slider .name {
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: .5em 0;
	margin-bottom: .5em;
}

#slider .desc {
	margin-bottom: .5em;
}

#slider .name,
#slider .desc,
#slider .cap.forList {
	text-align: left;
}

#slider .page {
	position: absolute;
	right: 0;
	top: 15px;
}

#slider .bx-viewport {
	margin: 0;
}

#slider .slideBtn {
	height: 0;
}

#slider .detail-link {
	background: #cc0033;
	color: #ffffff;
	display: block;
	text-align: center;
	width: 250px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	padding: 0;
}

/* C0YNK　物件一覧に表示するスワイプ式のモーダル専用のCSS */