@charset "UTF-8";
/* CSS Document */


/*-----------
prediction
-----------*/


#prediction .txt_catch{
  font-size: 20px;
  font-weight: bold;
  width: 920px;
  margin: 0 auto 30px;
  line-height: 1.4;
  text-align: center;
}

#prediction .txt_read{
  width: 920px;
  margin: 0 auto 50px;
}

#prediction ul.prediction_nav,
#prediction ul.prediction_link{
  width: 921px;
  margin: 0 auto 30px;
  display:flex;
  flex-wrap:wrap;
}

#prediction ul.prediction_nav li,
#prediction ul.prediction_link li{
  width: 299px;
  height: 54px;
  margin: 0 12px 7px 0;
}

#prediction ul.prediction_nav li:nth-child(3n),
#prediction ul.prediction_link li:nth-child(3n){
  margin: 0 0 7px 0;
}

#prediction ul.prediction_nav li a,
#prediction ul.prediction_link li a{
  color: #000;
  border: 3px solid #a9892f;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  padding-left: 40px;
  position: relative;
  display:flex;
  align-items:center;
  line-height: 1.3;
}

#prediction ul.prediction_link li a{
  padding-left: 20px;
  background: url("../../../common/img/icon_link_blank.png") no-repeat right 10px center;
  background-size: 22px auto;
}

#prediction ul.prediction_nav li a.nav_honmei{
  background: url("../img/prediction_nav_honmei.png") no-repeat 10px center;
  background-size: 22px auto;
}

#prediction ul.prediction_nav li a.nav_taikou{
  background: url("../img/prediction_nav_taikou.png") no-repeat 10px center;
  background-size: 22px auto;
}

#prediction ul.prediction_nav li a.nav_tanana{
  background: url("../img/prediction_nav_tanana.png") no-repeat 10px center;
  background-size: 22px auto;
}

#prediction ul.prediction_nav li a.nav_renana{
  background: url("../img/prediction_nav_renana.png") no-repeat 10px center;
  background-size: 22px auto;
}

#prediction ul.prediction_nav li a::before {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: #a9892f;
    vertical-align: top;
    top: 16px;
    right: 14px;
}

#prediction ul.prediction_nav li a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px;
    border-right: solid 2px;
    border-color: #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 19px;
    right: 19px;
}

#prediction .prediction_cont{
  width: 920px;
  margin: 30px auto 0;
  background: #a9892f url(../img/ink_bg2.png) no-repeat left top;
  background-size: 63% auto;
  padding: 20px 25px 25px;
  box-sizing: border-box;
}

#prediction .prediction_cont .prediction_header{
  display:flex;
  flex-wrap:wrap;
}

#prediction .prediction_cont .prediction_header h2{
  width: 130px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  padding: 0 0 0 36px;
  line-height: 26px;
  height: 28px;
}

#prediction .prediction_cont#honmei .prediction_header h2{
  background: url(../img/prediction_honmei.png) no-repeat left top;
  background-size: 28px auto;
}

#prediction .prediction_cont#taikou .prediction_header h2{
  background: url(../img/prediction_taikou.png) no-repeat left top;
  background-size: 28px auto;
}

#prediction .prediction_cont#tanana .prediction_header h2{
  background: url(../img/prediction_tanana.png) no-repeat left top;
  background-size: 28px auto;
}

#prediction .prediction_cont#renana .prediction_header h2{
  background: url(../img/prediction_renana.png) no-repeat left top;
  background-size: 28px auto;
}

#prediction .prediction_cont .prediction_header ul{
  width: 740px;
  display:flex;
  flex-wrap:wrap;
}

#prediction .prediction_cont .prediction_header ul li{
  width: 370px;
  display:flex;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 16px;
}

#prediction .prediction_cont .prediction_header ul li .box{
  display: block;
  width: 30px;
  height: 28px;
  text-align: center;
  font-size: 20px;
  margin:0 5px 0 10px;
  color: #000;
  background: #fff;
}

#prediction .prediction_cont .prediction_header ul li .waku_01{
  background: #fff;
}

#prediction .prediction_cont .prediction_header ul li .waku_02{
  background: #000;
  color: #fff;
}

#prediction .prediction_cont .prediction_header ul li .waku_03{
  background: #ff1500;
  color: #fff;
}

#prediction .prediction_cont .prediction_header ul li .waku_04{
  background: #0165ed;
  color: #fff;
}

#prediction .prediction_cont .prediction_header ul li .waku_05{
  background: #ffff00;
}

#prediction .prediction_cont .prediction_header ul li .waku_06{
  background: #02c11c;
  color: #fff;
}

#prediction .prediction_cont .prediction_header ul li .waku_07{
  background: #ff9000;
  color: #fff;
}

#prediction .prediction_cont .prediction_header ul li .waku_08{
  background: #ff6699;
  color: #fff;
}

#prediction .prediction_cont .prediction_header ul li .name{
  font-size: 22px;
  margin: 0 0 0 10px;
}


#prediction .prediction_cont h3 {
  width: 87px;
  margin: -8px 0 10px;
}

#prediction .prediction_cont h3 img {
  width: 100%;
}

#prediction .prediction_cont p{
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 30px;
}

#prediction .prediction_sponsor{
  width: 386px;
  height: 28px;
  background: #000;
  padding: 15px 0 15px 24px;
  margin: 60px auto 0;
  color: #a9892f;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
}

#prediction .prediction_sponsor span{
  display: inline-block;
  width: 50px;
  height: 28px;
  background: #a9892f;
  color: #000;
  text-align: center;
  margin: 0 15px 0 0;
}


#prediction #prediction_link{
  margin-top: 50px;
}


#prediction #prediction_link h2{
  font-size: 20px;
  font-weight: bold;
  width: 920px;
  margin: 0 auto 15px;
  line-height: 1.4;
  text-align: center;
}


@media screen and ( max-width:767px) {



#prediction .txt_catch{
 width: 100%;
 margin: 0 0 4%;
}

#prediction .txt_read{
 width: 100%;
 margin: 0 0 4%;
}

#prediction ul.prediction_nav,
#prediction ul.prediction_link{
 width: 100%;
  margin: 0 0 30px;
}

#prediction ul.prediction_nav li{
  width: 49%;
  height: 50px;
  margin: 0 2% 7px 0;
}

#prediction ul.prediction_nav li:nth-child(3n){
  margin: 0 2% 7px 0;
}

#prediction ul.prediction_nav li:nth-child(2n){
  margin: 0 0 7px 0;
}

#prediction ul.prediction_link li,
#prediction ul.prediction_link li:nth-child(3n),
#prediction ul.prediction_link li:nth-child(2n){
  width: 100%;
  height: 50px;
  margin: 0 0 7px 0;
}

#prediction ul.prediction_nav li a,
#prediction ul.prediction_link li a{
  border: 2px solid #a9892f;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 12px;
  padding: 0 24px;
  position: relative;
}

#prediction ul.prediction_link li a{
  border: 3.5px solid #a9892f;
}

#prediction ul.prediction_link li a{
  font-size: 16px;
  padding-left: 20px;
  background: url("../../../common/img/icon_link_blank.png") no-repeat right 10px center;
  background-size: 17px auto;
}

#prediction ul.prediction_nav li a.nav_honmei{
  background: url("../img/prediction_nav_honmei.png") no-repeat 5px center;
  background-size: 16px auto;
}

#prediction ul.prediction_nav li a.nav_taikou{
  background: url("../img/prediction_nav_taikou.png") no-repeat 5px center;
  background-size: 16px auto;
}

#prediction ul.prediction_nav li a.nav_tanana{
  background: url("../img/prediction_nav_tanana.png") no-repeat 5px center;
  background-size: 16px auto;
}

#prediction ul.prediction_nav li a.nav_renana{
  background: url("../img/prediction_nav_renana.png") no-repeat 5px center;
  background-size: 16px auto;
}

#prediction ul.prediction_nav li a::before {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: #a9892f;
    vertical-align: top;
    top: 14px;
    right: 5px;
}

#prediction ul.prediction_nav li a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px;
    border-right: solid 2px;
    border-color: #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 17px;
    right: 10px;
}

#prediction .prediction_cont{
  width: 100%;
  margin: 30px 0 0;
  background: #a9892f url(../img/ink_bg2.png) no-repeat left top;
  background-size: 105% auto;
  padding: 20px 15px 15px;
  box-sizing: border-box;
}

#prediction .prediction_cont .prediction_header{
  display:flex;
  flex-wrap:wrap;
  margin: 0 -6% 0 -1%;
}

#prediction .prediction_cont .prediction_header h2{
  width: 62px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  padding: 0 0 0 26px;
  margin: 1px 0 0 -3px;
  line-height: 20px;
  height: 22px;
}

#prediction .prediction_cont#honmei .prediction_header h2{
  background: url(../img/prediction_honmei.png) no-repeat left top;
  background-size: 22px auto;
}

#prediction .prediction_cont#taikou .prediction_header h2{
  background: url(../img/prediction_taikou.png) no-repeat left top;
  background-size: 22px auto;
}

#prediction .prediction_cont#tanana .prediction_header h2{
  background: url(../img/prediction_tanana.png) no-repeat left top;
  background-size: 22px auto;
}

#prediction .prediction_cont#renana .prediction_header h2{
  background: url(../img/prediction_renana.png) no-repeat left top;
  background-size: 22px auto;
}

#prediction .prediction_cont .prediction_header ul{
  width: calc(100% - 67px);
  display: block;
}

#prediction .prediction_cont .prediction_header ul li{
  width: 100%;
  display:flex;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 13px;
}

#prediction .prediction_cont .prediction_header ul li .box{
  display: block;
  width: 25px;
  height: 25px;
  font-size: 16px;
  margin:0 4px 0 5px;
  overflow: hidden;
}



#prediction .prediction_cont .prediction_header ul li .name{
  font-size: 17px;
  margin: 0 0 0 5px;
}


#prediction .prediction_cont h3 {
  width: 87px;
  margin: -4px 0 10px;
}

#prediction .prediction_cont h3 img {
  width: 100%;
}

#prediction .prediction_cont p{
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 20px;
}

#prediction .prediction_sponsor{
  width: 100%;
  height: 58px;
  background: #000;
  padding: 15px 0 15px 15px;
  margin: 50px auto 0;
  color: #a9892f;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  box-sizing: border-box;
}

#prediction .prediction_sponsor span{
  display: inline-block;
  width: 44px;
  height: 28px;
  background: #a9892f;
  color: #000;
  text-align: center;
  margin: 0 10px 0 0;
}

#prediction #prediction_link{
  margin-top: 50px;
}

#prediction #prediction_link h2{
  width: 100%;
}


}

