
.sya_table{
	width: 49%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}

.sya_table th{
	font-weight: bold;
	border: 1px solid #ccc;
}
.sya_table td{
	padding: 4px;
	width: 50%;
	border: 1px solid #ccc;
}
.sya_table th img{

	width: 90%;
}
.sya_table thead th{
	background:#f5f5f5;
	padding: 5px;
	font-size: 16px;
}
.sya_table2{
	width: 98%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}

.sya_table2 th{
	font-weight: bold;
	border: 1px solid #ccc;
}
.sya_table2 td{
	padding: 4px;
	width: 50%;
	border: 1px solid #ccc;
}
.sya_table2 th img{
	width: 40%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sya_table2 thead th{
	background:#f5f5f5;
	padding: 5px;
	font-size: 16px;
}
.kanki_table100{
	width: 98%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.kanki_table100 caption{
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
	background-color: #f5f5f5;
	
}

.kanki_table100 th{

	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 60%;
}
.kanki_table100 td{
	padding: 10px;
	width: 38%;
	vertical-align:top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: auto;
	margin-left: auto;
}
/*
.kanki_table100 th img{
	width: 90%;
}
*/

.sya_table100{
	width: 98%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.sya_table100 caption{
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
	background-color: #f5f5f5;
	
}

.sya_table100 th{
	font-weight: bold;
	padding: 4px;
			border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC
}
.sya_table100 td{
	padding: 4px;
	width: 60%;
	vertical-align:top;
			border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC
}
.sya_table100 th img{
	width: 90%;
}


@media only screen and (max-width:768px){
.sya_table{
	display: block;
	width: 98%;
	}
.sya_table thead th{
	text-align: center;
	display: block;
	margin-bottom: 5px;
		}
.sya_table tbody{
			display: block;
		}
.sya_table tbody tr{
				display: block;

			}
.sya_table tbody th,
			.sya_table tbody td{
				display: list-item;
				border: none;
			}
.sya_table tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				/*
				color: #fff;
				background: #000;
				*/
			}
.sya_table tbody td{
	width: 98%;
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
	
			}
			/*
			.sya_table tbody td:nth-of-type(1):before { content: "[品詞]"; }
			.sya_table tbody td:nth-of-type(2):before { content: "[意味]"; }
			.sya_table tbody td:nth-of-type(3):before { content: "[用例]"; }
			*/
			
			
.sya_table100{
	display: block;
	width: 98%;
}
.sya_table100 thead{
			display: none;
}
.sya_table100 tbody{
			display: block;
}
.sya_table100 tbody tr{
	display: block;
	padding-bottom: 40px;
}
.sya_table100 tbody th,
			.sya_table tbody td{
	display: list-item;
	border: none;
}
.sya_table100 tbody th{
border-bottom-width: 0px;
				list-style-type: none;
				/*
				color: #fff;
				background: #000;
				*/
			}
.sya_table100 tbody td{
	width: 98%;
	list-style-type: none;
	padding: 0;
	vertical-align:top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}
	

}