﻿@charset "utf-8";

/*共通*/

#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 .mainwrapper {
  margin-top: 20px;
  padding: 60px 30px 20px 30px;
  color: white;
  background: #bf0008;
  border-radius: 30px;
  position: relative;
}

#monthly .bekkaku {
  position: absolute;
  top: -15.5px;
  left: 20px;
}

#monthly .title {
  position: absolute;
  top: -13px;
  right: 90px;
}

#monthly .shiyou_kouho {
  text-align:center;
  display: flex;
  margin:  0 auto;
  justify-content: center;
  align-items: flex-end;
}

#monthly .comment1 {
  color: white;
  text-align:center;
  
}

#monthly .motorwrapper {
  justify-content: space-between;
  display: flex;
  flex-wrap:wrap;
}

#monthly .number {
  width: 80px;
  position: absolute;
  top: -10px;
  left: -5px;
}

#monthly .motorwrapper p {
  padding-top: 5px;
}

#monthly .gouki {
  color: black;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 80px;
  font-size:20px;
}

#monthly .nirennritsu {
  color: black;
  padding-top: 10px;
  padding-left: 50px;
  font-weight: bold;
}

#monthly .motor {
  color: black;
  padding: 5px;
  margin: 10px;
  background: white;
  width: 250px;
  position: relative;
  height: 200px;
}

#monthly .motortable1 {
  color: black;
  background: white;
  width: 100px;
  position: absolute;
  top: -10px;
  right: 0px;
  border-collapse: separate;
  border: 1px black solid;
}

#monthly .motortable2 {
  color: black;
  background: white;
  width: 100px;
  position: absolute;
  top: 19px;
  right: 0px;
  border-collapse: separate;
  border: 1px black solid;
}

#monthly .motorwrapper td {
  text-align:center;
  padding: -2px;
}

#monthly .td_border {
  background: #FFF0C7;
  border: 0.1px black solid;
  border-left-style: hidden;
  border-top-style: hidden;
  border-bottom-style: hidden;
}

#monthly .td_border2 {
  background: #D2D3D5;
  border: 0.1px black solid;
  border-left-style: hidden;
  border-top-style: hidden;
  border-bottom-style: hidden;
}

#monthly .td_border1 {
  color: white;
  background: #922790;
  border: 0.1px black solid;
  border-left-style: hidden;
  border-top-style: hidden;
  border-bottom-style: hidden;
}

#monthly .td_color {
  background: #FDC689;
}


