@charset "utf-8";

#content {
padding:18px 30px;
}

/* story container */
#story {
position:relative;
overflow:hidden;
height:465px;
border:1px solid #EB6100;
background-color:#fff;
}
#story ol img {
vertical-align:bottom;
}

/* screen image */
#screen img {
position:absolute;
top:0;
left:0;
display:none;
}
#screen .first img {
display:block;
}

/* list button */
#list {
position:absolute;
left:26px;
top:270px;
}
#list li {
position:relative;
padding-bottom:4px;
font-size:0;
}

