@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 15;
font-size : 15px ;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

img {
vertical-align: middle;
}

.tete {
	color: initial;
	font-size: initial;
	text-shadow: initial;
font-size : 10px ;
font-color : #ccc;
}




table.type07 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
  padding: 50px; margin: 15;
}
table.type07 thead {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #000;
}
table.type07 thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
}
table.type07 tbody th {
	width: 100px;
	min-width: 160px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;

}
table.type07 td {
	width: 100px;
	min-width: 160px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}


table.type06 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
  padding: 50px; margin: 15;
}
table.type06 thead {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #000;
}
table.type06 thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
}
table.type06 tbody th {
	
	width: 155px;
	min-width: 155px;

	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;

}
table.type06 td {
	width: 155px;
	min-width: 155px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
text-align: left;
}
.box28 .box-title {
text-align: left;    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
text-align: left;
}


