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


/*各ページ*/
/* タイトル */
#motor_title{
  margin: 0 15% 20px;
}
#motor_title .onepoint{
  width: 35%;
  height: 35%;

}
#motor_title .title{
  width: 85%;
  padding-left: 35px;
  overflow: hidden;
}
#motor_title .title img{
  width: 10rem;
  height: 3.5rem;
  float: left;
}
#motor_title .title h3{
  font-size: 45px;
  text-shadow: 0 0 1px #4c5159;
}

/* 表 */
#motor_table{
  height: 225px;
  margin-bottom: 90px;
}
#motor_table .headline{
  overflow: hidden;
  width: 80%;
  margin: 0 14%;
}
#motor_table .headline h3{
  font-size: 30px;
  color: #296fab;
  text-shadow: 0 0 1px #296fab;
  float: left;
}
#motor_table .headline p{
  margin-top: 15px;
}
#motor_table .column_double{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  height: 100%;
}
#motor_table table{
  width: 47%;
  height: 2.2rem;
  line-height: 2.2rem;
}
#motor_table .head{
  background-color: #3f8ec6;
  color: #fff;
}
#motor_table tr:last-child{
  border-bottom: solid 2px #000;
}
#motor_table th{
  text-align: center;
}
#motor_table td{
  text-align: center;
  border-bottom: dashed 1px #000;
}
#motor_table .control{
  width: 25%;
}
#motor_table .number{
  padding: 0 7px;
  border-radius: 50%;
  border: solid 1px #4c5159;
}
#motor_table .motor_number{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 0 5px;
  background-color: #3f8ec6;
}
#motor_table .omoku{
  font-size: 20px;
  font-weight: bold;
}
#motor_table .supplement{
  color: #296fab;
  float: right;
  margin-right: 90px;
}

/* 記者のコメント */
#motor_comment{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#motor_comment section{
  width: 263px;
  margin-top: 50px;
  padding-right: 15px;
  border-top-right-radius: 10%;
  box-shadow: 0 1px 3px #000;
  position: relative;
  display: flex;
  flex-direction: column;
}
#motor_comment .second_line{
  width: 100%;
  padding: 0 138px;
  display: flex;
  justify-content: space-around;
}
#motor_comment .one{
  width: 100%;
  height: 75px;
  padding: .5rem .5rem 0 .5rem;
  background-color: #ef4c83;
  border-top-right-radius: 30px;
}
#motor_comment .publisher{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-left: -0.5rem;
}
#motor_comment .name{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: -1rem 0 0 -1rem;
}
#motor_comment .name span{
  font-size: 33px
}
/* 二段目 */
#motor_comment .two{
  width: 105.7%;
  height: 124px;
  padding-bottom: 10px;
}
#motor_comment .suggest_motor{
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
}
#motor_comment .one_word{
  width: 68%;
  color: #781b97;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: -0.5rem;
}
#motor_comment .number{
  width: 26%;
  color: #3f8ec6;
  font-size: 3.5rem;
  font-weight: bold;
  margin: -.3rem 0 0 -9rem;
}
#motor_comment .tate{
  width: 4%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #3f8ec6;
  font-weight: bold;
  margin-top: .5rem;
}
#motor_comment .tablemake{
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: .8rem;
  margin-top: -17px;
}
#motor_comment .table_first{
  width: 58%;
}
#motor_comment .table_second{
  width: 40%;
}
#motor_comment .table_color{
  background-color: #fdb86a;
}
#motor_comment td{
  text-align: center;
  height: 1.2rem;
  line-height: 1.2rem;
  border: solid 1px #000;
}
#motor_comment .table_long td{
  height: 1.6rem;
  line-height: 1.8rem;
}
#motor_comment .table_second .table_long td{
  line-height: 1.8rem;
}
#motor_comment .table_first .up{
  font-size: 16px;
}
#motor_comment .table_first .span1{
  padding: 0 6px;
  border: solid 1px #4c5159;
}
#motor_comment .table_first .span2{
  color: #fff;
  padding: 0 6px;
  border-radius: 50%;
  background-color: #4c5159;
}
#motor_comment .table_second .up{
  font-size: 25px;
}
#motor_comment .table_second .more{
  font-size: 28px;
}
#motor_comment .table_second span{
  color: #ed1524;
}
/* 三段目 */
#motor_comment .three{
  width: 100%;
  height: 276px;
  background-color: #ffde00;
  padding: 9px 6px 2px 9px;
}
#motor_comment .three p{
  width: 94%;
  height: 253px;
  font-size: .9rem;
  background-color: #fff;
  border-radius: 10px;
  padding: 7px;
  text-align: justify;
}
#motor_comment .shortening{
  line-height: 1.467;
}
/* 記者さんの顔 */
#motor_comment .face{
  width: 77px;
  height: 77px;
  position: absolute;
  top: -20px;
  right: -1px;
  padding: 6px;
  background-color: #ef4c83;
  border-radius: 50%;
  overflow: hidden;
}
#motor_comment .face img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}