@charset "utf-8";

/* ======= toto-info ======= */
.toto-info {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  font-size: 14px;
  margin-top: 20px;
  width: 100%;
  line-height: 1.428571429;
  *zoom: 1;
}
.toto-info:before,
.toto-info:after {
  content: " ";
  display: table;
}
.toto-info:after {
  clear: both;
}
.toto-info h3 {
  float: left;
  background-color: #eb7000;
  color: #fff;
  font-size: 14px;
  padding: 17px 13px 15px 14px;
  margin: -1px 0 -1px 0;
  position: relative;
}
.toto-info h3:before {
  width: 11px;
  height: 100%;
  background-image: url(/entertainment/service_toto/img/info_bg@2x.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 46px;
  content: "";
  position: absolute;
  top: 0;
  right: -11px;
}
.ie8 .toto-info h3:before {
  background-image: url(/entertainment/service_toto/img/info_bg.png);
}
.toto-info .list {
  float: left;
  max-width: 68%;
  min-width: 65%;
  margin: 0;
  height: 1.4em;
  overflow: hidden;
  padding: 0 0 0 4%;
  margin-top: 14px;
}
.toto-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.toto-info ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #eb7000;
}
.toto-info ul li .date {
  color: #888;
  font-weight: normal;
  margin-right: 10px;
}
.toto-info ul li .body a {
  color: #eb7000;
  text-decoration: underline;
}
.toto-info .link {
  float: right;
  min-width: 13%;
  max-width: 20%;
  margin: 0;
  padding: 14px 0 0 0;
}
@media only screen and (max-width: 640px) {
  .toto-info .link {
    display: none;
  }
}
.toto-info .link a {
  float: right;
  padding-left: 24px;
  color: #535252;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.toto-info .link a:before {
  width: 18px;
  height: 100%;
  background-image: url(/assets/img/marker_01_@2x.png);
  background-repeat: no-repeat;
  background-size: auto 18px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.ie8 .toto-info .link a:before {
  background-image: url(/assets/img/marker_01.png);
}
.toto-info .link a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 1024px) {
  .toto-info .link a:hover {
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
.toto-info .no-js {
  padding-bottom: 20px;
}
.toto-info .no-js .list {
  max-width: 100%;
  height: auto;
  overflow: visible;
  padding-left: 0;
}
.toto-info .no-js ul li {
  overflow: visible;
  white-space: normal;
}
.toto-info .no-js ul li span {
  display: block;
}
.toto-info .no-js ul li .date {
  margin-top: 15px;
}
@media print {
  .toto-info .list {
    display: block;
    max-width: 100%;
    height: auto;
    overflow: visible;
    margin-top: 20px;
  }
  .toto-info .list ul li {
    overflow: visible;
    white-space: normal;
  }
  .toto-info .list ul li span {
    display: block;
  }
  .toto-info .list ul li .date {
    margin-top: 15px;
  }
}