@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 a {
  text-decoration: underline;
}

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


/*各ページ*/
.nikkan{
  position: absolute;
  top: 30px;
  left: 160px;
}

h4{
  font-family: serif;
  font-size: 45px;
}
.colorB{color:#00b9ef;}

h5{
  font-family: serif;
  font-size: 30px;
  padding-left: 30px;
  border:2px solid #00b9ef;
  background: #fff;
  background-image: 
                    linear-gradient(-45deg, #00b9ef 20px, transparent 0),
                    linear-gradient(135deg, #00b9ef 20px, transparent 0);
  margin-bottom: 10px;
}
.theme1{
  width: 450px;
}


.name_color{
  color: #e3b644;
  font-weight: bold;
}

.tenbou_boat{
  position: absolute;
  top: 0px;
  right: 30px;
  mask-image: linear-gradient(to left, black 90%, transparent 100%);
}

.title{
  position: relative;
}

