@charset "UTF-8";
/* reset
   =================================================================== */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,td,article,section,aside,header,nav,figure{
	margin:0;
	padding:0;
}

address,caption,cite,code,dfn,var {
	font-style:normal;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

object,embed {
	vertical-align:top;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:bold;
}

h1 {
	line-height:1.5em;
}

img,abbr,acronym,fieldset,hr{
	border:0;
}

li {
	list-style-type:none;
}

main {
  display: block;
}

/* form */  
button,fieldset,form,input,label,legend,select,textarea {
	font-size:100%;
}

/* input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
} */

/* input:focus, button:focus, textarea:focus, select:focus {
    outline: none;
} */

img {
  max-width: 100%;
	height: auto;
}

*, :after, :before {
  box-sizing: inherit;
}

/* html,body
   =================================================================== */
html {
	 -webkit-text-size-adjust: none;
}

body {
	font-size:16px;
	line-height:1.8;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	-moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: none;
	font-weight: bold;
	text-justify: inter-ideograph;
	border:none;
}


