body,div,dl,dt,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure,span,figcaption,pre{
margin:0;
padding:0;
font-family: "MS Mincho", serif;
}
a { text-decoration: none; color: #000;}
table {
border-collapse:collapse;
border-spacing:0;
}
table {
	width: 100%;
	border-collapse: collapse;
	
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 20px auto;  /* Center the table */
}
th, td {
	border: 1px solid #ddd;
	padding: 12px;
	text-align: center;
}
th {
	background-color: #f2f2f2;
	color: #333;
	text-align: center;
}
tr:nth-child(even) {
	background-color: #f9f9f9;
}
tr:hover {
	background-color: #f1f1f1;
}
img {
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,i {
font-style:normal;
}
ol,li {
list-style:none;
}
/* caption,th {
text-align:left;
} */
h1,h2,h3,h4,h5,h6 {
font-size:100%;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
}
*{box-sizing: border-box;
font-family: "MS Mincho";font-size: 16px;}
.p12{
	font-size:12px;
}
.p14{
	font-size:14px;
}
.p16{
	font-size:16px;
}
.p18{
	font-size:18px;
}
.right{
	float:right;
}
.left{
	float:left;
}
.pin li{
	display:inline-block;
}
.clearfix{overflow:auto;_height:1%}
.cont{
    width: 80%;
    margin: 0 auto;
}
.table-container {
	display: flex;
	justify-content: center;
	align-items: center;
	
}