@charset "utf-8";


/**
 * ================================================
 *
 * [main]
 *
 * ================================================
 */

#lineup {
	max-width: 1244px;
	margin: 0 auto 0;
	min-height: 500px;
	padding: 0;
}

#lineup .singleThumb {
	position: relative;
}

#lineup .singleThumb > a:hover {
	opacity: 0.8;
}

#lineup .detailArea .description {
	font-size: 1.2rem;
	color: #808080;
	line-height: 1.2;
	width: 100%;
	height: 25px;
	margin-top: 4px;
	display: table;
	word-break: break-all;
}

#lineup .detailArea .description > * {
	display: table-cell;
}

#lineup .detailArea .description span.pl4 {
	padding-left: 4px;
}


ul.tileList {
	margin: 10px auto;
	padding: 0;
	display: flex;
    flex-wrap: wrap;
}

ul.tileList li.singleThumb {
	display: none;
	border: 1px solid #ccc;
	text-align: left;
	width: calc(32% - 8px);
	min-height: 300px;
	vertical-align: top;
	margin: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

ul.tileList li.singleThumb a {
	display: block;
	text-decoration: none;
}

ul.tileList li.singleThumb .titleArea {
	background: #FFF;
	height: 250px;
	padding-bottom: 5px;
	overflow: hidden;
}

.singleThumb .imgContainer {
	width: 100%;
	height: 180px;
}

.singleThumb .imgContainer span {
	display: block;
}


.readMoreBtn {
	clear: both;
	display: none;
	width: 120px;
	float: right;
	margin-top: 30px;
}

.readMoreBtn span {
	display: table-cell;
	vertical-align: middle;
	height: 28px;
}

.readMoreBtn a {
	text-decoration: none;
	display: block;
}

.readMoreBtn a:hover {
	opacity: 0.8;
}

.readMoreBtn .moreText {
	color: #1a3068;
	font-size: 14px;
	padding-right: 15px;
}

.arrowDown {
	position: relative;
	height: 28px;
	width: 28px;
	background: #1E90FF;
}

.arrowDown::before {
	content: '';
	width: 14px;
	height: 14px;
	border: 0px;
	border-right: solid 3px #fff;
	border-bottom: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 5px;
	left: 7px;
}

.arrow {
	position: relative;
	width: 5%;
}

.arrow::before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}

.detailArea {
	display: block;
	background: #fff;
	padding: 5px;
	height: 130px;
	overflow: hidden;
}


/**
 ****************************************************
 *
 * screens smaller than 767
 *
 ****************************************************
 */

@media only screen and (max-width: 767px) {

	#lineup {
		padding: 0;
		margin-top: 0;
	}
	#lineup .detailArea .description {
		font-size: 1.1rem;
	}
	ul.tileList {
		margin: 0 auto;
	}
	ul.tileList li.singleThumb {
		width: calc(95% - 8px);
		margin: 4px;
		float: left;
	}
	.singleThumb .imgContainer {
		height: 136px;
	}

}
