
@charset "UTF-8";
@import "scrollable-horizontal.css";
.topicTxtNei { font-size:15px; text-align: right; }
.topicTxt-b h4 { font-size:15px;}
.items div { 
    float: right;
    margin: 0 0 0 0;
}
.scrollable{
height: 180px;
}
/* right */
a.left { background-position: 0 -22px; clear:right; margin-left: 339px; }
a.left:hover { background-position:-24px -22px; }
a.left:active { background-position:-48px -22px; }
/* left */
a.right { margin-left:-364px; background-position: 0 0;}
a.right:hover { background-position:-24px 0; }
a.right:active { background-position:-48px 0; }

