@charset "Shift_JIS";
/*-----------------------------------------------------------------------------
　口コミページに表示されている会員ランク
-----------------------------------------------------------------------------*/
#aboutRank_wrap {
	width: 690px;
	height: 795px;
	text-align: center;
	background: url(../images/bg_wrap.gif) left top no-repeat;
	text-decoration: none;
	margin: 0px auto;
	font: 14px/1.35 "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
*font-size: small;
*font: x-small;
	line-height: 1.5em;
	color: #333;
	padding: 0;
	font-size: 14px !important;
	position: relative;
	overflow: hidden;
}

#aboutRank_wrap div {
	zoom: 1;
}
#aboutRank_wrap div:unknown {
	clear: both; display: block; visibility: hidden; line-height: 0; height: 0px; content: ".";
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}





/*-----------------------------------------------------------------------------
　会員ランク表示例
-----------------------------------------------------------------------------*/
#aboutRank {
	width: 670px;
	text-align: center;
	padding: 10px;
}

#aboutRank h2 {
	width: 610px;
	text-align: center;
	margin: 18px auto 0 auto;
}

#memberRank {
	width: 606px;
	margin: 18px auto 0 auto;
	padding: 15px 0 22px 0;
	text-align: center;
	background: #EFECE2;
	position: relative;
}

#memberRank #instance_rank {
	width: 100%;
	text-align: center;
}

#memberRank h3{
	margin: 10px auto 0 auto;
	text-align: center;
	width: 100%;
}
#memberRank h3 a:hover img {
	filter:alpha(opacity=100); opacity: 100;
}

#memberRank #rankList {
	margin: 8px auto 0 auto;
	text-align: center;
	width: 100%;
}

#memberRank #experienceValue {
	margin: 15px 20px 0 18px;
	text-align: center;
	width: 568px;
	position: relative;
}
#memberRank #experienceValue span {
	position: absolute;
	top: 0px;
	left: -44px;
	z-index: 100;
}



/*-----------------------------------------------------------------------------
　ウィンドウを閉じる
-----------------------------------------------------------------------------*/
.windowClose {
	margin: 33px auto 0 auto;
	text-align: center;
	width: 258px;
}


