@charset "UTF-8";

/* ===================================================================
   SHOPLIST専用css
=================================================================== */
.l_shoplist {}
.b_main {
	margin-bottom: 60px;
}
/*一覧*/
.shoplist {}
.shoplist_data {}
.shoplist_item {
	display:table;
	table-layout: fixed;
}
.shoplist_item * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.shoplist_item + .shoplist_item {
	padding-top: 40px;
	border-top: 1px solid #d3d3d3;
}
.shoplist_photo, .shoplist_text {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 40px;
}
.shoplist_photo {
	width: 380px;
}
.shoplist_photo img{
	width: 100%;
	height: auto;
}
.shoplist_text{
	width: 670px;
	padding-right: 100px;
}
.shoplist_title{
	display:block;
	color:#000;
	font-size:14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.shoplist_description{}
.shoplist_data {
	line-height: 1.6;
	margin-bottom: 20px;
}
.shoplist_data_text {
	color:#2b2b2b;
	font-size:13px;
}
.shoplist_data_text.post {}
.shoplist_data_text.address {
	padding-left: 10px;
}
.shoplist_data_text.phone {
	display: block;
}
.shoplist_data_text.hour {
	display: block;
}
.shoplist_map {
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	background:url(/static/full/images/common/icon_map.png) left center no-repeat ;
	background-size: 20px 20px;
	padding: 4px 0 4px 30px;
}

/*詳細*/
.shoplist_detail {
	display: table;
	width: 100%;
}
.shoplist_detail_photo, .shoplist_detail_text {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 40px;
}
.shoplist_detail_photo {
	width: 430px;
}
.shoplist_detail_text {
	width: 620px;
	padding-left: 80px;
}
.shoplist_detail_date{
	display:block;
	color:#959595;
	font-size:14px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}
.shoplist_detail_title{
	display:block;
	color:#000;
	font-size:14px;
	font-weight: bold;
}
.shoplist_detail_description{
	display:block;
	color:#2b2b2b;
	font-size:14px;
	line-height: 1.4;
}
/* about_pag
--------------------------------------------------------------------*/

.about_page {
	float:right;
}
.about_page.bottom {
	margin-bottom:60px;
}
.about_page:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.about_page .pager {
	float: right;
	color: #131313;
}
.pager li {
	float: left;
	margin-right: 7px;
	line-height: 22px;
	text-align: center;
}
.pager li a {
	display: block;
}
.pager li:last-child {
	margin-right:0;
}
.pager li.next {
	text-indent: -9999px;
	border: 1px #131313 solid;
	background-color:#131313;
}
.pager li.active {
	color:#fff;
	background-color: #272727;
}
.pager_number {
	height: 22px;
	width: 22px;
	border: 1px #272727 solid;
}
.pager_number a {
	color:#272727;
}
.pager li.pager_prev {
	border: 1px #272727 solid;
}
.pager li.pager_prev a {
	padding:0 8px;
	color:#fff;
	font-size:12px;
	background-color: #272727;
}
.pager li.pager_next {
	border: 1px #272727 solid;
}
.pager li.pager_next a {
	padding:0 8px;
	color:#fff;
	font-size:12px;
	background-color: #272727;
}
.pager li.pager_dots {
	padding:5px 5px 0;
}

