@charset "UTF-8";
/*
 * index.css
 *
 */
 
/*==================================
             single page
==================================*/

.top_news h5 {
	font-size:16px;
	font-weight:bold;
	margin:20px 0px 0px 0px;
}
p.news-single01 {
	padding : 10px 0px 20px;
}
p.news-single-bold {
	font-weight:bold;
}
div.page .top_news li {
	list-style:disc;
	margin:0px 20px 0px 40px;
}

.page .top_news table {
  margin: 20px auto 10px;
  color: inherit;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #000;
}
.page .top_news table th {
	padding:0 20px;
	background-color:#D9EEEE;
    border: 1px solid #000;
	padding:10px;
	text-align:center;
}
.page .top_news table td {
	padding:10px;
    border: 1px solid #000;
	text-align:center;	
}
.page table.news20220413 th:nth-of-type(1), .page table.news20220413 td:nth-of-type(1) { width:250px; }
.page table.news20220413 th:nth-of-type(2), .page table.news20220413 td:nth-of-type(2) { width:280px; }
.page table.news20220413 th:nth-of-type(3), .page table.news20220413 td:nth-of-type(3) { width:120px; }
.page table.news20220413 th:nth-of-type(4), .page table.news20220413 td:nth-of-type(4) { width:100px; }

dl{
	font-size: 16px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
dt {
    width: 120px;
}
dd {
    widht: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
}

@media screen and (max-width:1110px){
.page .top_news table {
	width:auto;
	margin:20px auto;
	border:none;
	padding:0 20px;
}
.page .top_news table th,
.page .top_news table td {
	display:table-cell;
}
.top_news p.news-single01 {
  width: auto;
}
}
@media screen and (max-width:850px){
.page .top_news table {
	width:790px;
	margin:20px auto;
	border:none;
	padding:0 20px;
}
.page .top_news table th,
.page .top_news table td {
	display:table-cell;
}
}