@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 #title {
  width: 700px;
  margin: 0px auto;
}

#monthly #imamura {
float: left;
margin-right: 20px;
}

#monthly #fukidashi {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  width: 250px;
  padding: 1px 6px;
  margin: 0px 0px -15px 170px;
  background-color: #B570AB;
  border-radius: 16px;
  position: relative;
  text-align: center;
}
#monthly #fukidashi:after {
  content: '';
  position: absolute;
  border-top: 15px solid #B570AB;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -12px;
  left: 200px;
  z-index: 1;
  transform: rotate(-30deg);
}

#monthly h3 {
  font-size: 35px;
  color: black;
  margin-top: 20px;
}

#monthly #purple {
  color: #A64A97;
}

#monthly #black {
  font-size: 23px;
}

#monthly h4 {
  color: #D18E09;
  font-size: 35px;
  font-family: serif;
  font-style: italic;
  text-align:center;
  margin: 30px 0px 10px 0px;
}