@charset "UTF-8";

/*-	Init
-----------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	outline: none !important;
}

html {
	overflow-y:scroll;
	word-break:break-all;
}

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

ol,ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

table {
	
}

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

address {
	font-style:normal;
}


/*-	Setup
-----------------------------------------------------------------------*/
body {
	font-size:16px;
	letter-spacing:.3px;
	word-break:normal;
	font-family: 'Noto Sans Mono CJK JP','Noto Sans Mono';
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	height: 100%;
	word-break: break-word;
}

strong {
	font-weight:bold;
	font-size: 30px;
	color: #E6FF00;
}

em {
	font-style:normal;
}


/*-	Anchor
-----------------------------------------------------------------------*/
a {
	color:#000;
	text-decoration:none;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:hover {
	color:#333;
	text-decoration:none;
	opacity: 0.7;
}


/*-	Clearfix
-----------------------------------------------------------------------*/
section,article,figure,nav,aside,header,footer,div,ul,dl {
 	zoom:1;
}	
 	section:after,
 	article:after,
 	figure:after,
 	nav:after,
 	aside:after,
 	header:after,
 	footer:after,
 	div:after,
 	ul:after,
 	dl:after,
 	form:after {
 		content:"";
 		display: block;
 		clear:both;
 		visibility:hidden;
 	}
