@charset "utf-8";
/* -----------------------------------------------------------
CSS Information
 File name:      realtime_list.css
----------------------------------------------------------- */
/* realtimeList */
ul.sectionBox {
	padding: 0 3px;
}

#realtimeList .sectionBox {
    margin: 0 auto;
}
#realtimeList .sectionBox li {
    display: block;
    border-bottom: 1px solid #ABA7AB;
}
#realtimeList .sectionBox li:last-child {
    border-bottom: none;
}
#realtimeList .sectionBox li a {
    display: block;
    width: auto;
    height: 100%;
    padding: 15px 30px 15px 10px;
    color: #333333;
    font-size: 116%;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}
#realtimeList .sectionBox li a:before {
    content: '>';
    position: absolute;
    right: 10px;
    font-weight: bold;
}