@charset "Shift_JIS";
/*
  AppealFloat を番組表独自の
  モーダルの上に表示するため調整
 */
#fancybox-content {
  z-index: 999999;
}
#fancybox-overlay {
  z-index: 999988;
}
#fancybox-wrap {
  z-index: 999990;
}
#fancybox-close {
  top: -84px;
  right: 0;
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url(/com/images/common/common-img-sprite.png);
  background-repeat: no-repeat;
  width: 41px;
  height: 64px;
  background-position: 0 -1203px;
  display: none;
}
/*
 * 番組表関連のスタイル
 */
.pg-hidden {
  display: none;
}
.pg-outer {
  width: 980px;
  margin: 0 auto 80px;
}
.pg-outer#mainContents {
  margin-top: 20px;
}
.pg-outer#mainContents .pagetop {
  z-index: 65535;
}
.pg-outer.no-mb {
  margin-bottom: 0;
}
.pg-viewname {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1;
}
.pg-vd {
  text-align: center;
}
.pg-tab {
  margin: 50px 0 0 0;
  position: relative;
  z-index: 256;
}
.pg-tab a {
  color: #e4007f;
}
.pg-tab a:active,
.pg-tab a:visited,
.pg-tab a:hover {
  color: #e4007f;
  text-decoration: none;
}
.pg-tab:before {
  position: absolute;
  bottom: 0;
  left: -32768px;
  content: "";
  width: 65536px;
  height: 2px;
  display: block;
  background-color: #e4007f;
  z-index: 253;
}
.pg-tab:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.pg-tab.bottom {
  margin: 50px 0;
}
.pg-tab.bottom:before {
  bottom: auto;
  top: 0;
}
.pg-tab-item {
  display: block;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  z-index: 259;
  float: left;
  width: 240px;
  min-height: 50px;
  text-align: center;
  overflow: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.pg-tab-item:not(:first-child) {
  margin-left: 10px;
}
.pg-tab-item.is-active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  height: 4px;
  width: 64%;
  background-color: #e4007f;
  z-index: 261;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bottom .pg-tab-item.is-active:after {
  bottom: auto;
  top: 0;
}
.ie8 .pg-tab-item.is-active:after {
  display: none;
}
.pg-tab-item-inner {
  position: relative;
  display: block;
  background-color: #fff;
  line-height: 50px;
  height: 50px;
  border-style: solid;
  border-width: 2px;
  border-radius: 6px 6px 0 0;
  border-color: #e4007f;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.is-active .pg-tab-item-inner {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-width: 2px 2px 0;
}
.pg-tab-item-inner:hover {
  opacity: 0.7;
}
.is-active .pg-tab-item-inner:hover {
  opacity: 1;
}
.pg-tab-item-inner:before {
  position: absolute;
  right: 8px;
  top: 50%;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  background: #f17fbf;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
  min-width: 26px;
  text-align: center;
  content: attr(data-count);
  z-index: 265;
}
.bottom .pg-tab-item-inner {
  border-radius: 0 0 6px 6px;
}
.bottom .is-active .pg-tab-item-inner {
  bottom: -10px;
  border-width: 0 2px 2px;
}
.pg-table-aside {
  position: relative;
  margin: 10px 0 20px;
  min-height: 50px;
}
.pg-table-aside:last-child {
  margin-bottom: 0;
}
.pg-table-attachment {
  margin: 20px auto 10px;
  overflow: hidden;
}
.pg-caution-list {
  padding-top: 20px;
}
.pg-caution-list.default-hidden {
  display: none;
}
.pg-btn-calendar {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, #f589c6), color-stop(139%, #dc4873));
  background: linear-gradient(to bottom, #f589c6 53%, #dc4873 139%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f589c6', endColorstr='#dc4873', GradientType=0);
  border: 1px solid #f17fbf;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  z-index: 509;
}
.pg-btn-calendar:after {
  display: inline;
  content: attr(data-text-01);
  padding-left: 20px;
}
.pg-btn-calendar.open {
  border-radius: 8px 8px 0 0;
}
.pg-btn-calendar.open:after {
  content: attr(data-text-02);
}
.pg-btn-calendar:hover,
.pg-btn-calendar:active,
.pg-btn-calendar:visited {
  color: #fff;
  background: #f17fbf;
  text-decoration: none;
}
.pg-btn-calendar:hover {
  opacity: 0.7;
}
.pg-btn-calendar.bottom.open {
  border-radius: 0 0 8px 8px;
}
.pg-btn-calendar:before {
  position: absolute;
  left: 16px;
  top: 8px;
  display: inline-block;
  content: "";
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/com/images/common/common-img-sprite.png");
  background-position: -9px -597px;
  width: 32px;
  height: 32px;
}
.pg-btn-calendar span {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.pg-btn-calendar span:before {
  position: absolute;
  right: 10px;
  top: 0;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 8px;
  background-color: #fff;
  z-index: 512;
}
.pg-btn-calendar span:after {
  position: absolute;
  right: 15px;
  top: 4px;
  content: "";
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #f17fbf;
  z-index: 515;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pg-btn-calendar.bottom span:after {
  top: 6px;
  border-width: 2px 0 0 2px;
}
.pg-btn-calendar.open span:after {
  top: 6px;
  border-width: 2px 0 0 2px;
}
.pg-btn-calendar.bottom.open span:after {
  top: 4px;
  border-width: 0 2px 2px 0;
}
.ie8 .pg-btn-calendar span {
  display: none;
}
.pg-table-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pg-table-wrapper.pg-fixed {
  padding-top: 41px;
}
.pg-thead {
  overflow: hidden;
  position: relative;
}
.pg-fixed .pg-thead {
  position: fixed;
  top: 51px;
  z-index: 500;
}
.pg-fixed .pg-thead.bottom {
  position: relative;
  top: auto;
  z-index: inherit;
}
.pg-btn-prev,
.pg-btn-next {
  position: relative;
  width: auto;
  line-height: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  border-radius: 4px;
  color: #666;
  background-color: #fff;
  text-align: center;
  display: block;
  cursor: pointer;
  font-size: 14px;
}
.pg-btn-prev:visited,
.pg-btn-next:visited,
.pg-btn-prev:link,
.pg-btn-next:link {
  color: #656565;
}
.pg-btn-prev:hover,
.pg-btn-next:hover {
  opacity: 0.7;
  text-decoration: none;
}
.pg-btn-prev:before,
.pg-btn-next:before,
.pg-btn-prev:after,
.pg-btn-next:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #888;
  width: 2px;
  height: 10px;
}
.pg-btn-prev {
  float: left;
  padding: 0 10px 0 30px;
}
.pg-btn-prev:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
  left: 12px;
}
.pg-btn-prev:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 17px;
  left: 12px;
}
.pg-btn-next {
  float: right;
  padding: 0 30px 0 10px;
}
.pg-btn-next:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 10px;
  right: 14px;
}
.pg-btn-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 17px;
  right: 14px;
}
.pg-thead-row {
  margin-left: 44px;
  line-height: 40px;
}
.pg-thead-row {
  overflow: hidden;
}
.pg-thead-cell {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #656565;
  background-color: #f4f4f4;
  border-width: 1px 0 0 1px;
  border-color: #ddd;
  border-style: solid;
  width: 312px;
  float: left;
  position: relative;
}
.pg-thead-cell.focused {
  font-size: 20px;
  color: #e4007f;
  background-color: #fdebf5;
}
.bottom .pg-thead-cell {
  border-width: 0 0 1px 1px;
}
.pg-fixed .pg-thead-cell {
  border-top: 0;
  border-bottom: solid 1px #ddd;
}
.pg-thead-cell:last-child {
  border-right-width: 1px;
}
.pg-onair-warp-btn {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background-color: #e60012;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.pg-onair-warp-btn:hover {
  opacity: 0.7;
}
.pg-onair-warp-btn:before {
  display: inline;
  content: "放送中の番組へ";
}
.pg-tbody {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.pg-tbody-aside {
  position: absolute;
  top: 0;
}
.pg-tbody-aside.aside-l {
  left: 0;
  width: 34px;
}
.ie8 .pg-tbody-aside {
  visibility: hidden;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  float: left;
}
.ie8 .pg-tbody-aside.aside-l {
  margin-right: 10px;
}
.ie8 .pg-tbody-aside.aside-r {
  margin-left: 10px;
}
.pg-tbody-column {
  float: left;
  width: 312px;
  border-left: 1px solid #ddd;
}
.pg-tbody-column:first-of-type {
  margin-left: 44px;
}
.pg-tbody-column:last-of-type {
  border-right: 1px solid #ddd;
}
.ie8 .pg-tbody-column:first-of-type,
.ie8 .pg-tbody-column:last-of-type {
  margin-left: 0;
  margin-right: 0;
}
.pg-tbody-aside-item {
  padding: 10px 0;
}
.pg-tbody-aside-item .label {
  height: 100%;
  background-color: #f0f0f0;
  position: relative;
}
.pg-tbody-aside-item .label span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2em;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: #888;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -1px;
}
.pg-item-time {
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #999;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 5px 30px;
  font-weight: bold;
  line-height: 1;
}
.pg-ml-row .pg-item-time {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ssv .pg-item-time {
  background: url("/com/images/common/mod-bg-ssv.gif");
  color: #5e2325;
}

.ggv .pg-item-time {
  background: url("/com/images/common/mod-bg-ggv.gif");
  color: #fff;
}
.onair .pg-item-time {
  background-color: #e60012;
  color: #fff;
}
.pg-item-hd {
  display: table-cell;
  vertical-align: top;
}
.pg-detail-frame .pg-item-hd:not(:first-child) {
  padding-left: 20px;
}
.pg-detail-frame .pg-item-hd:not(:last-child) {
  padding-right: 20px;
}
.pg-outer .onair .pg-item-hd {
  position: relative;
}
.pg-outer .onair .pg-item-hd:after {
  position: absolute;
  top: -35px;
  left: 0;
  display: inline-block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/com/images/common/common-img-sprite.png");
  background-repeat: no-repeat;
  width: 90px;
  height: 36px;
  background-position: 0 -2414px;
  content: "";
}
.pg-ml-row .pg-item-hd {
  display: block;
  float: right;
  width: 540px;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pg-ml-row .pg-item-hd:first-of-type:only-child {
  float: none;
  width: auto;
}
.pg-program-item:not(.pg-empty-seg) {
  padding: 40px 20px 20px;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.pg-program-item:first-of-type {
  border-top: 1px solid #ddd;
}
.pg-program-item.across-seg,
.pg-program-item.has-next-pg-in-same-seg {
  border-bottom-style: dashed;
}
.pg-program-item.ssv {
  background-color: #fff9d9;
}
.pg-program-item.ggv {
  background-color: #f9e9e9;
}
.pg-program-item.onair {
  background-color: #fef8fc;
}
.pg-program-item:not(.pg-empty-seg):hover,
.pg-program-item.ssv:hover,
.pg-program-item.ggv:hover,
.pg-program-item.onair:hover {
  background-color: #fdebf5;
}
.pg-program-item.focused {
  -webkit-animation-name: appeal;
  animation-name: appeal;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-direction: alternate-reverse;
}
.pg-ml-row .pg-program-item,
.pg-ml-row .pg-program-item:first-of-type {
  display: table-cell;
  width: 740px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding-top: 60px;
}
.pg-program-item:after {
  position: absolute;
  top: -1px;
  right: 8px;
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/com/images/common/icon_ssv_series.png");
  background-repeat: no-repeat;
}
.pg-program-item.ssv:after {
  content: '';
  width: 90px;
  height: 28px;
  background-position: 0 -41px;
}
.pg-program-item.ggv:after {
  content: '';
  width: 90px;
  height: 28px;
  background-position: 0 -114px;
}
.pg-program-item a {
  display: block;
}
.pg-ml-row .pg-program-item a {
  overflow: hidden;
}
.pg-empty-seg {
  height: 100px;
  border-bottom: 1px solid #ddd;
  background-color: #f0f0f0;
}
.pg-item-sub {
  color: #e4007f;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}
.pg-item-name {
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-decoration: underline;
}
.pg-figure-overlay .pg-item-name {
  color: #fff;
}
.pg-detail-frame .pg-item-name {
  text-decoration: none;
  font-size: 16px;
}
.pg-ml-row .pg-item-name {
  font-size: 18px;
}
.pg-program-item:hover .pg-item-name {
  text-decoration: none;
}
a .pg-item-name,
a:visited .pg-item-name,
a:active .pg-item-name {
  color: #333;
}
.pg-figure-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 271px;
  z-index: 135;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ie9 .pg-figure-overlay,
.ie8 .pg-figure-overlay {
  display: block;
  height: auto;
}
.pg-figure-overlay-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 50px 10px 10px;
  min-height: 100px;
  max-height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.75)));
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.75));
}
.ie9 .pg-figure-overlay-content {
  padding-top: 20px;
  display: block;
  background: rgba(0,0,0,0.4);
}
.ie8 .pg-figure-overlay-content {
  padding-top: 20px;
  display: block;
  background: #888;
}
.pg-item-figure {
  position: relative;
  vertical-align: top;
  z-index: 128;
}
.pg-detail-frame .pg-item-figure {
  display: table-cell;
  width: 120px;
}
.pg-item-figure:last-child {
  margin-bottom: 0;
}
.pg-item-figure img {
  border: 1px solid #ddd;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.pg-program-item:hover .pg-item-figure {
  opacity: 0.8;
}
.pg-ml-row .pg-detail-row:hover .pg-item-figure img {
  opacity: 1;
}
.pg-ml-row .pg-item-figure {
  width: 140px;
  float: left;
}
.pg-program-item:hover .pg-item-figure:after {
  opacity: 0.7;
}
.pg-detail-frame .pg-item-figure:after {
  display: none;
}
.ie9 .pg-item-figure:after,
.ie8 .pg-item-figure:after {
  display: none;
}
.pg-movie-frame {
  position: relative;
  display: table-cell;
  vertical-align: top;
}
.pg-movie-frame img {
  width: 100%;
  height: auto;
}
.onair .pg-movie-frame:after {
  position: absolute;
  top: -35px;
  right: 90px;
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/com/images/common/common-img-sprite.png");
  background-repeat: no-repeat;
  width: 90px;
  height: 36px;
  background-position: 0 -2414px;
  content: "";
}
.pg-movie-area {
  position: relative;
  width: 160px;
  color: #333;
  border: 1px solid #f0f0f0;
  background-color: #fdebf5;
  padding: 10px 10px 40px 10px;
  margin-left: auto;
  margin-right: 0;
  display: block;
  cursor: pointer;
  vertical-align: top;
}
.pg-movie-area:before {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 160px;
  height: 90px;
  display: block;
  content: "";
  background: url("/com/images/common/mod-ico-play-mini.png") no-repeat 0 0;
}
.pg-movie-area:after {
  position: absolute;
  bottom: 12px;
  left: 0;
  content: '動画を見る';
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  display: block;
  width: 100%;
}
.pg-movie-area:active,
.pg-movie-area:hover,
.pg-movie-area:link,
.pg-movie-area:visited {
  color: #333;
}
.pg-movie-area:hover {
  opacity: 0.8;
}
.pg-movie-area:hover img {
  opacity: 1;
}
.pg-item-attr-wrapper {
  margin: 20px auto 0;
}
.pg-detail-frame .pg-item-attr-wrapper {
  margin-top: 10px;
}
.pg-item-attr {
  overflow: hidden;
  line-height: 1;
  font-size: 14px;
  margin: 10px 0 0 0;
}
.pg-figure-overlay .pg-item-attr {
  color: #fff;
}
.pg-detail-frame .pg-item-attr {
  margin-top: 0;
}
.pg-program-item .pg-item-attr {
  margin-top: 0;
  padding-top: 10px;
}
.pg-program-item .pg-item-attr:empty {
  padding-top: 0;
}
.pg-item-attr-row {
  display: inline;
  /* EP-3034 */
  letter-spacing: -.4em;
  /* float: left; */
}

/* EP-3034 番組表用 */
.pg-tbody-column .pg-item-attr-row {
  display: table-cell;
  float: left;
}
.pg-tbody-column .pg-item-attr-row:after {
  display: inline;
  content: "";
  height: 0;
  width: 0;
  clear: both;
}
.pg-tbody-column .pg-item-attr-cell {
  display: inline;
  /* float: left; */
}

/* EP-3034 セレクタを変更　あなたの注目番組と、番組表の両方に適用されるように。
.pg-detail-frame .pg-item-attr-row,
.pg-ml-row .pg-item-attr-row {
  line-height: 2;
} */
.pg-detail-frame .pg-item-attr-row,
.pg-program-item .pg-item-attr-row {
  line-height: 2;
}

/* EP-3034 セレクタを変更　あなたの注目番組と、番組表の両方に適用されるように。
.pg-detail-frame .pg-item-attr-row:not(:last-of-type),
.pg-ml-row .pg-item-attr-row:not(:last-of-type) {
  padding-right: 20px;
} */
.pg-detail-frame .pg-item-attr-row:not(:last-of-type),
.pg-program-item .pg-item-attr-row:not(:last-of-type) {
  padding-right: 20px;
}

.pg-figure-overlay .pg-item-attr-row {
  display: table-cell;
}
/* EP-3034
.pg-program-item:not(.ml) .pg-item-attr-row:not(:first-of-type) {
  padding-top: 6px;
}
*/
.pg-item-attr-cell {
  /* EP-3034 float: left; */
  display: inline;
  /* EP-3034 vertical-align: top; */
  color: #333;
  letter-spacing: normal;
}
.pg-item-attr-cell:first-child {
  word-break: keep-all;
  white-space: nowrap;
}

/* EP-3034 */
.pg-item-attr-cell span:not(:last-child)::after {
  content: '、';
}

.pg-figure-overlay .pg-item-attr-cell {
  display: table-cell;
  color: #fff;
}

/*
EP-3034
*/
.pg-item-attr-cell a {
  /* color: #333; */
  display: inline;
  text-decoration: underline;
}
.pg-item-attr-cell a:hover{
  text-decoration: none;
  opacity: 0.7;
}

#document .js-detail-wrapper #program-detail-frame .pg-item-attr-cell a {
  color: #333;
  text-decoration: underline;
}
#document #mainContents .js-detail-wrapper #program-detail-frame .pg-item-attr-cell a:hover{
  text-decoration: none;
  opacity: 0.7;
}
#document .js-detail-wrapper #program-detail-frame .pg-item-attr-cell a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* EP-3034
今回追加分で不要
.pg-item-attr-cell span:not(:first-child):before {
  display: inline;
  content: '、';
}
 */
.pg-item-attr-cell:active,
.pg-item-attr-cell:link,
.pg-item-attr-cell:visited {
  color: #333;
}
.pg-item-register-btns {
  position: relative;
  margin-top: 15px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.pg-detail-section .pg-item-register-btns {
  display: inline-block;
}
.pg-program-item .pg-item-register-btns {
  position: absolute;
  margin-top: 0;
  left: 20px;
  bottom: 20px;
  width: 260px;
}
.pg-program-item.long .pg-item-register-btns {
  position: static;
  padding-top: 15px;
  left: auto;
  bottom: auto;
  width: auto;
}
.pg-item-register-btns:empty {
  padding-top: 0;
}
.pg-item-register-btns.with-catch {
  margin: 40px auto 0;
  text-align: center;
  width: 360px;
}
.pg-detail-section .pg-item-register-btns.with-catch {
  width: auto;
  max-width: 730px;
}
.pg-item-register-btns.centering {
  text-align: center;
}
.pg-item-register-btn {
  display: block;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  line-height: 38px;
  height: 38px;
  font-size: 16px;
  overflow: visible;
  text-decoration: none;
  margin: 0;
}
.js-view-movie-btn {
  display: block;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  line-height: 38px;
  height: 38px;
  font-size: 16px;
  overflow: visible;
  text-decoration: none;
  margin: 0;
}
.pg-detail-frame .pg-item-register-btn {
  display: inline-block;
  padding: 0 40px;
}
.pg-item-register-btn:hover {
  text-decoration: none;
}
.pg-item-register-btn:not(:last-child) {
  margin-right: 20px;
}
#document .pg-item-register-btn.brand {
  color: #e4007f;
  text-decoration: none;
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.pg-item-register-btn.brand:not(.registered):hover {
  filter: none;
  color: #f17fbf;
  opacity: 0.7;
}
#document .pg-item-register-btn.brand.registered {
  filter: none;
  color: #fff;
  background: #f17fbf;
  border: none;
  cursor: default;
  opacity: 1;
}
#document .pg-recommendTV #recommendTVTarget a.pg-item-register-btn.brand.registered,
#document .js-detail-wrapper #program-detail-frame a.pg-item-register-btn.brand.registered {
  opacity: 1;
}
.pg-item-register-btn.brand:after {
  content: 'ブランド新着お知らせ登録';
}
.pg-item-register-btn.brand.registered:after {
  content: 'ブランド新着お知らせ登録済み';
  letter-spacing: -1px;
}
.pg-item-register-btn.brand:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/com/images/common/common-img-sprite.png");
  background-position: 0 -2772px;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.pg-item-register-btn.brand.registered:before {
  background-position: 0 -2747px;
}
#document .pg-item-register-btn.onair {
  color: #77b716;
  text-decoration:none;
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
#document  .pg-item-register-btn.onair:not(.registered):hover {
  filter: none;
  color: #77b716;
  opacity: 0.7;
}
#document .pg-item-register-btn.onair.registered {
  filter: none;
  color: #fff;
  background: #77b716;
  border: none;
  cursor: default;
  opacity:1;
}
#document .pg-view-movie-btn{
  color: #666;
  text-decoration:none;
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

#document .pg-recommendTV #recommendTVTarget a.pg-item-register-btn.onair.registered,
#document .js-detail-wrapper #program-detail-frame a.pg-item-register-btn.onair.registered{
  opacity:1;
}
.pg-item-register-btn.onair:after {
  content: '番組お知らせ登録';
}
.pg-item-register-btn.onair.registered:after {
  content: '番組お知らせ登録済み';
  letter-spacing: -1px;
}
.pg-item-register-btn.onair:before {
  display: inline-block;
  content: none;
  width: 21px;
  height: 16px;
  -webkit-transform: translateX(-8px) translateY(2px);
  -ms-transform: translateX(-8px) translateY(2px);
  -moz-transform: translateX(-8px) translateY(2px);
  transform: translateX(-8px) translateY(2px);
}
.pg-item-register-btn.onair.registered:before {
  background-position: 0 -3528px;
  -webkit-transform: translateX(0) translateY(2px);
  -ms-transform: translateX(0) translateY(2px);
  -moz-transform: translateX(0) translateY(2px);
  transform: translateX(0) translateY(2px);
}
.pg-item-register-btn.other {
  color: #666;
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  cursor: pointer;
}
.pg-item-register-btn.other:hover {
  opacity: 0.7;
}
.pg-item-register-btn.disabled {
  filter: none;
  background: #ccc !important;
  color: #fff;
  border: 1px solid #ccc;
  cursor: default;
}
.pg-item-register-btn.disabled:hover {
  opacity: 1;
}
.with-catch .pg-item-register-btn:not(:first-child) {
  margin-top: 0;
}
.pg-item-register-btn.smaller {
  font-size: 14px;
}
.pg-item-register-btn.smaller:before {
  display: none;
}
.pg-item-register-btn.no-fit {
  display: inline-block;
  padding: 0 20px;
}
.pg-item-register-btn span {
  position: fixed;
  right: -8192px;
}
.pg-popup-message {
  display: none;
  position: absolute;
  top: -15px;
  left: 50%;
  width: 80%;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  -moz-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  padding: 6px 10px;
  margin: 0 4px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 4px;
  z-index: 1024;
  background-color: #fff;
  color: #333;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  line-height: 1.6;
}
.pg-popup-message:before {
  position: absolute;
  bottom: -6px;
  left: 50%;
  height: 10px;
  width: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-style: solid;
  border-color: #333;
  border-width: 0 1px 1px 0;
  background-color: #fff;
  content: "";
  z-index: 1027;
}
.ie8 .pg-popup-message:before {
  display: none;
}
body:not(.ie8) .pg-popup-message.active:not(.already-shown) {
  display: block;
  opacity: 1;
  -webkit-animation-name: toInvisible;
  animation-name: toInvisible;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.ie8 .pg-popup-message.active {
  display: block;
  opacity: 1;
  width: 100%;
  left: 0;
}
.pg-detail-outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 65535;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pg-detail-outer.active {
  opacity: 1;
}
.pg-detail-wrapper,
.pg-register-wrapper {
  position: absolute;
  text-align: left;
  z-index: 65542;
  padding: 40px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.pg-detail-clickable-area {
  position: absolute;
  z-index: 65538;
  background-color: #222;
  background-color: rgba(0,0,0,0.75);
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 65536px;
}
.pg-detail-clickable-area:before {
  position: absolute;
  top: -84px;
  right: 0;
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  content: "";
  background-image: url("/com/images/common/common-img-sprite.png");
  background-repeat: no-repeat;
  width: 41px;
  height: 64px;
  background-position: 0 -1203px;
}
.pg-detail-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/com/images/common/common-img-sprite.png");
  background-repeat: no-repeat;
  width: 41px;
  height: 64px;
  background-position: 0 -1203px;
  content: "";
  z-index: 65538;
  cursor: pointer;
}
.pg-cal-outer {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1024;
  overflow: hidden;
  clear: both;
}
.pg-cal-outer.bottom {
  top: auto;
  bottom: 50px;
}
.pg-cal-frame {
  display: none;
  background-color: #fdebf5;
  border: 1px solid #f17fbf;
  padding: 15px 16px;
  overflow: hidden;
}
.pg-cal-month {
  float: left;
  width: 304px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 17px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.pg-cal-month:last-child {
  margin-right: 0;
}
.ie8 .pg-cal-month {
  margin-right: 11px;
}
.pg-cal-thead {
  padding: 15px 0;
  position: relative;
}
.pg-cal-label {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.pg-cal-btn {
  display: block;
  position: absolute;
  top: 18%;
  content: '';
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #a0a0a0;
  z-index: 65539;
  cursor: pointer;
}
.pg-cal-btn.left {
  left: 8px;
}
.pg-cal-btn.right {
  right: 8px;
}
.pg-cal-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  border-style: solid;
  border-color: #fff;
  border-width: 1px 1px 0 0;
  width: 10px;
  height: 10px;
  display: block;
}
.pg-cal-btn.left:after {
  -webkit-transform: translateY(-50%) translateX(-30%) rotate(225deg);
  -ms-transform: translateY(-50%) translateX(-30%) rotate(225deg);
  -moz-transform: translateY(-50%) translateX(-30%) rotate(225deg);
  transform: translateY(-50%) translateX(-30%) rotate(225deg);
}
.pg-cal-btn.right:after {
  -webkit-transform: translateY(-50%) translateX(-70%) rotate(45deg);
  -ms-transform: translateY(-50%) translateX(-70%) rotate(45deg);
  -moz-transform: translateY(-50%) translateX(-70%) rotate(45deg);
  transform: translateY(-50%) translateX(-70%) rotate(45deg);
}
.pg-cal-btn:hover {
  background-color: #ffe8f5;
}
.pg-cal-day-list {
  overflow: hidden;
  background-color: #f0f0f0;
  color: #888;
  margin: 0 10px;
}
.pg-cal-content {
  margin: 0 10px;
  overflow: hidden;
}
.pg-cal-day {
  display: block;
  float: left;
  text-align: center;
  width: 14%;
  color: #999;
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
}
.pg-cal-cell {
  display: block;
  float: left;
  text-align: center;
  color: #ccc;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  width: 14%;
  z-index: 512;
  margin: 5px 0;
}
.pg-cal-cell.active,
.pg-cal-cell.active a,
.pg-cal-cell.active a:active,
.pg-cal-cell.active a:visited {
  color: #333;
}
.pg-cal-cell.focused a {
  font-weight: bold;
  color: #e4007f;
}
.pg-cal-cell.today a {
  z-index: 511;
  color: #fff;
}
.pg-cal-cell.today,
.pg-cal-cell.today a,
.pg-cal-cell.focused,
.pg-cal-cell.focused a {
  position: relative;
}
.pg-cal-cell.today:after,
.pg-cal-cell.focused:not(.active):after,
.pg-cal-cell.focused a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 19px;
  z-index: 509;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pg-cal-cell.today:after {
  background-color: #f17ebf;
}
.ie8 .pg-cal-cell.today:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #f17ebf;
}
.ie8 .pg-cal-cell.focused {
  border: 1px solid #e4007f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pg-cal-cell.focused:not(.active):after,
.pg-cal-cell.focused a:after {
  border: 1px solid #e4007f;
}
.pg-detail-frame {
  position: relative;
}
.pg-detail-time {
  display: inline-block;
  background-color: #999;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px 20px;
  font-weight: bold;
  line-height: 1;
}
.ssv .pg-detail-time {
  background: url("/com/images/common/mod-bg-ssv.gif");
  color: #5e2325;
}
.ggv .pg-detail-time {
  background: url("/com/images/common/mod-bg-ggv.gif");
  color: #fff;
}
.onair .pg-detail-time {
  background-color: #e60012;
}
.pg-detail-footer {
  padding: 50px 20px 160px;
  border-top: 1px solid #ddd;
}
.pg-detail-frame .pg-detail-row {
  display: table;
  width: 100%;
  margin-bottom: 60px;
}
.pg-detail-row:hover {
  text-decoration: none;
}
.pg-detail-head {
  margin-bottom: 20px;
}
.pg-hline {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.pg-category:after {
  display: inline-block;
  color: #e4007f;
  font-size: 14px;
  font-weight: bold;
  width: auto;
  height: 22px;
  line-height: 22px;
  padding-left: 28px;
  margin-left: 10px;
  background-image: url("/com/images/common/common-img-sprite.png");
  background-repeat: no-repeat;
  vertical-align: middle;
}
.pg-ml-row .pg-category:after {
  position: absolute;
  top: 12px;
  left: 100%;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
  width: 300px;
  text-align: left;
}
.cat-jewel .pg-category:after {
  content: 'ジュエリー';
  background-position: 0 -1774px;
}
.cat-cosme .pg-category:after {
  content: 'コスメ';
  background-position: 0 -1838px;
}
.cat-home .pg-category:after {
  content: 'ホーム・インテリア';
  background-position: 0 -1678px;
}
.cat-beauty .pg-category:after {
  content: '美容・ダイエット・フィットネス';
  background-position: 0 -1806px;
}
.cat-small .pg-category:after {
  content: '靴・バッグ・小物・インナー';
  background-position: 0 -1902px;
}
.cat-fashion .pg-category:after {
  content: 'ファッション';
  background-position: 0 -1742px;
}
.cat-electronics .pg-category:after {
  content: '家電';
  background-position: 0 -1872px;
}
.cat-groumet .pg-category:after {
  content: 'グルメ・お酒';
  background-position: 0 -1710px;
}
.cat-ticket .pg-category:after {
  content: '旅・趣味・暮らし・コレクターズ';
  background-position: 0 -1934px;
}
.cat-mixed .pg-category:after {
  content: 'ミックス';
  background-position: 0 -1966px;
}
.pg-brand-link {
  margin: 0 auto 20px;
  text-align: center;
}
#document .js-detail-wrapper #program-detail-frame .pg-brand-link a {
  font-size: 16px;
  text-decoration: underline;
  color: #333;
}
#document .js-detail-wrapper #program-detail-frame .pg-brand-link a:hover {
  text-decoration: none;
}
.pg-brand-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.pg-brand-image {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
  margin-right: 20px;
}
.pg-brand-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.pg-brand-name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.pg-brand-text {
  margin: 20px auto;
  font-size: 13px;
  line-height: 1.8;
}
.pg-price {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  color: #333;
  line-height: 1;
  position: relative;
  display: block;
  margin: 5px 0 0 0;
}
a .pg-price {
  color: #e4007f;
}
.pg-price:after {
  display: inline;
  content: "(税込)";
  color: #333;
  font-size: 12px;
  padding-left: 2px;
  font-weight: normal;
  vertical-align: middle;
}
.pg-price.expensive {
  font-size: 17px;
}
.pg-price.x-expensive {
  font-size: 15px;
}
a .pg-price-no-compare {
  color: #333;
}
.pg-price-no-compare.expensive {
  font-size: 16px;
}
.pg-price-no-compare.x-expensive {
  font-size: 13px;
}
.pg-discount {
  display: inline-block;
  background-color: #f17ebf;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  padding: 0 10px;
  margin-top: 4px;
  border-radius: 3px;
}
.pg-wprice {
  font-size: 12px;
  line-height: 1;
  color: #333;
}
.pg-wprice.sale {
  text-decoration: line-through;
  color: #333;
}
.pg-comparison-label {
  font-size: 12px;
  color: #333;
}
.pg-product-text {
  margin-top: 10px;
}
.pg-product-name {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}
.pg-4col-list:not(:last-child) {
  padding-bottom: 20px;
}
.pg-4col-list:after {
  display: block;
  content: '';
  clear: both;
}
.pg-col-item {
  position: relative;
  margin: 0;
  text-align: left;
}
.pg-4col-list .pg-col-item {
  width: 22%;
  margin-right: 3%;
  float: left;
}
.pg-4col-list .pg-col-item:nth-child(n+5) {
  margin-top: 30px;
}
.pg-4col-list .pg-col-item:nth-child(4n) {
  margin-right: 0;
}
.pg-4col-list .pg-col-item:nth-child(4n+1) {
  clear: both;
}
.pg-col-item img {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 1px solid #ddd;
}
.mv-window-frame .pg-col-item img {
  width: 176px;
  height: auto;
}
.pg-col-item a {
  display: block;
  position: relative;
  overflow: visible;
}
.pg-col-item a:hover {
  text-decoration: none;
}
.pg-col-item a.no-stock:hover img {
  opacity: 1;
}
.pg-col-item a:before {
  position: absolute;
  top: -12px;
  left: -5px;
  z-index: 256;
  height: 27px;
  background-image: url("/com/images/common/icon_ssv_series.png");
  background-repeat: no-repeat;
}
.pg-col-item a.ssv:before,
.pg-col-item a.net-ssv:before,
.pg-col-item a.ggv:before,
.pg-col-item a.net-ggv:before,
.pg-col-item a.seven:before,
.pg-col-item a.hpv:before,
.pg-col-item a.pressv:before {
  content: '';
}
.pg-col-item a.ssv:before {
  background-position: 0 -44px;
  width: 100px;
}
.pg-col-item a.net-ssv:before {
  background-position: 0 -181px;
  width: 105px;
}
.pg-col-item a.ggv:before {
  background-position: 0 -117px;
  width: 100px;
  left: -6px;
}
.pg-col-item a.net-ggv:before {
  background-position: 0 -241px;
  width: 105px;
}
.pg-col-item a.seven:before {
  background-position: 0 -295px;
  width: 105px;
}
.pg-col-item a.hpv:before {
  background-position: 0 -490px;
  width: 100px;
}
.pg-col-item a.pressv:before {
  background-position: 0 -415px;
  width: 100px;
  height: 40px;
  background-size: 130px;
  top: -27px;
}
.no-stock span {
  position: relative;
  z-index: 128;
  display: block;
}
.no-stock span:before {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  text-align: center;
  height: 25px;
  line-height: 25px;
  border-radius: 4px;
  width: 80px;
  background-color: #808080;
  color: #fff;
  font-size: 16px;
  content: "在庫なし";
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.pg-detail-section {
  padding: 30px 0 0 0;
  margin-bottom: 50px;
  text-align: center;
}
.pg-video-section {
  padding: 20px 0;
}
.pg-video {
  margin: 20px 0;
}
.pg-fit-window {
  height: 100%;
}
@media screen and (orientation: landscape) {
  .pg-fit-window.not-fixed-at-landscape {
    height: 600px;
  }
}
.btn-simple {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 38px;
  padding: 0 40px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.btn-simple:hover {
  background-color: #ececec;
}
a.btn-simple {
  color: #666;
}
.pg-catch {
  margin: 10px 0 20px;
}
.pg-catch.preparing {
  position: relative;
  margin:50px auto;
  width: 500px;
}
.pg-catch-inner {
  position: relative;
  font-size: 14px;
  text-align: center;
}
.pg-catch-avatar {
  position: absolute;
  left: -114px;
  top: -24px;
  width: 105px;
  height: auto;
  vertical-align: top;
}
.preparing .pg-catch-avatar {
  left: 0;
  padding-bottom: 20px;
}
.pg-register-wrapper {
  display: none;
}
.pg-register-label {
  font-size: 18px;
  font-weight: bold;
}
.pg-register-text {
  font-size: 14px;
}
.pg-register-subject {
  margin: 30px 0;
  padding: 20px 0;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.pg-register-subject:before {
  display: inline-block;
  width: 4px;
  height: 18px;
  margin-right: 15px;
  content: "";
  background-color: #e93399;
  vertical-align: middle;
}
.pg-input-wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
}
.pg-input-wrapper .txt-important {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #f60;
}
.pg-input {
  display: inline-block;
  font-size: 16px;
  padding: 0 10px;
  width: 400px;
  color: #333;
  border: 0;
  border: solid 1px #a0a0a0;
  margin: 0;
  border-radius: 5px;
  line-height: 38px;
  height: 40px;
}
.pg-input.empty {
  background-color: #fdecf6;
  color: #666;
}
.pg-btn-submit {
  letter-spacing: 0;
  text-align: center;
}
.pg-btn-submit a {
  display: inline-block;
  border-radius: 10px;
  padding: 17px 40px;
  line-height: 1;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none !important;
  letter-spacing: 0.05em;
}
.pg-btn-submit a:hover {
  opacity: 0.7;
}
.pg-register-btn-list .pg-btn-submit {
  display: inline-block;
}
.pg-register-btn-list .pg-btn-submit a {
  padding-left: 40px;
  padding-right: 40px;
}
.pg-btn-back {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  line-height: 56px;
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  font-size: 18px;
  border-radius: 10px;
  font-weight: bold;
  color: #666;
  width: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-indent: 20px;
}
.pg-btn-back:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/com/images/common/common-img-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -3298px;
  top: 50%;
  left: 30px;
  margin-top: -10px;
}
#document .pg-btn-back:link,
#document .pg-btn-back:active,
#document .pg-btn-back:visited,
#document .pg-btn-back:hover {
  color: #666;
  text-decoration: none;
}
.pg-btn-back:hover {
  opacity: 0.7;
}
.pg-register-btn-list {
  text-align: center;
}
.pg-register-btn-list:last-child {
  padding-bottom: 40px;
}
.pg-ml-section-wrapper {
  min-height: 300px;
}
.pg-ml-section {
  margin: 40px 0 20px;
}
.pg-text {
  font-size: 14px;
  line-height: 1.8;
}
.pg-ml-section .pg-text {
  margin: 0 0 30px 0;
}
.pg-caution-list .pg-text {
  font-size: 12px;
  line-height: 1;
}
.mv-window-frame .pg-text {
  text-align: left;
}
.pg-text.fz-l {
  font-size: 16px;
}
.pg-text + .pg-text {
  padding-top: 10px;
}
.pg-text a {
  text-decoration: underline;
  cursor: pointer;
}
.pg-text a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.pg-text a:hover,
.pg-text a:visited,
.pg-text a:link,
.pg-text a:active {
  color: #333;
}
.pg-ml-row {
  position: relative;
  display: table;
  border: 1px solid #ddd;
}
.pg-ml-row + .pg-ml-row {
  margin-top: 30px;
}
.pg-item-btn-column {
  width: 238px;
  padding: 0 20px;
  border-left: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.pg-item-btn {
  display: inline-block;
  background-color: #fff;
  color: #666;
  padding: 5px 20px;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  vertical-align: middle;
}
.pg-item-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.pg-item-btn:link,
.pg-item-btn:visited,
.pg-item-btn:active {
  color: #666;
}
.pg-headline {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
  margin: 0 0 20px;
  border-bottom: 1px solid #ddd;
  line-height: 1;
}
.pg-ml-guide-row {
  overflow: hidden;
  margin: 40px auto 80px;
}
.pg-ml-guide {
  float: left;
  width: 50%;
}
.pg-ml-guide figure {
  text-align: center;
}
.pg-ml-guide img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.pg-ml-guide-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}
.pg-ml-guide-text span {
  font-size: 12px;
}
.pg-ml-guide:nth-child(1) .pg-ml-guide-text {
  padding-right: 20px;
}
.pg-ml-guide:nth-child(2) .pg-ml-guide-text {
  padding-left: 20px;
}
.pg-ml-section .future-program-wrapper {
  overflow: hidden;
}
.pg-ml-section-wrapper .pg-ml-section .accordion a.button {
  background-color: #fff;
  border: solid 1px #a0a0a0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  color: #666 !important;
  cursor: pointer;
  display: none;
  font-size: 16px;
  line-height: 38px;
  margin: 40px auto 0;
  padding-left: 33px;
  position: relative;
  width: 240px;
}
.pg-ml-section-wrapper .pg-ml-section .accordion a.button.open {
  width: 340px;
}
.pg-ml-section-wrapper .pg-ml-section .accordion a.button.close {
  padding-left: 0;
}
.pg-ml-section-wrapper .pg-ml-section .accordion a.button.close:before {
  background-image: url("/img/arrow_up.png");
}
.pg-ml-section-wrapper .pg-ml-section .accordion a.button:before {
  content: "";
  display: block;
  height: 7px;
  left: 22px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 12px;
  background-image: url("/img/arrow_down.png");
}
.pg-ml-section-wrapper .pg-ml-section .accordion a.button:hover {
  opacity: 0.7;
}
.pg-ml-section-wrapper .pg-ml-section .accordion a.button span.view-all {
  font-weight: normal;
}
.condition-section {
  margin-top: 40px;
  margin-bottom: auto;
}
.condition-section .condition-title {
  font-size: 20px;
  font-weight: bold;
}
.condition-section .condition-table {
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 5px 0 60px 0;
  border-collapse: separate;
  border-spacing: 0;
  margin-left: auto;
  margin-right: auto;
}
.condition-section .condition-table .condition-cell {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #ddd;
}
.condition-section table.condition-table td.condition-cell div.condition-name {
  display: table-cell;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  width: 740px;
  word-break: break-all;
}
.condition-section table.condition-table td.condition-cell div.condition-control {
  display: table-cell;
  width: 238px;
}
.condition-section table.condition-table td.condition-cell div.condition-control a.unregister-button {
  background-color: #fff;
  border: solid 1px #a0a0a0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  color: #666;
  display: block;
  height: 40px;
  line-height: 38px;
  margin-right: 10px;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 70px;
  font-size: 16px;
}
.condition-section table.condition-table td.condition-cell div.condition-control a.unregister-button.clicked {
  background-color: #bbb;
  color: #fff;
  border: none;
  pointer-events: none;
}
.mv-window-frame {
  max-width: 460px;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.mv-window-frame.onair:before {
  display: inline-block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/com/images/common/common-img-sprite.png");
  background-repeat: no-repeat;
  width: 90px;
  height: 36px;
  background-position: 0 -2414px;
  content: "";
  margin-bottom: 10px;
}
.mv-column-wrapper {
  overflow: hidden;
}
.mv-player {
  width: 420px;
  margin: 0 auto;
}
/*
  ===================================================
  おすすめ・閲覧履歴モジュールの
  スタイルを補完
  ===================================================
*/
.mod-relation-item {
  font-size: 14px;
}
.mod-relation-item a:link,
.mod-relation-item a:visited {
  color: #333;
  text-decoration: underline;
}
.mod-relation-item a:hover {
  color: #333;
  text-decoration: none;
}
.mod-relation-item.m-recentry:before {
  position: absolute;
  top: 0;
  right: -1000%;
  bottom: 0;
  left: -1000%;
  content: " ";
  display: block;
  background: #f4f4f4;
  z-index: -1;
}
.bx-wrapper {
  margin: 0 auto;
}
/*
  ランキングモジュールのスタイル
  ===================================================
*/
.xm-h {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.xm-h:before {
  overflow: hidden;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/com/images/common/common-img-sprite.png");
  background-repeat: no-repeat;
  width: 980px;
  height: 24px;
  margin: 0 auto 15px;
}
.ranking .xm-h:before {
  background-position: 0 -3479px;
  content: "";
}
.recommend .xm-h:before {
  background-position: 0 -3076px;
  content: "";
}
.viewed .xm-h:before {
  background-position: 0 -3042px;
  content: "";
}
.xm-lead {
  margin: 0 0 40px;
  font-size: 12px;
  text-align: center;
}
.xm-wrapper {
  margin: 0;
}
.theme-02 .xm-wrapper {
  position: relative;
  width: 980px;
  letter-spacing: -0.4em;
  text-align: center;
}
.theme-03 .xm-wrapper {
  overflow: hidden;
  padding: 30px 0 0 60px;
}
.xm-item {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  position: relative;
  cursor: pointer;
}
.xm-item:not(:first-child) {
  margin-left: 20px;
}
.theme-02 .xm-item {
  width: 180px;
}
.theme-03 .xm-item {
  width: 146px;
  padding: 0 15px 0;
}
.theme-03 .xm-item:not(:first-child) {
  margin-left: 0;
}
.xm-item .xm-rank {
  display: block;
  margin: 0 0 15px;
  padding: 3px 0;
  width: 36px;
  background: #e0e0e0;
  color: #666;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.xm-item .xm-image {
  margin: 0 0 15px;
  text-align: left;
  min-height: 146px;
}
.xm-item .xm-image a {
  display: inline-block;
}
.xm-item .xm-image img {
  border: 1px solid #ddd;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.xm-item .xm-image:hover {
  text-decoration: none;
}
.theme-03 .xm-item {
  margin: 0 0 10px;
  padding: 0;
}
.xm-item .xm-program-time {
  margin: 0 0 8px;
  font-weight: bold;
  line-height: 1.2;
  font-size: 14px;
}
.xm-item .xm-item-name {
  line-height: 1.3;
  font-size: 14px;
  color: #333;
  text-decoration: underline;
}
.xm-item .xm-content:hover .xm-item-name {
  text-decoration: none;
}
.xm-body {
  text-align: left;
}
.xm-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.xm-content:hover {
  opacity: 0.7;
}
.theme-02 .xm-content {
  background: #fff;
  padding: 20px 16px;
  margin-bottom: 20px;
}
.ajax-module-wrapper {
  position: relative;
}
.ajax-module-wrapper.bgc-02:before {
  position: absolute;
  top: 0;
  left: -8192px;
  content: "";
  width: 65535px;
  height: 100%;
  display: block;
  background-color: #f8f8f8;
  z-index: -1;
}
.ajax-module-wrapper .bx-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.ajax-module-wrapper .xm-price {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.2;
}
.ajax-module-wrapper .xm-period {
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
}
.ajax-module-wrapper .xm-price {
  font-weight: bold;
  font-size: 18px;
  color: #e4007f;
}
.ajax-module-wrapper .xm-price[class*="-million"] {
  font-size: 15px;
}
.ajax-module-wrapper .xm-price[class*="-10million"] {
  font-size: 15px;
}
.ajax-module-wrapper .xm-price[class*="-10million"] .xm-tax {
  font-size: 9px;
}
.ajax-module-wrapper .xm-price[class*="-default"] {
  color: #333;
}
.ajax-module-wrapper .xm-priceB {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}
.ajax-module-wrapper .xm-priceB[class*="-million"] {
  font-size: 15px;
}
.ajax-module-wrapper .xm-priceB[class*="-10million"] {
  font-size: 15px;
}
.ajax-module-wrapper .xm-priceB[class*="-10million"] .tax {
  font-size: 9px;
}
.ajax-module-wrapper .xm-tax {
  font-size: 12px;
  font-weight: normal;
  color: #333;
  padding-left: 6px;
}
.ajax-module-wrapper .xm-monthly {
  font-size: 12px;
}
.ajax-module-wrapper .xm-wpriceLine {
  text-decoration: line-through;
}
.ajax-module-wrapper .xm-rate {
  display: block;
}
.ajax-module-wrapper .xm-ico-off {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 0;
  border-radius: 2px;
  padding: 0 10px;
  background: #f17fbf;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
@-webkit-keyframes appeal {
  100% {
    background-color: #f9c0e0;
  }
}
@-webkit-keyframes toInvisible {
  100% {
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes appeal {
  to {
    background-color: #f9c0e0;
  }
}
@keyframes appeal {
  to {
    background-color: #f9c0e0;
  }
}
@-webkit-keyframes toInvisible {
  to {
    opacity: 0;
    display: none;
  }
}
@keyframes toInvisible {
  to {
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes appeal {
  100% {
    background-color: #f9c0e0;
  }
}
@keyframes appeal {
  100% {
    background-color: #f9c0e0;
  }
}
@-webkit-keyframes toInvisible {
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes toInvisible {
  100% {
    opacity: 0;
    display: none;
  }
}

/*EP-1484*/
#mainContents .js-detail-wrapper a{
 text-decoration: none;
}

.pg-recommendTV{
  position:relative;
  z-index:0;
}
#recommendTVDetailTarget,
#recommendTVTarget{
  padding:80px 0;
}

.recommendTV{
  max-height:470px;
  overflow:hidden
}

.pg-recommendTV li{
text-align:left;
}

.pg-recommendTV a{
text-decoration: none;
}

#recommendTVTarget:before,
#recommendTVDetailTarget:before{
position:absolute;
top:0;
right:-1000%;
bottom:0;
left:-1000%;
content:"";
display:block;
background:#f4f4f4;
z-index:-1;
}
#document .pg-recommendTV .heading{margin: 0 0 35px;font-weight:bold;font-size:16px;font-size:1.6rem;text-align:center;}
.pg-recommendTV .heading:before{
overflow:hidden;
display:block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/com/images/top/top-img-sprite.png?ver=5.05.0');
background-repeat:no-repeat;
width:980px;
height:24px;
background-position:0 -360px;
margin:0 auto 15px;
content:"";
}

.pg-recommendTV .theme-02 .xm-wrapper {
  height:350px;
  overflow:hidden;
}

.pg-recommendTV .xm-content:hover,
.pg-recommendTV .xm-content:hover .pg-item-register-btns{
  opacity: 1.0;
}

.pg-recommendTV .xm-content .recommendTVlink:hover .xm-image,
.pg-recommendTV .xm-content .recommendTVlink:hover .xm-program-time,
.pg-recommendTV .xm-content .recommendTVlink:hover .xm-program-name{
  opacity: 0.7;
  text-decoration: none;
}

.pg-recommendTV .xm-content .xm-image {
  min-height: 135px;
  margin: 0 0 10px;
}

.pg-recommendTV .xm-content .xm-image img{
  width:100%;
}

.pg-recommendTV .xm-program-name {
  text-decoration: underline;
  color: #333;
  line-height: 1.2;
  word-break:break-all;
  overflow:hidden;
  font-size:14px;
}

.pg-recommendTV .theme-02 .xm-content {
  background: #fff;
  padding: 20px 13px;
  margin-bottom: 20px;
}

.pg-recommendTV .xm-item{
  margin: 0;
  width:161px;
  height:350px;
  padding-right:15px;
}

.pg-recommendTV .bx-wrapper .bx-next{
  right : -30px;
  top : 150px;
}

.pg-recommendTV .bx-wrapper .bx-prev{
  right : -45px;
  top : 150px;
}

.pg-recommendTV ul > li .recommendTVlink .item-ico{
  position: absolute;
  top: 50px;
  left: 6px;
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url(/com/images/common/icon_ssv_series.png);
  background-repeat: no-repeat;
}

.pg-recommendTV ul > li .recommendTVlink .item-ico[class*="-ssv"]{
  width:100px;
  height:34px;
  background-position:0 -41px;
}

.pg-recommendTV ul > li .recommendTVlink .item-ico[class*="-ggv"]{
  width:100px;
  height:34px;
  background-position:0 -114px;
}

.js-detail-wrapper .pg-recommendTV{
  margin:0 -40px 50px;
}

.pg-recommendTV .pg-item-register-btns .pg-item-register-btn{
  display: block;
  padding : 0;
}

#mainContents #mainContentBlock #program-detail-frame .pg-item-attr-cell a{
  text-decoration: underline;
}

#mainContents .pg-recommendTV~#viewed{
  margin-top: 0;
}

input[data-program-recommend-id^="z_pg_recommend_program"]~#recommendTVTarget:before,
input[data-program-recommend-id^="z_pg_recommend_thanks"]~#recommendTVTarget:before{
  background:none;
}

input[data-program-recommend-id^="z_pg_recommend_program"]~#recommendTVTarget .xm-item .xm-image img,
input[data-program-recommend-id^="z_pg_recommend_thanks"]~#recommendTVTarget .xm-item .xm-image img{
  border:none;
}
