@charset "UTF-8";

.top_news_h2 {
width: 100%;
margin: 0 0 30px 0;
}
.top_news_h2 span {
float: right;
font-size: 1.5rem;
}
.top_news_h2 span a {
transition: 0.5s;
}
.top_news_h2 span a:hover {
color: #F8090D;
}
.top_news_table {
border-bottom: 1px solid #666666;
}
.top_news_table tr:last-child th,.top_news_table tr:last-child td {
padding-bottom: 30px;
}
.top_news_table th {
padding: 0;
white-space: nowrap;
}
.top_news_table td {
padding: 0;
}
.top_news_table td a {
color: #D01119;
font-weight: bold;
}
.top_news_table td a:hover {
text-decoration: underline;
}
.table_fs,.table_fs th,.table_fs td {
font-size: 1.4rem;
padding: 2px;
white-space: normal;
}
.table_fs,.table_fs th,.table_fs td.nowrap {
white-space: nowrap;
}
.table_fs td.nowrap span {
display: inline-block;
width: 100%;
padding: 5px 8px;
background-color: #000;
color: #fff;
font-size: 1.1rem;
text-align: center;
}