@charset "UTF-8";
/* CSS Document */
html {
}

body {
	margin: 0;
	padding: 0;
	line-height:1;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, p, blockquote, th, td,
form, fieldset, legend, input, select, textarea {
	margin: 0;
	padding: 0;
	word-break: break-all;/* for IE */
}

::selection {
 	background: #90c31f; 
	color: #fff; 
	}
::-moz-selection {
	background: #90c31f; 
	color: #fff;
	}

img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0;
}

li {
	list-style: none;
}

.hidden {
	display: none;
	font-size: 0px;
}


/*	CLEAR FIX 
---------------------------------------------- */
.clr {
		zoom:1;/*for IE 5.5-7*/
}

.clr:after {/*for modern browser*/
	content: "";
	display: block;
	clear: both;
	/* height: 0px; */
	/* overflow: hidden; */
}

* html .clr {
	display: inline-table;
	/*\*/display: block;/**/
}
