@charset "utf-8";
/*-------------------------------------------------------------------------------
 RESET
 -------------------------------------------------------------------------------*/

/* margin padding reset */
body, div, p,  ul, ol, li, dl, dt, dd, table, th ,td, img, figure,
h1, h2, h3 ,h4 ,h5, h6, form, select {
	margin: 0;
	padding: 0;
}
/* claerfix */

/* delete list point mark */
ul,
ol		{ list-style: none; }

/* delete border & off descender */
img		{ border: 0; vertical-align: middle; }
svg		{ vertical-align: middle; }

/* off default baseline */
input,
select,
textarea,
label	{ vertical-align: middle; }

/* off default form style */
input:not([type="radio"]):not([type="checkbox"]),
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* collapse */
table	{ border-collapse: collapse; }
th		{ text-align: left; }

/* off bold */
h1, h2, h3 ,h4 ,h5, h6, th, em, strong { font-weight: normal; }

pre	 {
	white-space: pre-wrap;
}

/* off outline on focus */
a, input:focus, select:focus, textarea:focus {
	outline: 0;
}

/* HTML5tag */
main, article, aside, figcaption, figure,
footer, header, nav, section, time {
	display: block;
	margin: 0;/* for IE9.js */
}

/* for height 100% */
html,
body {
	height: 100%;
}

/*-------------------------------------------------------------------------------
FONTS
-------------------------------------------------------------------------------*/
body, input, select, textarea, table, th, td, li ,a {
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}
body {
	line-height: 1.8;
	font-size: 16px;
}
body, input, select, textarea {
	color: #333333;
}
input, select, textarea,
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
