@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;
}
img {
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.clearfix:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}
html {
}

body {
	width: 100%;
	margin: 0 auto;
}
body, tr, td, th, p, div, dd, dt {
	font-family: Lato,"Noto Sans Japanese","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	font-size: 14px;
	line-height: 1.8;
	box-sizing:border-box;
	font-weight: 500;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
main {
	display: block;
}
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 {
	opacity: 0.7;
}
small {
	font-size: 0.8em;
}
table,tr,th,td{
	border-collapse: collapse;
}

/*---------- フォントここから */
@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');
}
/*---------- ここまで */
