<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------
  defult color
----------------------------------------------------*/
body {
  line-height: 1.8;
}

p {
  color: #ffffff;
  font-size: 14px !important;
  line-height: 28px;
  font-weight: lighter;
}

body img{
	width: 100%;
}

/*----------------------------------------------------
  #content
----------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
#container {
  background: #000000 !important;
  min-width: 100%;
  width: 100%;
  background-size: contain;
  overflow: hidden;
  font-size: 12px;
}

.content {
  padding: 0px 15px;
  background-color: #000000;
}

.about {
  margin: 15px 0px;
}
.about p {
  padding: 0px 15px;
  margin-bottom: 30px;
}

.bnr {
  margin: 15px;
}

.vs-box {
  margin: 40px 0px;
}
.vs-box .vs-main {
  text-align: center;
  padding: 0px 15px;
}
.vs-box .vs-main .main {
  width: 60%;
  height: auto;
  margin: 15px;
}
.vs-box .vs-main .name {
  text-align: center;
  font-size: 20px !important;
  margin: 0 0 15px;
}
.vs-box .vs-main p {
  text-align: left;
}
.vs-box .vs-main .vs {
  width: 20%;
  height: auto;
  margin: 15px 0px 0px;
}
.vs-box .guest li {
  margin: 30px 15px;
  padding: 0px 0 20px;
  overflow: hidden;
  border-bottom: solid 1px rgba(105, 105, 105, 0.5);
}
.vs-box .guest li .guest-img {
  float: left;
  width: 45%;
  height: auto;
  margin: 0 20px 0 0px;
}
.vs-box .guest li .guest-name {
  display: block;
  font-size: 18px !important;
  margin: 15px 0px;
}
.vs-box .guest li p {
  line-height: 25px;
}
.vs-box .guest li:last-child {
  border-bottom: none;
  margin: 30px 15px 0px;
}
.vs-box .rules, .onair {
  margin:  5px  15px 0px;
  padding: 15px;
  background-color: #1b1b1b;
  border: solid 1px rgba(238, 215, 162, 0.5);
  text-align: center;
  font-size: 24px;
}
.vs-box .rules img{
  width: 60%;
  height: auto;
  margin: 8px auto 17px;
}
.vs-box .rules p{
text-align: center;
font-size: 20px !important;
}
.onair .ttl{ 
width:30%;
  margin: 0 auto;
  }
  .onair .p{ line-height: 1em;}

.program-ttl-box {
  display: table;
  width: 100%;
}
.program-ttl-box .program-tit-l {
  background: #ef8d00;
  display: table-cell;
  width: 5%;
  color: #000;
  font-size: 20px;
  padding: 15px;
  text-align: center;
}
.program-ttl-box .program-tit-r {
  background: #373737;
  display: table-cell;
  vertical-align: middle;
  width: 95%;
  color: #fff;
  font-size: 14px;
  padding: 0px 10px;
}

.program-cont-box {
  padding: 15px 15px 30px;
}
.program-cont-box img {
  margin: 15px 0px;
}
.program-cont-box p {
  line-height: 25px;
}

.contact-info p {
  color: #000000;
}

.foot_info {
  width: 100%;
  padding: 20px;
  background: #fff;
}
.foot_info .info_midashi {
  width: 100%;
  margin: 0;
  color: #00a0c6;
}
.foot_info p {
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.highright-btn {
	width: 100%;
	margin: 10px auto;
}

.highright-btn a{
	display: block;
	padding: 1em 1.5em;
	/*width: 100%;*/
	text-align: center;
	border: 2px solid #f29f00;
	background-color: #f29f00;
	color: #000;
	text-decoration: none;
	/*font-family: "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取�譛� Pro W3", "Hiragino Mincho Pro", serif;*/
	font-weight: bold;
}

.highright-btn a:hover, .highright-btn a:active{
	background-color: #000;
	color: #f29f00;
}

#highright h2{
    width: 100%;
	margin: 0 auto;
	padding: 0.5em;
	font-size: 1.5em;
	color: #fff;
	background-color: #2B2B2B;
	text-align: center;
	/*font-family: "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取�譛� Pro W3", "Hiragino Mincho Pro", serif;*/
}

#highright .content-box h3 {
	display: table;
    width: 100%;
    margin: 30px auto 0;
    /*padding: 15px 10px;
    background: #efefef;*/
    font-size: 18px;
	color: #fff;
}
#highright .content-box h3 .program-tit-l {
    background: #ef8d00;
    display: table-cell;
    width: 12%;
    color: #000;
    padding: 20px 0;
    text-align: center;
}
#highright .content-box h3 .program-tit-r {
    background: #373737;
    display: table-cell;
	padding: 20px 0.5em;
}

</pre></body></html>