@charset "UTF-8";

/* *******************************************************************************************
* 
*	釣魚一覧 共通 PC
*
******************************************************************************************* */

#books_list{
	margin: 0;
	min-height: 552px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.books_list_inner{
	margin: -12px auto 0 auto;
	width: 1004px;
}
#books_holder{
	display: none;
}
.books_list_item{
	position: relative;
	display: inline-block;
	padding: 12px;
	vertical-align: top;
}
.books_list_item-active{
	/*padding-bottom: 40px;*/
}
.books_list_item_link{
	position: relative;
	display: block;
	width: 227px;
	height: 260px;
	background: #fff;
	border-top: 4px solid #0f5966;
}
.books_list_item_link:after{
	position: absolute;
	content: '';
	bottom: 17px;
	right: 19px;
	width: 10px;
	height: 10px;
	background: url(../image/ic_arrow_base_bottom.png) 0 0 no-repeat;
	background-size: 10px 10px;
	z-index: 10;
}
.books_list_item_link:hover{
	background: #e5eeed;
}
.books_list_item-active .books_list_item_link{
	background: #e5eeed;
}
.books_list_item-active .books_list_item_link:after{
	background: url(../image/ic_arrow_base_top.png) 0 0 no-repeat;
	background-size: 10px 10px;
}
.books_list_item_img{
	height: 151px;
	overflow: hidden;
}
.books_list_item_link:hover .books_list_item_img{
	opacity: .7;
}
.books_list_item_content{
	position: relative;
	padding: 0 15px 0 20px;
	height: 108px;
	text-align: left;
	border: 1px solid #ccd5d6;
	border-top: 0;
}
.books_list_item_label{
	position: absolute;
	top: 20px;
	left: -5px;
}
.books_list_item_ttl{
	padding-top: 58px;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}
.books_list_item_ttl small{
	font-size: 12px;
}

.books-cat_isoteibou .label-s{
	width: 96px;
	background: url(../image/category_label_books.png) 0 0 no-repeat;
	background-size: 96px 24px;
}
.books-cat_isoteibou .label-s:after{
	position: absolute;
	content: '海/磯・堤防';
	top: 0;
	left: 0;
	width: 90px;
	text-align: center;
	z-index: 10;
}
.books-cat_kawakoshou .label-s{
	width: 96px;
	background: url(../image/category_label_books.png) 0 0 no-repeat;
	background-size: 96px 24px;
}
.books-cat_kawakoshou .label-s:after{
	position: absolute;
	content: '川・湖沼';
	top: 0;
	left: 0;
	width: 90px;
	text-align: center;
	z-index: 10;
}
.books-cat_other .label-s{
	width: 96px;
	background: url(../image/category_label_books.png) 0 0 no-repeat;
	background-size: 96px 24px;
}
.books-cat_other .label-s:after{
	position: absolute;
	content: 'その他';
	top: 0;
	left: 0;
	width: 90px;
	text-align: center;
	z-index: 10;
}

/* デバック */
.books_list_item_img{
	position: relative;
}
.mark_spring{
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	font-size: 10px;
	z-index: 10;
	background: #e66eb7;
	border: 1px solid #fff;
}
.mark_summer{
	position: absolute;
	top: 0;
	left: 12px;
	width: 10px;
	height: 10px;
	font-size: 10px;
	z-index: 10;
	background: #e33b00;
	border: 1px solid #fff;
}
.mark_autumn{
	position: absolute;
	top: 0;
	left: 24px;
	width: 10px;
	height: 10px;
	font-size: 10px;
	z-index: 10;
	background: #623300;
	border: 1px solid #fff;
}
.mark_winter{
	position: absolute;
	top: 0;
	left: 36px;
	width: 10px;
	height: 10px;
	font-size: 10px;
	z-index: 10;
	background: #24a4a9;
	border: 1px solid #fff;
}

/* ----------------------------- 詳細画面 ----------------------------- */

/* 格納用 */
.books_list_item_detail{
	display: none;
}

/* 表示用 */
#books_detail{
	position: relative;
	float: left;
	top: 0;
	left: 50%;
	padding: 28px 0;
	width: 4000px;
	margin-left: -2000px;
	text-align: left;
}
.books_detail_outer{
	position: relative;
	background: #e5eded;
	border-top: 1px solid #ccd5d6;
	border-bottom: 1px solid #ccd5d6;
}
.books_detail_outer:before{
	position: absolute;
	content: '';
	top: -21px;
	left: 50%;
	margin-left: 0px;
	width: 251px;
	height: 21px;
	background: url(../image/books_detail_active_pc.png) center bottom no-repeat;
	background-size: 23px 21px;
	z-index: 10;
}
#books_detail.pos1 .books_detail_outer:before{
	margin-left: -502px;
}
#books_detail.pos2 .books_detail_outer:before{
	margin-left: -251px;
}
#books_detail.pos3 .books_detail_outer:before{
	margin-left: 0px;
}
#books_detail.pos4 .books_detail_outer:before{
	margin-left: 251px;
}
.books_detail_inner{
	position: relative;
	margin: 0 auto;
	padding: 60px 0;
	width: 980px;
}
.books_detail_ttl{
	margin-bottom: 13px;
	padding-left: 16px;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	border-left: 4px solid #0f5966;
}
.books_detail_info{
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 32px;
}
.books_detail_info_link a{
	position: relative;
	display: table-cell;
	width: 478px;
	height: 48px;
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #0f5966;
}
.books_detail_info_link a:after{
	position: absolute;
	content: '';
	top: 0;
	right: 20px;
	width: 10px;
	height: 48px;
	background: url(../../common/image/ic_arrow_wt_right.png) right center no-repeat;
	background-size: 10px 10px;
	z-index: 10;
}
.books_detail_links{
	margin: 0 -24px 0 0;
	padding-top: 24px;
	width: 1004px;
}
.books_detail_links_item{
	float: left;
	margin-right: 24px;
	width: 227px;
}
.books_detail_links_item a{
	position: relative;
	display: table-cell;
	width: 227px;
	height: 48px;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border: 2px solid #0f5966;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.books_detail_links_item a:after{
	position: absolute;
	content: '';
	top: 0;
	right: 18px;
	width: 10px;
	height: 44px;
	background: url(../../common/image/ic_arrow_base_right.png) right center no-repeat;
	background-size: 10px 10px;
	z-index: 10;
}
.books_detail_close{
	display: block;
	position: absolute;
	top: 40px;
	right: 0;
	width: 28px;
	height: 28px;
	background: url(../image/ic_close.png) 0 0 no-repeat;
	background-size: 28px 28px;
	overflow: hidden;
	cursor: pointer;
}


/*--New追加　201702--*/
.books_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;
}
/*--Pickup追加　201703--*/
.books_list_item_link-pickup:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: 10;
    background:url(/fishing/common/image/label_pickup.png) 0 0 no-repeat;
    background-size: 50px 50px;
}







