body{
	background-position: 0% 0%;
	font-weight: bold;
	border-collapse: collapse;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	overflow-y: scroll;
	font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;


width:1070px;
margin: auto;

text-indent: 1rem;

/* 1. テーブルのセルが勝手に広がるのを防ぎ、指定した％を死守する */
  table {
    table-layout: fixed !important;
    width: 100% !important;
  }

  /* 2. 画像がセルからはみ出すのを物理的に禁止する */
  img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* 3. 長い英単語やリンクがセルを突き破らないように改行させる */
  td, th {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  /* 4. ATISボタンなどが横に並びすぎてはみ出すのを防ぐ */
  .table1-td input[type="button"] {
    margin-bottom: 5px; /* ボタンが重ならないように */
  }
  
.icon-size {
    width: auto !important;           /* 100%設定を強制上書き */
    max-width: fit-content !important; /* 中身のサイズに合わせる */
    height: auto !important;          /* 比率を維持 */
    display: inline-block !important; /* 周囲に流されないように独立させる */
    vertical-align: middle;           /* テキストとの高さを合わせる */
  }



  -webkit-text-size-adjust: 100%;

    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

textarea {
  resize: vertical;
  width:100%;
  font-size: 115%;


  display: block;
  margin-left: auto;
  margin-right: auto;

  height: calc( 1.3em * 5 );
  line-height: 130%;

}


section {
  content-visibility: auto;
  contain-intrinsic-size: 500px;
}



@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

	
.main{
background-color: #E2D69A
}


.usa{
background-color: #AFB2D8
}

.eu{
background-color: #DCDCDC
}

.au{
background-color: #77AF9C
}

.hnl{
background-color: #A9D0F5
}

.ind{
background-color: #996600
}


a:link {color:#0000ff;} 
a:visited {	color: #000080;}
a:hover {color:#ffffff; background:#0000cc;} 
a:active {color:#ffff00;} 



.select_t{
	color: blue;
	font-weight: bold;
}


.size_1{
    font-size:x-small;
}
.size_2{
    font-size:small;
}
.size_3{
    font-size:medium;
}
.size_4{
    font-size:large;
}
.size_5{
    font-size:x-large;
}


.strong {
    color: #f0300D;
    font-size:large;


}




.rotate {
   transform: rotate( 90deg );
display: block; 
            margin: 0px;


}

.fade-in {
	opacity: 0;
}
.fade-in.lazyloaded {
	opacity: 1;
	transition: opacity 3000ms 500ms;
} 






.button1 {
font-size:18px; 
font-weight:900;
width:90px;
height: 30px;
color: black;
}

.button2 {
font-size:11pt; 
font-weight:900; 
width:90px;
height: 30px;
color: black;
}
.button3 {
font-size:11px; 
font-weight:900; 
width:90px;
height: 30px;
color: black;
}
.button4 {
font-size:11px; 
font-weight:900;
width:90px;
height: 20px;
color: black;
}
.button5 {
font-size:11px; 
font-weight:900;
width:80px;
height: 20px;
color: black;
}
.button6 {
font-size:11px; 
font-weight:900; 
width:60px;
height: 30px;
color: black;
}





.auto-style1 {
	font-size: 48px;
	color: #FF0000;
	text-decoration: blink;
	font-style: italic;

animation: flash 2s ease infinite alternate;
}



#contain_moon{
  background-color:gray;
  color:white;
  font-family:Arial;
}



.auto-style3 {
	font-size: x-large;
}
.auto-style4 {
	font-size: small;
}
.auto-style5 {
	font-weight: normal;
}
.auto-style6 {
	text-align: center;
}
.auto-style7 {
	border-width: 0px;
}
.auto-style9 {
	text-align: left;
    font-size: 30px; 
    font-color: #000080;
	font-size: x-large;
}


.auto-style11 {
	font-weight: bold;
	border-width: 1px;
	background-color: #C0C0C0;
	text-align: left;
	border-collapse: collapse;
	table-layout: auto;

}




@keyframes flash {
  50% {
    opacity: 0;
  }
}


.label_text2 {
    font-size: 10px; 
    color: #104070;
}
.label_text {
    font-size: 13px; 
    color: #104070;
}







.table1-th {
	font-weight: bold;
	border-width: 1px;
	background-color: #C0C0C0;
	text-align: left;
	border-collapse: collapse;
	table-layout: auto;
	font-size: normal;
}

.table2-th {
	font-weight: bold;
	border-width: 1px;
	background-color: #A9BCF5;
	text-align: left;
	border-collapse: collapse;
	table-layout: auto;
	font-size: normal;
}

.table3-th {
	font-weight: bold;
	border-width: 1px;
	background-color: #BCA9F5;
	text-align: left;
	border-collapse: collapse;
	table-layout: auto;
	font-size: normal;
}





.toolTip{ position: relative; }
.toolTip span{
   display: block; 
   border: solid 2px #999; 
   background-color: #EEFFEE; 
   color: #666;    
   text-decoration: none;  
   position: absolute; 
   top: 90px;  
   left: 0px; 
   padding: 5px;   
   visibility: hidden; 
   width: 150px;

   }a.toolTip:hover, a.toolTip:hover span{ visibility: visible; z-index: 100; }  


.sample08 {
    background: linear-gradient(transparent 30%, #ff0000 40%);
    font-weight: bold;
    font-size: 26px;
    text-shadow: 1px 1px 2px silver
}


.table1-td {
	border-width: 1px;
}


.iframe-content {
   position: relative;
 width: 100%;
    padding: 75% 0 0 0;
    padding-left: 0%;
}
.iframe-content iframe {
    position: absolute;
 top: 0;
 left: 0;
    width: 100%;
    height: 100%;
}


.jma-iframe-container {
    position: relative;
    width: 100%;
    max-width: 800px; /* 好みの最大幅に変更してください */
    margin: 0 auto;   /* 中央寄せ */
}

.jma-iframe-container iframe {
    width: 100%;
    height: 500px;    /* 高さを指定（スマホなら400pxくらいでもOK） */
    border: 1px solid #ccc;
    border-radius: 8px;
}

/* 出典リンクのスタイル */
.jma-source-link {
    font-size: 12px;
    text-align: right;
    margin-top: 4px;
    color: #666;
}


/* ==========================================
   衛星画像タイムラプス用スタイル（複数対応版）
========================================== */
.satellite-viewer {
  text-align: center;
  max-width: 350px;
  margin: 20px auto 40px; /* 下部に少し余白を追加 */
}

.satellite-img {
  width: 100%; /* これにより、TDタグの幅いっぱいまで広がります */
  /* max-width の制限を削除します */
  height: auto;
  border: 1px solid #ccc; /* 枠線が不要なら削除してください */
  background-color: #f0f0f0;
  display: block; /* 画像の下にできる微妙な隙間を消すおまじない */
}

.satellite-time {
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.satellite-controls {
  margin-top: 10px;
}

/* ボタンを小さくした設定 */
.satellite-controls button {
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
  margin: 0 5px;
}







</style>