<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*共通*/

.button--arrowRight {
  box-sizing: border-box;
}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size:16px;
}
#monthly p {
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
  margin-bottom:0.6em;
}
#monthly p.ketujyo {
  margin-bottom:10px;
  text-align:left;
  text-indent:0;
}
#monthly .midashi{
  width:900px;
}

#monthly table {
  border-collapse:collapse;
}

#monthly br.clear {
  clear: both;}

#monthly .cf:before,
.cf:after {
    content: " ";
    display: table;
}

#monthly .cf:after {
    clear: both;
}

#monthly .cf {
    *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/
#monthly #top{
  display:flex;
  justify-content:center;
}

#monthly #name{
  font-weight:bold;
}

#monthly #top_title h3{
  font-size:28px;
}

#monthly #top_title p{
  text-indent:initial;
  font-size:16px;
}

#monthly #heiwazima{
  color:#014099;
}

#monthly #sub_title{
  color:#189d45;
  font-size:32px;
  font-family:serif;
  margin:5px 0 5px 20px;
}

#monthly #main{
  margin:30px 0;
}

#monthly #main p{
  text-align:justify;
}

#monthly .four{
  background:#0075c1;
  border-radius: 50%;
  color:white;
  padding:1px 7px;
  font-size:13px;
  margin:0 1px;
}

#monthly #five{
  background:#fff100;
  border-radius: 50%;
  padding:1px 6px 1px 7px;
  font-size:12px;
  margin:0 1px;
  border:1px solid #4c5159;
}

#monthly #six{
  background:#009944;
  border-radius: 50%;
  color:white;
  padding:1px 7px;
  font-size:13px;
  margin:0 2px 0 1px;
}

#monthly .num{
  color:white;
  font-weight:bold;
  padding:0 5px;
  background-color:#a48a2d;
}

#monthly #bottom{
  display:flex;
  justify-content:center;
}

/* ここから潮汐表 */
#monthly #table{
  margin:auto;
}

#monthly #table h4{
  color:#3b9b7e;
  font-size:20px;
  text-align:center;
}

#monthly #tyouseki{
  width:330px;
}

#monthly .day{
  width:120px;
}

#monthly .time{
  width:60px;
}

#monthly #tyouseki tr th{
 background-color:#3b9b7e; 
 color:white;
 text-align:center;
}

#monthly #tyouseki tr td{
  border-bottom:1px solid black;
}

#monthly #tyouseki tr:nth-child(odd){
  background:#fffcdb;
}

#monthly #tyouseki td:nth-of-type(2),
#monthly #tyouseki td:nth-of-type(4){
  text-align:center;
}

#monthly #tyouseki td:nth-of-type(1),
#monthly #tyouseki td:nth-of-type(3){
  text-align:right;
}</pre></body></html>