@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 #title{
    font-weight: bold;
    text-align: center;
}

#monthly #title span{
    font-size: 28px;
    text-shadow: 1px 1px 0 #fff57f, -1px -1px 0 #fff57f,
                -1px 1px 0 #fff57f, 1px -1px 0 #fff57f,
                 0px 1px 0 #fff57f,  0-1px 0 #fff57f,
                -1px 0 0 #fff57f, 1px 0 0 #fff57f;
}

#monthly #frame{
    background-color: #fff57f;
    border-radius: 16px;
    margin-top: -28px;
}

#monthly #racer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#monthly #racer #racer_4444,
#monthly #racer #racer_4028,
#monthly #racer #racer_4320,
#monthly #racer #racer_3783,
#monthly #racer #racer_3415,
#monthly #racer #racer_4024{
    width: 440px;
    margin-top: 10px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.1), -1px -1px 4px rgba(0,0,0,0.1);
}

#monthly #racer #racer_4444{
    background-color: #fdfdfd;
}

#monthly #racer #racer_4028{
    background-color: #dcdddd;
}

#monthly #racer #racer_4320{
    background-color: #fbdac8;
}

#monthly #racer #racer_3783{
    background-color: #d3e1f3;
}

#monthly #racer #racer_3415{
    background-color: #fffcdb;
}

#monthly #racer #racer_4024{
    background-color: #d5ead7;
}

#monthly table{
    display: inline-block;
    
}

#monthly #racer_4444 th,
#monthly #racer_4028 th,
#monthly #racer_4320 th,
#monthly #racer_3783 th,
#monthly #racer_3415 th,
#monthly #racer_4024 th{
    text-align: center;
    background-color: grey;
}

#monthly .senshutsu{
    margin-left: auto;
    text-align: center;
    justify-content: space-between;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
                -1px 1px 0 #fff, 1px -1px 0 #fff,
                 0px 1px 0 #fff,  0 -1px 0 #fff,
                -1px 0 0 #fff, 1px 0 0 #fff;
}

#monthly .senshutsu_title{
    width: 300px;
    text-shadow: none;
}

#monthly #racer_4444 .senshutsu{
    margin: -400px 0 120px 130px;
}

#monthly #racer_4028 .senshutsu{
    margin: -400px 0 120px 130px;
}

#monthly #racer_4320 .senshutsu{
    margin: -400px 0 120px 130px;
}

#monthly #racer_3783 .senshutsu{
    margin: -400px 0 120px 130px;
}

#monthly #racer_3415 .senshutsu{
    margin: -400px 0 120px 90px;
}

#monthly #racer_4024 .senshutsu{
    margin: -400px 0 120px 130px;
}

#monthly #racer_4444 .senshutsu_title{
    background-color: #e6e6e7;
}

#monthly #racer_4028 .senshutsu_title{
    color: white;
    background-color: #595656;
}

#monthly #racer_4320 .senshutsu_title{
    color: white;
    background-color: #e60012;
}

#monthly #racer_3783 .senshutsu_title{
    color: white;
    background-color: #0075c1;
}

#monthly #racer_3415 .senshutsu_title{
    background-color: #fff100;
    width: 340px;
}

#monthly #racer_4024 .senshutsu_title{
    color: white;
    background-color: #009944;
}

#monthly #racer_4444 tr,
#monthly #racer_4028 tr,
#monthly #racer_4320 tr,
#monthly #racer_3783 tr,
#monthly #racer_3415 tr,
#monthly #racer_4024 tr{
    border-bottom: 1px dashed black;
}

#monthly #racer_4444 tr:first-child,
#monthly #racer_4444 tr:last-child,
#monthly #racer_4028 tr:first-child,
#monthly #racer_4028 tr:last-child,
#monthly #racer_4320 tr:first-child,
#monthly #racer_4320 tr:last-child,
#monthly #racer_3783 tr:first-child,
#monthly #racer_3783 tr:last-child,
#monthly #racer_3415 tr:first-child,
#monthly #racer_3415 tr:last-child,
#monthly #racer_4024 tr:first-child,
#monthly #racer_4024 tr:last-child{
    border-bottom: none;
}

#monthly td{
    text-align: center;

}


#monthly #racer_4444 .yusho,
#monthly #racer_4028 .yusho,
#monthly #racer_4320 .yusho,
#monthly #racer_3783 .yusho,
#monthly #racer_3415 .yusho,
#monthly #racer_4024 .yusho{
    display: inline-block;
    color: white;
    background-color: red;
    text-shadow: none;
    width: 40px;
    text-align: center;
    margin: 2px 0;
}

#monthly #racer_4444 p,
#monthly #racer_4028 p,
#monthly #racer_4320 p,
#monthly #racer_3783 p,
#monthly #racer_3415 p,
#monthly #racer_4024 p{
    margin-top: -24px; 
    padding: 0px 10px 10px 10px;
    
}

#monthly #racer_4444 p img,
#monthly #racer_4028 p img,
#monthly #racer_4320 p img,
#monthly #racer_3783 p img,
#monthly #racer_3415 p img,
#monthly #racer_4024 p img{
    float: right;
    margin: 5px 0px 5px 5px;
}