@charset "utf-8";

/*----------------------------------------------------------------------------------------

	reset.css

----------------------------------------------------------------------------------------*/

@font-face {
	font-family: 'BEBAS';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/BEBAS.ttf");
}

html {
	font-size: 10px;/*=10px ベースのフォントサイズ*/
	overflow-y: scroll;
}
body {
	color: #555;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}

strong {
	font-weight: 700;
}
a {
	color: inherit;
}
.grecaptcha-badge {
	display: none!important;
}
* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, th {
	font-weight: 700;
}

table	{
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: bottom;
}

#boxer img {
	max-width: none;
}

li	{
	list-style-type: none;
}

input {
	font-size: inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
hr {
	margin: 0;
	border: none;
	border-bottom: 1px solid #999;
}
iframe {
	width: 100%;
	background-color: #efefef;
	border: none;
	display: block;
}
time {
	display: block;
}
video {
	width: 100%;
	outline: none;
	display: block;
}


body {
	-webkit-text-size-adjust: 100%;
}
