/* recommend
--------------------------------------------------*/
.cornerMenu {
	position: relative;
	padding: 0 0 60px;
}
.subContent {
	background: url(../../img/blog/bg_sub.png) repeat-y right top;
}
.content {
	padding: 0;
}
.contentInner {
	padding: 40px 0 0;
}
.content {
	padding: 0 0 50px;
}

.genreList {
	text-align: center;
}
.genreList li {
	display: inline-block;
	margin: 0 30px;
	cursor: pointer;
}
.genreList li a {
	display: inline-block;
	padding-right: 21px;
	background: url(../../img/members/ico_link.png) right 9px no-repeat;
}
.genreList li a img {
	border-bottom: 2px solid #fff;
}
.genreList li a:hover img {
	border-bottom: 2px solid #000;
}



.membersPanel {
	width: 720px;
	margin: 0 auto;
	color: #474545;
}

.membersSection {
	padding-bottom: 45px;
}
.membersMain {
	padding-bottom: 45px;
	position: relative;
	font-size: 15px;
	line-height: 1.86em;
}
.membersMain .note {
	font-size: 12px;
	line-height: 2em;
	color: #bd8188;
	margin-top: 8px;
}
.membersMain .img {
	position: absolute;
	right: 70px;
	top: -58px;
	z-index: 999;
}
.membersArea {
	padding: 0 25px;
}
.membersBox {
	padding-bottom: 30px;
	font-size: 13px;
	line-height: 2.15em;
}
.membersBox p + p {
	margin-top: 15px;
}
.membersPanel h2 {
	padding-bottom: 9px;
	border-bottom: 2px solid #000;
	margin-bottom: 25px;
}

.membersPanel h3 {
	font-size: 20px;
	line-height: 1.5em;
	padding-bottom: 8px;
	margin-bottom: 15px;
	position: relative;
}
.membersPanel h3:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	z-index: 9999;
	width: 50px;
	height: 2px;
	background-color: #000;
}
.membersPanel h4 {
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
}
.membersPanel h4 .note {
	font-size: 11px;
	color: #bd8188;
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}
.membersPanel h4.lvXL {
	background: url(../../img/members/ico_level_xl.png) right center no-repeat;
}
.membersPanel h4.lvL {
	background: url(../../img/members/ico_level_l.png) right center no-repeat;
}
.membersPanel h4.lvM {
	background: url(../../img/members/ico_level_m.png) right center no-repeat;
}
.membersPanel h4.lvS {
	background: url(../../img/members/ico_level_s.png) right center no-repeat;
}
.membersPanel h4.lvSS {
	background: url(../../img/members/ico_level_ss.png) right center no-repeat;
}
.pb00 {
	padding-bottom: 0;
}
.mb07 {
	margin-bottom: 7px !important;
}