@charset "utf-8";

.table {
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 200;
	font-optical-sizing: auto;
	font-style: normal;
}
.table td,
.table th{
	padding: 10px 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,1);
}
.table th{
	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 200;
	font-optical-sizing: auto;
	font-style: normal;
	
	white-space: nowrap;

	width: 20%;
}
.table thead th{
	background:#e6e6e6;
}
.mlzero {
	padding-left: 1em;
}
.table2 {
	width: 96%;
	margin-right: auto;
	margin-left: 0%;

	//border: 1px solid rgba(102,102,102,1);
	font-size: 80%;
}
.table2 th {
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 200;
	font-optical-sizing: auto;
	font-style: normal;
	white-space: nowrap;
	width: 10%;
	padding-right: 20px;
}
.table2 td {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 200;
	font-optical-sizing: auto;
	font-style: normal;
}
@media screen and (max-width:800px) {

	.table{
		display: block;
		width: 93%;
		margin-right: auto;
		margin-left: 0;
		padding: 0px;
	}
		.table thead{
			display: none;
		}
		.table tbody{
			display: block;
		}
			.table tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			.table tbody th,
			.table tbody td{
				display: list-item;
				border: none;
			}
			.table tbody th{
	margin-bottom: 5px;
	list-style-type: none;
	color: #000;
	background: #eee;
				
			}
			.table tbody td{
				margin-left: 20px;
				padding: 0;
				list-style-type: none;
			}
			.table th, .table td{
			width: 96%;
}
			.table td{
	width: 86%;
}
			/*
			#table tbody td:nth-of-type(1):before { content: "[品詞]"; }
			#table tbody td:nth-of-type(2):before { content: "[意味]"; }
			#table tbody td:nth-of-type(3):before { content: "[用例]"; }
			*/
	
	
}
