@charset "utf-8";
/* CSS Document */

h3 { text-align: center; font-size: 30px; margin-bottom: 10px; color: #005EFF; line-height: 1.5; }

table { width: 80%; margin: 0 auto 50px; border-collapse: collapse; border-top: 1px solid #005EFF; border-bottom: 1px solid #005EFF; line-height: 1.8; }
tr { border-bottom: 1px solid #005EFF; }
th { padding: 15px; text-align: center; }
td { text-align: left; padding: 5px; }
tr:nth-child(odd) { background: #2E2E2E; }

.tokuten { width: 80%; margin: 0 auto; }
.tokuten a { display: block; width: 100%; height: 100%; padding: 10px 0; text-align: center; background: #005EFF; border-radius: 20px; font-size: 14px; letter-spacing: 2px; }
.tokuten a:hover { background: #FFF; }

/*
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
ლ(╹◡╹ლ) 
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
*/
@media screen and (max-width: 720px) {	
	h2 { width: 100%; height: auto; padding-bottom: 10.41666%; background-size: contain; }
}