<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*========================================
common style
========================================*/
html {
  color: #64696c;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 62.5%;
}
html body {
  font-size: 1.6em;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

a {
  color: #64696c;
}
a:hover {
  color: #aaafb2;
}
a:active {
  color: #aaafb2;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
button {
  margin: 0px;
  padding: 0px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea {
  width: 100%;
  padding: 5px;
  max-width: 100%;
  border: 1px solid #efefef;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #f7f7f7;
}

input[type="button"],
input[type="submit"],
button {
  color: #fff;
  background: #333;
  padding: 10px 20px;
}
input[type="button"]:focus,
input[type="submit"]:focus,
button:focus {
  border: none;
  outline: none;
}

input:focus::-webkit-input-placeholder,
isindex:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/*========================================
home
========================================*/
.home .tele-container-wrapper {
  background: url(../img/mv_bg.jpg) 50% 0 no-repeat;
}
.home .contents-left, .home .global-nav {
  border-top: 407px solid transparent;
}

.lower .tele-container-wrapper {
  background: url(../img/mv_bg_lower.jpg) 50% 0 no-repeat;
}
.lower .mv-logo-area p {
  display: none;
}
.lower .contents-left, .lower .global-nav {
  border-top: 174px solid transparent;
}

.contents-wrapper {
  width: 100%;
  display: table;
}
.contents-wrapper .contents-left, .contents-wrapper .contents-right, .contents-wrapper .global-nav {
  display: table-cell;
  vertical-align: top;
}
.contents-wrapper .contents-left, .contents-wrapper .global-nav {
  background: url(../img/bd_gray.gif) 0 0 no-repeat;
}

.tele-container-wrapper {
  margin-bottom: 15px;
  min-width: 1100px;
  border-bottom: 1px solid #dfdfdf;
}

.tele-container {
  margin: 0 auto;
  width: 1100px;
  position: relative;
}

.mv-logo-area {
  top: 50px;
  left: 5px;
  position: absolute;
}
.mv-logo-area .home-logo {
  width: 383px;
  margin-bottom: 25px;
}
.mv-logo-area .home-logo a {
  height: 73px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/home_logo.png) 0 0 no-repeat;
}
.mv-logo-area p {
  width: 400px;
  line-height: 1.9;
  font-weight: bold;
}

.contents-left {
  width: 605px;
}
.contents-left .content-block {
  border-top: 1px solid #dfdfdf;
}
.contents-left .content-block:first-child {
  border-top: none;
}
.contents-left .content-block .title {
  width: 100%;
  height: 50px;
  background-color: #edeccd;
  border-left: 1px solid #dfdfdf;
}
.contents-left .content-block .title span {
  float: left;
  height: 50px;
  display: block;
  margin-left: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.contents-left .content-block .content {
  line-height: 1.9;
  padding: 23px 0 30px;
}
.contents-left .content-block .content .content-inner {
  padding: 0 23px;
}
.contents-left .content-block .title-sub {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
}
.contents-left .content-block .date {
  padding: 7px;
  color: #ff0000;
  line-height: 1;
  text-align: right;
  margin-bottom: 20px;
  background: #f3f3f3;
  font-size: 14px;
  font-size: 1.4rem;
}
.contents-left .content-block .post .thum {
  float: left;
  width: 200px;
  margin: 0 20px 20px 0;
}
.contents-left .content-block .post .thum img {
  width: 100%;
  margin-bottom: 5px;
  vertical-align: bottom;
}
.contents-left .content-block .post .thum figcaption {
  padding: 0 5px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.contents-left .content-block .other-info {
  margin-top: 10px;
  text-align: right;
}
.contents-left .content-block.news .title span {
  width: 223px;
  background-image: url(../img/home_ttl_news.png);
}
.contents-left .content-block.news .content {
  font-size: 16px;
  font-size: 1.6rem;
}
.contents-left .content-block.next-notice .title span {
  width: 138px;
  background-image: url(../img/home_ttl_next_notice.png);
}
.contents-left .content-block.after-next-notice .title span {
  width: 158px;
  background-image: url(../img/home_ttl_after_next_notice.png);
}

.global-nav {
  width: 179px;
  margin-bottom: 30px;
}
.global-nav a {
  height: 90px;
  width: 179px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: opacity .3s ease-out 0s;
          transition: opacity .3s ease-out 0s;
  background-repeat: no-repeat;
  background-position: 16px 50%;
  border-bottom: 1px solid #dfdfdf;
}
.global-nav a:hover {
  opacity: .7;
  -webkit-transition: opacity .3s ease-out 0s;
          transition: opacity .3s ease-out 0s;
}
.global-nav a.active {
  background-color: #edeccd;
}
.global-nav .telementary {
  background-image: url(../img/nav_top.png);
}
.global-nav .backnumber {
  background-image: url(../img/nav_backnumber.png);
}
.global-nav .contact {
  background-image: url(../img/nav_contact.png);
}

.contents-right {
  width: 318px;
  background: #fff;
  padding-bottom: 20px;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.contents-right .aside-min {
  float: none;
  width: 318px;
  border-bottom: 1px solid #dfdfdf;
}
.contents-right .aside-container {
  padding: 10px;
}
.contents-right .rectangle {
  padding-top: 0;
}
.contents-right .now-on-air, .contents-right .ranking, .contents-right .present {
  display: none;
}
.contents-right .time-table {
  width: 318px;
  padding: 20px 10px 0;
  box-sizing: border-box;
}
.contents-right .time-table .ttl {
  height: 34px;
  margin-bottom: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  background: url(../img/ttl_time_table.png) 50% 0 no-repeat;
}
.contents-right .time-table .text {
  line-height: 1.6;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.contents-right .time-table table {
  width: 100%;
  margin-bottom: 15px;
  border-left: 3px solid #edeccd;
  border-right: 3px solid #edeccd;
  border-bottom: 3px solid #edeccd;
}
.contents-right .time-table table th, .contents-right .time-table table td {
  padding: 15px;
  vertical-align: middle;
}
.contents-right .time-table table tr th {
  text-align: center;
  background: #edeccd;
  font-size: 18px;
  font-size: 1.8rem;
  border-left: 1px solid #fff;
}
.contents-right .time-table table tr th:first-child {
  border-left: none;
}
.contents-right .time-table table tr td {
  word-break: break-all;
  font-size: 15px;
  font-size: 1.5rem;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.contents-right .time-table table tr td:first-child {
  border-left: none;
  white-space: nowrap;
}

#btn-pagetop {
  width: 65px;
  height: 66px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/page_top.gif) 0 0 no-repeat;
}

/*========================================
backnumber
========================================*/
.content-block.past-archive {
  padding-bottom: 50px;
}
.content-block.past-archive .title {
  width: 100%;
}
.content-block.past-archive .title span {
  width: 138px;
  background-image: url(../img/bn_ttl_past.png);
}
.content-block.past-archive .title .bn-select-form {
  float: right;
  margin: 15px 10px 0 0;
}

.title-sub-gray {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 17px 20px;
  background: #eeeeee;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.month-posts {
  margin-top: 15px;
}
.month-posts .content {
  border-bottom: 1px solid #dfdfdf;
}
.month-posts.drop-down .post-contents {
  display: none;
}
.month-posts.drop-down .title-sub-gray {
  position: relative;
}
.month-posts.drop-down .title-sub-gray:after {
  content: '';
  top: 10px;
  right: 20px;
  width: 31px;
  height: 33px;
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/dd_btn.png);
}
.month-posts.drop-down .title-sub-gray.close:after {
  background-position: 0 -33px;
}

/*========================================
contact
========================================*/
.content-block.opinion {
  padding-bottom: 50px;
}
.content-block.opinion .title span {
  width: 256px;
  background-image: url(../img/contact_ttl_opinion.png);
}
.content-block.opinion .content {
  margin-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
}
.content-block.opinion .btn-to-form {
  padding-top: 30px;
  text-align: center;
}
.content-block.opinion .sabi-archive {
  width: 100%;
  height: 1550px;
}

.content-block.contact-form .title {
  margin-bottom: 30px;
}
.content-block.contact-form .title span {
  width: 256px;
  background-image: url(../img/contact_ttl_opinion.png);
}
.content-block.contact-form .sabi-form {
  width: 100%;
  height: 1000px;
}

/*========================================
general style
========================================*/
.clearfix, .contents-left .content-block .title {
  zoom: 1;
}

.clearfix:before, .contents-left .content-block .title:before, .clearfix:after, .contents-left .content-block .title:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.clearfix:after, .contents-left .content-block .title:after {
  clear: both;
}

.font-b {
  font-weight: bold;
}

.line-height {
  line-height: 2;
}

.align-r {
  text-align: right;
}

.align-c {
  text-align: center;
}

.fit-list-disc {
  display: table;
}
.fit-list-disc li {
  display: table-row;
}
.fit-list-disc li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
.fit-list-disc li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}

.fit-list-ol {
  list-style: none;
  padding-left: 0;
  display: table;
}
.fit-list-ol li {
  display: table-row;
  counter-increment: table-ol;
}
.fit-list-ol li:after {
  content: "";
  display: block;
  margin-bottom: 5px;
}
.fit-list-ol li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.5em;
  text-align: right;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}
</pre></body></html>