@charset "UTF-8";

/* =========================================================
list
========================================================= */
#list {
	list-style-type: none;
	padding: 0;
	margin: 0 0 25px 0;
}
#list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#list li.box {
	clear: both;
	border: 2px #e8ece9 solid;
	margin-bottom: 8px;
}
#list li.box .wrapper {
	position: relative;
	margin: 5px;
}
/* -----------------------------------------------
GO TO EAT
----------------------------------------------- */
#list .gotoeat {
	position: absolute;
	top: -5px;
	right: -5px;
	display: inline-block;
}
#list .gotoeat img {
	display: inline-block;
	width: 60px;
	height: 60px;
}
/* -----------------------------------------------
GO TO Travel
----------------------------------------------- */
#list .gototravel {
	position: absolute;
	top: -5px;
	right: -5px;
	display: inline-block;
}
#list .gototravel img {
	display: inline-block;
	width: 60px;
	height: 60px;
}
/* -----------------------------------------------
header
----------------------------------------------- */
#list li.box .header {
	font-size: 70%;
	background-color: #f7f6f5;
	border-bottom: 1px dotted #e8ece9;
	padding: 5px 3px 5px 5px;
}
#list li.box .header:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#list li.box .header .cat {
	float: left;
}
#list li.box .header .cat span {
	display: inline-block;
	color: #ffffff;
	line-height: 100%;
	background-color: #90ac1a;
	margin-left: -7px;
	padding: 5px;
}
#list li.box .header .date {
	float: right;
	color: #666666;
	line-height: 100%;
	margin-top: 5px;
}
#list li.box .header .date .new {
	color: #ff3399;
}
/* -----------------------------------------------
body
----------------------------------------------- */
#list li.box .body {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 5px;
	width: 100%;
}
#list li.box .data {
	display: table-cell;
	vertical-align: top;
	margin-bottom: 5px;
	width: 100%;
}
#list li.box .world-area {
	font-weight: bold;
	font-size: 12px;
	margin: 2px 0;
}
#list li.box .title {
	font-size: 92%;
	font-weight: bold;
	line-height: 1.2;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}
#list li.box .comment {
	color: #6c6c6c;
	font-size: 82%;
	line-height: 1.3;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}
#list li.box .body .image {
	display: block;
	vertical-align: top;
	text-align: center;
	margin-top: 10px;
}
#list li.box .body .image .thumb {
	background-color: #f7f7f7;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 285px;
	margin: auto;
}
#list li.box .online-list {
	margin-top: 10px;
}
/* -----------------------------------------------
coupon old version
----------------------------------------------- */
/*
#list li.box .coupon {
	position: relative;
	border: 1px dashed #cccccc;
	padding: 1px;
	margin-bottom: 5px;
}
#list li.box .coupon .icon span {
	position: absolute;
	top: -4px;
	left: -3px;
	display: inline-block;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	background-color: #fcd268;
	padding: 4px 5px 2px 5px;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
#list li.box .frame {
	-webkit-background: repeating-linear-gradient(-45deg, #fcd268, #fcd268 2px, #ffedab 2px, #ffedab 4px);
	background: repeating-linear-gradient(-45deg, #fcd268, #fcd268 2px, #ffedab 2px, #ffedab 4px);
	padding: 5px;
}
#list li.box .frame .wrap {
	background-color: #ffffff;
	padding: 8px 5px 5px 5px;
}
#list li.box .frame .wrap .cont {
	font-size: 80%;
	line-height: 126%;
}
#list li.box .frame .wrap .cont span {
	color: #ed6d46;
	margin: 0 0 0 4px;
}
#list li.box .frame .wrap .exp {
	color: #666;
	font-size: 70%;
}
#list li.box .frame .wrap .exp span {
	margin-right: 5px;
}
*/
/* -----------------------------------------------
coupon new version
----------------------------------------------- */
#list li.box .coupon {
	margin-bottom: 5px;
}
#list li.box .frame {
	-webkit-background: repeating-linear-gradient(-45deg, #ffcb4a, #ffcb4a 2px, #ffe9b2 2px, #ffe9b2 4px);
	background: repeating-linear-gradient(-45deg, #ffcb4a, #ffcb4a 2px, #ffe9b2 2px, #ffe9b2 4px);
	padding: 5px;
}
#list li.box .frame .wrap {
	background-color: #ffffff;
	padding: 5px;
}
#list li.box .frame .type {
	text-align: center;
	font-size: 70%;
	font-weight: bold;
	line-height: 126%;
	color: #ffffff;
	background-color: #ffd261;
	padding: 2px 5px;
	margin-bottom: 5px;
}
#list li.box .frame .wrap .cont {
	font-size: 80%;
	font-weight: bold;
	line-height: 126%;
	color: #665a1a;
}
/* -----------------------------------------------
contact
----------------------------------------------- */
#list li.box .contact {
	font-size: 80%;
	margin: 10px 0;
}
#list li.box .contact ul {
	list-style-type: none;
	padding: 0;
	margin: 0 -5px;
}
#list li.box .contact li.name {
	font-weight: bold;
	margin: 0 5px;
}
#list li.box .contact li.name img {
	vertical-align: middle;
	margin-right: 3px;
	width: 20px;
	height: 20px;
}
#list li.box .contact li.tel,
#list li.box .contact li.addr {
	display: inline-block;
	color: #666666;
	line-height: 126%;
	margin: 0 5px;
}
#list li.box .contact li span {
	color: #999999;
	margin-right: 3px;
}
#list li.box .contact li.addr a {
	color: #666666;
}
/* -----------------------------------------------
detail
----------------------------------------------- */
#list li.box .detail {
	font-size: 80%;
	text-align: center;
}
#list li.box .detail a {
	position: relative;
	display: block;
	color: #90ac1a;
	font-weight: bold;
	text-align: center;
	background-color: #e8ece9;
	border-radius: 2px;
	padding: 5px 10px;
	z-index: 100;
}
#list li.box .detail a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #90ac1a;
}
#list li.box .detail a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #e8ece9;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#list li.box .tag {
	overflow: hidden;
	margin: 10px 0;
	width: 100%;
}
#list li.box .tag .tag-box {
	font-size: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
#list .tag a {
	display: inline-block;
	color: #90ac1a;
	font-size: 12px;
	line-height: 1;
	vertical-align: bottom;
	border: 1px solid #d0d6b5;
	border-radius: 2px;
	background-color: #fafaf7;
	padding: 3px 5px;
	margin: 0 4px 0 0;
}
#list .tag a:hover {
	color: #ff9933;
}