@charset "UTF-8";

body {
  min-width: 1200px;
}



.newyear_ttl {
  max-width: 1380px;
  height: 435px;
  margin: 0 auto;
  text-indent: -999em;
  background: url("/img/info/newyear/main_pc.png") no-repeat center top / cover;
}

.newyear {
	width: 980px;
  margin: 40px auto 120px;
  font-size: 14px;
  line-height: 1.5;
}

.newyear a {
  text-decoration: underline;
}

em:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  vertical-align: middle;
  background: url("/img/info/newyear/on.png") no-repeat;
  content: "";
}

em.off:before {
  background: url("/img/info/newyear/off.png") no-repeat;
}

em.half:before {
  background: url("/img/info/newyear/half.png") no-repeat;
}

p em {
  font-style: normal;
}

p span {
  vertical-align: middle;
}

table {
  width: 959px;
  margin: .5em 0;
}

td {
  width: 74px;
  height: 50px;
  text-align: center;
}

tfoot th,
thead th {
  color: #fff;
  line-height: 35px;
  text-align: center;
  background: url("/img/info/newyear/tablehead_bg.png");
}

thead tr th:first-child {
  -webkit-border-radius: 10px 0 0 0;
     -moz-border-radius: 10px 0 0 0;
          border-radius: 10px 0 0 0;
}

thead tr th:last-child {
  -webkit-border-radius: 0 10px 0 0;
     -moz-border-radius: 0 10px 0 0;
          border-radius: 0 10px 0 0;
}

tfoot tr:first-child th:first-child {
  -webkit-border-radius: 0 0 0 10px;
     -moz-border-radius: 0 0 0 10px;
          border-radius: 0 0 0 10px;
}

tfoot tr th:last-child {
  -webkit-border-radius: 0 0 10px 0;
     -moz-border-radius: 0 0 10px 0;
          border-radius: 0 0 10px 0;
}

tfoot th:not(:last-child),
thead th:not(:last-child) {
  border-right: 1px solid #fff;
}

tfoot td,
thead td {
  border-right: 1px solid #ff4449;
  background-color: #fffcf4;
}

td.sun {
  background-color: #ffe8e5;
}

td.sat {
  background-color: #e9f5fd;
}

tbody tr:nth-child(2n) {
  background-color: #f9f9f9;
}

tbody th {
  padding-left: 1.5em;
  font-weight: normal;
  text-align: left;
  border-right: 1px solid #a1a1a1;
  border-left: 1px solid #a1a1a1;
}

tbody td {
  font-size: .9em;
  line-height: 20px;
  border-right: 1px solid #a1a1a1;
}

tbody tr:not(:last-child) td,
tbody tr:not(:last-child) th {
  border-bottom: 1px solid #a1a1a1;
}

tbody tr:first-child td,
tbody tr:first-child th {
  border-top: 2px solid #ff4449;
}

tbody tr:last-child td,
tbody tr:last-child th {
  border-bottom: 2px solid #ff4449;
}

tbody td:before {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  background: url("/img/info/newyear/on.png") no-repeat;
  content: "";
}

tbody td.off:before {
  background: url("/img/info/newyear/off.png") no-repeat;
}

tbody td.half:before {
  background: url("/img/info/newyear/half.png") no-repeat;
}

td.half {
  font-size: 10px;
}

.newyear div {
  margin-top: 94px;
  padding: 35px;
  font-size: 16px;
  border: 5px solid #fd676b;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.newyear div h2 {
  margin: -60px 0 0 0;
}

.newyear div p {
  margin-top: 1.3em;
}

.newyear div ul {
  margin-top: 1.3em;
  padding-left: 1.5em;
  font-weight: bold;
  list-style: disc;
}
