@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 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;
}

/*---------- フォントここから */
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	src: url('../font/NotoSansCJKjp-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: bold;
	src: url('../font/NotoSansCJKjp-Bold.woff') format('woff');
}

/*---------- ここまで */
html {
		overflow-y: scroll;
}
body {
	width: 100%;
	/* max-width: 1920px; */
	margin: 0 auto;
}
body, tr, td, th, p, div, dd, dt {
	font-family: 'Noto Sans Japanese',"arial","游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,"メイリオ",Meiryo,sans-serif;
	font-size: 14px;
	line-height: 2;
	box-sizing:border-box;
	font-weight: 500;
	color: #eee;
	-webkit-text-size-adjust: 100%;
}
body,main {
		background: #000;
}

img {
		border: 0 none;
		margin: 0;
		padding: 0;
		vertical-align: bottom;
}
li {
		list-style: none outside none;
		margin: 0;
		padding: 0;
}
a {
		text-decoration: none;
		transition: 0s ease 0s;
		color: #3f3a39;
		cursor: pointer;
}
a:hover {
		text-decoration: none;
}
a img{
	opacity:1;
}
a:hover img{
	/*opacity:0.7;*/
}
a:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
li {
		list-style: none outside none;
		margin: 0;
		padding: 0;
}
table,tr,th,td{
	border-collapse: collapse;
}

figure img {
	/*! width: 100%; */
}
small {
	font-size: 0.8em;
}
.clearfix:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}
