@charset "UTF-8";
.mod-related{
	margin: 0 auto;
}

/*.mod-categorytop-news{
	display: none;
}*/
@media screen and (min-width: 1920px) {
	.mod-related{
		max-width: 1590px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1919px) {
	.mod-related{
		max-width: 800px;
	}
}


@media screen and (min-width: 768px) {
    .mod-related{
    padding: 70px 0;
  }
  
}
@media screen and (min-width: 1180px) {
	.l-contents-block{
		padding-top: 0;	
	}

}
@media screen and (max-width: 1179px) {
	.l-contents-block{
		padding-top: 58px;
	}

}

@media screen and (max-width: 767px) {

    .mod-related{
    padding: 35px 0;
  }
}

.categorytop-link {
	float: left;
	width:255px;
}

.categorytop-link-thumb {
	display: table-cell;
	vertical-align: middle;
}

.categorytop-link-title {
	display: table-cell;
	vertical-align: middle;
	line-height:1.5;
	font-size:85%;
	padding-left:5px;
}

.categorytop-link-title a:hover {
	color: #e60012;
}