body {
	font-family: sans-serif, monospace;
	-webkit-text-size-adjust: 160%;
}

h1 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
  text-align: center;
}

h1:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

div.layout {
	margin-left: auto;
	margin-right: auto;
	width: 2100px;
	/* border: dashed 2px red; */
}

div.tyuui {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

div.footer {
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	/* border: dashed 2px green; */
}

/*1 table：border-collapse: collapse;は角丸が効かない */
table {
    /* margin: 3px auto; */    /* 上下3px 左右auto */
	border-collapse:  collapse; */ /* セルの線を重ねる：border-radius 角丸とpadding がきかなくなる */
	/* border-collapse: separate; */ /* tr の borderがきかなくなる */
	overflow: auto;
	margin-left: 25px;
}

/*2 th,td */
th {
	font-family: "メイリオ" ;
	padding: 3px 10px;
}

td {
	padding: 5px 10px;
	font-size: 1.1em;
	line-height: 1.1em;
}

td.jyunni {
	text-align: right;
}

td.kisuu {
	text-align: right;
}

td.center {
	text-align: center;
}

/*1 table.sougou */

table.sougou {
	margin-bottom: 20px;
	margin-left: 90px;
	margin-right: 20px;
	/* border-left:3px #b3e3dc solid; */
	/* border-right:3px #b3e3dc solid; */
	filter: drop-shadow(2px 4px 2px rgba(0,0,0,0.2));
	float: left;
	/* box-shadow: 2px 4px 3px rgba(0,0,0,0.2); */

}

/*2 tr：radiusは効かない */
table.sougou tr {
	/* border-left:3px #b3e3dc solid; */
	/* border-right:3px #b3e3dc solid; */
	background-color:  #f7fdfc;
}

/*2 tr.bottom */
table.sougou tr.bottom {
	border-bottom: 2px #77bde9 solid;
}

/*2 th */
table.sougou th {
	font-family: "メイリオ";
	background-color:  #B2DAF2;
}

table.sougou th:nth-child(1){
	border-top-left-radius: 10px;
}

table.sougou th:nth-child(6){
	border-top-right-radius: 10px;
}


/*1 table.honkaigi */
/*
table.honkaigi tr:background-color:#fff9f9;
table.honkaigi tr.bottom:border-bottom:#ff8f8f
table.honkaigi th:background-color:#ffc5c5;
*/

table.honkaigi {
	margin-bottom: 20px;
	margin-right: 20px;
	/* border-left:3px #b3e3dc solid; */
	/* border-right:3px #b3e3dc solid; */
	/* filter: drop-shadow(0px 0px 2px #ffc5c5); */
	filter: drop-shadow(2px 4px 2px rgba(0,0,0,0.2));
	float: left;
}

/*2 tr：radiusは効かない */
table.honkaigi tr {
	/* border-left:3px #b3e3dc solid; */
	/* border-right:3px #b3e3dc solid; */
	background-color: #fff9f9;
}

/*2 tr.bottom */
table.honkaigi tr.bottom {
	border-bottom: 2px #ff8f8f solid;
}

/*2 th */
table.honkaigi th {
	background-color: #ffc5c5;
	font-family: "メイリオ";
}

table.honkaigi th:nth-child(1){
	border-top-left-radius: 10px;
}

table.honkaigi th:nth-child(6){
	border-top-right-radius: 10px;
}


/*1 table.tokubetuiinkai */
/*
table.sougou tr:background-color: #f7fdfc;
table.sougou tr.bottom:border-bottom: 2px #6ecabc solid;
table.sougou th:background-color: #b3e3dc;
*/

table.tokubetuiinkai {
	margin-bottom: 20px;
	/* border-left:3px #b3e3dc solid; */
	/* border-right:3px #b3e3dc solid; */
	filter: drop-shadow(2px 4px 2px rgba(0,0,0,0.2));
	float: left;
}

/*2 tr：radiusは効かない */
table.tokubetuiinkai tr {
	/* border-left:3px #b3e3dc solid; */
	/* border-right:3px #b3e3dc solid; */
	background-color:  #f7fdfc;
}

/*2 tr.bottom */
table.tokubetuiinkai tr.bottom {
	border-bottom: 2px #6ecabc solid;
}

/*2 th */
table.tokubetuiinkai th {
	background-color:  #b3e3dc;
	font-family: "メイリオ";
}

table.tokubetuiinkai th:nth-child(1){
	border-top-left-radius: 10px;
}

table.tokubetuiinkai th:nth-child(6){
	border-top-right-radius: 10px;
}



