@charset "utf-8";
body,div,pre,p,blockquote,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,gorm,fielset,th,td,figure,figcaption {
	margin: 0;
	padding: 0;
}
input,textarea {
	margin:0;
	padding: 0;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset,img {
	border: 0;
}
img {
	height: auto;
	vertical-align: top;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

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

a,input {
	outline: none;
}
input,textarea {
	border-radius: 0;
	font-family: "ヒラゴノ角ゴPro W3","Hiragono Kaku Gothic Pro","Osaka,"MS PGothic",Arial,Helvetica,Verdana,sans-serif;
}
input[type="botton"],input[type="submit"]{
	-webkit-appearance: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}
abbr,acronym {
	border: 0;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

