

/*-----------------------------------------------------
recommend
-----------------------------------------------------*/
h2.recommend_title {
	margin: 5em 0 1em;
	font-size: 1.25em;
	font-weight: bold;
	background: #666;
	color: #fff;
	padding: 0.325em 0;
	text-align: center;
	border-radius: 1.75em;
}

.recommend_allBox {
	margin: 0 5px 5em;
}
.swiper-slide {
	margin: 0 0 50px;
}
.swiper-slide a {
	display: block;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #ccc;
	color: #333;
	padding: 0.5em;
	
	height: 250px;
	overflow: hidden;
}
.swiper-slide a:hover {
	background: #fcfcf3;
}

.swiper-slide .imgbox  {
	text-align: center;
	margin: 20px auto;
	width: 50%;
	max-height:130px;
	overflow: hidden;
}
.swiper-slide .imgbox img {
	width: 100%;
}
.swiper-slide .txt {
}
.swiper-slide .txt p.name {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	background: #eee;
	padding: 0.125em 0.5em;
	text-align: left;
	margin-bottom: 8px;
	height: 42px;
	overflow: hidden;
}
.swiper-slide .txt p.comment {
	font-size: 14px;
	line-height: 1.3em;
	font-weight: normal;
	overflow: hidden;
	height: 5em;

  position: relative;
  padding-right: 14px;
  overflow: hidden;
}
.swiper-slide .txt p.comment:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 14px;
}
.swiper-slide .txt p.comment:after {
  content: "";
  position: relative;
  right: -14px;
  float: right;
  width: 14px;
  height: 100%;
  background-color: inherit;
}




@media screen and (max-width: 599px) {
	h2.recommend_title {
		border-radius: 8px;
		font-size: 1em;
		padding: 0.325em 0.5em;
	}
	.swiper-slide a {
		display: block;
		padding: 0.5em;
	}
	.swiper-slide .imgbox {
		margin: 0 auto 0.5em;
	}
	.swiper-slide .txt {
		width:100%;
	}
	.swiper-pagination {
		display: none;
	}
}