@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;
}


/*各ページ*/
/* 見出し */
#the_comment{
  position: relative;
}
#the_comment .title{
  width: 420px;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(to bottom, #fff 25%, rgb(255, 238, 203) 25%, rgb(255, 170, 0), rgb(255, 238, 203) 65%, #fff 65%);
}
#the_comment .title h4{
  float: left;
  font-size: 50px;
  color: #fff;
  -webkit-text-stroke: 2px #000;
  text-shadow: 2.5px 2.5px 0px #000;
  margin: 0 4px;
}
#the_comment .title p{
  text-align: center;
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to bottom, rgb(255, 185, 105), rgb(226, 0, 0));
  padding: 2px 13px 2px 0;
  margin: 12px 5px 0 0;
}
/* 本文全体 */
#the_comment section{
  padding-top: 10px;
  overflow: hidden;
}
#the_comment section h5{
  text-align: center;
  font-size: 35px;
}
/* 写真 */
#the_comment .hiramoto_img{
  float: left;
  padding-right: 10px;
  width: 250px;
}
#the_comment .hiramoto_img p{
  font-size: 18px;
  writing-mode: vertical-lr;
  font-weight: bold;
  float: left;
  margin-top: 5px;
}
#the_comment .hiramoto_img .name{
  font-size: 35px;
}
#the_comment .hiramoto_img .tyousei{
  padding-top: 20px;
}
#the_comment .hiramoto_img img{
  padding-top: 25px;
}
/* 本文内容 */
#the_comment section p{
  padding-bottom: 5px;
}
#the_comment section .top_tyousei{
  margin-top: 20px;
  text-indent: 0;
}
#the_comment section .last_p{
  padding-right: 340px;
}
/* 成績表 */
#the_comment .date{
  position: absolute;
  right:10px;
  bottom: 10px;
}
#the_comment .date h6{
  border-bottom: 1px solid #000;
}
#the_comment .date p{
  padding-bottom: 0;
}
#the_comment .date a{
  padding:0 30px 0 17px;
  text-decoration: none;
  color: #000;
}
#the_comment .date a:hover{
  color: #000;
}
#the_comment .date .forth{
  padding: 0 7px;
  margin: 0 1px;
  border: 1px solid #000;
}
#the_comment .date .circle{
  padding: 0 7px;
  margin: 0 1px;
  border: 1px solid #000;
  border-radius: 50%;
}
#the_comment .date .underLine_plus{
  padding-bottom: 5px;
  border-bottom: 1px dashed #000;
}