@charset "utf-8";

/*  お知らせ　テーブル　press特別
--------------------------------------------------*/

#news #note .tsBasic th {
	padding: 20px 10px;
	font-weight: normal;
	line-height: 1.4em;
}
#note .tsBasic th + th {
	border-top: 1px solid #fff;
}
#note .tsBasic th:first-of-type {
	border-bottom: none;
}

/*複雑なタイプ*/
#news #note .table_style02{
	width: 100%;
	overflow-x:scroll;
	margin-bottom: 40px;
	padding-left: 1px;
	padding-right: 1px;
}
#news #note .table_style02 .tsBasic{
	margin-bottom: 0px;
	width: 748px;
}
#news #note .table_style02 .tsBasic th:first-of-type {
	border-bottom: 1px solid #fff;
}
#news #note .table_style02 .tsBasic th, #note .table_style02 .tsBasic td {
	display: table-cell;
	width: auto;
	vertical-align: middle;
}
#news #note .table_style02 .tsBasic th {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#news #note .table_style02 .tsBasic td {
	border-right: 1px solid #636363;
	
}

@media print, screen and (min-width: 768px) {
/*#press .tsBasic {
	border: 1px solid #636363;
}*/
#news #note .tsBasic th {
/*	width: 17%;
	display: table-cell;
	text-align: left;*/
	border-right: 1px solid #fff;
}
#news #note .tsBasic th:last-of-type {
	border-right: none;
	/*border-bottom: 1px solid #fff;*/
}
#news #note .tsBasic td {
	/*display: table-cell;*/
	border-right: 1px solid #636363;
}
}

