@charset "Shift_JIS";

/* --------------------------------------------------------------------
	簡易特集ページ　共通
--------------------------------------------------------------------- */

.mainframe_ { float: none !important; display: block !important; margin: auto; }

div.specialpage_ {
}

div.specialpage_ div.src_top_banner_ {
	text-align: center;
	margin-bottom: 30px;
}

div.specialpage_ div.src_top_banner_ img {
	max-width:100%;
}

div.specialpage_ div.top_description_ {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}

div.specialpage_ ul.detail_banner_list_ {
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	padding: 30px 40px;
	width: auto;
}

div.specialpage_ li.detail_banner_ {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: text-top;
}

div.specialpage_ li.detail_banner_ img {
}

div.specialpage_ div.detail_contents_list_ {
}

div.specialpage_ div.detail_contents_ {
	margin-bottom: 50px;
}

div.specialpage_ div.src_detail_title_ {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.specialpage_ div.detail_title_ {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.specialpage_ div.detail_description_ {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}

div.specialpage_ div.goods_list_ {
}

div.StyleT_Line_ {
	margin-top: 30px;
}

/* ふるさと納税用/モール用共通 */
.detail_banner_list_ .category_banner_furusato,
.detail_banner_list_ .category_banner_mall {
	display: flex;
	justify-content: center;
	max-height: 12.5em;
	position: relative;
}

/* ふるさと納税用 */
.detail_banner_list_ .detail_banner_furusato {
	display: block;
	width: 270px;
	padding: 0;
	text-align: center;
	position: relative;
	color: #222;
	font-size: 110%;
	font-weight: bold;
}

.detail_banner_list_ .category_banner_furusato .text_banner_surround div {
	position: relative;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	border-radius: 5px;
	line-height: 1.5;
	max-height: 9em;
}

.detail_banner_list_ .category_banner_furusato a::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-right: 3px #AF9010 solid;
	border-bottom: 3px #AF9010 solid;
	transform: translateY(-25%) rotate(45deg);
	top: 0;
	bottom: 0;
	right: 13px;
	margin: auto;
}

.category_banner_furusato .text_banner_surround {
	width: 270px;
	padding: 15px 30px 15px 15px;
	background: #fff;
	border-radius: 5px;
}

.category_banner_furusato a:link {
	text-decoration: none;
	color: inherit;
}

div.specialpage_ li.detail_banner_furusato img.img_back_furusato {
	width: 270px;
	justify-content: center;
}

/* モール用 */
.detail_banner_list_ .detail_banner_mall {
	display: block;
	width: 250px;
	padding: 0;
	text-align: center;
	position: relative;
	color: #222;
	font-size: 110%;
	font-weight: bold;
}

.detail_banner_list_ .category_banner_mall .text_banner_surround div {
	position: relative;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	line-height: 1.5;
	max-height: 9em;
}

.detail_banner_list_ .category_banner_mall a::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-right: 3px #00833E solid;
	border-bottom: 3px #00833E solid;
	transform: translateY(-25%) rotate(45deg);
	top: 0;
	bottom: 0;
	right: 13px;
	margin: auto;
}

.category_banner_mall .text_banner_surround {
	width: 270px;
	padding: 15px 30px 15px 15px;
	background: #fff;
	border-radius: 5px;
}

.detail_banner_list_ .detail_banner_mall div.category_banner_mall {
	border:2px solid #00833E;
	border-radius: 5px;
}

.category_banner_mall a:link {
	text-decoration: none;
	color: inherit;
}

div.specialpage_ li.detail_banner_mall img.img_back_mall{
	width: 250px;
	justify-content: center;
}
