@charset "utf-8";
@import "minireset.min.css";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";
@import "https://fonts.googleapis.com/css?family=Orbitron:700,900";
@font-face{
 font-family:'digital-clock-font';
  src: url(font/digital-7.ttf) format("eot"), url(font/digital-7.woff) format("woff");
}
@media screen and (min-width: 641px), print {
  .pc { display: block; }
  .sp { display: none; }
 }
@media screen and (max-width: 640px) {
  .pc { display: none; }
  .sp { display: block; }
 }
/* Helper */
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
.text-centered {
  text-align: center;
}
.text-centered img {
  max-width: 50%;
  z-index: auto;
}
.text-right {
  text-align: right;
}
.hidetxt {
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
.small {
  font-size: 90%;
}
.important {
/*  background-color: rgba(255,252,0,0.6);*/
/*  background-color: rgba(32,96,224,1);*/
/*    color: rgba(32,96,224,1);*/
    color: #fff000;
    text-decoration: underline;
}
.important span{
  font-size: 180%;
  line-height:150%;
}
.answer-icon{
    font-weight: bold;
}
.attention-red{
    color: #fff000;
}
.attention{
    font-weight: bold;
}
.txt-small{
    font-size: 80%;
    margin-top: 20px;
    color: #999999;
}
#ume_qa a { color:#ffffff;}
/* Tips */
.rotate {
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.bgshadow
{
  box-shadow:3px 3px 3px -3px #ffffff;
  -moz-box-shadow:3px 3px 3px -3px #ffffff;
  -webkit-box-shadow:3px 3px 3px -3px #ffffff;
}
.stripe{
   /*border-top: #FFFFFF solid 25px;*/
/*   border-image: url("../images/stripe.png") 24 24 round;*/
}
/*---- 共通部分 ----*/
body {
  color: #ccc;
  font: 100%/1.7em 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','HiraKakuProN-W3','メイリオ','Meiryo','ＭＳ ゴシック','MS Gothic',Osaka,Verdana,arial,helvetica,sans-serif;
  background: #000 url(../images/bg.png) repeat fixed center top;
/*  background: linear-gradient(to top, #05386b 0%, #fff 100%);*/
/*  background-color: #05386b;*/
/*    background: url("../images/bg_top.png") repeat-x,url("../images/bg.png") repeat,#eee;*/
}
a {
  color: #cccccc;
  border-bottom: 0px solid rgba(32,96,224,1);
  text-decoration: none;
  transition: border-color 0.3s, color 0.3s;
  font-size: 100%;
}
a:hover {
/*  color: rgba(205,92,92,1);
  border-color: rgba(205,92,92,1);*/
  color: rgba(32,96,224,1);
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
a img { transition: opacity 0.2s linear;}
a:hover img { opacity: 0.7;}
a.btn {
  background-color: #ffec51;
  border-radius: 5px;
  color: #000 !important;
  display: inline-block;
  font-size: 140%;
  font-weight: bold;
  padding: 40px 0;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}
/* メイン構成 */
div#wrapper {/* PCの横幅を固定しない時は、width設定している各セレクタを消して、#wrapper_innerをここに記述 */}
/*
.body-section .wrap_outer {
  background: url(../images/bg_deco.png) center top repeat-y;
  margin: 0 auto 0;
}
*/
#wrapper_inner {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#wrapper_inner {
	overflow: hidden;
}
#wrapper_inner section{
	transition: .8s;
}
.list-mv02{
	opacity: 0;
}
.mv02{
	opacity: 1.0;
}
#main{
  width: 730px;
}
#sns{ width: 730px; }
#sns ol li { display: inline; }
#sns ol li::after {
  content: "";
  padding-left: 7px;
}
#sns ol li:last-child::after {content: none; }

section {
  padding: 20px;
  margin-bottom: 80px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
section.contents {
  margin-top: 50px;
  margin-left: 0px;
/*  transform:rotate(-45deg);*/
}
section.contents:first-child {
  margin-top: 0px;
}
section:last-child {
  margin-bottom: 0px;
}
/*
section.attention {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #05386b;
    -webkit-box-shadow: 4px 4px 0px 0px #05386b;
    -moz-box-shadow: 4px 4px 0px 0px #05386b;
    box-shadow: 4px 4px 0px 0px #05386b;
    background: #fff;
    margin: 0 auto 18px;
    overflow: hidden;
}
*/
.ume-icon { text-align: center; }
.ume-icon img{
  width: 100%;
  max-width: 400px;
}
h2 {
  font-size: 100%;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  padding: 8px;
  /*border-bottom: solid 2px #cccccc;*/
  color: #ffffff;
  margin-bottom: 20px;
/*  text-shadow:0px 1px 1px #ffffff;*/
  vertical-align: middle;
  position: relative;
}
h2:after {
content:"";
display:block;
height:1px;
width:100%;
  background:-webkit-linear-gradient(left, #00ff36, #ff0000);
  background:-o-linear-gradient(left, #00ff36, #ff0000);
  background:linear-gradient(to right, #00ff36, #ff0000);
}
h2:before {
  content: '';
  display: inline-block;
  height: 40px;
  width: 89px;
  background: url(../images/h2.png);
  background-size: cover;
  position: absolute;
  bottom: 9px;
  right: 10px;
}

h3 {
  font-size: 110%;
  font-weight: bold;
  padding-bottom: 12px;
  color: #cccccc;
}
/*i.fa{ display:none;}*/

.movielink a {
  border: 1px solid #cccccc;
  padding: 2px 10px;
}
.textarea{
  padding: 20px;
  background: #181818;
  border-left: 0px solid #FF0000;
  border-right: 0px solid #FF0000;
  border-radius: 5px;
}

/*
.icons{
    text-align: center;
    vertical-align: middle;
    padding-left: 10px;
}
*/
i.showroom {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(../images/icon_showroom.png) no-repeat left center;
    vertical-align: middle;
    background-size: 100%;
    margin: 0 10px;
}
i.twitter {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(../images/icon_twitter.png) no-repeat left center;
    vertical-align: middle;
    background-size: 100%;
    margin: 0 10px;
}
i.tv {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(../images/icon_tv.png) no-repeat left center;
    vertical-align: middle;
    background-size: 100%;
    margin: 0 10px;
}
.moments {
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    border: 1px solid #1da1f2;
    font-size: 110%;
    font-weight: bold;
    color: #b54f5e;
    border-radius: 20px;
    width: 150px;
    text-align: center;
    display: block;
    margin: 10px auto;
    color: #1da1f2;
}
.moments:hover {
  background-color: #eaf5fd;
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
footer {
  color: #fff;
  padding: 60px 10px 20px;
  text-align: center;
  background-image: url(../images/footer.png);
  background-position: top;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
footer a {
  color: #fff;
}
footer p#copyright {
  font-size: 80%;
  margin-top: 1em;
}
#toTop {
/*  background-color: #05386b;*/
  border-radius: 50%;
  bottom: 40px;
  line-height: 1em;
  padding: 10px;
  position: fixed;
  right: 40px;
  z-index: 999;
}
/* メイントップ-------------------------------------------------------------------- */
.Timer p {
    font-weight: bold;
    font-size: 30px;
    line-height:  38px;
}
#TimeLeft{
    font-size: 60px;
    font-weight: bold;
/*    font-family: 'Orbitron', sans-serif;*/
    font-family:'digital-clock-font', sans-serif;
  background-color: rgba(255,255,255,1);
  border-left: 0px solid #FF0000;
  border-right: 0px solid #FF0000;
  border-radius: 5px;
  border: 0px solid #ffffff;
  text-align: center;
  vertical-align: middle;
  line-height: inherit;
  padding: 0 20px;
  padding: 20px 20px\9; /* IE10（\9なしでIE11にも適用） */
  *padding: 20px;   /* IE7以下 */
  _padding: 20px 20px; /* IE6 */
}
@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, #TimeLeft {
     padding: 15px 20px;
}
}
#wrapper .mainvisual_wrap .mainvisual_inner .mainvisual {
  width: 980px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
#wrapper .mainvisual_wrap {
  position: relative;
  height: 500px;
  background: none;
}
#wrapper .mainvisual_wrap .mainvisual_inner {
  background: url(../images/mainvisual3.png) center top no-repeat;
  width: 100%;
  height: 100%;
}
/*
#wrapper .mainvisual_wrap::after {
  content: "";
  background: url(../images/mainvisual_foot.png) left top no-repeat;
  width: 1400px;
  height: 44px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin: 0 0 0 -700px;
}
*/
.header-section::after {
  content: "";
  background:url(../images/mainvisual_foot.png) center top repeat-x;
  position: absolute;
  width: 100%;
  height: 22px;
    border: 0px solid #FF0000;
    z-index: 1111;
}
#wrapper .mainvisual_wrap .mainvisual_inner .mainvisual .logo4k {
  position: absolute;
  top: 110px;
  right: 210px;
  background: url(../images/logo4k.png) top left no-repeat;
  background-size: 80%;
  width: 532px;
  max-width: 550px;
  height: 496px;
  font-size: 60px;
  line-height:80px;
  color: #1d1d1d;
}
#wrapper .mainvisual_wrap .mainvisual_inner .mainvisual .ume4k {
  position: absolute;
  top: 50px;
  right: 0px;
  background: url(../images/ume4k.png) top left no-repeat;
  width: 592px;
  max-width: 592px;
  height: 450px;
}
#wrapper .mainvisual_wrap .mainvisual_inner .mainvisual .onair_txt {
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 916px;
  max-width: 916px;
  height: 56px;
  font-size: 150%;
}
#wrapper .mainvisual_wrap .mainvisual_inner .mainvisual .main_txt {
  position: absolute;
  top: 24px;
  left: 0px;
/*  background: url(../images/main_txt.png) left top no-repeat;*/
  width: 560px;
  max-width: 560px;
  height: 80px;
  letter-spacing: -0.5px;
}
#wrapper .mainvisual_wrap .mainvisual_inner .mainvisual .aboutbsfuji {
  position: absolute;
  top: 400px;
  left: 0px;
  border: 1px solid #999999;
  padding: 10px;
  color: #333333;
}
#wrapper .mainvisual_wrap .mainvisual_inner .mainvisual .countdown_box {
  position: absolute;
  top: 350px;
  left: 20px;
  padding: 10px;
  color: #cccccc;
  color: #2060e0;
  width: 590px;
}
/* コンテンツ */
.content-box {
	background: #113868 url(../images/bg.png) fixed;
}
#content_left {
  width: 730px;
  margin: 0 auto 45px;
}
#content_left .contents {
  position: relative;
  /*background: salmon;*/
  padding-top: 20px;
}

/* バックナンバー */
label {
  color: #fff;
  padding: 10px;
  display: block;
  margin: 0;
  border: 0px solid #fff;
  /*background: #2d2d2d;*/
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  letter-spacing: 0px;
}
input[type="checkbox"].on-off{
  display: none;
}
.menu{
    text-align: center;
}
.menu h3{
    padding: 10px;
}
.menu ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu li {
  padding: 5px;
}
input[type="checkbox"].on-off + ul{
  height: 0;
  overflow: hidden;
}
input[type="checkbox"].on-off:checked + ul{
  height: 300px;
}

/*
  * スマホ用 メディアクエリ--------------------------------------------------------------------
*/
/*---- スマホの時だけ改行＆表示 ----*/
@media only screen and (min-width: 640px){
 h2 br{ display:none;}
 h5 br{ display:none;}
 br.lf{ display:none;}
.sp {display:none;}
.br-pc { display:none; }
}
/*---- ＰＣの時だけ改行 ----*/
@media only screen and (max-width: 640px){
.br-sp { display:none; }
.space-pc{ display:none;}
}
/*---- スマホの時だけヘッダー消す ----*/
@media only screen and (max-width: 640px){
 header nav{ display:none;}
 .sepline { border-bottom: 1px dashed #ff0016 }
}
@media screen and (max-width: 640px) {
h2 {
  font-size: 120%;
}
/*---- TOP メインイメージ ----*/
.Timer p {
    font-weight: normal;
    font-size: 18px;
    line-height:  28px;
}
#TimeLeft{
    font-size: 30px;
    font-weight: bold;
}
#wrapper .mainvisual_wrap .mainvisual_inner .mainvisual {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  position: relative;
}
#wrapper .mainvisual_wrap {
  position: relative;
  height: 600px;
  background:none;
}
#wrapper .mainvisual_wrap .mainvisual_inner {
  width: 92%;
  height: 600px;
  padding: 4%;
  background: url(../images/mainvisual_sp3.png) no-repeat right top;
  background-size: contain;
  background-size: 100% auto;
}
#wrapper .mainvisual_wrap::after {
  background: url(../images/mainvisual_foot.png) left top no-repeat;
  width: 100%;
  height: 44px;
  position: absolute;
  bottom: 0;
  left: 0%;
  margin: 0 0 0 0;
}
#wrapper .mainvisual_wrap .mainvisual_inner .mainvisual .logo {
  position: absolute;
  background: url(../images/logo_sp.png) center top no-repeat;
  text-align: center;
  background-size: 100% auto;
  top: 60px;
  right: 0px;
  width: 100%;
  max-width: 100%;
  color: #1d1d1d;
}
#wrapper .mainvisual_wrap .mainvisual_inner .mainvisual .ume4k {
  position: absolute;
  top: 220px;
  left: 0px;
  width: 100%;
  max-width: 286px;
  font-size: 34px;
  line-height:38px;
  color: #05386b;
}
#wrapper .mainvisual_wrap .mainvisual_inner .mainvisual .main_txt {
  position: absolute;
  top: 10px;
  left: 0px;
  background: url(../images/main_txt.png) left top no-repeat;
  width: 100%;
  max-width: 100%;
  height: 70px;
  font-size: 100%;
  line-height: 110%;
  font-weight: normal;
  letter-spacing: 0px;
  border: 0px solid #FFFFCC;
  color: #ffffff;
}
#wrapper .mainvisual_wrap .mainvisual_inner .mainvisual .ume4k,#wrapper .mainvisual_wrap .mainvisual_inner .mainvisual .main_txt br{
    display: none;
    }
#wrapper .mainvisual_wrap .mainvisual_inner .mainvisual .aboutbsfuji {
  position: absolute;
  top: 420px;
  left: 0px;
  width: 100%;
  padding: 0px;
  text-align: center;
  background-color: salmon;
  border-left: 0px solid #FF0000;
  border-right: 0px solid #FF0000;
}
#wrapper .mainvisual_wrap .mainvisual_inner .mainvisual .countdown_box {
  position: absolute;
  top: 420px;
  left: 0px;
  width: 100%;
  padding: 0px;
  text-align: center;
  background-color: salmon;
  border-left: 0px solid #FF0000;
  border-right: 0px solid #FF0000;
  border-radius: 5px;
  border: 2px solid #ffffff;
}
#content_left {
  width: 100%;
}
/* 共通部分 */
  a.btn {
  padding: 20px 0;
  }
  #toTop {
  bottom: 10px;
  right: 10px;
  }
  /* グローバルメニュー
  #global-big nav, #global-small nav {
  display: none;
  }
  /* グローバルメニュースマホ用 */
  #global-big nav, #global-small nav {
  box-sizing: border-box;
  width: 50%;
  }
  #global-sp {
  display: block;
  }
#main{
  width: 100%;
}
}


/* ここからさらに各項目追加 */
#gallery ul{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align:center;
  display: block;
}
#gallery ul li{
  display: block;
  width:290px;
  margin: 0 30px 30px 0;
  padding: 10px 0;
  border: solid 1px #CCC;
  float: left;
  text-align: center;
  color: #e5e5e5;
  font-weight: bold;
  box-shadow: 3px 3px 5px #333;
  box-sizing: border-box;
  overflow: hidden;
  position:relative;
  display: block;
  border-radius: 5px;
}
#gallery ul li:nth-child(3n) { margin-right: 0;}
.clearfix{content:"";clear:both;display:block;}
.clearfix:before,.clearfix:after{content:"";clear:both;display:block;}
.clearfix:after{clear:both;}

/* ここから左（メイン記事） */
article {
  width: 100%;
  float: left;
  padding: 0 0 30px 0;
}
/* ここから右（サイド） */
/* コンテンツ */
#sidebar section{
  padding: 10px;
}
#sidebar .contents {
  position: relative;
  background: salmon;
}
#sidebar{
  width: 100%;
  float: right;
  padding: 0 0 30px 0;
}
.banner{
  width: 50%;
  display: block;
  padding: 0 30px;
}
.contents.talent {
  padding-top: 33px;
}
.talent_img img {
  width: 100%;
  padding-top: 20px;
}
.talent_txt {
  text-align: center;
  font-size: 108%;
  font-weight: bold;
  color: #05386b;
  line-height: 1.2;
}
.talent_info {
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  color: #05386b;
  line-height: 1.2;
}
.talent_info a{
  line-height: 1;
  padding: 10px;
}
.talent_list li {
  width: 30%;
  float: left;
  margin: 0 5px 10px 0;
}
.headline_talent_list{
  background: url(../images/headline_talent_info.png) left top no-repeat;
  margin: 10px 0;
}
/*======= BANNER ======*/
#banner_box { margin: 40px 0;}
.bottom_banner ul{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.bottom_banner ul li{
  display: inline;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
}
.bottom_banner ul li a img{
  width: 30%;
  border-radius: 5px;
}
#breadcrumb { font-size: small; color:#c6c3a9; }
#breadcrumb ol li {display: inline; }
#breadcrumb ol li::after {
  content: ">";
  padding-left: 7px;
}
#breadcrumb ol li:last-child::after {content: none; }

#news .listInner section { background-image: none; padding: 10px 5px 10px 10px; border-radius: 0px; }
#news .listInner { overflow-y: auto; height: 150px; }　/*横にスクロールバー表示*/
#news .listInner section { width: 100%; padding-right: 0; padding-left: 0; }
#news .listInner section .mbOff { margin-bottom: 0; }
#news .listInner section .listDate { float:left; width: 160px; font-weight: bold; font-size: 16px; }
#news .listInner section .listText { float:left; width: 640px; }
#news .listInner section .listText a { color: #ccc000;}
#news .listInner section .listText a:hover { color: #fff000;}
#news .listInner section .listText h3 { margin-top: 0; font-size: 1.1em; line-height: 1.2em; }
#news .listInner section .listDate p.newAttention { color: #7a7a7a; font-size: 1.3em; font-style: italic;}
#news .listInner section.bottomDotLine { border-bottom: 1px dotted #cccccc; margin: 0 0 15px 0; padding: 0 0 15px 0; overflow: hidden;}

#ume_qa .listInner .question{
  background:-webkit-gradient(linear, left top, right bottom, from(#002b09), to(#310000));
  background:-moz-linear-gradient(left, #002b09, #310000);
  background:linear-gradient(left, #002b09, #310000);
  padding: 20px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
}
#ume_qa .listInner .answer{
  background-color: #181818;
  padding: 20px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* 折りたたみ */
.open{
     color: #999999;
     cursor: pointer;
     }
.slideBox{
     display:none;
     }


#listBnr {
  font-size: 30px;
  background: -webkit-linear-gradient(#e7c500, #113868);
  background: -o-linear-gradient(#e7c500, #113868);
  background: linear-gradient(#e7c500, #113868);
  border-radius: 8px;
  padding: 10px;
  font-weight: bold;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.4);
  margin-top: 50px;
}

/*
  * スマホ用 メディアクエリ--------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
#news .listInner section .listText { float:left; max-width: 300px; font-size:16px; }

/*======= BUTTON ======*/
.button_high {
    width: 100%;
}
.button_high .square_btn {
width: 80%;
}
/*======= BANNER ======*/
.bottom_banner ul li a img{
  width: 50%;
}
  #breadcrumb ol { padding-left: 5px; }
  img {
  max-width: 100%;
  }
  /* Layout */
  #global_navi,
  #promotion,
  #sidebar,
  #wrapper,
  #wrapper_inner,article{
  width: 100%;
  float: none;
  }
section.contents,#side_contact,#news {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-left: 0px;
}
/*
section {
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
*/
article,#sidebar {
  padding: 30px 0;
}
/*p {text-align:center; }*/

input[type="checkbox"].on-off:checked + ul{
  height: 850px;
}
/* テーブル */
table th h1{
        font-size: 14px;
}
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: salmon;
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: .625em;
  text-align: left;
}
table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  table {
  border: 0;
  }
  table caption {
  font-size: 1.3em;
  }
  table thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  }
  table tr {
  border-bottom: 3px solid #ddd;
  display: block;
  margin-bottom: .625em;
  }
  table td {
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: 1em;
  text-align: left;
  }
  table td:before {
  /*
  * aria-label has no advantage, it won't be read inside a table
  content: attr(aria-label);
  */
  content: attr(data-label);
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  }
  table td:last-child {
  border-bottom: 0;
  }

/* end */


/* trunk プッシュするナビゲーション ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

}





