@charset "utf-8";

/* CSS Document */

/* --deli-- */

#sec_read .table01{
	margin-bottom:25px;
}
#sec_read .table01 td,
#sec_read .table01 th{
	padding: 3px 15px;
	text-align:center;
}
#sec_read .table01 .yellow1 {
  background-color: #fffcf2;
}
#sec_read .table01 .yellow2 {
  background-color: #fffbe5;
}
#sec_read .table01 .yellow3 {
  background-color: #fff6e0;
}
#sec_read .table01 .deli_yoyaku .pink,#sec_read .table01 .deli_yoyaku .yellow,#sec_read .table01 .deli_yoyaku .blue{
	font-size:18px;
    font-weight: bold;
}

.decoyellow1{
  background-color: #fffcf2;
	border: 1px solid #999;
	padding:2px 5px;
}
.decoyellow2{
  background-color: #fffbe5;
	border: 1px solid #999;
	padding:2px 5px;
}
.decoyellow3{
  background-color: #fff6e0;
	border: 1px solid #999;
	padding:2px 5px;
}

@media print, screen and (min-width: 680px) {
  #sec_read .table01 td {
    font-size: 13px;
  }
  #sec_read .table01.bunben_day td,
  #sec_read .table01.bunben_day th{
    padding: 15px;
  }
}

@media screen and (max-width: 679px) {
  #sec_read .table01.bunben_day {
    width: 100%;
  }
  #sec_read .table01.bunben_day td,
  #sec_read .table01.bunben_day th{
    padding: 7px;
  }
  #sec_read .table01.bunben_day td{
    text-align: end;
  }
}