@charset "utf-8";
table	{
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	height: auto;
	font-size: 0.8em;
}
table th	{
	margin: 0;
	padding: 10px;
	text-align: center;
	background-color: #99c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFF;
	line-height: 1.7em;
	font-weight: normal;
}
table td	{
	margin: 0;
	padding: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #F7F7F7;
	line-height: 2em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




.midashi{
	position: relative;
	color: #FFF;
	background: #99c;
	line-height: 40px;
	padding: 0.25em 0.5em;
	margin: 2em 0 0.5em;
	border-radius: 0 5px 5px 5px;
	width: 100%;
	font-weight: bold;
}

.midashi:after {/*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: 'Point';
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
  }



/* CSS Document */
