@charset "shift_jis";

/* CSS Document */
.btn_txt {
  text-align: center;
  font-size: 0.8em;
  margin: -1px 0 0 0;
  color: #555555;
}

/* 登録ボタン共通 */

/*ボタンの位置の調整は.brand-program-reserveのmarginで調整してください。width変更するとバルーンの位置が変わってしまいます。*/
.brand-program-reserve {
  text-align: center;
  width: 310px;
}
.pNotice a, .bNotice a {
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  display: block;
  box-sizing: border-box;
  width: 290px;
  background: #fff;
  padding: 0 5px;
  margin: 5px 10px;
  position: relative;
}
#document .pNotice a, #fancybox-wrap .pNotice a {
  text-decoration: none;
  color: #80bd24;
}
#document .bNotice a, #fancybox-wrap .bNotice a {
  text-decoration: none;
  color: #e4007f;
}
.pNotice a:before, .bNotice a:before {
  overflow: hidden;
  display: inline-block;
  text-indent: 20%;
  white-space: nowrap;
  vertical-align: -4px;
  line-height: 1;/* 番組お知らせ登録アイコン非表示処理
      background-image:url(/com/images/common/common-img-sprite.png);  background-repeat:no-repeat;
        content:"";  */
}
.bNotice a:before {
  background-image: url(/com/images/common/common-img-sprite.png);
  background-repeat: no-repeat;
  content: "";
}

/* 番組登録ボタン用 */
#document .pNotice a, #fancybox-wrap .pNotice a {
  color: #77b716;
  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 .pNotice a:before, #fancybox-wrap .pNotice a:before {
  width: 21px;
  height: 16px;
  background-position: 0 -3508px;
  margin: 0 5px 0 0;
}
#document .pNotice a.is-selected, #fancybox-wrap .pNotice a.is-selected {
  filter: none;
  background: #80bd24;
  color: #fff;
  border:#80bd24 1px solid;
}
#document .pNotice a.is-selected:before, #fancybox-wrap .pNotice a.is-selected:before {
  background-position: 0 -3528px;
}

/* ブランド登録ボタン用 */
#document .bNotice a, #fancybox-wrap .bNotice a {
  color: #e4007f;
  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 .bNotice a:before, #fancybox-wrap .bNotice a:before {
  width: 20px;
  height: 16px;
  background-position: 0 -2773px;
}
#document .bNotice a.is-selected, #fancybox-wrap .bNotice a.is-selected {
  filter: none;
  background: #f17fbf;
  color: #fff;
  border:#f17fbf 1px solid;
}
#document .bNotice a.is-selected:before, #fancybox-wrap .bNotice a.is-selected:before {
  background-position: 0 -2746px;
}

/* バルーン */
.brand-program-reserve .program-reserve-wrapper {
  width: 310px;
}
.brand-program-reserve .program-reserve-balloon-message {
  bottom: 42px;
  border-bottom: 0 solid #fff;
  display: block;
  left: 10px;
  position: relative;
  height: 0;
  text-align: center;
}
.brand-program-reserve .program-reserve-balloon-message .program-reserve-list-message {
  background: #fff;
  border: 1px solid #666 !important;
  border-radius: 5px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  padding: 4px !important;
  margin: 0 40px;
  position: absolute;
  width: 200px;
  z-index: 1;
  bottom: 0;
}
.brand-program-reserve .program-reserve-balloon-message .program-reserve-list-message:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-top: 16px solid #FFF;
  z-index: 2;
}
.brand-program-reserve .program-reserve-balloon-message .program-reserve-list-message:after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 11px solid #666;
  z-index: -1;
}
.fl .bNotice, .fl .pNotice, .fl .program-reserve-wrapper {
  padding-left: 0;
}
#future .program-reserve button:hover{
  opacity: .7;
}
#future .program-reserve button {
  color: #77b716;
  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);
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  display: block;
  box-sizing: border-box;
  padding: 0 5px;
  margin: 0 auto;
  position: relative;
}
#future .program-reserve button:before {
  display: none;
}
#future .program-reserve-wrapper button {
  background: #80bd24;
  color: #fff;
  border:#80bd24;
}
#future .program-reserve a.is-selected button {
  filter: none;
  background: #80bd24;
  color: #fff;
  border:#80bd24;
}
/* fancybox */
#fancybox-content{
  margin-top: 0;
}
#fancybox-wrap{
  margin-top: 40px;
}
#fancybox-close {
  top: -84px;
  right: 0;
  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: 41px;
  height: 64px;
  background-position: 0 -1203px;
  display: none;
}