html {
	background-color: #18361e;
}
/*
購入ページ
*/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"].square_btn {
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"].square_btn::-webkit-search-decoration {
  display: none;
}
input[type="submit"].square_btn::focus {
  outline-offset: -2px;
}
.square_btn {
	margin: 0 20px;
	width: 500px;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
	font-size: 1em;
}
.square_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.square_btn.btn_gray {
	background: #bdc3c7;/*背景色*/
	border-bottom: solid 2px #7a7a7a;/*少し濃い目の色に*/
}

/*
視聴ページ
*/
#tale_of_the_tape td, th {
	padding: 5px 0;
}
th span {
	padding: 2px 10px;
	background-color: #303030;
	color: #fff;
	font-weight: normal;
	border-radius: 10px;
}
#tab {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tab-content {
	width: 540px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#tab {
	display: table;
}
#tab li {
	display: table-cell;
	vertical-align: middle;
	width: 134px;
	padding: 25px 0;
	border-right: solid 1px #dfdfdf;
	color: #bdc3c7;
	cursor: pointer;
	background-color: #ecf0f1;
	font-size: large;
}
#tab li.select {
	cursor: default;
	color: #003399;
	background: #fff;
}
#tab li:hover {
	  color: #003399;
}
.hide {
	display:none;
}

.schedule {
	border-bottom: none !important;
}
.schedule_performance {
	color: #000;
	font-size: large;
	text-align: center;
	padding: 15px 0 5px;
	background-color: #ecf0f1;
	border-top: solid 1px #000;
}
.schedule_performance span {
	font-size: x-large;
	text-decoration: underline;
	text-align: center;
	background-color: #ecf0f1;
	display: inline-block;
}
.schedule_performance span span {
	font-size: large;
	text-decoration: none;
	background-color: #fff;
	padding: 4px 6px 5px 6px;
    margin: 0 5px 0 0;
	color: #fff;
	background-color: orange;
	font-weight: bold;
}
.schedule_center_2nd {
	padding: 0 0 10px 10px;
}
.schedule_center_2nd span.performance {
	width: 100%;
	word-break: break-all;
	font-size: x-large;
	text-decoration: underline;
}
.schedule_center_2nd div {
	margin-top: 10px;
	font-size: 0.8em;
}

.bx-has-pager {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.bx-wrapper {
	margin: 0 auto !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: static!important;
	text-align: center !important;
}
.bx-wrapper .bx-viewport {
	background: none !important;
	padding-bottom: 0 !important;
}
.bx-wrapper img {
	height: inherit !important;
}