@charset "utf-8";

#covid19 h2{
	background:#6FBA2C;
	color:#FFFFFF;
	font-size:16px;/*overwrite*/
	border-bottom: none;/*overwrite*/
	padding:4px 6px;/*overwrite*/
}

#list{
	clear:both;
}
#list table{
	margin:20px 0;
	width:100%;
}
#list table tbody tr:hover{
	background:#EFEFEF;
}
#list table th,
#list table td{
	vertical-align:middle;
	padding:10px 4px;
	border:1px #CCCCCC solid;
	font-size:12px;
	line-height:1.3;
	text-align:center;
	font-feature-settings : "palt";
}
#list table thead th{
	vertical-align:top;
	padding-bottom:30px;
	background:#EBEBEB;
	z-index:-1;
}
#list table thead th span{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#list table thead tr th{
	width:20px;
}
#list table thead tr th:first-child{
	width:50px;
	vertical-align:middle;
}
#list table thead tr th:nth-child(2){
	width:570px;
	vertical-align:middle;
}
#list table tbody tr td:first-child{
	font-size:12px;
}
#list table tbody tr td:nth-child(2){
	text-align:left;
	font-size:14px;
}
#list table tbody td a{
	display:block;
}

#twitter,
#news{
	margin-bottom:40px;
}
#twitter .box{
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow-y:scroll;
	height:320px;
	border:1px #CCCCCC solid;
	padding:0!important;
}
#twitter iframe{
	box-sizing:border-box;
}
#news .box{
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow-y:scroll;
	height:300px;
	padding:10px;
	border:1px #CCCCCC solid;
}
#news dl{
	font-size:13px;
	font-feature-settings : "palt";
}
#news dt{
	color:#6FBA2C;
}
#news dd{
	padding-bottom:0.5em;
	border-bottom:1px #EBEBEB solid;
	margin-bottom:0.5em;
}
.ie{
	display:none;
}
_:-ms-input-placeholder, :root .ie {
	display: block;
	padding: 10px;
	font-size:14px;
	color:#666666;
}
/*PC
=========================================================*/
@media print , screen and (min-width: 651px){
#twitter{
	float:left;
	width:300px;
	margin-bottom:50px;
}
#news{
	float:right;
	width:460px;
	margin-bottom:50px;
}
}

/*smartphone
=========================================================*/
@media only screen and (max-width: 650px){
#news .box{
	height:100px;
}
#list table th,
#list table td{
	display:none;
	box-sizing:border-box;
	border:none;
	border-bottom:1px #CCCCCC solid;
}
#list table tbody tr td{
}
#list table thead tr th:first-child,
#list table tbody tr td:first-child{
	clear:both;
	display: table-cell;
	width:20%;
}
#list table thead tr th:nth-child(2),
#list table tbody tr td:nth-child(2){
	display: table-cell;
	width:80%;
}
#list table thead th{
	padding-bottom:10px;
}
}


/* iPhone 4inch
=========================================================*/
@media only screen and (max-width: 320px){
}

/* Print
=========================================================*/
@media print{
#list table thead th span{
	-webkit-writing-mode:horizontal-tb;
	writing-mode:horizontal-tb;
}
}
