@charset "utf-8";

	body{
		background: #000 url(/yugioh/masterduel/images/background-gate.jpg) center top no-repeat;
	}
	.gate{
		max-width: 800px;
		margin: auto;
		
	}
	.gate h1{
		padding-top: 5em;
		max-width: 500px;
	}
	
	.gate select{
		color: #111;
		background: #000;
		border: 1px solid #333;
		display: block;
		color: #eee;
		padding: .3em 1em;
		margin-bottom: 2em;
	}
	.gate input{
		position: relative;
		background: url(/yugioh/masterduel/images/gate-btn.png);
		background-size: 100% 100%;
		font-weight: bold;
		text-shadow: .05em .05em 0px rgba(255,255,255,.5);
		font-size: 1.5em;
		padding: .2em 3em;
		box-shadow: 0 0 0 2px #2c53c7 inset;
		border: none;
		cursor: pointer;
	}
	.gate p.trademark{
		margin-bottom: 2em;
	}
	.gate input{
		
	}