@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* -----------------------------------------------------------
CSS Information

 File name: default.css
 Style Info: デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */


/* 
 default Style [
----------------------------------------------------------- */
html
  {
	height:100%;
	margin-bottom:1px;
	text-align: center;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

p {
	margin:0;
	font-size: 1.1em;
	color: #000;
}

ol,ul {
	list-style:none;
	font-size: 1em;
}

ol,ul li {
	list-style:none;
	font-size: 1em;
	line-height: 1em;
}

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

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

caption,th {
	text-align:left;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
}

a {
	overflow:hidden;
	cursor: pointer;
}

.red {
	color: #F00;
	font-weight: normal;
	}

/*
 Base Link Color [
----------------------------------------------------------- */
a {
	text-decoration: underline;
	color: #006699;
}

a:hover {
	text-decoration:none;
	color:#666;
}
