@charset "utf-8";

/*==========================================================
	RESET
==========================================================*/
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,object,blockquote{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	box-sizing: border-box;
	vertical-align: middle;
}
body{
	line-height: 1em;
	-webkit-text-size-adjust: none;
}
img{
	border: 0px;
	vertical-align: bottom;
}
section,article,div{
	box-sizing: border-box;
}
ul,ol,li{
	list-style: none;
}
table{
	border-spacing: 0px;
	empty-cells: show;
}
/*==========================================================
	共通設定 (Primary style)
==========================================================*/
body{
	color: #404040;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #DFDFDF;
	overflow-x: hidden;
}
a:link{
	color: #404040;
	text-decoration: none;
}
a:visited{
	color: #404040;
	text-decoration: none;
}
a:hover{
	color: #404040;
	text-decoration: none;
}
a:active{
	color: #404040;
	text-decoration: none;
}
/*==========================================================
	フォント読み込み (AdvantageBook)
==========================================================*/
@font-face{
	font-family: 'AdvantageBook';
	font-style: normal;
	font-weight: normal;
	src: url('./fonts/AdvantageBook.ttf') format('truetype');
}
/*==========================================================
	フォント読み込み (Southpaw)
==========================================================*/
@font-face{
	font-family: 'Southpaw';
	font-style: normal;
	font-weight: normal;
	src: url('./fonts/southpaw-webfont.eot');
	src: url('./fonts/southpaw-webfont.eot?#iefix') format('embedded-opentype'),url('./fonts/southpaw-webfont.woff') format('woff'),url('./fonts/southpaw-webfont.ttf') format('truetype'),url('./fonts/southpaw-webfont.svg#southpawregular') format('svg');
}
