@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:400,500,700,800&display=swap&subset=japanese');
html, body, div, span, iframe, h1, h2, h3, p, a, img, dl, dt, dd, ol, ul, li, footer, header, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border:none;
	vertical-align: bottom;
	max-width:100%;
}

html {
	height:100%;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:focus {
	outline:none;
}

body {
	transition-duration: 0.8s;
	transition-property: opacity;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-family:"M PLUS 1p",sans-serif;
background: #000000;
}
img {
	vertical-align: top;
	border: none;
}
ul { list-style-type: none; margin: 0px; padding: 0px 0px 0px 0px; }
li { margin: 0px; padding: 0px; }
h1,h2,h3,h4,h5,h6,p{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
}
/* Clear space */
.clear_b{
	clear: both;
}
.clear_b6{
	clear: both;
	height: 6px;
}
.clear_b8{
	clear: both;
	height: 8px;
}
.clear_b10{
	clear: both;
	height: 10px;
}
.clear_b16{
	clear: both;
	height: 16px;
}
.clear_b40{
	clear: both;
	height: 40px;
}
.clear_b50{
	clear: both;
	height: 50px;
}
.clear_b60{
	clear: both;
	height: 60px;
}
.clear_b120{
	clear: both;
	height: 120px;
}
.clear_b130{
	clear: both;
	height: 130px;
}
.clear_b140{
	clear: both;
	height: 140px;
}
.clear_b180{
	clear: both;
	height: 180px;
}
.clear_b200{
	clear: both;
	height: 200px;
}
.clear_b216{
	clear: both;
	height: 216px;
}
.clear_b8_line{
	border-top:solid #CCC 1px;
	clear: both;
	height: 8px;
}
/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix { zoom: 1;}
.float_l{
	float:left;
}
.float_r{
	float:right;
}

.tx12{
	font-size:12px;
}
.tx14{
	font-size:14px;
}
.bold{
	font-weight:bold;
}
#wrapper{
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
		text-align: left;
}
/* バナー */
#banner{
	width: 996px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]background: #453129; */
	margin-top: 8px;
}
#banner img{
	margin-right:8px;
	float:left;
	margin-bottom:8px;
}

#footer{
	width: 100%;
	padding-top: 4px;
	padding-bottom: 20px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	font-size: 18px;
}
.pd10{padding: 10px;}
.tc{text-align: center;}
.hidden{ display: none; }
.pace-running .wrap {
            display:none;
        }
