@charset "Shift_JIS";

body {
	background: #000 url(/event/images/bg_space.gif);
	}

.mem_buy_date {
	text-align: center;
	border: 1px solid #555;
	width: 60%;
	margin: 0 auto 0.8em;
	padding: 5px 0;
	font-size: 120%;
	}

table.schedule th {
		width: 35%;
		}
	table.schedule td {
		width: 65%;
		}

@media screen and (max-width: 480px) {
	
	.mem_buy_date {
		width: 90%;
		margin: 0 auto;
		font-size: 110%;
		}
}
table.schedule tr:first-child th {
	background: #ffdb25;
	color: #555
	}

table.schedule tr:nth-child(2) th {
	background: #048;
	border-radius: 0 0 0 8px;
	}