/*--------------*/
/*-- 基本要素 --*/
/*--------------*/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: "Noto Sans JP";
	font-size:16px;
	text-color:#222222;
}

table   {
    border-collapse:collapse
}
table tr    {
    border:1px solid #ffffff;
}

td {
	padding: 4px;
	text-align: justify;
}

h1 {
	font-size:28px;
	color: #00f;
}

h2 {
	font-size:18px;
	font-weight:bold;
	border-left:8px solid #81b6ff;
	padding-left:8px;
}

h3 {
        font-size:18px;
        font-weight:bold;
}


dd {
	border-bottom: 2px dotted #cccccc;
	padding-bottom:10px;
}

dt {
	padding-top:10px;
	color:#81b6ff;
        font-size: 16px;
	font-weight: bold;	
}

.container {
  display: flex;
  align-items: left;
}


.brockimage {
  display: inline-block;
  width: 10px;
  height: 10px;
  /*
  background-image: url('image.png');
  background-repeat: no-repeat;
  background-size: contain;
  */
  margin: 0px 10px 0px 0px;
}

.relative {
    position: relative;
/*    width: 200px;*/
/*    height:50px;*/
}
.absolute {
    position: absolute;
    width: 40px;
    left: 70px;
    top: -10px;
}

/*-- リンク設定 --*/
a:link,
a:visited {
	color: #ff0000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

/*-- クリアーフィックス --*/
.clear-fix {
	display: inline-block;
}
.clear-fix:after {
	content:"."; display: block; clear: both; visibility: hidden; font-size: 0.1em; line-height: 0px;
}

.font18{
	font-size:18px;
}

.font16{
	font-size:16px;
}

.font14{
	font-size:14px;
}

.font12{
	font-size:12px;
}

.font10{
	font-size:10px;
}

.disnon {
  display: none;
}

