<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
es_MX
*/

/* common */
@import "/css/spa/common/detail_free.css";
@import "/css/spa/common/related.css";

/* =========================================================
reset
========================================================= */
#free #detail .contact .online-desc ul {
	margin: 10px 0 0 0;
}
#free #detail .contact .online-desc li {
	display: inline-block;
}
/* =========================================================
detail
========================================================= */
#detail {
	word-wrap: break-word;
	word-break: break-all;
}
/* =========================================================
free
========================================================= */
/* -----------------------------------------------
picture reset
----------------------------------------------- */
#free #detail .picture {
	width: auto;
}
@media only screen and (max-width:1200px) {
	#free #detail .picture {
		width: 50%;
		padding-right: 20px;
	}
}
#free #detail .picture .wrapper,
#free #detail .picture .wrap {
	border-radius: 0;
	padding: 0;
	border: 0;
}
#free #detail .picture .picbox .thumbnail img {
	border: none;
	padding: 0;
}
#free #detail .picture .picbox .thumbnail img:hover {
	border: none;
}
#free #detail .picture .picbox .exmedia-download .download {
	margin: 3px 0;
}
/* -----------------------------------------------
picture
----------------------------------------------- */
#free #detail .picture .picbox {
	padding: 3px 3px 0;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
}
#free #detail .picture .picbox a {
	display: block;
}
#free #detail .picture .picbox a:hover {
	opacity: 0.7;
}
#free #detail .picture .picbox img {
	max-width: 500px;
	height: auto;
}
@media only screen and (max-width:1200px) {
	#free #detail .picture .picbox img {
		width: 100%;
	}
}
/* -----------------------------------------------
no image
----------------------------------------------- */
#free #detail .picture .picbox .noimg {
	background-image: url(/img/common/flyer/noimg_detail.png);
}
/* -----------------------------------------------
article
----------------------------------------------- */
#free #detail .world-area {
	font-weight: bold;
	margin: 5px 0 10px;
	width: 100%;
}
#free #detail .title {
	border-top: 1px dashed #ff9900;
	border-bottom: 1px dashed #ff9900;
	margin-bottom: 12px;
	padding: 5px 0 6px;
}
#free #detail .expire {
	line-height: 1.2;
}
#free #detail .expire span {
	color: #777;
	margin-right: 4px;
}
#free #detail .desc {
	border-bottom: 1px dashed #ff9900;
	padding-bottom: 20px;
}
#free #detail .comment {
	color: #666;
	margin-top: 12px;
	margin-bottom: 0;
}
#free #detail .url {
	display: block;
	word-break: break-all;
	line-break: normal; /* for Safari */
	background: none;
	margin-top: 6px;
	margin-bottom: 0;
	padding: 0;
}
#free #detail .url a {
	background: url(/img/common/common/icon_url_off.png) no-repeat 0 2px;
	padding-left: 15px;
}
#free #detail .url a:hover {
	background: url(/img/common/common/icon_url_on.png) no-repeat 0 2px;
}
/* -----------------------------------------------
stamp
----------------------------------------------- */
#free #detail .stamp {
	float: right;
	background-image: url(/img/spa/flyer/stamp_desc.png);
	background-size: 97px 83px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
	margin: 0 0 7px 5px;
	width: 97px;
	height: 83px;
	z-index: 2;
}
#free #detail .stamp span {
	display: none;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#free #detail .tag {
	font-size: 0;
	margin-bottom: 30px;
	width: 100%;
}
#free #detail .tag a {
	display: inline-block;
	color: #ffa51d;
	font-size: 12px;
	line-height: 1;
	vertical-align: bottom;
	border: 1px solid #ffd699;
	border-radius: 2px;
	background-color: #fffefc;
	padding: 3px 5px;
	margin: 0 4px 4px 0;
}
#free #detail .tag a:hover {
	color: #fcc800;
}
/* -----------------------------------------------
contact
----------------------------------------------- */
#free #detail .contact {
	border-bottom: 1px dashed #ff9900;
	padding: 3px 0 10px 0;
	margin: 10px 0 10px 0;
}
#free #detail .contact dt.contact-title {
	color: #ff9900;
	font-weight: bold;
	margin-bottom: 10px;
}
#free #detail .contact ul {
	margin-bottom: 15px;
}
#free #detail .contact li {
	display: list-item;
}
#free #detail .contact .name {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 6px;
	line-height: 1.2;
}
#free #detail .contact .hours dl {
	line-height: 1.4;
	margin-bottom: 5px;
}
#free #detail .contact .hours dt {
	color: #666666;
	margin-bottom: 2px;
}
#free #detail .contact .tel {
	color: #666666;
	margin-bottom: 5px;
}
#free #detail .contact .tel a {
	color: #333333;
}
#free #detail .contact .tel span {
	color: #333333;
	font-weight: bold;
	font-size: 15px;
	margin-left: 4px;
}
#free #detail .contact .address {
	color: #666666;
	margin-bottom: 5px;
}
#free #detail .contact .address a {
	color: #333333;
}
#free #detail .contact .address span {
	color: #333333;
	margin-left: 4px;
}

/* vnyp-info */

#free #detail .contact .vnyp-none {
	color: #666c67;
	margin-bottom: 10px;
}

/* reservation */
#free #detail .btn-contact {
	text-align: left;
}
#free #detail .reserve {
	padding-bottom: 5px;
}
/* -----------------------------------------------
footer
----------------------------------------------- */
#free #detail .footer .top dt {
	background-image: url(/img/common/flyer/icon_service_small.png);
}

/* -----------------------------------------------
not found
----------------------------------------------- */
#notfound .expired {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	padding: 25px 20px;
	text-align: center;
	display: block;
}
#notfound .expired:hover {
	opacity: 0.7;
}
#notfound .expired p {
	color: #333;
}
#notfound .expired p span {
	color: #0066cc;
}
#notfound .expired:hover p span {
	color: #fcc800;
}
#notfound .expired .logo img {
	margin: 7px 0 -5px;
	width: 100px;
	height: auto;
}</pre></body></html>