@charset "utf-8";
/****
html,body{
	min-height:100%;
	width:100%;
}

body{
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1;
}
*****/

/*pc*/
/* default */
*,*:before,*:after {
    box-sizing: border-box;
}
body {
    min-width: 1000px;
    position: relative;
    font-size: 1em;
    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%;
    border: 5px solid #007c42;
    border-top: 0 none;
    min-height: 100vh;
    padding-bottom: 27px;
}

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;
}
li:first-child {
	border-left: 1px solid #fff
}
img{
	border:0;
	vertical-align:top;
}
a{
	color:#285c2b;
}
a:hover{
	color:#469f4a;
	text-decoration:none;
}
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{
	cursor:pointer;
	display:block;
	border:none;
	background:none;
	padding:0;
	width: 100%;
}
