.pdf-umekomi {
    position: relative;
    width: 100%;
    padding: 141% 0 0 0;
}

.pdf-umekomi iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.font_title {
  font-size: 80%;
  color: #000000;
  background-color: #b0e6e6;
  text-align: center;
}
.font_active {
  font-size: 80%;
  font-weight:bold;   /*強調*/
  color: #000000;
}
.font_finish {
  font-size: 80%;
  color: #808080;
}


.font_even {
  background-color: #e6f7eb;
}
.font_odd {
  background-color: #deeff4;
}
.font_month {
  background-color: #fff;
}

tr.white_bg {
    background: #fff;
}

td.white_bg {
    background: #fff;
}

td.title_bg {
    background: #b0e6e6;
}


/*コンテンツ（contents）
---------------------------------------------------------------------------*/
.safety #contents tr:nth-child(2n+1) {
    background: #e6f7eb;
}

.csafety #contents tr:nth-child(2n) {
    background: #deeff4;
}

/*すべての場合に適用*/
.safety #contents table {
    border: solid 1px black;      /*枠線指定*/
    background: #ffffff;	/*背景色*/
    width: 100%;			/*幅*/
}

/*画面サイズ（横幅）が900px以上の場合に適用*/
@media screen and (min-width: 900px) {
    .contest #contents table {
        border: solid 1px black;      /*枠線指定*/
        background: #ffffff;	/*背景色*/
        width: 800px;			/*幅*/
    }
}
