@charset "utf-8";
/* CSS Document */
#story_txt {
	text-align: center;
	margin: 40px 0 0px;
	opacity: 0;
	filter: alpha(opacity=0);
}

#contents {
	position: relative;
}

#chara_img li {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
}
#chara1 {
	right: 43px;
	top: 107px;
}
#chara2 {
	right: 67px;
	top: 264px;
}
#chara3 {
	left: 77px;
	top: 151px;
}
#chara4 {
	left: -22px;
	top: 250px;
}
#chara5 {
	left: 105px;
	top: 286px;
}
#pageBtn{
	position: absolute;
	top:60px;
	left:708px;
	opacity: 0;
	filter: alpha(opacity=0);
}

#onairList{
	position: relative;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}
#onairList .storyList{
	width: 950px;
	margin: auto;
	margin-bottom: 54px;
}
#onairList .storyList li{
	float: left;
	background: url(../img/common/separator.png) no-repeat right center;
	height: 16px;
	line-height: 16px;
	padding-right: 20px;
	margin-right: 15px;
	font-size: 16px;
	color: #c4c4c4;
}
#onairList .storyList li.first{
	margin-right: 0;
}
#onairList .storyList li.last{
	background: none;
	margin-right: 0;
	padding-right: 0;
}
#onairList .storyList li a{
	color:#5368b9;
	/*text-decoration: none;*/
}
#onairList .storyList li a:hover{
	text-decoration: underline;
}
#onairList .storyList li a.select{
	color:#ff4c89;
}
h3{
	width: 560px;
	margin: auto;
	margin-bottom: 30px;
}
.storyWrap{
	width: 956px;
	margin: auto;
	display: none;
}
.storyWrap .story{
	font-size: 13px;
	color:#5368b9;
	float: right;
	width:438px;
	line-height: 1.65em;
	letter-spacing: 0.03em;
}
.storyWrap .story h5{
	background: url(../img/common/ttlBg.png) no-repeat left top;
	height: 48px;
	position: relative;
	font-size: 18px;
	color:#ff4c89;
	padding-left: 55px;
	padding-top: 4px;
	line-height: 52px;
	margin-bottom: 22px;
}
.storyWrap .story h5 p{
	color: #fff;
	position: absolute;
	font-size:11px;
	top:-2px;
	left: 9px;
}
.storyWrap .image{
	float: left;
}
.storyWrap .image div{
	margin-bottom: 12px;
}
.storyWrap .image li{
	float: left;
	margin-right: 5px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
}
.storyWrap .image li.select{
	opacity: 1;
	filter: alpha(opacity=100);
}
.storyWrap .image li.last{
	margin-right: 0;
}
.select{
	opacity: 1;
}