#Contents ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#Contents ul li.mainContents {
	position: relative;
	width: 100%;
	margin: 0 0 8px;
	padding: 15px 18px;
	background: white;
	box-sizing: border-box;
	overflow: hidden;
}
#Contents ul li.mainContents > * {
	box-sizing: border-box;
}
#Contents ul.vertical li.mainContents {
	width: calc((100% - 8px) / 2);
	min-height: 430px;
}
#Contents ul.vertical li.mainContents:nth-child(2n+1) {
	margin-right: 8px;
}

#Contents ul.horizontal li.mainContents,
#Contents ul.square li.mainContents,
#Contents ul.text li.mainContents {
	width: 100%;
}

#Contents ul li.mainContents .listImg {
	position: relative;
	background-size: cover;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
}
#Contents ul.vertical li.mainContents .listImg {
	margin-bottom: 1em;
}

#Contents ul.horizontal li.mainContents .listImg,
#Contents ul.square li.mainContents .listImg {
	float: left;
	width: 43%;
}
#Contents ul.square li.mainContents .listImg {
	background-size: contain;
}

#Contents ul li.mainContents .listImg:before {
	content: '';
	display: block;
	position: relative;
	padding-top: 63%;
	width: 100%;
}
#Contents ul.square li.mainContents .listImg:before {
	padding-top: 100%;
}
#Contents ul li.mainContents .listImg a {
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}
#Contents ul li.mainContents .listImg a:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
#Contents ul li.mainContents.new::before {
	content: "NEW";
	position: absolute;
	top: 15px;
	left: 18px;
	display: inline-block;
	width: 50px;
	height: 25px;
	font-size: 11px;
	text-align: center;
	line-height: 25px;
	color: white;
	background: #d86d5d;
	z-index: 1;
}
#Contents ul li.mainContents.in_session::after {
	content: "\958B\50AC\4E2D";
	position: absolute;
	top: 15px;
	left: 18px;
	display: inline-block;
	width: 50px;
	height: 25px;
	font-size: 11px;
	text-align: center;
	line-height: 25px;
	color: white;
	background: #85ba86;
	z-index: 1;
}
#Contents ul li.mainContents.new.in_session::after {
	left: 68px;
}

#Contents ul.horizontal li.mainContents > *,
#Contents ul.square li.mainContents > * {
	clear: right;
	float: right;
	width: 53%;
}

#Contents ul li.mainContents .status {
	margin-bottom: -22px;
	padding: 0 0 0;
	height: 22px;
	text-align: left;
	box-sizing: border-box;
}
#Contents ul li.mainContents .status span {
	float: left;
	display: inline-block;
	margin: 5px 1px 0;
	padding: 0 3px; 
	height: 17px;
	font-size: 12px;
	line-height: 17px;
	background-color: #666;
	color: #FFF;
}
#Contents ul li.mainContents .status span.NEW {
	background-color: #F00;
}
#Contents ul li.mainContents .status span.募集中 {
	background-color: orange;
}

#Contents ul li.mainContents time {
 /*
    display: block;
	font-size: 12px;
    text-align: right;
*/
    display: block;
	font-size: 14px;
	text-align: right;
	padding: 3px 6px 0;
}
#Contents ul li.mainContents time span:empty {
	display: none;
}
#Contents ul li.mainContents time span:nth-child(2):before {
	content: '～';
	margin: 0 5px;
}
#Contents ul li.mainContents h3 {
/*
	margin: 0;
	font-size: 15px;
	border-bottom: solid 1px #231815;
*/
	margin: 0;
	font-size: 18px;
	border-bottom: solid 1px #231815;
	padding: 0 6px 2px;
}

#Contents ul li.mainContents h3 span {
	font-size: 10px;
}
#Contents ul li.mainContents p {
/*
	height: 4.5em;
	overflow: hidden;
	font-size: 12px;
*/
	position: relative;
	height: 88px;
	overflow: hidden;
	font-size: 15px;
	margin-top: 15px;
	line-height: 22px;
	color: #4c4c4c;
	padding: 0 6px;
	text-align: justify;
}


#Contents ul li.mainContents .details {
	display: block;
	margin-bottom: 0;
	font-size: 13px;
	text-align: right;
	position: absolute;
	right: 26px;
	bottom: 15px;
	color: #666;
}


#Contents ul li.mainContents .category {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
#Contents ul li.mainContents .category div {
	width: calc((100% - 15px) / 4);
	padding: 3px 0;
	margin-right: 5px;
	margin-bottom:3.5px;
	font-size: 9px;
	font-weight: bold;
	color: white;
	text-align: center;
	background: #7d7d7d;
	opacity: .5;
}
#Contents ul li.mainContents .category div:nth-child(4n) {
	margin-right: 0;
}
#Contents ul li.mainContents .category .on {
	opacity: 1;
}

#Contents ul li.subContents {
	width: calc((100% - 24px) / 4);
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 15px 18px;
	background: white;
	box-sizing: border-box;
}
#Contents ul li.subContents:nth-child(4n) {
	margin-right: 0;
}
#Contents ul li.subContents figure {
	margin: 0;
}
#Contents ul li.subContents figcaption {
	padding-top: 1em;
	font-size: 10px;
	text-align: center;
}
#Contents ul li.banner {
	width: calc((100% - 8px) / 2);
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 15px 18px;
	background: white;
	box-sizing: border-box;
}
#Contents ul li.banner:nth-child(2n) {
	margin-right: 0;
}
#Contents ul li.banner:first-child:last-child {
	width: 100%;
	margin-right: 0;
}