@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;
}



/*------------- 特集 -------------*/


.top_tokusyuu_contents{
	width:580px;
	padding:0 10px;
}
.top_tokusyuu_contents li{
	width:560px;
    border-bottom: 1px solid #E6F1EF;
}


/*小さい表示*/
.top_tokusyuu_contents .small dl{
	width:540px;
	margin:0 auto;
	padding:10px 0;
	overflow:hidden;
}
.small dl dt.top_tokusyuu_contents_image{
	width:210px;
	height:auto;
	float:left;
	margin-right:10px;
}

.small dl dd{
	width:320px;
	height:auto;
	float:right;
}

.small dl dd p.top_tokusyuu_contents_title a{
	font-size:15px;
	font-weight:bold;
}
.small dl dd p.top_tokusyuu_contents_title a:hover{
	color:#00A381;
	text-decoration: underline;
}

.small dl dd p.top_tokusyuu_contents_text{
	font-size:12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}



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


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


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

.page_transition li{
	 float:left;
}
.pager{
	width: 30px;
	height:25px;
	margin:0 auto;
	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;
}