@charset "UTF-8";

/* *******************************************************************************************
* 
*	釣魚別のさばき方 PC
*
******************************************************************************************* */

/* ----------------------------- 一覧表示 ----------------------------- */

#clean_list{
	margin: 0 auto;
	width: 980px;
	min-height: 334px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.clean_list_inner{
	margin-right: -24px;
	width: 1004px;
}
#clean_holder{
	display: none;
}
.clean_list_item{
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
	width: 478px;
}
.clean_list_item_link{
	display: block;
	width: 478px;
	height: 151px;
	background: #fff;
	border-top: 4px solid #05474d;
}
.clean_list_item_link:hover{
	background: #e5eeed;
}
.clean_list_item_img{
	display: table-cell;
	width: 227px;
	height: 151px;
	vertical-align: top;
	overflow: hidden;
}
.clean_list_item_link:hover .clean_list_item_img{
	opacity: .7;
}
.clean_list_item_content{
	display: table-cell;
	padding: 0 15px 0 20px;
	width: 251px;
	color: #005892;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	vertical-align: middle;
	border-right: 1px solid #ccd5d6;
	border-bottom: 1px solid #ccd5d6;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.clean_list_item_ttl{
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}

/*--New追加　201702--*/
.clean_list_item_link-new:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: 10;
    background:url(/fishing/common/image/label_new.png) 0 0 no-repeat;
    background-size: 50px 50px;
}


