/* ///////////////////////BASE/////////////////////// */
/* BASE */
td.bg_yk2 {
 font-weight: normal;
 background-color: rgba(127,200,127,0.4);
}
td.bg_ym {
 font-weight: normal;
 background-color: rgba(200,127,127,0.4);
}
td.bg_mieko {
 font-weight: normal;
 background-color: rgba(200,64,64,0.4);
}
td.bg_bj {
 font-weight: normal;
 background-color: rgba(127,127,127,0.4);
}
td.bg_none {
 font-weight: normal;
 background-color: rgba(40,40,40,0.4);
}
/* ///////////////////////BASE/////////////////////// */

/* ///////////////////////MP用/////////////////////// */
@media screen and (max-width:1100px){
}

/* ///////////////////////MP用/////////////////////// */

/* ///////////////////////PC用/////////////////////// */
@media screen and (min-width:1100px){

}
/* ///////////////////////PC用/////////////////////// */
