@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Kosugi+Maru&family=Noto+Sans+JP:wght@300;400;500;700&family=Open+Sans:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;700&display=swap" rel="stylesheet');

html {
  font-size: 62.5%; /*font-size:10px;*/
}

body {
	background: #FFF;
	color: #343435;
	margin: 0;
	padding: 0;
	font-size:1.6rem; /*font-size:16px;*/
	font-family: 'Noto Sans JP', 'Open Sans', Arial, Roboto, “Droid Sans”, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, “游ゴシック”, YuGothic, sans-serif;
	font-weight: 500;
	min-width: 280px;
}

/* 表示領域が991.98px以下の場合に適用するスタイル */
@media print, screen and (max-width: 991.98px) {
	body {
		background: #FFF top center;
	}
}

ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}

a img {
	border: none;
}

/* --- 全体のリンクテキスト --- */
a {
	color: #039;
}
a:visited {
	color: #009;
}
a:hover {
	color: #009;
}
a:active {
	color: #06C;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

hr {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

.clearfloat {
	clear:both;
	height: 0;
	padding: 0;
	margin: 0;
	visibility:hidden;
}
