@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 #dreamrace {
    width:900px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

/*1～2号艇*/
#monthly #box_dream1,
#monthly #box_dream2{
    width: 100%;
    padding: 10px;
    margin:8px 0;
}

#monthly #box_dream1{
    background:linear-gradient(to top, #e6e6e6, #fff 30%);
}

#monthly #box_dream2{
    background:linear-gradient(to top, #595757, #fff 30%);
}

#monthly p.question {
    color: #5c310c;
    margin-top: 15px;
    text-indent: 0;
}

#monthly p.question:first-of-type {
    margin-top: 0px;
}

#monthly p.nswer{
    text-indent: 0;
}

#monthly img.photo_left {
    float:left;
    margin-right:15px;
}

#monthly img.photo_right {
    float:right;
    margin-left:15px;
}

#monthly img.photo_center {
    display: block;
    margin: 10px auto 0px auto;
}

/*3～6号艇*/
#monthly #box_dream3,
#monthly #box_dream4,
#monthly #box_dream5,
#monthly #box_dream6{
    width:440px;
    margin:8px 0;
    position: relative;
}

#monthly #box_dream3{
    background:linear-gradient(to top, #fff 70%, #f8c5ac);
}

#monthly #box_dream4{
    background:linear-gradient(to top, #fff 70%, #bbd1ed);
}

#monthly #box_dream5{
    background:linear-gradient(to top, #fff 70%, #fff67f);
}

#monthly #box_dream6{
    background:linear-gradient(to top, #fff 70%, #bedfc2);
}

#monthly .dream_img{
    float:left;
    clear:both;
    margin-right:15px;
}

#monthly img.d_boat {
    position: absolute;
    width: 100px;
    left: 70px;
    top: 230px;
    border: 3px solid #FFFFFF;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
}

#monthly .dream_tex{
    margin: 8px;
}

#monthly .dream_tex p:first-of-type{
    text-indent:0;
}

/*歴代優勝*/
#monthly h5{
    color: #fff;
    background: #008b93;
    padding: 8px 0 3px 0 ;
    margin: 20px 0 10px 0;
    font-size: 19px;
    line-height: 19px;
    text-align: center;
}

#monthly #rekidai{
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}

#monthly #rekidai table{
    width: 430px;
    vertical-align: middle;
    background: #fff;
}

#monthly #rekidai table td{
  padding: 3.5px 0;
}

#monthly #rekidai table td,
#monthly #rekidai table th{
    text-align: center;
}

#monthly #rekidai table tr{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#monthly #rekidai table th{
    background: #dcdddd;
}

#monthly #rekidai table td:nth-child(4){
    font-weight: bold;
    color: #008b93;
}

#monthly #rekidai .taikai {
    text-align: center;
  color: #008b93;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
  background: linear-gradient(to left bottom, #e7c347, #fffcd1, #e7c347);
  padding: 10px 0px;
  letter-spacing:0.06em;
}

#monthly #rekidai .taikai span {
  background: #008b93;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0px 10px;
  margin-left:8px
}
#monthly #rekidai .taikai span.yusho_box {
  color: #008b93;
  font-size: 15px;
  padding: 0px 10px;
  line-height: 16px;
  background: #FFFFFF;
  border: 1px solid #008b93;
  border-radius: 8px;
}