@charset "UTF-8";

/* *******************************************************************************************
* 
*	釣り用語集 PC
*
******************************************************************************************* */

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

.pageHeader_ttl{
	padding: 40px 0;
	background: url(../images/index_bg-terms_pc.jpg) center 0 no-repeat;
	background-size: cover;
}
.pageHeader_ttl_icon-terms{
	color: #fff;
	padding-left: 89px;
	padding-right: 49px;
	background: url(../../common/image/pict_terms_wt.png) 0 center no-repeat;
	background-size: 74px auto;
}

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

.pageContent{
	position: relative;
	padding-top: 60px;
	background: #fff;
}
.pageContent_inner{
	margin: 0 auto;
	width: 690px;
	color: #002f33;
}
.terms{
	border-top: 4px solid #002f33;
}
.terms_header{
	margin-bottom: 60px;
	padding-top: 16px;
}
.terms_header_ttl{
	float: left;
	margin-left: -15px;
	width: 350px;
	font-size: 28px;
	line-height: 48px;
	font-weight: bold;
}
.terms_nav{
	float: right;
}
.terms_nav_ttl{
	display: inline-block;
	padding-right: 20px;
	font-size: 16px;
	line-height: 48px;
	font-weight: bold;
}
.terms_nav_select{
	position: relative;
	display: inline-block;
	width: 170px;
	height: 48px;
	vertical-align: top;
}

/* セレクトボックス */
.selectLayer{
	top: 46px;
	right: 0;
}
.selectLayer .selectBox_option{
	display: block;
	border: 2px solid #002f33;
}
.selectBox_option_list{
	width: 299px;
	background: #fff;
}
.selectBox_option_list_item{
	float: left;
	width: 59px;
	height: 48px;
	border-right: 1px solid #002f33;
	border-bottom: 1px solid #002f33;
}
.selectBox_option_list_item:nth-child(5n){
	border-right: 0;
}
.selectBox_option_list_item-btm{
	border-bottom: 0;
}
.selectBox_option_list_item a{
	display: table-cell;
	width: 59px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background: #e5eded;
}
.selectBox_option_list_item a.selectBox_option-active{
	cursor: default;
	color: #809597;
	background: #cadbdd;
}
.selectBox_option_list_item a.selectBox_option-active:hover{
	opacity: 1 !important;
}
.selectBox_option_list_item .blank{
	display: table-cell;
	width: 59px;
	height: 48px;
	background: #e5eded;
}
.selectBox_option_list_item .unable{
	cursor: default;
	display: table-cell;
	width: 59px;
	height: 48px;
	color: #8f8f8f;
	font-size: 16px;
	line-height: 48px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background: #d5d5d5;
}

.terms_list_ttl{
	display: block;
	margin-bottom: 11px;
	padding-left: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	border-left: 4px solid #002f33;
}
.terms_list_data{
	display: block;
	margin-bottom: 40px;
	padding-bottom: 33px;
	font-size: 18px;
	line-height: 32px;
	background: url(../../common/image/line_dot_base_x.png) 0 bottom repeat-x;
	background-size: 5px 1px;
	overflow: hidden;
}
.terms_list_data img{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.terms_list_data-last{
	padding-bottom: 20px;
	background: none;
}




