@charset "UTF-8";
/* CSS Document */

/*----- CASTLIST -----*/

.castlist a{
	display:block;
	
	color:#222;
	transition:0.25s;
	
	box-sizing: border-box;
	padding:5px;
}

.castlist a:hover{
	opacity: 0.8;
	text-decoration: none;
}

.castlist div.inner{
	width:100%;
	
	background-color:#fff;
	color:#222;
	
	box-sizing: border-box;
	padding:5px;
	
	position: relative;
}

.castlist span.design-top-left{
	display:block;
	
	width:20px;
	height:20px;
	
	/*background-color:#f0f0f0;*/
	
	position: absolute;
	top:0;
	left:0;
}

.castlist span.design-top-left::before{
	display:block;
	content:"";
	
	width:20px;
	height:1px;
	
	background-color:#5f161d;
	
	position: absolute;
	top:0;
	left:0;
}

.castlist span.design-top-left::after{
	display:block;
	content:"";
	
	width:1px;
	height:20px;
	
	background-color:#5f161d;
	
	position: absolute;
	top:0;
	left:0;
}

.castlist span.design-top-right{
	display:block;
	
	width:20px;
	height:20px;
	
	/*background-color:#f0f0f0;*/
	
	position: absolute;
	top:0;
	right:0;
}

.castlist span.design-top-right::before{
	display:block;
	content:"";
	
	width:20px;
	height:1px;
	
	background-color:#5f161d;
	
	position: absolute;
	top:0;
	right:0;
}

.castlist span.design-top-right::after{
	display:block;
	content:"";
	
	width:1px;
	height:20px;
	
	background-color:#5f161d;
	
	position: absolute;
	top:0;
	right:0;
}

.castlist span.design-bottom-left{
	display:block;
	
	width:20px;
	height:20px;
	
	/*background-color:#f0f0f0;*/
	
	position: absolute;
	bottom:0;
	left:0;
}

.castlist span.design-bottom-left::before{
	display:block;
	content:"";
	
	width:20px;
	height:1px;
	
	background-color:#5f161d;
	
	position: absolute;
	bottom:0;
	left:0;
}

.castlist span.design-bottom-left::after{
	display:block;
	content:"";
	
	width:1px;
	height:20px;
	
	background-color:#5f161d;
	
	position: absolute;
	bottom:0;
	left:0;
}

.castlist span.design-bottom-right{
	display:block;
	
	width:20px;
	height:20px;
	
	/*background-color:#f0f0f0;*/
	
	position: absolute;
	bottom:0;
	right:0;
}

.castlist span.design-bottom-right::before{
	display:block;
	content:"";
	
	width:20px;
	height:1px;
	
	background-color:#5f161d;
	
	position: absolute;
	bottom:0;
	right:0;
}

.castlist span.design-bottom-right::after{
	display:block;
	content:"";
	
	width:1px;
	height:20px;
	
	background-color:#5f161d;
	
	position: absolute;
	bottom:0;
	right:0;
}

.castlist p.thumbnail{
	width:100%;
}

.castlist p.thumbnail img{
	width:100%;
	vertical-align: bottom;
}

.castlist div.text{
	box-sizing: border-box;
	padding:10px;
	
	position: relative;
	text-align: center;
}

.castlist div.text p.update{
	width:100%;
	
	font-size:0.8rem;
	line-height:20px;
	
	background-color:#fd5e53;
	color:#fff;
	
	text-align: center;
	
	position: absolute;
	top:-20px;
	left:0;
}

.castlist div.text h4{
	font-size:1.0rem;
	line-height:1.75em;
	font-weight:bold;
	
	text-align: center;
}

.castlist div.text ul.postdata{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	
	width:100%;
}

.castlist div.text ul.postdata li{
	display:inline-block;
	
	box-sizing: border-box;
	padding:0 5px;
	
	font-size:0.8rem;
	line-height:20px;
	
	position: relative;
}

.castlist div.text ul.postdata li::after{
	display:block;
	content:"";
	
	width:1px;
	height:10px;
	
	background-color:#222;
	
	position: absolute;
	top:0;
	bottom:0;
	right:-1px;
	
	margin:auto 0;
}

.castlist div.text ul.postdata li:last-child::after{
	display:none;
}
