/*
================================================================================================================
共通
================================================================================================================
*/
.select-box01 select{
  width: 240px;
  padding: 10px;
  margin: 10px auto;
  border: 1px solid #a9a9a9;
  background: #fffff9;
  background-size: 20px 240px;
}
.select-box01 select option{
 margin: 1px 0;
}

.schedule_list{
 width: 100%;
 max-width: 400px;
 margin: 0 auto;
}
.schedule_list ul{
 margin-bottom: 20px;
 border: solid 1px #8b8025;
 padding-bottom: 20px;
 background: url(/game/mfc/ac/event/vote_pro2020/img/vs_schedule_corner_l_b.png) no-repeat bottom left,
             url(/game/mfc/ac/event/vote_pro2020/img/vs_schedule_corner_r_b.png) no-repeat bottom right, 
             #171613; 
}
.schedule_list ul p{
 font-size: 16px;
 font-weight: bold;
 color: #f4edcd;
 padding: 15px 0;
 margin-bottom: 20px;
 background: url(/game/mfc/ac/event/vote_pro2020/img/vs_schedule_corner_l_t.png) no-repeat,
             url(/game/mfc/ac/event/vote_pro2020/img/vs_schedule_corner_r_t.png) no-repeat top right,            
             #232220;
 border-bottom: dotted 1px #8b8025;
}
.schedule_list ul p .blue{ color: #39f !important;}
.schedule_list ul p .red{ color: #f33 !important;}
.schedule_list ul li{
 margin-top: 10px;
 font-size: 14px;
}
.schedule_list ul li span{
 vertical-align: middle;
 margin-right: 10px;
}
.schedule_list ul li img{
 vertical-align: middle;
 max-width: 228px !important;
 display: inline-block !important;
}


/*
================================================================================================================
PC版
================================================================================================================
*/
@media screen and (min-width:981px){}


/*
================================================================================================================
SP版
================================================================================================================
*/
@media screen and (max-width:980px){}

@media screen and (max-width:480px){
.schedule_list ul li img{
 width: 180px !important;
}

}
@media screen and (max-width:370px){
.schedule_list ul li img{
 width: 140px !important;
}
.schedule_list ul li span{
 margin-right: 5px;
}

}
