@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body{ 
	background:#000 url('https://directg.diskn.com/0SSHKBqOIk') no-repeat center top;
	color: #FFF;
	margin:0px;
	padding-bottom: 0px;
	padding-right:0;
	padding-left:0;
	padding-top: 0px;
	font-family: "Noto Sans Japanese", sans-serif, Times, serif;
	font-size: 14px;
	background-size:contain;
}

a:link,
a:visited,
a:active{
	color: #337ab7;
	text-decoration: none;
}

a:hover{
	color: #337ab7;
	/*color: #eee;*/
	text-decoration: none
}

.none{
	display:none;
}

.pd-y-0{
	padding-top:0 !important;
	padding-bottom:0 !important;
}

.pd-t-0{
	padding-top:0 !important;
}

.pd-b-0{
	padding-bottom:0 !important;
}

.mg-y-0{
	margin-top:0 !important;
	margin-bottom:0 !important;
}

.mg-t-0{
	margin-top:0 !important;
}

.mg-b-0{
	margin-bottom:0 !important;
}