@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap');

html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", YuGothic, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	line-height:1.7;
	font-size: 12px;
	letter-spacing: 0.1em;
	min-width: 1280px;
}

body.ch {
	font-family: 'Noto Sans SC',"Yu Gothic", "YuGothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (max-width:780px){
	html, body {
		min-width: 0;
	}
}

body {
	width:100%;
	background-image:url(../images/header_bg.png);
	background-repeat:repeat-x;
	-webkit-text-size-adjust: 100%;
}
.bg_none {
	width:100%;
	background-image:none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea,select,option{
   -webkit-appearance: none;
   border-radius: 0;
}

input{
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", YuGothic, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-appearance: none;
	border-radius: 0;
}

img {
	border: 0;
	vertical-align: bottom;
}

ul li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

a {
	outline: none;
	transition: all .1s;
}

a:hover{
	opacity: 0.4;
}


.clearfix {
	zoom:1;
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
