@charset "UTF-8";

/* *******************************************************************************************
* 
*	釣魚レシピ PC
*
******************************************************************************************* */

/* ----------------------------- ページヘッダー ----------------------------- */

.pageHeader_ttl-recipe{
	padding: 40px 0;
	background: url(../../image/index_bg-recipe_pc.jpg) center 0 no-repeat;
	background-size: cover;
}
.pageHeader_ttl-recipe .pageHeader_ttl_icon-recipe{
	padding-left: 78px;
	color: #fff;
	background: url(../../../common/image/pict_recipe_wt.png) 0 44px no-repeat;
	background-size: 64px auto;
}

/* ----------------------------- 一覧表示 ----------------------------- */

.books_header{
	margin: 0 auto 60px auto;
}
.books_header-btm{
	padding-top: 60px;
}
.books_recipeNav{
	float: left;
	width: 310px;
}
.books_recipeNav_ttl{
	margin-bottom: 9px;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}
.container-select{
	position: relative;
	display: block;
	width: 100%;
}
.container-select:hover{
	opacity: .7;
}
.container-select:after{
	pointer-events: none;
	position: absolute;
	content: '';
	top: 0;
	right: 14px;
	width: 20px;
	height: 48px;
	background: url(../image/ic_select_plus.png) 0 center no-repeat;
	background-size: 20px 20px;
	z-index: 2;
}
.custom-select{
	position: relative;
	cursor: pointer;
    margin: 0;
	padding: 0 0 0 16px;
	width: 100%;
	height: 48px;
	font-family: inherit;
	color: #05474d;
	font-size: 16px;
	line-height: 44px;
	font-weight: bold;
	background: #fff;
	border: 2px solid #0f5966;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    z-index: 1;
}
.custom-select:focus{
	outline: none;
}
.custom-select::-ms-expand{
    display: none;
}
#recipe_list{
	margin: 0 auto;
	width: 980px;
	min-height: 334px;
}
#recipe_holder{
	display: none;
}
.recipe_list_section{
	padding-bottom: 36px;
}
.recipe_list_section:last-child{
	padding-bottom: 0;
}
.recipe_list_section_ttl{
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
}
.recipe_list_section_body{
	display: flex;
	flex-wrap: wrap;
}
.recipe_list_item{
	margin-right: 24px;
	margin-bottom: 24px;
	width: 310px;
}
.recipe_list_item:nth-child(3n){
	margin-right: 0;
}
.recipe_list_item_link{
	position: relative;
	display: block;
	background: #fff;
	border-top: 4px solid #05474d;
}
.recipe_list_item_link:hover{
	background: #e5eeed;
}
.recipe_list_item_img{
	height: 206px;
	overflow: hidden;
}
a:hover .recipe_list_item_img{
	opacity: .7;
}
.recipe_list_item_content{
	display: flex;
	align-items: center;
	padding: 0 16px;
	height: 96px;
	border: 1px solid #ccd5d6;
	border-top: 0;
}
.recipe_list_item_ttl{
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}
.recipe_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;
}

