@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.4;
	color: #333;
	-webkit-text-size-adjust: 100%;
	position: relative;
	border: 4px solid #007c42;
	border-top: 0 none;
	padding-bottom: 43px;
	min-height: 100vh;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,th{
	font-size: 100%;
	font-weight: inherit;
	margin: 0;
	padding: 0;
}
ul,ol,li{
	list-style-type:none;
}
img{
	border:0;
	vertical-align:top;
}
a{
	color:#285c2b;
}
input,button{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type="button"],input[type="submit"],button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
button{
	background:none;
	border:none;
	padding: 0;
	display:block;
	width: 100%;
}