<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* pc */

/*  header の動画・画像サイズ（比率）は同じがよい*/


/* 
 header 動画・画像に関わるサイズ変更  
------------------------------------------- */

/* --------info-------- */
.info_inner{ min-height: 405px;}
.info-txt{ padding: 20px 0 20px 750px;}

/* --------ヘッダー - ビデオ（画像）-------- */
.info-video{ width: 720px; height: 405px;}
.info-video iframe{	width: 720px;	height: 405px;}

/* --------画像サイズの変更-------- */
.info-img { width: 720px; height: 405px;}
.info-img img{ width: 720px; height: 405px;}


/* 
 header h1 h2 罫線(共通)色・背景画像などの変更 
------------------------------------------- */

/* --------罫線(共通)色-------- */
.header{
	border-bottom: 3px solid #ffea00;
}
.header-sns a{
	border:3px solid #ffea00;
}
.info{
	background:url(../../img/common/info_bg.png);
	border-bottom: 3px solid #ffea00;
}
.box_title{
	border-top: 3px solid #ffea00;
	border-bottom: 3px solid #ffea00;
}
.wrap_horizontal .box{
	border-top: 5px solid #ffea00;
}


/* -------- h1 h2 背景画像と文字色 -------- */
.header,
.box_title {
	background:url("../../img/common/bg.png");
}
.header,
.header-time,
.box_title { color: #fff;}


/* --------h2 h3 下線 罫線色-------- */
.sub_title:after{
	background: #eeab09;
}
.side_title{
	border-bottom: 3px solid #eeab09;
}


/* --------スライダーのページネーションの色-------- */
.owl-theme .owl-controls .owl-page span{
	background: #0D63CC !important;
}

/* --------出演者などの文字色-------- */
.info-txt dt,
.info-txt dd{
	color: #000;
}
/* --------ビデオ-------- */
.contents-video{
	width: 760px;
	height: 428px;
	margin-bottom: 20px;
}
.contents-video iframe{
	width: 760px;
	height: 428px;
	display: block;
}
.bnr_area{
}</pre></body></html>