body {
 text-align: center;
 min-width: 900px;
 margin: 0;
 padding: 0;
 margin-left: auto;
 margin-right: auto;
}
ul.container {
 display:-webkit-flex;
 display:flex;
 width:100%;
 list-style-type:none;
 margin:0;
 padding:0;
}
ul.container li{
 display: inline;
 flex-grow: 1;
}
h3,h2 {
 margin:0;
}
.memo {
 text-align: left;
 font-size: small;
}
#osakatop {
 position: absolute;
/* 2022/11/11 STS)HACHIYA Ede対応 ADD START */
 left: 0px;
/* 2022/11/11 STS)HACHIYA Ede対応 ADD END */
}
#title {
 color: blue;
}
#header :first-child {
 text-align: left;
}
#header :last-child {
 text-align: right;
 font-size: medium;
 font-weight: normal;
}

#comment_area {
 margin-left: 20%;
 margin-right: 20%;
 margin-top:0.5em;
}
#comment_header {
 text-align: left;
 color: red;
 font-size: large;
 font-weight: bold;
}
#comment {
 display:block;
 margin-left: auto;
 margin-right: auto;
}
.comment_title {
 text-align: left;
 font-weight: bold;
 background-color:aqua;
 margin-top:0.5em;
 margin-bottom:0.5em;
 border-bottom:2px solid blue;
}
.comment_zyokyo {
 text-align: center;
}
iframe {
 position: absolute;
 right: 10px;
 border:2px solid blue;
 width:13em;
/* 2022/11/11 STS)HACHIYA Ede対応 MOD START */
/* height:3em; */
 height:3.5em;
/* 2022/11/11 STS)HACHIYA Ede対応 MOD END */
}
@media screen and (max-width: 930px) {
   /* 表示領域が750px以下の場合に適用するスタイル */
iframe {
   right: auto;
   margin-left: 700px;
}
}

iframe + iframe {
 margin-top: 3.5em;
}

#houdou {
 -position: absolute;
 color: blue;
 font-weight: bold;
 margin:0;
 margin-top: -1em;
 text-align: right;
}

.data {
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 2em;
 border-collapse:collapse;
 border:2px solid black;
}
.data tr {
 height: 1.5em;
}
.data td {
 width:8em;
 border-bottom:1px solid black;
 text-align: center;
}
.data td:first-child {
 text-align: left;
 color: blue;
 width:12em;
 border-right:3px double black;
 padding-left:1em;
}
.data caption {
 text-align: left;
}
dl {
 width:80%;
 margin-top: 1em;
 margin-bottom: 1em;
}
dt {
/* 2022/11/11 STS)HACHIYA Ede対応 MOD START */
/* width:8em;*/
 width:10em;
/* 2022/11/11 STS)HACHIYA Ede対応 MOD END */
 float:left; 
 clear:left;
 counter-increment: list;
}
dt:before {
 content:"("counter(list)") ";
}
hr {
 clear:both;
}
#back {
 display:block;
 text-align: center;
}
footer {
 text-align: left;
}
/* 外部サイト対応 2025/06/26 START */
body.fumin {
/*  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;*/
  background-color:#efeff5;
}
.fumin #title {
/*  font-family: "BIZ UDPGothic", sans-serif;*/
  color:black;
}
.fumin header {
  background-color:#f5ff79;
}
.fumin header h3 ul li:first-child {
  color:red;
}
.fumin .comment_title {
 background-color:#f5ff79;
}
/* 外部サイト対応 2025/06/26 END */
