@charset "utf-8";

html{
	width:100%;
	height:100%;
}

body{
	width:100%;
	height:100%;
	font-family: "Arial", "メイリオ";
	background:#FFFFFF;
	padding-top:100px;
	margin:0;
}

.header{
	width:100%;
	height:50px;
	background:#82c3e9;
	position:fixed;
	top:0;
	left:0;
	border-bottom:4px solid #f35366;
}

h1{
	width:375px;
	margin:15px auto;
}

.input{
	background-color:#F1F1F1;
	width:490px;
	margin:15px auto;
	padding:20px;
	text-align:right;
	border-radius:5px;
	font-weight:bold;
}

input{
	width:70%;
	margin:0 15px 20px 10px;
	outline:none;
	padding:10px;
	font-size:18px;
	color:#000;
	border:1px solid rgba(0,0,0,0.3);
	border-radius:4px;
}

input:focus{
	background:#E8E8E8;
}

.button{
	border:0;
	padding:4px 8px;
	font-size:20px;
	font-weight:bold;
	line-height:normal;
	background-color:#82c3e9;
	border-radius:4px;
	color:#FFFFFF;
	width:200px;
	margin:0 auto;
	display:block;
}

.button:hover{
	background-color:#f35366;
	transition-duration:1s;
}

.dl_btn{
	width:172px;
	margin:50px auto;
}

.footer{
	width:100%;
	height:23px;
	background:#82c3e9;
	box-sizing:border-box;
	bottom:0;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:30px;
}


.button_3{
	padding:2px;
	font-size:13px;
	font-weight:bold;
	line-height:normal;
	background-color:#FFF;
	border:2px solid #f35366;
	border-radius:10px;
	color:#f35366;
	width:230px;
	margin:10px auto;
	opacity:0.85;
}

.button_3:hover{
	background-color:#ffd3d8;
	transition-duration:1s;
}