@charset "utf-8";


.topArea {
	padding: 0 15px 10px;
	margin-bottom: 15px;
}

.mainvisualArea  {
	padding-top: 65.52%;
}

.pager {
	margin: 0;
}


/* refineArea */

.refineArea ul {
	overflow: hidden;
	margin-left: -1.38%;
}

.refineArea li {
	position: relative;
	float: left;
	width: 31.97%;
	margin: 0 0 1.36% 1.36%;
	box-sizing: border-box;
	border: 2px solid #0f2289;
	border-radius: 4px;
	padding: 6px 6px 10px;
	text-align: center;
	color: #0f2289;
	font-size: 9px;
	font-weight: bold;
}

.refineArea li:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 4px;
	width: 6px;
	height: 6px;
	border-left: 1px solid #0f2289;
	border-bottom: 1px solid #0f2289;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.refineArea li.current {
	background-color: #0f2289;
	color: #fff;
}

.refineArea li.current:after {
	border-color: #fff;
}

.refineArea li .text {
	display: table;
	width: 100%;
	margin-top: 2px;
}

.refineArea li span {
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	line-height: 1.2;
}

.refineArea li:hover img,
.refineArea li.current img {
	top: -110px;
}

.refineArea .count {
	margin-top: 5px;
	text-align: center;
	font-size: 15px;
}

.refineArea .count span {
	margin: 0 3px 0 5px;
	color: #0f228b;
	font-size: 21px;
	font-weight: bold;
}


/* campaignList */

.bgColor {
	background-color: #f5f5f5;
}

.campaignList {
	margin-bottom: 20px;
}

.campaignList li {
	border-bottom: 1px solid #c5c5c5;
}

.campaignList a {
	display: block;
	padding: 12px 15px;
	color: inherit;
	text-decoration: none;
}

.campaignList .img {
	border: 1px solid #c5c5c5;
	margin-bottom: 10px;
}

.campaignList .img img {
	width: 100%;
}

.campaignList .tag {
	display: inline-block;
	border-radius: 2px;
	padding: 2px 10px;
	margin-bottom: 7px;
	color: #fff;
	font-size: 13px;
}

.campaignList .tag.nearness { background-color: #e40f2d; }

.campaignList .name {
	font-size: 17px;
}

.campaignList .name.blank:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 15px;
	margin-left: 5px;
	background: url(../img/mrk_blank.gif) no-repeat 0 50%;
	background-size: 20px 15px;
}


/* 0719追加　 */
.refineArea{
	position: relative;
}
.refineArea .ap003{
	position: absolute;
	width: 32.5%;
	margin: 0 0 1.36% 1.36%;
	box-sizing: border-box;
	border: 2px solid #008837;
	border-radius: 4px;
	padding: 6px 6px 4px;
	text-align: center;
	color: #008837;
	font-size: 9px;
	font-weight: bold;
	right: 0;
	top: 42.5%;
}
.refineArea .ap003 .text{
	display: table;
	vertical-align: middle;
	line-height: 1.2;
	margin: 3px auto 5px;
}
.refineArea .ap003:after {
	content: "";
	position: absolute;
	right: 0;
	top: 45%;
	width: 6px;
	height: 6px;
	border-left: 1px solid #008837;
	border-bottom: 1px solid #008837;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.refineArea .ap003 span {
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	line-height: 1.2;
}
