@charset "UTF-8";

.buyersTitle {
	border: 1px solid #ccc;
	padding: 1px 20px;
}

/*============================================================
  .newBlog
============================================================*/
.newBlog_item {
	overflow: hidden;
	margin: 20px 0 0;
	border-bottom:solid 1px #ccc;
	padding-bottom:15px;
}

.newBlog_title {
	background: #000;
	color: #fff;
	font-size: 18px;
	padding: 2px 10px;
}

.newBlog_title a {
	color: #fff;
	display: block;
	padding: 2px 10px;
	margin: -2px -10px;
}

.newBlog_container {
	display: table;
	width: 100%;
	margin: 10px 0 0;
}

.newBlog_img,
.newBlog_body {
	display: table-cell;
	vertical-align: middle;
}

.newBlog_img {
	width: 250px;
}

.newBlog_img img {
	width: 100%;
}

.newBlog_body {
	padding: 0 0 0 10px;
}

.newBlog_body > :first-child {
	margin-top: 0;
}

.newBlog_link {
	text-align: right;
}
.newBlog_link a{
	border-radius:50px;
	padding:0 10px;
	border:solid 1px #000;
}

@media screen and (min-width: 769px) {
.newBlog_sp {
	width:49%;
	float:left;
	position:relative;
	border:solid 1px #CCC;
	padding:15px;
	border-radius:5px;
	height:180px;
}
.newBlog_sp:nth-child(even){
	margin-right:2%;
	}

.newBlog_sp .newBlog_body{
	position:absolute;
	width:100%;
	height:100%;
	top:80px;
	left:0px;
}
.newBlog_sp .newBlog_bg {
	position:absolute;
	width:100%;
	height:100%;
	opacity:0.2;
	top:0;
	left:0;
	}
.newBlog_sp .newBlog_link a{
	border:none;
}
.newBlog_sp .newBlog_link a{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	padding-top:150px;
	}
}
@media screen and (max-width: 768px) {
.newBlog_sp .newBlog_bg {
	display:none;
	}
}


@media screen and (max-width: 768px) {
	.newBlog_img {
		float: none;
		margin: 20px 0 0;
		text-align: center;
		width: auto;
	}

	.newBlog_container,
  .newBlog_img,
  .newBlog_body {
		display: block;
		padding: 0;
		margin: 10px 0 0;
	}
}

/*============================================================
  .pastList
============================================================*/
.pastList {
	position: relative;
	padding-bottom: 50px;
}

.pastList_item a {
	display: block;
}

.pastList_item a:before {
	content: '▶';
	display: inline-block;
	font-size: 10px;
	position: relative;
	top: -2px;
	margin: 0 5px 0 0;
}

.pastList_item a:hover {
	color: #B81C22;
	opacity: 1;
}

.pastList_pos {
	position: absolute;
	bottom: -2px;
	width: 100%;
	text-align: center;
	margin: 0;
}

.pastList_pos span {
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	z-index: 50;
	position: relative;
	font-weight: bold;
}

.pastList_pos:before {
	content: '';
	position: absolute;
	top: 50%;
	border-top: 1px solid #B81C22;
	display: block;
	width: 100%;
}

.pastList .slick-prev,
  .pastList .slick-next {
	position: absolute;
	bottom: -50px;
	background: none;
	display: block;
	border: none;
	background: url(../images/html/buyers_voice/prev_next.png) 0 bottom no-repeat;
	width: 59px;
	height: 16px;
	text-indent: -9999px;
	outline: none;
	z-index: 50;
	cursor: pointer;
}

.pastList .slick-prev:hover,
    .pastList .slick-next:hover {
	opacity: 1;
}

.pastList .slick-prev {
	left: 0;
}

.pastList .slick-next {
	right: 0;
	background-position: right bottom;
}

.pastList .slick-prev.slick-disabled {
	background-position: 0 0;
}

.pastList .slick-next.slick-disabled {
	background-position: right 0;
}

/*============================================================
  blogList
============================================================*/
.blogList {
	overflow: hidden;
}

.blogList_list {
	float: left;
	width: 50%;
	padding-right: 20px;
	font-size: 14px;
}

.blogList_item a {
	padding: 3px 0;
	display: block;
	padding-left: 5.2em;
	text-indent: -5.2em;
	white-space: nowrap;
	overflow:hidden
}

@media screen and (max-width: 768px) {
	.blogList > :first-child {
		margin-top: 20px;
	}

	.blogList_list {
		margin: 0;
	}

	.blogList_list {
		float: none;
		width: auto;
	}
}

/*============================================================
  blogNav
============================================================*/
.blogNav {
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 20px 0 0;
  /* 	&:before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	border-top: 1px solid $red;
} */;
}

.blogNav_pos {
	position: relative;
	text-align: center;
}

.blogNav_pos a {
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	position: relative;
	z-index: 50;
}

.blogNav_pos a:hover {
	opacity: 1;
	color: #B81C22;
}

.blogNav_prev {
	margin: 0;
    /* position: absolute;
		top: 0;
		left: 0; */
	position: relative;
	float: left;
	background: #fff;
	z-index: 50;
	padding: 0 10px 0 0;
	white-space: nowrap
}

.blogNav_prev a:hover {
	opacity: 1;
	color: #B81C22;
}

.blogNav_prev span {
	color: #B81C22;
}

.blogNav_next {
	margin: 0;
    /* position: absolute;
		top: 0;
		right: 0; */
	position: relative;
	float: right;
	background: #fff;
	z-index: 50;
	padding: 0 0 0 10px;
	white-space: nowrap
}

.blogNav_next a:hover {
	opacity: 1;
	color: #B81C22;
}

.blogNav_next span {
	color: #B81C22;
}

@media screen and (max-width: 768px) {
	.blogNav {
		margin: 15px 0 0;
	}

	.blogNav:before {
		content: none;
	}

	.blogNav_prev,
    .blogNav_next {
		position: relative;
		margin: 5px 0 0;
	}

	.blogNav_prev {
		text-align: left;
		float: left;
		padding: 0;
	}

	.blogNav_next {
		text-align: right;
		float: right;
		padding: 0;
	}
}

.fbBtn {
	margin: 40px 0 0;
}

/*============================================================
  buyersTop
============================================================*/
.buyersTop {
	position: relative;
	margin: 20px 0 0;
	text-align: center;
}

.buyersTop:before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	border-top: 1px solid #B81C22;
}

.buyersTop a {
	position: relative;
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	z-index: 50;
}

.buyersTop a:hover {
	opacity: 1;
	color: #B81C22;
}