@charset "UTF-8";

/* *******************************************************************************************
* 
*	釣魚一覧 共通 SP
*
******************************************************************************************* */

@media screen and (max-width : 768px){
	
#books_list{
	min-height: 552px;
}
.books_list_inner{
	margin: -8px auto 0 auto;
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.books_list_item{
	padding: 8px;
	width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.books_list_item-odd{
	padding-right: 16px;
}
.books_list_item-even{
	padding-left: 16px;
}
.books_list_item-active{
	/*padding-bottom: 30px;*/
}
.books_list_item_link{
	width: 100%;
	height: auto;
}
.books_list_item_link:after{
	bottom: 13px;
	right: 15px;
	width: 8px;
	height: 8px;
	background-size: 8px 8px;
}
.books_list_item_link:hover{
	background: #fff;
}
.books_list_item-active .books_list_item_link:after{
	background-size: 8px 8px;
}
.books_list_item-active .books_list_item_link:hover{
	background: #e5eeed;
}
.books_list_item_img{
	height: auto;
}
.books_list_item_link:hover .books_list_item_img{
	opacity: 1;
}
.books_list_item_content{
    padding: 0 12px 0 12px;
	height: 96px;
}
.books_list_item_label{
    top: 15px;
    left: -4px;
}
.books_list_item_ttl{
    padding-top: 44px;
    font-size: 14px;
    line-height: 22px;
}
.books-cat_isoteibou .label-s{
	width: 72px;
    background-size: 72px 18px;
}
.books-cat_isoteibou .label-s:after{
    width: 68px;
}
.books-cat_kawakoshou .label-s{
	width: 72px;
    background-size: 72px 18px;
}
.books-cat_kawakoshou .label-s:after{
    width: 68px;
}
.books-cat_other .label-s{
	width: 72px;
    background-size: 72px 18px;
}
.books-cat_other .label-s:after{
    width: 68px;
}
/* ----------------------------- 詳細画面 ----------------------------- */

/* 表示用 */

#books_detail{
	left: 0;
	width: 100%;
	margin-left: 0;
	padding: 22px 0;
}
.books_detail_outer:before{
	top: -11px;
	left: 0;
	width: 50%;
	height: 11px;
	background: url(../image/books_detail_active_sp.png) center bottom no-repeat;
	background-size: 12px 11px;
}
#books_detail.pos1 .books_detail_outer:before{
	margin-left: 0;
}
#books_detail.pos2 .books_detail_outer:before{
	margin-left: 0;
	left: 50%;
}
#books_detail.pos3 .books_detail_outer:before{
	margin-left: 0px;
}
#books_detail.pos4 .books_detail_outer:before{
	margin-left: 0;
	left: 50%;
}
.books_detail_inner{
	padding: 30px 8px;
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.books_detail_ttl{
	margin-left: 8px;
	margin-bottom: 8px;
	padding-left: 14px;
	font-size: 17px;
	line-height: 17px;
	border-left: 3px solid #0f5966;
}
.books_detail_info{
	margin-bottom: 16px;
	padding: 8px;
	font-size: 16px;
	line-height: 28px;
}
.books_detail_info_link{
	padding: 0 8px;
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.books_detail_info_link a{
	width: 768px;
	height: 36px;
	font-size: 16px;
	line-height: 28px;
}
.books_detail_info_link a:after{
	right: 14px;
	width: 8px;
	height: 36px;
	background-size: 8px 8px;
}
.books_detail_links{
	margin: 0;
	margin-top: -16px;
	padding-top: 18px;
	width: 100%;
}
.books_detail_links_item{
	margin-right: 0;
	margin-top: 16px;
	padding: 0 8px;
	width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.books_detail_links_item a{
	width: 768px;
	height: 56px;
	font-size: 14px;
	line-height: 22px;
}
.books_detail_links_item a:after{
	right: 14px;
	width: 8px;
	height: 56px;
	background-size: 8px 8px;
}
.books_detail_close{
	top: 20px;
	right: 16px;
	width: 21px;
	height: 21px;
	background-size: 21px 21px;
}


}





