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

#slideWrap {
	position:relative;
}

#slideWrap p {
	position: absolute;
	top: 45%;
	z-index: 99;
	text-align: center;
	width:39.1%;
	left:30.4%; 
}

#topContents {
    width: 100%;
    margin: 0 auto;
	overflow: hidden;
	max-width: 1600px;
}

#grid {
    margin: 0 auto; 
}

#topContents article {
	width:250px;
	margin: 17px;
}

#topContents article a {
	display:block;
	transition: color .3s;
	-webkit-transition: color .3s;
}

#topContents article a:hover {
	color:#990924
}

#topContents article.line {
	border:1px solid #ECECEC;
	box-sizing: border-box;
}

#topContents article dl dd {
	border:1px solid #ECECEC;
	border-top: none;
	text-align: center;
	padding: 10px 15px;
	letter-spacing: 0.15em;
}

#topContents article.line dl dd {
	border:1px solid #ECECEC;
	border: none;
}

#topContents article dl dd span {
	display:block;
	margin-bottom: 5px;
	letter-spacing: 0;
}

#topContents article a dl dd strong {
	font-weight: normal;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#topContents article a:hover dl dd strong {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}











@media(max-width:560px) {
	
#slideWrap p {
	position: absolute;
	top: 45%;
	z-index: 99;
	text-align: center;
	width:39.1%;
	left:30.4%; 
}

#topContents {
	padding:0 2%;
}

#topContents article {
	width:49%;
	margin:0 0 2%;
	border: 1px solid #ececec;
}

#topContents article:nth-child(odd) {
	float:left;
}

#topContents article:nth-child(even) {
	float:right;
}

#topContents article dl dt img {
	width:100%;
	height: auto;
}

#topContents article dl dd {
	text-align: center;
	padding: 10px 5px;
	letter-spacing: 0;
	font-size: 95%;
	border:none;
}

#topContents article dl dd span {
	letter-spacing: 0;
}

	
	

}


@media(max-width:374px) {

#topContents article dl dd {
	font-size: 60%;
}


}





















