* {
	margin: 0;
	padding: 0;
	line-height: 150%;
}

img {
	display: block;
	width: 100%;
}

body {
	width: 100%;
	max-width: 780px;
	background-color: #FAE5EE;
	margin: 0 auto;
	text-align: center;
	font-family: sans-serif;
}

header {
	position: relative;
}

article {
	background-color: #FFF;
	border-radius: 20px;
	margin: 1% 4% 10% 4%;
	padding: 30px 0 20px 0;
	box-sizing: border-box;
}
section {
	margin-bottom: 40px;
	position: relative;
}

footer {
	background-color: #FFF;
	padding: 10% 3%;
}

footer p {
	font-size: 12px;
	margin-bottom: 10px;
}

footer a {
	color: #0068B7;
}

#copyright {
	font-size: 10px;
	margin-bottom: 0;
}

input[type="text"] {
	appearance: none;
	-webkit-appearance: none;
	background: none;
	border: 2px solid #333;
	font-size: 30px;
	width: 90%;
	margin: 5px 0;
}

input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	text-indent: -9999px;
	display: block;
	position: absolute;
	z-index: 10;
	width: 90%;
	height: 12%;
	left: 5%;
	bottom: 29%;
	cursor: pointer;
}

.t2 {
	display: none;
}

.btn {
	/*background-color: #000;
	opacity: 0.2;*/
	text-indent: -9999px;
	display: block;
	position: absolute;
	z-index: 10;
}

#tab1 {
	width: 50%;
	height: 16%;
	left: 0;
	bottom: 0;
}

#tab2 {
	width: 50%;
	height: 16%;
	right: 0;
	bottom: 0;
}

#btn-dl {
	width: 50%;
	height: 16%;
	left: 25%;
	top: 60%;
}

#btn-resist-miid {
	width: 90%;
	height: 10%;
	left: 5%;
	bottom: 2%;
}

#btn-drivepay {
	width: 90%;
	height: 9%;
	left: 5%;
	bottom: 2%;
}

#btn-ascard {
	width: 90%;
	height: 8%;
	left: 5%;
	bottom: 2%;
}

#to-atc6 {
	width: 50%;
	height: 40%;
	left: 0;
	bottom: 4%;
}

#to-atc7 {
	width: 50%;
	height: 40%;
	right: 0;
	bottom: 4%;
}

#btn-caution {
	width: 70%;
	height: 4%;
	left: 15%;
	bottom: 1%;
}

#msg {
	position: fixed;
	z-index: 100;
	background-color: #333;
	opacity: 0.8;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	border-radius: 20px;
	padding: 50px 10px;
	box-sizing: border-box;
	top: 120px;
	left: 5%;
	width: 90%;
}