@charset "utf-8";


/*　目次 
-----------------------------------------------------------------

#01-リセット
#02-基本タグの定義

------------------------------------------------------------------ */

/* -----------------------------------------------------------------

#01　リセット

------------------------------------------------------------------ */
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

html {
	font-size: 62.5%;
	line-height: 1.4;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align:left;
}

ol,ul {
	list-style:none;
}

fieldset {
	border: 0;
}

img {
	border: 0;
	vertical-align: bottom;
}


/* -----------------------------------------------------------------

#02　基本タグの定義

------------------------------------------------------------------ */
body {
	background-color: #FFFFFF;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  sans-serif;
}

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

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

a img {
	border-style: none;
}