@charset "utf-8";

.jBox-closeButton-box:before,
.jBox-pointer-top:after,
.jBox-pointer-bottom:after {
  display: none;
}

.jBox-closeButton-box .jBox-closeButton {
  right: 10px;
  top: auto;
  bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 50% 50%;
}

.list_inner {
  background-color: #fff;
}
.list_inner dt {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
.list_inner dt span {
  display: inline-block;
  font-weight: bold;
}
.list_inner dt span.date {
  font-size: 18px;
  color: #333;
}
.list_inner dt span.week {
  margin-left: 10px;
}
.list_inner dt span.ttl {
  position: absolute;
  top: 0;
  right: 0;
  color: #ff9800;
  font-size: 18px;
}
.list_inner dd {
  padding: 10px 0;
}
.list_inner dd a {
  color: #3fa5dd;
}
.list_inner dd a:hover {
  color: #ff9800;
  text-decoration: underline;
}
.list_inner dd li {
  padding-left: 40px;
  background: url(../img/mv_img/label_1.gif) no-repeat 0 2px;
}
.list_inner dd li.label_1 { background-image: url(../img/mv_img/label_1.gif); }
.list_inner dd li.label_2 { background-image: url(../img/mv_img/label_2.gif); }
.list_inner dd li.label_3 { background-image: url(../img/mv_img/label_3.gif); }
.list_inner dd li.label_4 { background-image: url(../img/mv_img/label_4.gif); }
.list_inner dd li.label_5 { background-image: url(../img/mv_img/label_5.gif); }
.list_inner dd li.label_6 { background-image: url(../img/mv_img/label_6.gif); }
.list_inner dd li.label_7 { background-image: url(../img/mv_img/label_7.gif); }
.list_inner dd li.label_8 { background-image: url(../img/mv_img/label_8.gif); }
.list_inner dd li.label_9 { background-image: url(../img/mv_img/label_9.gif); }
.list_inner dd li.label_10 { background-image: url(../img/mv_img/label_10.gif); }
.list_inner dd li.label_11 { background-image: url(../img/mv_img/label_11.gif); }
.list_inner dd li.label_12 { background-image: url(../img/mv_img/label_12.gif); }

.list_inner dd li.label_18 { background-image: url(../img/mv_img/label_18.gif); }

.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
}