@charset "utf-8";

.tableNone {
	display:none;
}

/* arrow */
.table_nav {
    float:right;
    margin-bottom:10px;
}
.table_nav span {
    display:inline-block;
    margin:0 5px;
}

.table_nav span.st_prev a, .table_nav span.st_next a {
    display:block;
    width:30px;
    height:30px;
    border:1px solid #000;
    border-radius:3px;
    text-indent:-100000px;
}
.table_nav span.st_prev {
    background:url("../table_response/arrow_prev.png") no-repeat center;
}
.table_nav span.st_next {
    background:url("../table_response/arrow_next.png") no-repeat center;
}

/* dot */
.st_nav span {
    width:18px;
    height:18px;
    border-radius:50%;
    text-indent:-5000000px;
}
.nav_show {
	background:#000;
}
.nav_hide {
	background:#c8c8c8;
}