@charset "UTF-8";

/* *******************************************************************************************
* 
*	釣り用語集 SP
*
******************************************************************************************* */

@media screen and (max-width : 768px){

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

.pageHeader_ttl{
	padding: 18px 0;
	background: url(../images/index_bg-terms_sp.jpg) center 0 no-repeat;
	background-size: cover;
}
.pageHeader_ttl_icon-terms{
	padding-left: 62px;
	padding-right: 0;
	background-size: 55px auto;
}

/* ----------------------------- メインコンテンツ ----------------------------- */

.pageContent{
	padding-top: 45px;
}
.pageContent_inner{
	padding: 0 16px;
	width: 100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.terms_header{
	margin-bottom: 45px;
	padding-top: 15px;
}
.terms_header_ttl{
	float: none;
	margin-bottom: 25px;
	margin-left: -10px;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
}
.terms_nav{
	float: left;
	width: 137px;
}
.terms_nav_ttl{
	display: none;
}
.terms_nav_select{
	width: 100%;
	height: 36px;
}

/* セレクトボックス */
.selectLayer{
	top: 34px;
	left: 0;
	width: 288px;
}
.selectBox_option_list{
	width: 284px;
}
.selectBox_option_list_item{
	width: 56px;
	height: 40px;
}
.selectBox_option_list_item a{
	width: 56px;
	height: 40px;
	font-size: 12px;
	line-height: 20px;
}
.selectBox_option_list_item .unable{
	width: 56px;
	height: 40px;
	font-size: 12px;
	line-height: 20px;
}
.selectBox_option_list_item .blank{
	width: 56px;
	height: 40px;
}

.terms_list_ttl{
	margin-bottom: 8px;
	padding-left: 14px;
	font-size: 17px;
	line-height: 17px;
}
.terms_list_data{
	margin-bottom: 30px;
	padding-bottom: 24px;
	font-size: 16px;
	line-height: 28px;
}
.terms_list_data img{
	float: none;
	display: block;
	margin: 10px auto;
}
.terms_list_data-last{
	padding-bottom: 15px;
}






}
