@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family:sans-serif;
	font-size:1em;
	font-size:1rem;
	background:none;
}
*,
body {font-family:sans-serif;}

html, body {
	height:100%;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
}
html {font-size: 62.5%;}
fieldset {border: none;}

* {
	margin: 0;
	padding: 0;
	font-size:1em;
	letter-spacing: -0.001em;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
}

p, dl, input, ul, li {
margin:0;
padding:0;
}
/*
rt {
	display:inline;
}
*/

a {
	text-decoration:underline;
}

input,
textarea,
select {font-family:sans-serif;}

a:hover {
	text-decoration:none;
}

a:focus {outline:none;}

img {border:none;}

ul, ol {list-style:none;}

table {
	border-collapse:collapse;
}

/*Noto Sans JP*/
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 200;
	src:local("Noto Sans JP ExtraLight"),
url(fonts/NotoSansJP-NotoSansJP-ExtraLight.ttf);
}
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 300;
	src:local("Noto Sans JP Light"),
url(fonts/NotoSansJP-Light.ttf);
}
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	src:local("Noto Sans JP Regular"),
url(fonts/NotoSansJP-Regular.ttf);
}
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 500;
	src:local("Noto Sans JP Medium"),
url(fonts/NotoSansJP-Medium.ttf);
}
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 600;
	src:local("Noto Sans JP SemiBold"),
url(fonts/NotoSansJP-SemiBold.ttf);
}
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	src:local("Noto Sans JP Bold"),
url(fonts/NotoSansJP-Bold.ttf);
}
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 800;
	src:local("Noto Sans JP ExtraBold"),
url(fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 900;
	src:local("Noto Sans JP Black"),
url(fonts/NotoSansJP-Black.ttf);
}

/*Noto Serif*/
@font-face {
	font-family: 'Noto Serif';
	font-weight: 300;
	src:local("Noto Serif Light"),
	url(fonts/NotoSerifJP-Light.ttf);
}
@font-face {
	font-family: 'Noto Serif';
	font-weight: 400;
	src:local("Noto Serif Regular"),
	url(fonts/NotoSerifJP-Regular.ttf);
}
@font-face {
	font-family: 'Noto Serif';
	font-weight: 500;
	src:local("Noto Serif Medium"),
	url(fonts/NotoSerifJP-Medium.ttf);
}
@font-face {
	font-family: 'Noto Serif';
	font-weight: 600;
	src:local("Noto Serif SemiBold"),
	url(fonts/NotoSerifJP-SemiBold.ttf);
}
@font-face {
	font-family: 'Noto Serif';
	font-weight: 700;
	src:local("Noto Serif Bold"),
	url(fonts/NotoSerifJP-Bold.ttf);
}



/* clearfix */
.clfix {width:100%;}
.clfix::after {
	content: ""; 
	display: block; 
	clear: both;
}
element {width:100%;} /* clearfix IE6, 7 */
element:after {
	content:"";
	display:block;
	clear:both;
} /* clearfix */
