@charset "utf-8";

html{
	color:#000;background:#FFF
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;padding:0
}

table{
	border-collapse:collapse;border-spacing:0
}

fieldset,img{
	border:0
	border-style:none;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;font-weight:normal
}

ol,ul{
	list-style:none
}

caption,th{
	text-align:left
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;font-weight:normal
}

q:before,q:after{
	content:''
}

abbr,acronym{
	border:0;font-variant:normal
}

sup{
	vertical-align:text-top
}

sub{
	vertical-align:text-bottom
}

input,textarea,select{
	font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%
}

legend{
	color:#000
}
@charset "utf-8";

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

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

header{
	width:100%;
	height:50px;
	background:#9BE328;
	position:fixed;
	top:0;
	left:0;
	border-bottom:4px solid #91C341;
}

h1{
	width:346px;
	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 0 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:#9BE328;
	border-radius:4px;
	color:#FFFFFF;
	width:200px;
	margin:0 auto;
	display:block;
}

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

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

footer{
	width:100%;
	height:23px;
	background:#9BE328;
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}