@charset "utf-8";
/* CSS Document */

h3 {
	text-align:center;
}

#memo_caption {
	height:83px;
	width:120px;
	padding-left:278px;
	margin:0px auto;
	margin-top:-30px;
}

.heroine1 #memo_caption { background:url(../../img/prize_top/memo/1/title_date.png); background-repeat:no-repeat; }
.heroine2 #memo_caption { background:url(../../img/prize_top/memo/2/title_date.png); background-repeat:no-repeat; }
.heroine3 #memo_caption { background:url(../../img/prize_top/memo/3/title_date.png); background-repeat:no-repeat; }
.heroine4 #memo_caption { background:url(../../img/prize_top/memo/4/title_date.png); background-repeat:no-repeat; }

#btnMemoMore {
	width:120px;
	height:83px;
	overflow:hidden;
	cursor:pointer;
}

#btnMemoMore p {
	width:120px;
	height:166px;
}

.heroine1 #btnMemoMore p {	background:url(../../img/prize_top/memo/1/btnMore.png);}
.heroine2 #btnMemoMore p {	background:url(../../img/prize_top/memo/2/btnMore.png);}
.heroine3 #btnMemoMore p {	background:url(../../img/prize_top/memo/3/btnMore.png);}
.heroine4 #btnMemoMore p {	background:url(../../img/prize_top/memo/4/btnMore.png);}

#btnMemoMore:hover p {
	margin-top:-83px;
}

#memo_top_View {
	width:580px;
	margin:0px auto;
	margin-top:12px;
}

#memo_top_View li {
	padding:10px 0px;
	position:relative;
}

.newMark {
	background:url(../../img/prize_top/icon_new_S.png);
	width:33px;
	height:33px;
	position:absolute;
left: -20px;
top: -20px;
}

#memo_top_View .left {
	float:left;
	width:280px;
}

#memo_top_View .left li.even { border-top:3px solid #ffdfe4;}
#memo_top_View .left li.odd { border-top:3px solid #ceeef9;}

#memo_top_View .right {
	float:left;
	width:280px;
	margin-left:20px;
}

#memo_top_View .right li.even { border-top:3px solid #ceeef9;}
#memo_top_View .right li.odd { border-top:3px solid #ffdfe4;}


#album_top {
	margin-top:25px;
}

#voice_top {
	margin-top:25px;
}

.memoCaption {
	font-size:12px;
}

.memoText {
	font-weight:bold;
}

/*	album =================================================*/
#albumList {
	width:625px;
	margin:0px auto;
}

#albumList li {
	float:left;
	width:160px;
	height:169px;
	position:relative;
	margin-left:-5px;
}

#albumList li.odd {
	margin-top:30px;
}

#albumList li:first-child {
	margin-left:0px;
}

#albumList li .thumbnailFrame {
	width:160px;
	height:169px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	left:0px;
	top:0px;
}

#albumList li .thumbnailFrame:hover img {
	margin-top:-169px;
}

#albumList li .thumbnailClose {
	position:absolute;
	left:0px;
	top:0px;
}

#thumbWall		{background:url(../../img/prize_top/wall/bg.png); background-repeat:no-repeat; background-position:9px 9px;}
#thumbIcon		{background:url(../../img/prize_top/icon/bg.png); background-repeat:no-repeat; background-position:9px 9px;}
#thumbStory		{background:url(../../img/prize_top/story/bg.png); background-repeat:no-repeat; background-position:9px 9px;}


#thumbWall.new	{background:url(../../img/prize_top/wall/thumb_new.png); background-repeat:no-repeat; background-position:9px 9px;}
#thumbIcon.new	{background:url(../../img/prize_top/icon/thumb_new.png); background-repeat:no-repeat; background-position:9px 9px;}
#thumbStory.new	{background:url(../../img/prize_top/story/thumb_new.png); background-repeat:no-repeat; background-position:9px 9px;}

#albumList li .thumbnailImg {
	position: absolute;
	left: 50%;
	top: 50%;
}

#thumbIllust .thumbnailImg {
	left:10px !important;
	top:10px !important;
}

#thumbIcon .thumbnailImg {
	margin-left:-45px;
	margin-top:-50px;
}

#thumbWall .thumbnailImg {
	margin-left:-70px;
	margin-top:-50px;
}

#thumbStory .thumbnailImg {
	margin-left:-70px;
	margin-top:-50px;
}

/*	voice =================================================*/
#voice_top {
	display:none;
}


#voiceList {
	width:560px;
	margin:0px auto;
}

#voiceList li {
	width:140px;
	height:90px;
	float:left;
	position:relative;
}

#voiceList li.odd {
	margin-top:14px;
}

#voiceList li .thumbnailImg {
	position: absolute;
	left: 6px;
	top: 12px;
}

#voiceList li .thumbnailFrame {
	width:140px;
	height:90px;
	overflow:hidden;
	cursor:pointer;
	
	position:absolute;
	left:0px;
	top:0px;
}

#voiceList li .thumbnailFrame:hover img {
	margin-top:-90px;
}

