@charset "UTF-8";
/*2015.03.30 VI */
/*all
------------------------------------------*/
body {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

#globalWrapper {
  position: relative;
}

a img {
  vertical-align: bottom;
}

a:link,
a:visited {
  color: #ff00a0;
}

a:hover {
  color: #bd0074;
}

.ad {
  font-size: 0;
}

#ktv-header a img,
#ktv-footer a img,
#ktv-sidebar a img {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#ktv-header a:hover img,
#ktv-footer a:hover img,
#ktv-sidebar a:hover img {
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/*google 検索フォーム*/
.ktv_search {
  border-radius: 10px;
}

table.gsc-search-box {
  margin: 0 !important;
  padding: 0 !important;
}

form.gsc-search-box {
  font-size: 86% !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.gsc-input-box {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  height: auto !important;
}

.gsc-search-box-tools .gsc-search-box div.gsc-input {
  position: relative;
  background-color: #fff !important;
  font-size: 86% !important;
  border: none !important;
  padding: 0 !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  border: none !important;
  box-shadow: none !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input #gsc-i-id1 {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border: 1px solid #f0f0f0 !important;
  padding: 0 10px !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  /*width: 13px !important;*/
  /*height: 13px !important;*/
  padding: 5px 7px 5px 4px !important;
  background-repeat: no-repeat;
  border: none !important;
  margin: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  background: #ff00a0 !important;
cursor: pointer;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  border-color: none !important;
}

.gsib_a {
  padding: 0 !important;
}

.gsst_a,
.gsst_b {
  font-size: 0 !important;
}

/*ktv-sidebar
------------------------------------------*/
#ktv-sidebar ul li {
  margin: 0 0 10px 0;
}

/* AEM 2016.04.03 追加
----------------------------------- */
#ktv-sidebar .side-box .section {
  margin: 0 0 10px 0;
}
/* ----------------------------------- */

#ktv-sidebar .osusume {
  zoom: 1;
  background: #fff;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-top: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
#ktv-sidebar .osusume:before, #ktv-sidebar .osusume:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#ktv-sidebar .osusume:after {
  clear: both;
}
#ktv-sidebar .osusume h2 {
  position: relative;
  margin: 0 8px 8px;
  padding: 5px 10px;
  border-left: 3px solid #6f6f6f;
  color: #494949;
}
#ktv-sidebar .osusume h2:before {
  content: '';
  position: absolute;
  right: 0px;
  bottom: -8px;
  display: block;
  width: 50px;
  height: 62px;
  background: url(../../img/global/sidebar/ico_osusume.png) no-repeat 0 0;
}
#ktv-sidebar .osusume ul {
  border-top: 1px solid #dedede;
}
#ktv-sidebar .osusume ul li {
  margin: 0;
  border-top: 1px dotted #6f6f6f;
}
#ktv-sidebar .osusume ul li:first-child {
  border-top: none;
}
#ktv-sidebar .player_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#ktv-sidebar #player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*ktv-footer
------------------------------------------*/
#ktv-footer {
  clear: both;
  zoom: 1;
  height: auto;
}
#ktv-footer:before, #ktv-footer:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#ktv-footer:after {
  clear: both;
}
#ktv-footer a:link, #ktv-footer a:visited {
  color: #353535;
  text-decoration: none;
}
#ktv-footer .inner {
  zoom: 1;
}
#ktv-footer .inner:before, #ktv-footer .inner:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#ktv-footer .inner:after {
  clear: both;
}
#ktv-footer .inner .ft-box ul li {
  position: relative;
}
#ktv-footer .inner .ft-box ul li a {
  padding-left: 18px;
}
#ktv-footer .inner .ft-box ul li a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 4px solid #ff00a0;
  top: 6px;
  left: 3px;
}
#ktv-footer .inner .ft-box ul li a.blank:before {
  width: 12px;
  height: 11px;
  left: 0;
  border: none;
  background: url(../../img/global/footer/ico_blank_pink.png) no-repeat 0 0;
}
#ktv-footer .inner .copyright {
  font-size: 86%;
  clear: both;
}

/*ktv-base 関西テレビ基本ベース
------------------------------------------*/
.ktv-base a {
  color: #ff00a0;
  text-decoration: none;
}
.ktv-base a:hover {
  text-decoration: underline;
}
.ktv-base #globalWrapper {
  background-color: #f4f4f4;
}
.ktv-base .main-cont {
  padding-top: 14px;
}

.imgrespon {
  width: 100%;
  background-repeat: no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}

/*---------------------------------------------------
                    [emergency]
-----------------------------------------------------
    　　　　　　     緊急連絡枠
-----------------------------------------------------
            #body > #globalContainer > #emergency
-----------------------------------------------------*/
div#globalContainer div#contentMain div#timetableHeader div.content {
  width: 920px;
  margin: 0 auto 10px;
  overflow: hidden;
  background: url(../img/content_btm_l.gif) no-repeat 0 bottom;
  padding-bottom: 4px;
}

* html div#globalContainer div#contentMain div#timetableHeader div.content {
  zoom: 1;
}

div#globalContainer div#contentMain div#timetableHeader div.content div.innerConts {
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #bbb;
  border-width: 0 1px;
}

/*緊急情報
------------------------------------------------------*/
div.main-cont div.emergency {
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #d20000;
}

div.main-cont div.emergency h2 {
  font-size: 86%;
  padding: 0 15px;
  background: #de2000;
  line-height: 2.0;
  font-weight: bold;
  color: #fff;
}

div.main-cont div.emergency div.innerConts {
  padding: 10px;
  font-size: 86%;
}

.sphone div.main-cont div.emergency {
  margin: 20px;
}

/* SHA2 告知
-----------------------------------------------------*/
.sha2 {
  margin-bottom: 20px;
  text-align: left;
}

.sha2 .caution a {
  position: relative;
  display: block;
  border: 1px solid #e10000;
  background: #ffeded;
  color: #222;
  font-weight: bold;
  line-height: 2.0;
  text-decoration: none;
}

.sha2 .caution a:hover .btn {
  background: #e10000;
  color: #fff;
}

.sha2 .caution span {
  display: inline-block;
}

.sha2 .caution .label {
  background: #e10000;
  padding: 10px;
  margin-right: 15px;
  color: #fff;
  width: 6em;
  text-align: center;
}

.sha2 .caution .txt {
  padding: 10px 0;
}

.sha2 .caution .btn {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1em;
  padding: 0 20px 0 10px !important;
  border: 1px solid #e10000;
  background: #fff;
  color: #e10000;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.sha2 .caution .btn:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 5px solid #e10000;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}

.sha2 .caution a:hover {
  text-decoration: none;
  color: #e10000;
  background: #ffdede;
}

.sha2 .caution a:hover .btn:before {
  border-left-color: #fff;
}

.sphone .sha2 .caution a {
  padding-bottom: 10px;
  text-align: center;
}

.sphone .sha2 .caution span {
  display: block;
}

.sphone .sha2 .caution .label {
  width: auto;
  margin-right: 0;
  padding: 5px;
}

.sphone .sha2 .caution .btn {
  position: relative;
  top: 0;
  left: 0;
  width: 80%;
  margin: 0 auto 0;
}

/* 番組総合サイト side-box */
.side-box .apply .sha2 .caution a {
  padding: 5px;
}

.side-box .apply .sha2 .caution a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 5px solid #e10000;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}

.side-box .apply .sha2 .caution a:hover {
  text-decoration: none;
  color: #e10000;
}

.side-box .apply .sha2 .caution span {
  padding: 0;
}

.side-box .apply .sha2 .caution .label {
  display: inline;
  padding: 0 5px;
  margin-right: 5px;
}

/* ハチプレ side-box */
.sha2.hachipre .caution .label,
.sha2.hachipre .caution .txt {
  line-height: 1.6;
}

.sha2.hachipre .caution .label {
  width: 1em;
}

.sha2.hachipre .caution .txt {
  width: 360px;
}

.sphone .sha2.hachipre .caution .label,
.sphone .sha2.hachipre .caution .txt {
  width: auto;
}

@media screen and (max-width: 640px) {
.sha2 .caution a {
  padding-bottom: 10px;
  text-align: center;
}

.sha2 .caution span {
  display: block;
}

.sha2 .caution .label {
  width: auto;
  margin-right: 0;
  padding: 5px;
}

.sha2 .caution .btn {
  position: relative;
  top: 0;
  left: 0;
  width: 80%;
  margin: 0 auto 0;
}

.sha2.hachipre .caution .label,
.sha2.hachipre .caution .txt {
  width: auto;
}
}
