@charset "utf-8";
/* -----------------------------------------
reset.css
reset・初期設定
----------------------------------------- */


/* reset
----------------------------------------- */

body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,address,del,em,strong,sub,sup,b,i,tbody,
dl,dt,dd,ol,ul,li,table,tr,th,td,form,label,input,textarea {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,th,input,textarea,select {
	font-family: inherit;
	font-size: 100%;
	font-weight: normal;
}

table,th,td {
	text-align: left;
	border: none;
}

ol,ul,li {
	list-style: none;
}

img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}

main {
	display: block;
}

em,strong {
	font-weight: bold;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

*, *:before, *:after {
	box-sizing: border-box;
}

/* 初期設定
----------------------------------------- */

html {
	font-size: 62.5%;
}

body {
	min-width: 320px;
	font-size: 120%;
	font-family:Arial,sans-serif 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, Helvetica, Verdana;
	color: #000;
	line-height: 1.4;
}

a { color: inherit; text-decoration: none;}
a:hover { color: inherit; text-decoration: underline; }
