@charset "utf-8";

/*---------------------- shuffle ---------------------- */
.js_disabled .visible_when_js_enabled { display: none; }
.visible_when_ie55 { display: block; }
.invisible_when_ie55 { display: none; }
.board_inner { padding: 20px 12px 30px 10px; background: url(../img/bg_board_section_ul.gif) no-repeat left top; }
#shuffle { width:233px; height:186px; position: relative; }
#shuffle .js_enabled .prev .more { background: url(../img/bt_shuffle_prev.gif) 0 0 no-repeat transparent; cursor: pointer; }
#shuffle .js_enabled .next .more { background: url(../img/bt_shuffle_next.gif) 0 0 no-repeat transparent; cursor: pointer; }
#shuffle .js_enabled .prev .hover { background: url(../img/bt_shuffle_prev_ov.gif) 0 0 no-repeat transparent; }
#shuffle .js_enabled .next .hover { background: url(../img/bt_shuffle_next_ov.gif) 0 0 no-repeat transparent; }
#shuffle .js_disabled .prev,
#shuffle .js_enabled .prev .nomore { background: url(../img/bt_shuffle_prev_ov.gif) 0 0 no-repeat transparent; cursor: default; }
#shuffle .js_disabled .next,
#shuffle .js_enabled .next .nomore { background: url(../img/bt_shuffle_next_ov.gif) 0 0 no-repeat transparent; cursor: default; }
#shuffle .pagination { width: 22px; height: 25px; position: absolute; top: 81px; }
#shuffle .pagination div { width: 22px; height: 25px; }
#shuffle .prev { left: 1px; }
#shuffle .next { left: 211px; }
#scroll_window { width: 169px; height:186px; overflow: hidden; position: absolute; top: 1px; left: 32px; }
#scroll_window p { text-align: center; }
#scroll_window p img { vertical-align: bottom; }
#scroll_window ul { width: 2030px; text-align: left; }
#scroll_window ul li { width: 169px; height: 186px; float: left; line-height: 1.4em; }
#scroll_window ul li.scroll_top { width: 169px; padding: 0; }

