@charset "utf-8";

/* =common
----------------------------------*/
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* =お知らせ
----------------------------------*/
.notice-area {
  width: 950px;
  border-radius: 4px;
  border: 3px solid #df1616;
  margin-bottom: 10px;
  background-color: #df1616;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ico-notice {
  float: left;
  padding: 5px 0;
  width: 70px;
}

.ico-notice p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.notice {
  float: left;
  background-color: #fff;
  width: 858px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 8px 8px 0px 8px;
}

.notice-txt {
  float: left;
  width: 735px;
  line-height: 1.4;
}

.notice-other {
  width: 120px;
  bottom: 0;
  right: 0;
  position: absolute;
  line-height: 1.4;
}

.notice p {
  padding-bottom: 8px;
}

/* =今週のチケット受付情報
----------------------------------*/
.ticket-info-area {
  border-radius: 4px;
  border: 3px solid #e85298;
  padding: 7px 7px 10px 7px;
  margin-bottom: 10px;
}

.pre-ticket {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}

.ico-ticket-info {
  float: left;
  width: 68px;
  margin-right: 15px;
  margin-top: 10px;
}

.txt-ticket {
  line-height: 1.4;
  float: left;
  width: 840px;
  margin-top: 10px;
}

.search-ticket {
  float: left;
  width: 460px;
}

.txt-search {
  line-height: 1.4;
  float: left;
  width: 360px;
  margin-top: 10px;
}

/* =おすすめエンタメニュース
----------------------------------*/
.news-area {
  border-radius: 4px;
  border: 3px solid #dcdcdc;
  padding: 7px 7px 10px 7px;
  margin-bottom: 10px;
}

.ttl-spice-area {
  border-radius: 4px;
  background: #000;
  padding: 7px 12px 9px 12px;
}

.ttl-spice {
  float: left;
}

.ico-spice {
  float: right;
}

.image-area {
  float: left;
  width: 340px;
}

.feature {
  background: #fff;
  text-align: center;
  margin-top: 10px;
  width: 340px;
  height: 290px;
}

.feature img {
  max-width: 100%;
  max-height: 100%;
}

.feature a {
  width: 340px;
  height: 290px;
  display: block;
}

.ttl-feature {
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
  line-height: 1.4;
}

.topics-area {
  width: 715px;
}

.topics-area li {
  padding-top: 10px;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
  width: 715px;
  overflow: hidden;
  line-height: 1.0;
  white-space: nowrap;
}

/* =news-area-s
----------------------------------*/
.news-area-s {
  border-radius: 4px;
  border: 3px solid #dcdcdc;
  padding: 7px 7px 10px 7px;
  margin-right: 15px;
  margin-bottom: 10px;
  width: 340px;
  float: left;
  display: inline;
}

.last {
  margin-right: 0;
}

.news-area-s li {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.4;
}

.more {
  text-align: right;
  padding-top: 6px;
  padding-bottom: 6px;
}
