@charset "UTF-8";
.header-1 strong {
    color: #ebdd00;
    font-size:30px;
}
strong {
    font-weight: bolder;
}
.header-1 {
    /*position: fixed;*/
    width: 100%;
	height: 7px;/*ヘッダー追加時*/
    /*max-height: 60px;*//*ヘッダー追加時*/
}

.header-1 {
    z-index: 2;
    padding: 0;/*12px 0*/
    background-color: #7b5d9a;
    background-color: #0E2944;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
        font-family: "Helvetica", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}
.header-1 iframe{
	margin-left: -22px!important;
	position: relative;
    top: 2px;
    left:-0px;
}
.wrapper0{
	/*padding-top:59px;*/
	padding-top: 0;/*102pxヘッダー追加時*/
}
iframe{
	min-height:32px;
}
/*放映時間*/
table.houei {
	width: 100%;
	border: none;
	border-collapse: collapse;
	background-color: #0d2943;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
table.houei td.houei-l {
	border: none;
	border-collapse: collapse;
	padding: 10px 0 10px 10px;
}
table.houei td.houei-r {
	border: none;
	border-collapse: collapse;
	padding: 10px 10px 10px 0;
}
.payment_method_select {}

.select_frame {
  overflow: hidden;
  width: 80%;
  margin: 10px auto 1em;
  text-align: center!important;
	font-size: 24px;
}
.select_frame select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.select_frame select::-ms-expand {
  display: none;
}
.select_frame.cp_sl04 {
  position: relative;
  border: 2px solid #888;
  /*border-radius: 50px;*/
  background: #ffffff;
}
.select_frame.cp_sl04::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #111;
  pointer-events: none;
}
.select_frame.cp_sl04 select {
  padding: 8px 38px 8px 8px;
  color: #111;
}


@media screen and (max-width: 800px){
}
.yellow {
color:#f8ff44 !important;
}

@media screen and (max-width: 980px){
.header-1 {
    position: fixed;
    width: 100%;
	height: 0;/*ヘッダー追加時*/
	padding: 0;
	margin: 0;
}
.wrapper0 {
	background:none;
	margin: 0 auto !important;
	width: 100%;
	padding-top: 47px;
	box-sizing: border-box;
	overflow: hidden;
}
}