@charset "utf-8";

/* MODELLISTA・TRD TOKYO AUTO SALON 2021 基本設定CSS */

.pc-view {
  display: block;
}
.sp-view {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc-view {
    display: none;
  }
  .sp-view {
    display: block;
  }
}

/* -------------------------------------------
    1. 共通設定
------------------------------------------- */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 100;
}
#loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -33px;
  width: 66px;
  height: 66px;
  z-index: 200;
}


#main-visual {
  width: 100%;
  position: relative;
}

#main-visual .main-bg-img {
  width: 100%;
  height: auto;
  position: relative;
}

.main-logos {
  width: 62.5%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 5.5%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-logos02 {
  width: 68.421%;
  max-width: 1300px;
  margin: 0 auto;
  position: absolute;
  bottom: 18.3752%;
  left: 50%;
  margin-left: -34.215%;
  text-align: center;
}

.main-logos img {
  display: block;
  margin: 0 auto;
}

.main-logos .main-img01 {
  width: 36.6666%;
  margin: 0 auto 5.8%;
}

.main-logos .main-img02 {
  width: 60.8333%;
  margin-bottom: 1%;
}

.main-logos .main-img03 {
  width: 15%;
}

.main-logos02 .main-img05 {
  width: 100%;
  margin-bottom: 4%;
}

.main-logos02 .main-img06 {
  width: 74.6153%;
  clear: both;
}

@media only screen and (max-width: 767px) {
.main-logos {
  width: 100%;
}

.main-logos .main-img01 {
  width: 74.3155%;
  margin: 35px auto 0;
}

.main-logos .main-img02 {
  width: 85.8666%;
  margin: -20px auto 10px;
}

.main-logos .main-img03 {
  width: 28.6831%;
  margin-bottom: 80px;
}

.main-logos02 {
  width: 100%;
  bottom: 80px;
  margin-left: -50%;
}

.main-logos02 .main-img05 {
  width: 86%;
  margin-bottom: 0;
}

.main-logos02 .main-img06 {
  width: 73.0117%;
  clear: both;
}
}

#contents-block {
  text-align: center;
  max-width: 1920px;
}

.bg-img {
  background-image: url("../images/sub-bg-image.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media only screen and (max-width: 767px) {
  .bg-img {
    background-image: url("../images/sub-bg-image-sp.png");
    background-size: 100% auto;
    background-position: center top 370px;
    background-repeat: no-repeat;
    background-attachment: static;
  }
}

.scroll-btn {
  display: block;
  padding: 40px 0 50px;
  width: 5.2083%;
  margin: 0 auto;
}

.banner-block {
  max-width: 1200px;
  margin: 0 auto 160px;
}

.banner-block img {
  float: left;
}

.banner-big {
  width: calc(100%/2);
  padding: 0 5px 5px;
  box-sizing: border-box;
}

.banner-block li {
  float: left;
  width: calc(100%/4);
  padding: 5px;
  box-sizing: border-box;
}

p.live-schedule-notice {
  font-size: 12px;
  line-height: 21px;
  color:#fff;
  text-align: left;
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
#contents-block {
  background-color: #000;
  text-align: center;
}

.sp-bg-img {
  background-image: url("../images/sub-bg-image-sp.png");
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}

.scroll-btn {
  display: none;
}

.banner-block {
  margin: 0 auto 40px;
  padding-top: 0;
  width: 89.9608%;
}

.banner-block img {
  float: none;
}

.banner-big {
  width: 100%;
  padding: 0 0 10px;
}

.banner-block li {
  float: left;
  width: calc(100%/2);
  padding: 0 5px 10px;
  box-sizing: border-box;
}

.banner-block li:nth-child(2n+1) {
  padding-left: 0;
}

.banner-block li:nth-child(2n) {
  padding-right: 0;
}
}

footer {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
}

.company-banner {
  margin-bottom: 60px;
  height: auto;
}

.company-banner li {
  float: left;
  width: calc(100%/3);
  padding: 0 50px;
  box-sizing: border-box;
  list-style: none;
}

footer p {
  font-size: 14px;
  line-height: 1em;
  color: #797a7b;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}

.footer-banner {
  max-width: 1200px;
  margin: 0 auto 50px;
}

.footer-sns {
  text-align: center;
}

.sns-icon-block {
  width: 35.8333%;
  margin: 0 40px;
  display: inline-block;
}

.sns-icon-block p {
  float: left;
  padding-top: 20px;
}

.sns-btn {
  text-align: center;
}

.sns-btn li {
  display: inline-block;
  margin-left: 30px;
}

.sns-btn img {
  width: 42px;
}

#copyright {
  color: #717070;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
footer {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.company-banner {
  margin: 0 auto 10px;
}

.company-banner li {
  float: none;
  width: 56.0625%;
  padding: 0;
  margin: 0 auto 33px;
}

.footer-sns {
  text-align: center;
}

.sns-icon-block {
  width: auto;
  margin: 0;
  display: block;
  margin: 0 auto;
}

.sns-icon-block p {
  float: none;
  padding-top: 0;
}

.modellista-sns {
  margin-bottom: 28px;
}

.sns-btn {
  padding-bottom: 5px;
}

.sns-btn li {
  display: inline-block;
  margin-left: 0;
  padding: 0 10px;
}

.sns-btn img {
  width: 42px;
}

#copyright {
  width: 76.923%;
  margin: 0 auto;
}
}

/* -------------------------------------------
    3. 下層ページ 共通
------------------------------------------- */
#header-img {
  margin-bottom: 80px;
}

#main-block {
  max-width: 1200px;
  margin: 0 auto;
}

.contents-wrapper {
  background-color: rgba(51,51,51,0.6);
  color: #fff;
  text-align: center;
}

.title-img-mb {
  margin-bottom: 40px;
}

.contents-inside {
  padding: 0 100px;
}

.youtube-btn-box {
  text-align: center;
  margin-bottom: 60px;
}

div.go-livepage {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px;
}

  div.go-livepage a {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    padding: 20px 30px;
    text-decoration: none;
    background-color:#d82424;
    color:#fff;
  }

  div.go-livepage a:hover {
    background-color:#fff;
    color :#000;
  }

.youtube-btn-2 a:first-child {
  margin-right: 20px;
}

.youtube-btn-box img {
  max-width: 330px;
}

.contents-wrapper h5 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 80px;
}

.contents-det {
  margin: 0 auto 110px;
}

.contents-det:last-child {
  padding-bottom: 140px;
}

.contents-det .title-text {
  font-size: 20px;
  line-height: 1em;
  background-color: #333;
  margin-bottom: 35px;
  padding: 15px 0;
}

.contents-det .text-det {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.time-table {
  font-size: 18px;
  line-height: 1em;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.time-table .schedule-det {
  width: 33%;
}

.time-table .date-det {
  background-color: #434242;
  padding: 15px 0;
  margin-bottom: 5px;
}

.time-table p.time-det {
  background-color: #131f2a;
  line-height: 30px;
  height: auto;
  padding: 15px 0;
}

.time-table p.time-det-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
}

a.btn-top-page {
  background: url(../images/btn-toppage-arrow.png) no-repeat #131f2a;
  background-position: right 20px top 50%;
  text-align:center;
  max-width: 410px;
  margin: 0 auto 220px;
  text-align: center;
  padding: 36px 0;
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  text-decoration: none;
  display:block;
  background-size: 15px auto;
}

p.event-det-text {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.talkshow-det-text {
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 30px;
}

p.attention {
  font-size: 12px;
  line-height: 21px;
}

.youtube-btn-2 img:first-child {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
#header-img {
  margin-bottom: 35px;
}

.contents-wrapper {
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.title-img-mb {
  margin-bottom: 20px;
}

.contents-inside {
  padding: 0 15px;
}

.youtube-btn-box {
  margin-bottom: 85px;
}

.youtube-btn-2 a:first-child {
  margin-right: 10px;
}

.contents-wrapper h5 {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 60px;
}

.contents-det {
  margin: 0 auto 55px;
}

.contents-det:last-child {
  padding-bottom: 0;
  margin-bottom: 110px;
}

.contents-det .title-text {
  font-size: 14px;
  padding: 10px 0;
}

.time-table {
  font-size: 14px;
  display: block;
  justify-content: normal;
}

.time-table .schedule-det {
  width: 100%;
  margin-bottom: 20px;
}

.time-table .date-det {
  padding: 8px 0;
  margin-bottom: 5px;
}

.time-table p.time-det {
  line-height: 16px;
}

.time-table p.time-det-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
}

a.btn-top-page {
  font-size: 12px;
  margin: 0 auto 90px;
  text-align: center;
  background-size: 8px auto;
  max-width: 210px;
  padding: 20px 10px;
}

p.event-det-text {
  font-size: 12px;
  line-height: 20px;
}

.talkshow-det-text {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 25px;
}

.youtube-btn-2 img:first-child {
  margin-right: 0px;
}

.youtube-btn-box img {
  width: 47.826%;
}


/* --
.youtube-btn-box img {
  width: 100%;
}
-- */

}

/* -------------------------------------------
    2. 下層ページ arvisualizer.html
------------------------------------------- */

.qr-block, .arvisualizer-contents h5 {
  max-width: 800px;
  margin: 0 auto;
}

.arvisualizer-contents h5 {
  margin-bottom: 80px;
}

.qr-block p {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 50px;
}

.qr-box .qr-img{
  width: 30%;
}

.qr-box {
  margin-bottom: 90px;
}

.arvisualizer-contents-det p {
  margin-bottom: 35px;
}

p.qr-name {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}

p.qr-name span {
  font-size: 14px;
}

.qr-box {
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width: 767px) {
.arvisualizer-contents .title-img-mb {
  margin-bottom: 40px;
}

.arvisualizer-contents h5 {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 25px;
}

.qr-box .qr-img{
  width: 100%;
  margin-bottom: 30px;
}

.qr-box {
  margin-bottom: 65px;
}

.arvisualizer-contents-det p {
  margin-bottom: 35px;
}

p.qr-name {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 15px;
}

.qr-box {
  display: block;
}
}

/* -------------------------------------------
    3. 下層ページ muse.html
------------------------------------------- */
.muse-contents .title-img-mb {
  margin-bottom: 80px;
}

.muse-contents .youtube-btn-box {
  margin-bottom: 0;
}

.about-risaotsu {
  margin: 0 auto 120px;
  max-width: 800px;
}

.about-risaotsu h1 {
  font-size: 36px;
  line-height: 1em;
  margin-bottom: 45px;
}

.about-risaotsu h5 {
  margin-bottom: 120px;
}

.about-risaotsu h6 {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1em;
}

.about-risaotsu p {
  font-size: 18px;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
.muse-contents .title-img-mb {
  margin-bottom: 40px;
}

.about-risaotsu {
  margin-bottom: 60px;
}

.about-risaotsu h1 {
  font-size: 24px;
  margin-bottom: 45px;
}

.about-risaotsu h5 {
  margin-bottom: 60px;
}

.about-risaotsu h6 {
  margin-bottom: 10px;
  font-size: 24px;
}

.about-risaotsu p {
  font-size: 14px;
  line-height: 1em;
}
}

/* -------------------------------------------
    4. 下層ページ lineup.html
------------------------------------------- */

img.lineup-title-img {
  margin-bottom: 110px;
}

.democar-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 120px;
}

.democar-box {
  width: 48.333%;
  margin-bottom: 90px;
}

.democar-box img.lineup-democar{
  width: 100%;
  margin-bottom: 30px;
}

.democar-box h2 {
  color: #999999;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 25px;
}

.democar-box p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.democar-box img.lineup-trd-logo{
  width: 12.931%;
}

.democar-box img.lineup-modellista-logo {
  width: 20.6896%;
}

.democar-box img.lineup-gr-logo{
  width: 12.0689%;
}

@media only screen and (max-width: 767px) {
img.lineup-title-img {
  margin-bottom: 80px;
}

.democar-block {
  display: block;
  justify-content: normal;
  flex-wrap: nowrap;
  margin-bottom: 160px;
}

.democar-box {
  width: 92%;
  margin: 0 auto 90px;
  text-align: center;
}

.democar-box h2 {
  color: #999999;
  font-size: 32px;
  line-height: 1em;
  margin-bottom: 45px;
}

.democar-box p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 40px;
}

.democar-box img.lineup-trd-logo{
  width: 27.5362%;
}

.democar-box img.lineup-modellista-logo {
  width: 37.6811%;
}

.democar-box img.lineup-gr-logo{
  width: 25%;
}
}

/* -------------------------------------------
    5. 下層ページ talkshow共通
------------------------------------------- */
.talkshow-img-box {
  width: 30%;
}

.talkshow-img-box:first-child {
  margin-right: 15px;
}

.talkshow-img-box:last-child {
  margin-left: 15px;
}

.talkshow-img-box img {
  margin-bottom: 10px;
}

.talkshow-img-box p {
  font-size: 20px;
  line-height: 1em;
}

.talkshow-det-text span {
  display: inline-block;
  width: 7em;
  text-align: right;
}

.talkshow-top-contents p {
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  margin: 0 auto 50px;
  max-width: 800px;
}

.talkshow-top-contents {
  margin-bottom: 100px;
}

.talkshow-car-det {
  color: #000;
  padding: 40px 20px;
}

p.notice-ymh {
  font-size: 12px;
  color:#ddd;
  padding-top: 20px;
}

.talkshow-car-text {
  float: left;
  width: 48%;
}
.talkshow-car-text p {
  font-size: 14px;
  line-height: 24px;
}

.talkshow-car-text p:first-child {
  margin-bottom: 30px;
}

.talkshow-car-text p:last-child {
  margin-bottom: 0;
}

.talkshow-car-det img {
  float: right;
  width: 45%;
}

.talkshow-img-block {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
.talkshow-img-box {
  width: 48.1159%;
  margin-bottom: 45px;
}

.talkshow-img-box:nth-child(2n+1) {
  margin-right: 8px;
}

.talkshow-img-box:last-child {
  margin-left: 0;
  margin-bottom: 0;
}

.talkshow-img-box img {
  margin-bottom: 8px;
}

.talkshow-img-box p {
  font-size: 14px;
  line-height: 1em;
}

.talkshow-det-text span {
  width: auto;
  text-align: left;
}

.talkshow-det-text p {
  margin-bottom: 25px;
}

.talkshow-top-contents p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 25px;
}

.talkshow-top-contents {
  margin-bottom: 60px;
}

.talkshow-car-det {
  padding: 30px 15px;
}

.talkshow-car-text {
  float: none;
  width: 100%;
}

.talkshow-car-text p {
  font-size: 12px;
  line-height: 20px;
}

.talkshow-car-text p:first-child {
  margin-bottom: 25px;
}

.talkshow-car-det img {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}

.talkshow-img-block {
  display: flex;
  justify-content: space-between;
}
}
/* -------------------------------------------
    5. 下層ページ tm-championcup.html
------------------------------------------- */
.championcup-contents .title-img-mb {
  margin-bottom: 90px;
}

.championcup-contents .youtube-btn-box {
  margin-bottom: 80px;
}

.championcup-event {
  margin:  0 auto 90px;
  max-width: 800px;
}

.championcup-event h5 {
  margin-bottom: 50px;
  font-weight: bold;
}

.championcup-prise {
  width: auto;
  margin: 0 auto;
}

.championcup-event h1 {
  font-size: 30px;
  line-height: 1em;
  width: 100%;
  margin: 0 auto;
}

.championcup-contents .talkshow-img-block {
  display: flex;
  justify-content: space-between;
}

.championcup-event-det {
  width: 80%;
  margin: 0 auto;
}

.championcup-contents table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
  margin-bottom: 50px;
}

.championcup-contents table th,td {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}

.timetable-2 {
  justify-content: center;
}

.schedule-det-2:first-child {
  padding-right: 2px;
}

.schedule-det-2:last-child {
  padding-left: 2px;
}

.championcup-contents p.event-det-text {
  margin-bottom: 50px;
}

.championcup-contents ul {
  list-style-type: disc;
  padding-left: 20px;
}

.championcup-contents li {
  margin-bottom: 30px;
}

h6.talkshow-det-text {
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
}

h6.talkshow-det-text span {
  color: #ff0000;
  display: inline;
  font-size: 12px;
  line-height: 1em;
  padding-left: 20px;
}

tr.text-gr {
  color: #fff;
}

tr.text-gr span.notice {
  font-size: 16px;
  font-weight: bold;
  color:#eb3a3a;
}

tr.text-gr a {
  background-color: #09961e;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.championcup-contents table th {
  width: 15%;
  font-weight: bold;
}

.championcup-contents table p {
  margin-bottom: 20px;
}

.championcup-contents table p.mb-none {
  margin-bottom: 0;
}

p.text-red {
  color: #eb3a3a;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.championcup-contents .talkshow-img-block {
  flex-wrap: wrap;
  justify-content: space-between;
}

.championcup-contents .talkshow-img-box {
  margin-bottom: 70px;
}

.championcup-contents .talkshow-img-box:last-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
.championcup-contents .title-img-mb {
  margin-bottom: 40px;
}

.championcup-contents .youtube-btn-box {
  margin-bottom: 85px;
}

.championcup-event {
  margin-bottom: 60px;
}

.championcup-event h5 {
  margin-bottom: 20px;
}

.championcup-contents .talkshow-img-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.championcup-event-det {
  width: 100%;
}

.championcup-contents table {
  width: 100%;
  margin-bottom: 30px;
}

.championcup-contents table th,td {
  padding-bottom: 5px;
  display: block;
}

.championcup-contents table td {
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 15px 10px;
}

.championcup-contents table th {
  border-bottom: none;
  font-size: 16px;
  line-height: 1em;
  padding-bottom: 15px;
  width: auto;
}

.championcup-contents table p {
  margin-bottom: 20px;
  line-height: 17px;
}

.championcup-contents table p.mb-none {
  margin-bottom: 0;
}

ul.talkshow-det-text li {
  margin-bottom: 10px;
}

.championcup-event h1 {
  font-size: 24px;
}

tr.text-gr a {
  padding: 10px 10px;
  font-size: 12px;
}
}

/* -------------------------------------------
    6. 下層ページ talkshow-mirai.html
------------------------------------------- */

.mirai-contents .talkshow-car-det {
  background-color: #cccccc;
}

@media only screen and (max-width: 767px) {

.mirai-contents .youtube-btn-box a {
  width: 48.5%;
}

.mirai-contents .youtube-btn-box a:first-child {
  margin-bottom: 10px;
}

.mirai-contents .youtube-btn-box {
  margin-bottom: 40px;
}
}

/* -------------------------------------------
    7. 下層ページ virtual.html
------------------------------------------- */

.virtual-contents .youtube-btn-box {
  margin-bottom: 60px;
}

.virtual-event p {
  margin: 0 auto 80px;
  max-width: 800px;
}

@media only screen and (max-width: 767px) {
.virtual-contents .talkshow-img-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
}

/* -------------------------------------------
    8. 下層ページ talkshow-supra.html
------------------------------------------- */

.talkshow-bg-gray {
  background-color: rgba(40,40,40,0.7);
  color: #cccccc;
}

.mb-80 {
  margin-bottom: 80px !important;
}

/* -------------------------------------------
    9. 下層ページ talkshow-gryaris.html
------------------------------------------- */

.gryaris-contents .talkshow-img-block {
  flex-wrap: wrap;
  justify-content: space-between;
}

.gryaris-contents .talkshow-img-box {
  margin-bottom: 70px;
}

.gryaris-contents .talkshow-img-box:last-child {
margin-left: 0;
margin-bottom: 0;
}

/* -------------------------------------------
    10. 下層ページ live.html
------------------------------------------- */

.live-img-mb {
  margin-bottom: 70px;
}

.youtube-live {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 60px;
}
  .youtube-live iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

.live-contents .live-banner-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.live-contents .live-banner-block li {
  width: 32.6%;
  margin-bottom: 10px;
}

.live-contents .live-banner-block li:last-child {
  margin-bottom: 0;
}

img.live-schedule {
  width: 100%;
}

@media only screen and (max-width: 767px) {
img.live-img-mb {
  width: 92%;
  margin: 0 auto 25px;
  padding: 0 15px;
  display: block;
}

.live-contents .live-banner-block li {
  width: 49%;
}

img.live-schedule {
  margin-bottom: 25px;
}

.live-contents .contents-det {
  margin-bottom: 85px;
}
}

.enquete-btn {
  width: 300px;
  padding: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
}

  .enquete-btn a {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    display: block;
    border: 1px solid #666;
    background-color: #FFF;
    color:#000;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    padding: 20px;
  }

@media only screen and (max-width: 767px) {
  .enquete-btn {
    width: 100%;
    padding: 10px;
  }
}
