@charset "utf-8";

/*-----------------------------------------------
 title
-----------------------------------------------*/

#title {
	background: url("../img/program/bg01.png") repeat top center;
	text-align: center;
	border-bottom: 5px solid #b730ef;
}
#title .inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#title h1 {
	padding: 42px 0 32px;
}

/*-----------------------------------------------
 content
-----------------------------------------------*/

#content{
	width: 1000px;
	margin: 0 auto;
	padding: 52px 0 100px;
	background: url(../img/bg-repeat.png) repeat-y center top;
}
#content h2{
	margin-bottom: 40px;
	text-align: center;
}
#content .text01 {
	margin-bottom: 36px;
	text-align: center;
}
#content .text02 {
	margin-bottom: 15px;
	text-align: center;
}
#content .broadcast {
	font-size: 0;
	margin-bottom: 42px;
	text-align: center;
}
#content .broadcast li {
	display: inline-block;
	margin: 0 8px;
}

#program .block{
	width: 865px;
	margin: 0 auto 40px;
	padding: 15px 0 10px;
	background: url(../img/program/bg-block.png) no-repeat center top #b730ef;
}
#program .block:last-of-type {
	margin-bottom: 0;
}
#program .block h3 {
	position: relative;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	padding-left: 68px;
	padding-bottom: 15px;
	margin-left: 24px;
}
#program .block h3::after {
	content:"";
	background: url(../img/program/icon-tv.png) no-repeat center top;
	display: block;
	position: absolute;
	top: -4px;
	left: 0;
	width: 48px;
	height: 48px;
}
#program .block h3 span {
	display: block;
	padding-top: 4px;
	font-size: 24px;
}
#program .box{
	width: 800px;
	margin: 0 auto;
	padding: 22px 25px;
	background-color: #fff;
}
#program .box .image {
	display: inline-block;
	margin-right: 18px;
}
#program .box .txt {
	display: inline-block;
	width: 556px;
	vertical-align: top;
}
#program .box .txt p {
	font-size: 18px;
}
#program .box .txt p .small {
	font-size: 14px;
	vertical-align: middle;
}
#program .box .txt .time {
	font-size: 0;
}
#program .box .txt .time p {
	display: inline-block;
	font-weight: bold;
	color: #b730ef;
	line-height: 1.2;
	margin-bottom: 10px;
	vertical-align: middle;
}
#program .box .txt .time p:nth-child(1){
	width: 100px;
	padding: 8px 0;
	margin-right: 11px;
	font-size: 18px;
	text-align: center;
	border: 2px solid #b730ef;
	box-sizing: border-box;
}
#program .box .txt .time p:nth-child(2) {
	font-size: 24px;
}
#program .box .txt .performer {
	font-size: 0;
}
#program .box .txt .performer p {
	display: inline-block;
	font-weight: bold;
	color: #b730ef;
	line-height: 1.2;
	margin-bottom: 24px;
	vertical-align: top;
}
#program .box .txt .performer p:nth-child(1){
	width: 100px;
	padding: 8px 0;
	margin-right: 12px;
	font-size: 18px;
	text-align: center;
	border: 2px solid #b730ef;
	box-sizing: border-box;
}
#program .box .txt .performer p:nth-child(2) {
	width: 442px;
	font-size: 24px;
}
#program .box .copy {
	font-size: 10px;
	padding-top: 8px;
}
#program .opening {
	padding: 40px 0;
}
#program .opening h3 {
	display: inline-block;
	margin-right: 84px;
}
#program .opening .txt {
	display: inline-block;
	color: #fff;
	vertical-align: bottom;
}
#program .opening .txt .time {
	margin-bottom: 5px;
}
#program .opening .txt .time p:nth-child(1){
	display: inline-block;
	width: 100px;
	padding: 5px 0;
	margin-right: 11px;
	font-size: 18px;
	font-weight: bold;
	color: #b730ef;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
#program .opening .txt .time p:nth-child(2) {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
}
#program .opening .txt p .small {
	font-size: 14px;
	vertical-align: middle;
}
#program .opening .txt p {
	font-size: 24px;
	font-weight: bold;
}
#program .block01 h3::after {
	top: 16px;
}
#program .block02 .box .txt {
	width: 328px;
}
#program .block02 .box .txt .time p:nth-child(2) {
	font-size: 22px;
	font-feature-settings: "palt";
}
#program .block02 .box .txt .performer p:nth-child(2) {
	width: 215px;
	font-feature-settings: "palt";
}
#program .block07 .box .txt {
	width: 328px;
}
#program .block07 .box .txt .time p:nth-child(2) {
	font-size: 22px;
	font-feature-settings: "palt";
}
#program .block07 .box .txt .performer p:nth-child(2) {
	width: 215px;
	font-feature-settings: "palt";
}
#program .block09 {
	padding: 58px 0 43px;
	background: url(../img/program/bg-block-last.png) no-repeat center top #b730ef;
}
@media only screen and (max-width: 1000px) {

}
