/*
======================================================
S.REGGINA[s-matuge.jp]
フリーページ用CSS
======================================================*/

		.u-clear { clear: both; }
		.u-clearfix:after {
			content: " ";
			display: block;
			clear: both;
			}

/*　最新カタログダウンロード  free51　*/
.p-catalog {
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	}
.p-catalog-thumbnail {
	flex-basis: 315px;
	margin-right: 25px;
	}
.p-catalog-desc {
	flex-basis: 315px;
	font-size: 14px;
	}
.p-subject-bl {
	border-left: solid 8px #000000;
	margin: 0 0 20px 0;
	padding: 5px 0 5px 10px;
	font-size: 17px;
	}
.p-catalog-dl {
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	}
.p-catalog-items {
	flex-basis: 315px;
	margin-bottom: 30px;
	}
.p-catalog-items a {
	display: block;
	padding: 12px 12px 12px 46px;
	background-color: #000;
	color: #FFF !important;
	font-size: 16px !important;
	text-decoration: none;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
.p-catalog-items a:hover {
	background-color: #A00E15;
	}
.c-icon-pdf {
	background-image: url(https://img09.shop-pro.jp/PA01044/135/etc/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	}