*{
	margin:0;
	padding:0;
	font-family:Verdana;
	color:#333333;
}

* {
    box-sizing: border-box;
}

body{
	text-align:center;
	background:#faf0e6;
}

img, a img, a:hover img{
border:none;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper{
    width: min(100%, 760px);
    margin: 0 auto;
    text-align: left;
    background: white;
}

@media screen and (max-width: 800px) {
    body {
        background: white;
    }

    #wrapper {
        width: 100%;
    }
}

#header{
    width: 100%;
    aspect-ratio: 3018 / 946;
	height: auto;
	background:url(./img/header_bousai_2026.jpg) center top / cover no-repeat;
}

#header h1,#header_report h1, #header_autumn{
	text-indent:-9999px;
}

#main{
	font-size:15px;
	padding:10px;
}

a{
	text-decoration:none;
	color:#ff7f50;
	border-bottom:1px dotted #008080;
}


a:hover{
	text-decoration:none;
	color:#008080;
	border-bottom:1px dotted #008080;
	background:#afeeee;
	cursor: url(./img/negitoro.png), pointer;
}


p{
	margin: 5px;
	text-indent:1em;
	line-height:150%;
	text-indent:1em;
	margin-left:2em;
}


ul.head li{
	display:inline
}

ul.fukko li{
	display:inline
}


h2{
	font-size:1.1em;
	border-bottom:1px dotted #008080;
	border-left:5px solid #008080;
	margin-top:30px;
	padding:5px;
}

h3{
	font-size:1.05em;
	margin:30px 0px 5px;
	border-bottom:1px dotted #008080;
	padding-left:5px;
	color:black;
}

h4{
	border-left:3px solid #008080;
	padding:5px;
}

ul.file, ol{
	margin-left:30px;
}

ul{
	width:80%;
	color: #1e366a;
	padding: 0.5em 0.5em 0.5em 5em;
  }

ol.indx{
  width:340px;
  color: #1e366a;
  border: solid #1e366a 1px;/*ドット 色 太さ*/
  padding: 0.5em 0.5em 0.5em 2em;
}
ol.indx li{
  line-height: 1.5;
  padding: 0.5em 0;
}

@media screen and (max-width: 800px) {
    ol.indx {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0.7em 0.7em 0.7em 2.2em;
    }
}

.table-wrap {
    overflow-x: auto;
}

.table-wrap table.t {
    min-width: 640px;
}

table.t{
	border-top:1px solid dimgrey;
	border-bottom:1px solid dimgrey;
	width:100%;
	max-width:740px;
	border-collapse:collapse;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	font-size:0.95em;
}

table.t tr{
	border-top:1px dotted lightgrey;
}


table.t tr.head{
	border-top:1px dotted dimgray;
}

table.t th,table.t td{
	text-align:left;
	padding:7px;
	border-bottom:1px dotted #cccccc;
}

table.t th{
	width:8em;
	background:#eee;
	text-align:center;
}

table.t td{
	padding:10px;
}


table.final td {
	border: 0;
	padding: 5px;
	text-align: left;
	font-size: 20px; /* フォントサイズを20pxに設定 */
	font-weight: bold; /* フォントを太字に設定 */
}

iframe[src$=".pdf"]{
    width:100%;
    height:60vh;
}


.award-box {
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 1.8;
}

.award-section {
    margin-bottom: 22px;
}

.award-section h5 {
	font-size: 1em;
    font-weight: bold;
    margin: 12px 0 6px 16px;
    text-indent: 0;
}

.award-section p {
    margin: 0 0 8px 32px;
    padding: 0;
    text-indent: 0;
}
