/* MEMBERS
--------------------------------------------------*/
.cornerMenu {
	position: relative;
}
.genreList {
	text-align: center;
}
.genreList li {
	display: inline-block;
	margin: 0 12px;
	cursor: pointer;
}
.genreList li a {
	display: inline-block;
	padding-right: 15px;
	background: url(../../img/members/ico_link.png) right 9px no-repeat;
	background-size: 9px auto;
}
.genreList li a img {
	border-bottom: 1px solid #fff;
	height: 18px;
}
.genreList li a:hover img {
	border-bottom: 1px solid #000;
}


.membersMain {
	padding-bottom: 25px;
	font-size: 12px;
	line-height: 1.66em;
	text-align: center;
	color: #000;
}
.membersMain p span {
	font-size: 9px;
}

.membersMain .note {
	font-size: 10px;
	line-height: 1.85em;
	color: #b77a7a;
}
.membersMain .img {
	margin-top: 15px;
	
}
.membersSection {
	padding-bottom: 35px;
}
.membersArea {
	padding: 25px 20px 10px;
}
.membersBox {
	padding-bottom: 16px;
	font-size: 11px;
	line-height: 1.8em;
}
.membersBox p + p {
	margin-top: 15px;
}

.membersPanel {
	color: #595757;
}
.membersPanel h2 {
	padding-bottom: 6px;
	border-bottom: 2px solid #000;
	margin-bottom: 18px;
}

.membersPanel h3 {
	font-size: 13px;
	line-height: 1.5em;
	padding-bottom: 6px;
	margin-bottom: 25px;
	border-bottom: 1px solid #000;
	background: url(../../img/members/ico_open.png) 98% center no-repeat;
	background-size: 9px auto;
	padding-right: 20px;
	cursor: pointer;
}
.membersPanel h3.on {
	background: url(../../img/members/ico_close.png) 98% center no-repeat !important;
	background-size: 9px auto !important;
}

.membersPanel h4 {
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: normal;
	padding-right: 70px;
}
.membersPanel .note {
	color: #b77a7a;
}
.membersPanel h4.lvXL {
	background: url(../../img/members/ico_level_xl.png) right center no-repeat;
	background-size: auto 9px;
}
.membersPanel h4.lvL {
	background: url(../../img/members/ico_level_l.png) right center no-repeat;
	background-size: auto 9px;
}
.membersPanel h4.lvM {
	background: url(../../img/members/ico_level_m.png) right center no-repeat;
	background-size: auto 9px;
}
.membersPanel h4.lvS {
	background: url(../../img/members/ico_level_s.png) right center no-repeat;
	background-size: auto 9px;
}
.membersPanel h4.lvSS {
	background: url(../../img/members/ico_level_ss.png) right center no-repeat;
	background-size: auto 9px;
}
.pb00 {
	padding-bottom: 0;
}
.hide {
	display: none;
}

.membersContact {
	background-color: #ebebeb;
	padding: 15px;
	text-align: center;
}
.membersContact .title {
	font-size: 13px;
	color: #000;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.membersContact .text {
	font-size: 11px;
	color: #595757;
	line-height: 1.65em;
}