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

	施工店詳細お知らせページ

///////////////////////////////////////////////////////////////////*/
#shoplist_detail .box_blog .hd_blog {
	height: 39px;
	margin: 23px 0 30px;
	padding: 33px 0 0 55px;
	background: url("/gr/service-area/detail/common/img/bg_blog.gif") left top no-repeat;
	font-size: 18px;
	font-weight: bold;
}
/* ====================================================
	お知らせ一覧
====================================================*/
.box_blog .blogList {
	width:656px;
	margin:0 auto;
	padding:0 20px;
}
.box_blog .blogList li {
	width:656px;
	overflow:hidden;
	padding-bottom:20px;
	margin-bottom:20px;
	background:url("/gr/service-area/detail/common/img/bg_line02.gif") no-repeat bottom left;
}
#shoplist_detail .box_blog .blogList li:last-child {
	padding-bottom:20px !important;
	margin-bottom:20px !important;
	background:url("/gr/service-area/detail/common/img/bg_line02.gif") no-repeat bottom left !important;
}
.box_blog .blogList a.blogLinkWrap {
	display: block;
	color: #333;
	text-decoration: none;
}
.box_blog .blogList a.blogLinkWrap:hover {
	color: #333 !important;
}
.box_blog .blogList .blogImg {
	width:160px;
	float:left;
}
.box_blog .blogList .blogSum {
	width:476px;
	float:right;
}
.box_blog .blogList .blogTtl {
	display:block;
	color:#3F5441;
	font-size:15px;
	margin-bottom:8px;
	font-weight:bold;
	line-height: 1.2;
}
.box_blog .blogList .blogDate {
	font-weight:bold;
	margin-bottom:15px;
}
.box_blog .blogList .blogDate span {
	display:inline-block;
 *display: inline;
 *zoom: 1;
	margin-right:10px;
	width:33px;
	line-height:12px;
	text-align:center;
	vertical-align:top;
	margin-left:10px;
	padding-top:1px;
}
.box_blog .blogList .blogTxt {
	margin-bottom:15px;
}
.box_blog .blogList .newMark {
	float:left;
	width:33px;
	height:12px;
}
/* ブログニュースをもっと見る
--------------------------------*/
#shoplist_detail .bt_blog_news {
	margin-top: 40px;
}
.box_blog .blogList li .blogLinkTxt {
	font-size: 13px;
	color: #f15e00;
	text-decoration: none;
}
.box_blog .blogList .blogLinkTxt::before {
	content: "";
	display: inline-block;
	margin: 0 6px 1px 0;
	border: 4px solid transparent;
	border-left: 6px solid #f2670f;
	border-right: none;
	vertical-align: middle;
}
/* ====================================================
  ページネーション
====================================================*/
.blog_pagination {
  margin: 30px 0;
  letter-spacing: -0.4em; /* inline-blockの隙間対策 */
  text-align: center;
}
.blog_pagination li {
  letter-spacing: normal; /* inline-blockの隙間対策 */
  display: inline-block;
  margin-right: 3px;
}
.blog_pagination li.prev {
  margin-right: 20px;
}
.blog_pagination li.next {
  margin-left: 17px;
}
.blog_pagination li.selected {
  width: 29px;
  height: 29px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #8dc21f;
  line-height: 29px;
}
.blog_pagination a {
  display: block;
  width: 27px;
  height: 27px;
  text-align: center;
  color: #333;
  text-decoration: none;
  border: 1px solid #aaa;
  background-color: #fff;
  line-height: 27px;
}
.blog_pagination a:hover {
  background-color: #ddd;
}
.blog_pagination li.prev a,
.blog_pagination li.next a {
  width: 47px;
}