@charset "utf-8";

html{
	font-size: 62.5%!important;
}

body{
	width: 100%;
	font-family: "Noto Sans Japanese", "Meiryo","メイリオ","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #1a1311;
	background: #000;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/* 	background-image:  url('url('); */
/* 	background-color: #000000; */
}
body, td, th {
/* 	font-family: MS Gothic; */
	font-size: 1.2rem;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #C8C8C8;
}
a:active {
	text-decoration: none;
}
.style21, .style28 {
	font-size: 1.4rem;
	line-height: 1.7em;
	color: #fff;
	background-position: top;
}
.style24 {
	color: #fff;
	font-size: 2.8rem;
}
.red {
	color: #f00;
}
.style-adress {
	color: #fff;
	font-size: 2.6rem;
	text-align:center;
}



@media(max-width:768px) {
	table, img, div{
		width: 94%!important;
		margin: 0;
		padding: 0;
		margin-left: 3%;
	}
	img{
		height: auto;
	}

}