@charset "utf-8";

:root {
	--deli-commoncolor: #171717;
	--deli-maincolor: #df460a;
	--deli-subcolor: #fff537;
	--deli-backcolor: #fffa9b;
	--deli-oisixcolor: #006d32;
	--deli-moviecolor: #7f0019;
	--box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

body {
	font-size: 16px;
	line-height: 1.6;
}

tr a {
	color: cornflowerblue;
}

#header {
	max-width: 880px;
	width: 100%;
	/* height: 53px; */
	margin: 0 auto;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

#wrapper {
	max-width: 100%;
	width: 100%;
	margin: 90px auto -100px;
	-moz-background-size: contain;
	background-size: contain;
}

.container {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

p:not(footer) {
	margin: 14px 0;
	text-align: center;
}

h3 {
	font-weight: bold;
	font-size: 20px;
	padding: 20px 0;
	text-align: center;
}

table {
	table-layout: fixed;
	width: 100%;
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

thead th {
	background-color: var(--deli-backcolor);
	border-color: var(--deli-commoncolor);
	text-align: center;
	vertical-align: middle;
}

th:nth-child(1),
td:nth-child(1) {
	width: 100px;
}

th:nth-child(3),
td:nth-child(3) {
	width: 300px;
}

td,
th {
	width: 160px;
}

table,
th,
td {
	border-collapse: collapse;
	border: 1px solid var(--deli-commoncolor);
	line-height: 1.5;
	padding: 8px;
}

td {
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	text-align-last: left;
}

@media screen and (max-width: 680px) {
	.sp_hide {
		display: none;
	}

	body {
		font-size: 14px;
		line-height: 1.8;
	}

	p {
		text-align: justify;
	}

	#wrapper {
		width: 100%;
	}

	/* #header{display:none;} */

	#wrapper .container {
		width: 95%;
	}

	table {
		margin: auto;
	}

	/* table,
	th,
	td {
		border-collapse: collapse;
		border: 1px solid var(--deli-commoncolor);
		line-height: 1.5;
		padding: 3px;
	} */

	table th {
		width: 150px;
		padding: 10px;
		font-weight: bold;
	}

	.tableWrapper {
		margin: 10px;
		overflow-x: auto;
	}

	table {
		min-width: 700px;
	}

	.table_btn span {
		height: 100%;
		max-width: 300px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
}

/* footer =========================== */
footer {
	width: 100%;
	margin-top: 40px;
	padding: 16px;
	font-size: 14px;
	text-align: center;
	color: var(--deli-commoncolor);
	background-color: var(--deli-subcolor);
}

@media only screen and (max-width: 680px) {
	footer {
		font-size: 14px;
		padding: 10px;
	}
}