@charset "UTF-8";

/*
th_TH
*/

/* common */
@import "/css/tha/common/picture.css";

/* =========================================================
enlarge window
========================================================= */

/* -----------------------------------------------
header
----------------------------------------------- */

.enlarge-picture .info .header {
	margin-bottom: 10px;
}
.enlarge-picture .info .header:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
.enlarge-picture .info .header .cat {
	float: left;
	display: inline-block;
	color: #ffffff;
	background-color: #90ac1a;
	padding: 4px 20px;
}
.enlarge-picture .info .header .date {
	float: right;
	color: #666666;
	margin: 5px 0 0 0;
}
.enlarge-picture .info .header .date .new {
	color: #ff3399;
	background: url(/img/commoon/common/icon_new.gif) no-repeat 0 2px;
	padding-left: 26px;
}

/* -----------------------------------------------
contents
----------------------------------------------- */

.enlarge-picture .contents {
	clear: both;
	text-align: left;
	line-height: 126%;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 8px;
	width: 100%;
}
.enlarge-picture .contents .left {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
.enlarge-picture .contents .left .world-area {
	font-weight: bold;
	margin: -4px 0 5px 0;
}
.enlarge-picture .contents .left h3 {
	clear: both;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.enlarge-picture .contents .left p {
	margin-bottom: 10px;
}
.enlarge-picture .contents .right {
	display: table-cell;
	vertical-align: middle;
}

/* coupon */

.enlarge-picture .contents .right .frame {
	font-size: 11px;
	line-height: 126%;
	border: 1px #c9c9c4 dotted;
	padding: 1px;
	margin-left: 8px;
	width: 200px;
}
.enlarge-picture .contents .right .frame .wrap {
	background: url(/img/common/cf/coupon_bg.gif) repeat 0 0;
	padding: 3px;
}
.enlarge-picture .contents .right .frame .container {
	background-color: #ffffff;
	padding: 4px 6px;
}
.enlarge-picture .contents .right .frame p {
	background: url(/img/common/cf/coupon_icon.gif) no-repeat 0 0;
	padding: 16px 0 0 6px;
	margin: 0 0 4px -6px;
}
.enlarge-picture .contents .right .frame p span {
	color: #ed6d46;
	margin: 0 0 0 4px;
}
.enlarge-picture .contents .right .frame dt {
	float: left;
	color: #999999;
	margin-right: 4px;
}
.enlarge-picture .contents .right .frame dd {
	color: #666666;
}

/* -----------------------------------------------
footer
----------------------------------------------- */

.enlarge-picture .info .footer {
	clear: both;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.enlarge-picture .footer .left {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.enlarge-picture .footer .left ul {
	list-style-type: none;
	line-height: 126%;
	padding: 0;
	margin: 0;
}
.enlarge-picture .footer .left li.name {
	font-weight: bold;
}
.enlarge-picture .footer .left li.name a {
	color: #3366ff;
}
.enlarge-picture .footer .left li.name a:hover {
	color: #668cff;
}
.enlarge-picture .footer .left li.name img {
	vertical-align: middle;
	margin-right: 4px;
}
.enlarge-picture .footer .left li.addr a {
	color: #333333;
}
.enlarge-picture .footer .left li.addr a:hover {
	color: #ff7256;
}
.enlarge-picture .footer .left li.tel {
	background: url(/img/common/tg/icon_tel.gif) no-repeat 0 2px;
	padding-left: 23px;
}
.enlarge-picture .footer .detail {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
.enlarge-picture .footer .detail a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #90ac1a;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	margin-bottom: 5px;
	padding: 10px 22px 6px 22px;
}
.enlarge-picture .footer .detail a:hover {
	background-color: #ffcc00;
}
