@charset "UTF-8";
/* CSS Document */





div.contents{
	overflow:hidden;
	width:800px;
	margin:0 auto;
	padding-top:10px;
}

.left_contents{
	width:580px;
	float:left;
}
.right_contents{
	width:200px;
	float:right;
}


h2.content_title{
	width:580px;
	height:40px;
	font-size:16px;
	line-height:40px;
	padding-left:10px;
	background:#E6F1EF;
	border-radius:3px;
	margin-bottom:20px;
}
/*------------- NEWS -------------*/


h2.content_title{
	width:580px;
	height:40px;
	font-size:16px;
	line-height:40px;
	padding-left:10px;
	background:#E6F1EF;
	border-radius:3px;
	margin-bottom:20px;
}

ul.news_contents{
	width:560px;
	margin: 0 10px;
}
ul.news_contents li{
	width:560px;
	height:100px;
	padding: 0 10px;
	border-bottom:1px solid #E6F1EF;
}
ul.news_contents li a{
	width:560px;
	height:100px;
	margin-left: -10px;
	display:block;
	color:#0F0F0F;
}
ul.news_contents li a:hover{
	background:#F8F8F8;
}

.news_content{
	overflow:hidden;
	padding-top:10px;
}
.news_content dt{
	width:80px;
	float:left;
	margin-right:10px;
	margin-left: 10px
}
.news_content dt img{
	width:80px;
	height:80px;
}

.news_content dd{
	width:430px;
	float:left;
	 position:relative;
}
.news_content dd::after{
	content: "";
    background: url("../../../images/common/arrow_green.png") no-repeat;
    background-size: 9px 16px;
    display: inline-block;
    width: 9px;
    height: 16px;
    position: absolute;
	top: 35px;
	right:-20px;
}
.news_title{
	font-size:15px;
	font-weight:bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_text{
	font-size:13px;
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.news_content dd div{
	overflow:hidden;
	padding-bottom:3px;
}
p.news_area-shopname{
	float:left;
	font-size:10px;
	color:#636A77;
}
p.news_time,p.news_pr{
	float:right;
	font-size:10px;
	color:#636A77;
}

/*-------------  ページ送り -------------*/


.wrap_page_transition{
	width:272px;
	margin:0 auto;
	padding-top:30px;
}

.page_transition{
	display: flex;
	justify-content: center;
}

.pager{
	width: 30px;
	height:25px;
	color:#00A381;
	background:#ffffff;
	font-size:13px;
	margin-right:5px;
}
.pager_current{
	width: 30px;
	height:25px;
	text-align: center;
	background:#00A381;
	color:#ffffff;
    border: 1px solid #00A381;
	line-height:25px;
	font-size:13px;
	margin-right:5px;
}
.pager a{
	width: 30px;
	height:23px;
	text-align: center;
    display: block;
	background:#ffffff;
	color:#636A77;
    border: 1px solid #00A381;
	line-height:25px;
	font-size:13px;
}
.pager a:hover,.pager_left a:hover,.pager_right a:hover{
	background:#00A381;
	color:#ffffff;
}
.pager_left,.pager_right{
	width: 30px;
	height:25px;
	text-align: center;
	background:#ffffff;
    border: 1px solid #00A381;
	line-height:25px;
	font-size:13px;
}
.pager_left a,.pager_right a{
	 color:#00A381;
	display:block;
}
.pager_left{
	width:21px;
	margin-right:10px;
}
.pager_right{
	width:21px;
	margin-left:10px;
}

/*--------------------------------------------------------------
右カラム
--------------------------------------------------------------*/


.platinumbanner li{
	padding-bottom:20px;
}

.side_title{
	width:200px;
	height:40px;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	line-height:40px;
	background:#E6F1EF;
	border-radius:3px;
}
.history,.side_recommendation{
	padding-bottom: 20px;
    padding-top: 10px;
}
.history li,.side_recommendation li{
	padding-top:10px;
	padding-bottom:5px;
	border-bottom:1px solid #E6F1EF;
}

/*--------------------------------------------------------------
 最近見たお店
--------------------------------------------------------------*/
.history li dl{
	width: 200px;
    margin: 0 auto;
}
.history li dl dt{
	width:180px;
	height:auto;
    margin: 0 auto;
	text-align: center;
}
.history li dl dd {
    width: 180px;
    margin: 0 auto;
}
.history_shopname{
	font-size:12px;
	font-weight:bold;
	color:#00A381;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.history_shopname a{
	color:#00A381;
}
.history_area-type{
	font-size:10px;
	color:#636A77;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*--------------------------------------------------------------
 おすすめのお店
--------------------------------------------------------------*/
.side_recommendation{
	list-style: none;
}

.side_recommendation li dl{
	overflow:hidden;
	width:180px;
	margin:0 auto;
}
.side_recommendation_img{
	width:50px;
	float:left;
}
.side_recommendation_content{
	width:125px;
	float:right;
}
.side_recommendation_content div{
	overflow:hidden;
}
.side_recommendation_area-shopname{
	font-size:10px;
	color:#636A77;
	vertical-align: top;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.side_recommendation_subtitle{
	font-size:12px;
	font-weight:bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.side_recommendation_subtitle a:hover{
	text-decoration: underline;
}