@charset "UTF-8";
/* baseformat updated date 180807*/
@font-face {
	font-family: "NotoSansRegular";
	font-style: normal;
	font-weight: 400;
	src: local('Noto Sans CJK JP Regular'),  url('../fonts/NotoSansJP-Regular.woff2') format('woff2'),  url('../fonts/NotoSansJP-Regular.woff') format('woff'),  url('../fonts/NotoSansJP-Regular.otf') format('opentype')
}
@font-face {
	font-family: "NotoSansMedium";
	font-style: normal;
	font-weight: 500;
	src: local('Noto Sans CJK JP Medium'),  url('../fonts/NotoSansJP-Medium.woff2') format('woff2'),  url('../fonts/NotoSansJP-Medium.woff') format('woff'),  url('../fonts/NotoSansJP-Medium.otf') format('opentype')
}
@font-face {
	font-family: "NotoSansBold";
	font-style: normal;
	font-weight: 700;
	src: local('Noto Sans CJK JP Bold'),  url('../fonts/NotoSansJP-Bold.woff2') format('woff2'),  url('../fonts/NotoSansJP-Bold.woff') format('woff'),  url('../fonts/NotoSansJP-Bold.otf') format('opentype')
}
/* ----------------------------------------------------------------reset */  
/*base*/
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, tr, embed, object, a, img, article, time, figure, span {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/*font*/
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
}
/*others*/
table {
	border-spacing:0;
}
* html table {
	border-collapse:collapse;
}
*:first-child+html table {
	border-collapse:collapse;
}
th, td {
	vertical-align: middle;
	border-collapse:collapse;
}
table, th, td, tr, img {
	border:0;
}
img {
	vertical-align:bottom;
}
q:before, q:after {
	content:'';
}
ul, ol {
	list-style: none;
}
/* ------------------------------------------------------------------base*/ 
/*body*/
html {
	font: 62.5%/1.7 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body {
	font-family: "NotoSansRegular";
	min-width: 1140px;
	height:100%;
	text-align: center;
	color: #fff;
	word-break: break-all;
	background-color: #000;
	webkit-text-size-adjust: 100%;
	font-size: 1.4rem; /* 14px */
	font-size: 14px;
}
/*link*/ 
a
 {
	 text-decoration: none;
	 color: #fff;
}
a img {
	border-style: none;
}
a:hover {
	color: #7d0022;
	cursor: pointer;
}
/*font-size*/
h1, h2, h3, h4, h5, h6, p {
	font-size: 14px;
	font-size: 1.4rem; /* 14px */
}
li, dt, dd {
	font-size: 14px;
	font-size: 1.4rem; /* 14px */
}
table {
	font-size: 14px;
	font-size: 1.4rem; /* 14px */
}
input, select, textarea {
	font-size: 14px;
	font-size: 1.4rem; /* 14px */
}