@charset "UTF-8";

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

body {
	color: #3f3c3c;
	font-family: "Helvetica Neue",Helvetica,Arial,Verdana,Roboto,'Hiragino Sans','ヒラギノ角ゴシック','Noto Sans JP',YuGothic,'Yu Gothic',"メイリオ",Meiryo,sans-serif;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight: 700;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, td, th, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, img {
	margin: 0px;
	padding: 0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { 
	display: block;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse; 
	border-spacing: 0; 
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal; 
	font-weight: normal; 
}
ol, ul, li, dd {
	list-style: none; 
}
caption,th {
	text-align: left; 
}
blockquote:before, blockquote:after, q:before, q:after {
	content: ''; 
}
blockquote, q {
	quotes: "" "";
}
img, abbr, acronym, fieldset {
	border: 0; 
}
object, embed {
	vertical-align: top;
}
a img, img {
	border: none;
	vertical-align: bottom;
}
a {
	outline: none;
	text-decoration: none;
}
a, a:link, a:visited, a:hover, a:active {
	color: #3f3c3c;
}
input[type="submit"] {
	cursor: pointer!important;
}
:focus {
	outline: 0;
}
hr {
	border: none;
	border-top: 1px solid #000;
	height: 0;
	margin: 0;
}
