@charset "utf-8";

.top_roll {
    width: auto;
    /* max-width: 320px; */
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}


.top_roll .roll-sub_1 {
    float: left;
    margin-right: 20px;
    font-weight: 500;
}
.top_roll .roll-sub_2 {
    float: right;
    /* margin-right: 40px; */
    margin-left: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.roll-sub_2.navi .prev, .roll-sub_2.navi .next {
    color: #fff;
    padding: 0 5px;
    opacity: 0.6;
}
.roll-sub_2.navi .prev:hover, .roll-sub_2.navi .next:hover {
	opacity: 1;
}
.top_roll .roll-sub_3 {float: right; margin-right: 5px;}
.top_roll .roll-sub_txt {float: left;}

.top_roll a {color:#fff; font-size: 13px;}

#ticker{}
.none{display:none}
.navi{}
.block {height:30px; overflow:hidden;}
.block ul,
.block li {margin:0; padding:0; list-style:none;}
.block li a {display:block; height:30px; line-height:30px; color:#fff; text-decoration:none; }