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


/*各ページ*/
.motor_box {
  max-width: 900px;
  color: black;
}
.title {
  position: relative;
  margin-bottom: 30px;
}
.title h1 {
  position: static;
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 4px; 
  text-shadow: 7px 7px 10px gray, 0 0 10em gray, 0 0 0.2em gray;
}
.title h1::before {
  position: absolute;
  white-space: pre;
  content: "下関　モーター相場\A水面特性";
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 4px;                /* 文字間 */
  color: #002063;            /* 文字の色 */
  -webkit-background-clip: text;
  text-shadow: 
       3px  3px 3px #ffffff,
      -3px  3px 3px #ffffff,
       3px -3px 3px #ffffff,
      -3px -3px 3px #ffffff,
       3px  0px 3px #ffffff,
       0px  3px 3px #ffffff,
      -3px  0px 3px #ffffff,
       0px -3px 3px #ffffff;        /* 文字の影 */
}
.title .no {
  position: absolute;
  top: 0px;
  left: 115px;
  font-size: 40px;
  font-weight: bold;
  color: #cbbd00;
  -webkit-background-clip: text;
  text-shadow: 
       3px  3px 3px #000000,
      -3px  3px 3px #000000,
       3px -3px 3px #000000,
      -3px -3px 3px #000000,
       3px  0px 3px #000000,
       0px  3px 3px #000000,
      -3px  0px 3px #000000,
       0px -3px 3px #000000;
}
.title .cast {
  position: absolute;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  border-top: 1px solid;
  border-right: 1px solid;
  padding-top: 5px;
  padding-right: 8px;
  padding-left: 20px;
  left: 210px;
  top: 60px;
}
.title .cast2 {
  position: absolute;
  display: inline-block;
  font-weight: bold;
  line-height: 16px;
  left: 345px;
  top: 65px;
}
.title .matsuno-san {
  position: absolute;
  left: 500px;
  top: 0px;
  width: 280px;
  height: 190px;
  background-image: url(img/matsuno-san.jpg);
}

.txtbox {
  width: 850px;
  margin-left: 25px;
  margin-bottom: 10px;
}
.txt1 {
  position: static;
  position: relative;
}
.txt1 h2 {
  font-size: 25px;
  color: #cbbd00;
}
.txt1 span {
  font-weight: bold;
  color: #F8B500;
}
.txt1 .line {
  position: absolute;
  top: 16px;
  left: 340px;
  width: 505px;
  border: solid 1px #cbbd00;
}
.txt2 {
  position: static;
  position: relative;
}
.txt2 h2 {
  font-size: 25px;
  color: #cbbd00;
}
.txt2 .line {
  position: absolute;
  top: 16px;
  left: 415px;
  width: 430px;
  border: solid 1px #cbbd00;
}

.backimage {
  width: 850px;
  height: 200px;
  margin-left: 25px;
  margin-bottom: 20px;
  background-image: url(img/motor-haikei.jpg);
}

.tablebox {
  width: 850px;
  margin-left: 25px;
}
.table_title {
  position: static;
  position: relative;
  display: flex;
  background-color: #cbbd00;
  border: black solid 2px;
  border-bottom: white solid 2px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 10px 40px 10px 60px;
}
.left {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
.left span {
  position: absolute;
  top: 10px;
  left: 270px;
  display: inline-block;
  font-style: italic;
  font-size: 40px;
  color: white;
  text-shadow: 3px 3px 5px gray, 0 0 10em gray, 0 0 0.1em gray;
}
.left .big {
  top: 0px;
  left: 110px;
  font-size: 60px;
  letter-spacing: -6px;  
  color: white;
}
.right .syukei {
  position: absolute;
  display: inline;
  line-height: 18px;
  top: 0px;
  left: 480px;
  padding: 15px 5px 2px 5px;
  color: white;
  background-color: #6e6600;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.right .syukei_txt {
  position: absolute;
  display: inline;
  top: 15px;
  left: 570px;
  line-height: 18px;
  letter-spacing: 3px;  
  font-weight: bold;
}
.table_main table {
  border-collapse: collapse;
  width: 850px;
  border: solid 2px black;
}
.table_main tr {
  border: solid 2px black;
}
.table_main tr:nth-child(odd) {
  background-color: #efeddf;
}
.table_main th{
  padding-top: 5px;
  vertical-align: middle;
  color: white;
  background-color: grey;
}
.table_main th:nth-child(2){
  line-height: 20px;
  background-color: #cbbd00;
  color: black;
}
.table_main th,td {
  width: 85px;
  border: solid 2px black;
  text-align: center;
  font-weight: bold;
}
.table_main td:nth-child(7){
  color: white;
}
.table_main .Y{
  background-color: #cbbd00;
}
.table_main .Y2 {
  background-color: #bcb000;
}
.S {
  background-color: #4f167f;
}
.A {
  background-color: #b71649;
}
.B {
  background-color: #3451a2;
}
.C {
  background-color: #187a3b;
}
.tablebox p {
  text-align: right;
}