@charset "UTF-8";


/* プロフィール詳細 */

.more{
	padding:0 0 6px;
	overflow:hidden;
}

/* プロフィール詳細 - 一覧へ */

.more .toindex{
	position:relative;
}
.more .toindex a{
	position:absolute;
	top:6px;
	left:704px;
}

/* プロフィール詳細 - ブログへ */

.more .toblog{
	position:relative;
}
.more .toblog a{
	position:absolute;
	top:60px;
	left:676px;
}
.more .toblog span{
	position:absolute;
	top:60px;
	left:696px;
}

/* プロフィール詳細 - リルぷりへ */

#photo .lilpri{
	position:absolute;
	top:582px;
	left:338px;
	width:118px;
	height:92px;
}

/* プロフィール詳細 - 写真 */

#photo{
	position:relative;
	width:478px;
	float:left;
}
.profile2 #photo{
	position:relative;
	width:560px;
	float:left;
}
#photo dt{
	width:478px;
	height:618px;
	overflow:hidden;
}
.profile2 #photo dt{
	width:560px;
	height:618px;
	overflow:hidden;
}
#photo h1{
	position:absolute;
	top:0;
	left:364px;
	width:303px;
	height:196px;
	background:url(../img/profile/card.png) no-repeat;
}
#photo h1 em{
	margin:60px 0 0 100px;
	display:block;
}
#photo h1#wada em{
	margin:64px 0 0 104px;
	display:block;
}
#photo span{
	position:absolute;
	top:18px;
	left:545px;
}
#photo ul{
	padding:12px 0 0;
	width:478px;
	height:189px;
	background:url(../img/profile/felt.png) no-repeat 56px 0;
	position:relative;
}
#photo ul li{
	float:left;
}
#photo ul li img{
	vertical-align:top;
}

/* プロフィール詳細 - 質問 */

.more #question{
	margin:200px 0 0 16px;
	width:445px;
	float:left;
}
.more #question dt{
	width:445px;
	height:24px;
	overflow:hidden;
}
.more #question dd p{
	margin:0 0 6px;
}

/* プロフィール詳細 - 質問2 */

.more #question2{
	margin:200px 0 0;
	width:370px;
	float:left;
	z-index:1;
}
.more #question2 dt{
	width:370px;
	height:24px;
	overflow:hidden;
}
.more #question2 dd p{
	margin:0 0 6px;
}
