@charset "UTF-8";
@import url("//hello.myfonts.net/count/2c2db1");
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);
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, main, menu, nav, section, summary {
  display: block; }

/* @font-face {
	font-family: 'Asfalto';
	src: url('../font/2C24C0_0_0.eot');
	src: url('../font/2C24C0_0_0.eot?#iefix') format('embedded-opentype'),
	url('../font/2C24C0_0_0.woff') format('woff'),
	url('../font/2C24C0_0_0.ttf') format('truetype');
} */
/* @import url("//hello.myfonts.net/count/2c2dac");
@font-face {font-family: 'Asfalto';
src: url('../font/asfalto_smooth/webfonts/2C2DAC_0_0.eot');
src: url('../font/asfalto_smooth/webfonts/2C2DAC_0_0.eot?#iefix') format('embedded-opentype'),
url('../font/asfalto_smooth/webfonts/2C2DAC_0_0.woff') format('woff'),
url('../font/asfalto_smooth/webfonts/2C2DAC_0_0.ttf') format('truetype');} */
/* @import url("//hello.myfonts.net/count/2c2dad");
@font-face {font-family: 'Asfalto';
src: url('../font/asfalto_smooth_120/webfonts/2C2DAD_0_0.eot');
src: url('../font/asfalto_smooth_120/webfonts/2C2DAD_0_0.eot?#iefix') format('embedded-opentype'),
url('../font/asfalto_smooth_120/webfonts/2C2DAD_0_0.woff') format('woff'),
url('../font/asfalto_smooth_120/webfonts/2C2DAD_0_0.ttf') format('truetype');} */
/* @import url("//hello.myfonts.net/count/2c2dac");
@font-face {font-family: 'Asfalto';
src: url('../font/asfalto_smooth_bb/webfonts/2C2DAC_0_0.eot');
src: url('../font/asfalto_smooth_bb/webfonts/2C2DAC_0_0.eot?#iefix') format('embedded-opentype'),
url('../font/asfalto_smooth_bb/webfonts/2C2DAC_0_0.woff') format('woff'),
url('../font/asfalto_smooth_bb/webfonts/2C2DAC_0_0.ttf') format('truetype');} */
@font-face {
  font-family: 'Asfalto';
  src: url("../font/asfalto_smooth_native/webfonts/2C2DB1_0_0.eot");
  src: url("../font/asfalto_smooth_native/webfonts/2C2DB1_0_0.eot?#iefix") format("embedded-opentype"), url("../font/asfalto_smooth_native/webfonts/2C2DB1_0_0.woff") format("woff"), url("../font/asfalto_smooth_native/webfonts/2C2DB1_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot?u580so");
  src: url("../font/icomoon.eot?#iefixu580so") format("embedded-opentype"), url("../font/icomoon.woff?u580so") format("woff"), url("../font/icomoon.ttf?u580so") format("truetype"), url("../font/icomoon.svg?u580so#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-play:before {
  content: "\e600"; }

.icon-pause:before {
  content: "\e601"; }

.icon-arrow-right4:before {
  content: "\e60a"; }

.icon-arrow-left:before {
  content: "\e602"; }

.icon-arrow-right:before {
  content: "\e603"; }

.icon-arrow-left2:before {
  content: "\e604"; }

.icon-arrow-right2:before {
  content: "\e605"; }

.icon-arrow-left3:before {
  content: "\e606"; }

.icon-arrow-right3:before {
  content: "\e607"; }

.icon-twitter:before {
  content: "\e608"; }

.icon-facebook:before {
  content: "\e609"; }

/* Color */
/*Setup Break Points*/
/* $screen-xs: 360px;
$screen-sm: 480px; //768px
$screen-md: 768px; //992px
$screen-lg: 992px; //1200px?
$screen-sm-md: 550px; */
/* @mixin text-bgretina ($file, $type, $width, $height, $xpos:0, $ypos:0) {
	background-image: url($file + '.' + $type);
	background-position: $xpos + px $ypos + px;
	width: $width;
	height: 0;
	padding-top: $height;
	overflow:hidden;
	@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
		& {
		background-image: url($file + '@2x.' + $type);
		-webkit-background-size: $width $height;
		}
	}
} */
::selection {
  background: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #fff;
  text-shadow: none; }

a {
  color: #666;
  text-decoration: underline; }

/*a:link	{ color:#666; }*/
/*a:visited { color:#666; }*/
a:hover {
  color: #08c;
  text-decoration: underline; }

a:active, a:focus {
  outline: none; }

/* html, body {height: 100%;}

html {
	max-width: 1200px;
	min-width: 980px;
	margin: 0 auto;
	position: relative;
} */
html, body {
  overflow-x: hidden; }

body {
  background: url(../img/body_bg_l.png) repeat-y, url(../img/body_bg_r.png) repeat-y right top, url(../img/body_bg.png);
  font: 14px/1.5 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 'メイリオ', Meiryo, "ＭＳＰゴシック", sans-serif;
  color: #2c2c2c;
  -webkit-text-size-adjust: 100%; }

#header {
  position: relative;
  font-family: "Asfalto";
  font-size: 30px;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* -webkit-text-stroke: 0.35px */ }
  .singlepage #header {
    background: url("../img/header_logo.png") 0 -5px no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
      .singlepage #header {
        background-image: url("../img/header_logo@2x.png");
        -moz-background-size: 150px 150px;
        -o-background-size: 150px 150px;
        -webkit-background-size: 150px 150px;
        background-size: 150px 150px; } }

.header_onair {
  background: url("../img/header_arrow.png") 0 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 30px 20px 0 0;
  padding-left: 96px;
  height: 120px;
  color: #2c2c2c;
  text-decoration: none; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
    .header_onair {
      background-image: url("../img/header_arrow@2x.png");
      -moz-background-size: 82px 100px;
      -o-background-size: 82px 100px;
      -webkit-background-size: 82px 100px;
      background-size: 82px 100px; } }
  .header_onair:hover {
    color: #000;
    text-decoration: none; }
  .header_onair .onair-tag {
    font-size: 48px;
    line-height: 1.1em; }
  .header_onair .onair-date {
    font-size: 60px;
    line-height: 0.8em; }
  .ie .header_onair .onair-tag {
    margin-top: -8px; }

.headline {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 30px 0 0 0;
  height: 120px;
  /* position: absolute;
  top:30px;
  left: 300px; */ }
  .headline .header_name {
    display: block; }
  .headline .antenna-text {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 0.8em; }
  .headline .antenna_asterisk {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 'メイリオ', Meiryo, "ＭＳＰゴシック", sans-serif; }
  .singlepage .headline {
    margin: 25px 0 5px 150px;
    font-size: 24px;
    line-height: 1em; }
    .singlepage .headline h1 {
      font-size: 60px;
      line-height: 1em; }

.header_navigator {
  position: absolute;
  right: 215px;
  top: 15px; }

.header_buttons {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px; }

.btn_message, .btn_home {
  background: url("../img/bg_ink.png");
  display: block;
  width: 100%;
  height: 89px;
  margin-bottom: 6px;
  text-align: center;
  overflow: hidden;
  color: #ffefd3;
  font-size: 24px;
  line-height: 1.1em;
  text-decoration: none; }
  .btn_message:hover, .btn_home:hover {
    background-color: #000;
    text-decoration: none;
    color: #ffefd3; }

.btn_message {
  height: 112px; }
  .btn_message i {
    background: url("../img/btn_message_icon.png") center top no-repeat;
    width: 45px;
    height: 0;
    padding-top: 30px;
    overflow: hidden;
    display: block;
    margin: 23px auto 12px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
      .btn_message i {
        background-image: url("../img/btn_message_icon@2x.png");
        -moz-background-size: 45px 30px;
        -o-background-size: 45px 30px;
        -webkit-background-size: 45px 30px;
        background-size: 45px 30px; } }
  .singlepage .btn_message {
    margin-left: 6px;
    float: left;
    width: 97px;
    height: 89px;
    font-size: 20px;
    line-height: 1em; }
    .singlepage .btn_message i {
      background: url("../img/btn_message_icon2.png") center top no-repeat;
      width: 30px;
      height: 0;
      padding-top: 30px;
      overflow: hidden;
      margin: 12px auto; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
        .singlepage .btn_message i {
          background-image: url("../img/btn_message_icon2@2x.png");
          -moz-background-size: 30px 30px;
          -o-background-size: 30px 30px;
          -webkit-background-size: 30px 30px;
          background-size: 30px 30px; } }

.btn_home {
  float: left;
  width: 97px;
  font-size: 20px;
  line-height: 1em; }
  .btn_home i {
    background: url("../img/btn_home_icon.png") center top no-repeat;
    width: 30px;
    height: 0;
    padding-top: 30px;
    overflow: hidden;
    display: block;
    margin: 12px auto; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
      .btn_home i {
        background-image: url("../img/btn_home_icon@2x.png");
        -moz-background-size: 30px 30px;
        -o-background-size: 30px 30px;
        -webkit-background-size: 30px 30px;
        background-size: 30px 30px; } }

.btn_banner {
  clear: left; }

@media (max-width: 1200px) {
  .header_onair {
    height: 120px;
    margin-right: 0; }
    .header_onair .onair-tag, .header_onair .onair-date {
      display: none; } }
@media (max-width: 992px) {
  .header_onair {
    display: none; } }
@media (max-width: 768px) {
  .singlepage #header {
    background-position: right 45px;
    background-size: 114px 114px; }

  .header_navigator {
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: right;
    /* img {
    width: 80%;
    height: auto;
    } */ }

  .headline {
    width: 300px;
    margin: 25px 0 5px 0;
    font-size: 24px;
    line-height: 1.1em; }
    .headline .header_jwave {
      display: block; }
    .singlepage .headline {
      width: auto;
      margin-left: auto;
      /* .header_jwave {
      	display:inline;
      } */ }
      .singlepage .headline h1 {
        font-size: 40px;
        line-height: 1em; }

  .header_buttons {
    position: relative;
    width: 100%; }

  .btn_message {
    width: 100%;
    height: 55px;
    line-height: 63px !important; }
    .btn_message i {
      display: none; }
    .singlepage .btn_message {
      float: none;
      width: 50%; }

  .btn_home {
    width: 50%;
    height: 55px;
    line-height: 63px; }
    .btn_home i {
      display: none; }

  .btn_banner {
    background: #fff;
    display: block;
    width: 100%;
    height: 55px;
    text-align: center;
    margin-bottom: 15px; } }
@media (max-width: 480px) {
  .header_navigator {
    position: absolute;
    right: 15px;
    top: 50px;
    text-align: right; }
    .header_navigator img {
      width: 77px;
      height: auto; } }
/* Pagetop Slideshow */
#cycle-loader {
  height: 32px;
  left: 50%;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 999; }

/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
#maximage {
  display: none;
  /* Only use this if you fade it in again after the images load */
  /*position:fixed !important;*/
  position: relative; }

/*Set my gradient above all images*/
#gradient {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999; }

#topslide {
  position: relative;
  overflow: hidden; }

#logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
  height: 84%;
  /*80*/
  width: 84%;
  /*80*/ }

/* #logo.background--light {
  background: black;
}
#logo.background--dark {
  background: white;
} */
#logo img {
  width: 100%;
  height: 100%; }

#arrow_left, #arrow_right {
  bottom: 30px;
  height: 67px;
  position: absolute;
  right: 30px;
  width: 36px;
  z-index: 1001; }

#arrow_left {
  right: 86px; }

#arrow_left:hover, #arrow_right:hover {
  bottom: 29px; }

#arrow_left:active, #arrow_right:active {
  bottom: 28px; }

#cycle-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1001;
  -moz-transform: translate(-50%, -20px);
  -ms-transform: translate(-50%, -20px);
  -webkit-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
  /* float:left;
  margin-bottom:20px; */ }

#cycle-nav ul {
  list-style-type: none; }

#cycle-nav ul li {
  float: left;
  margin: 2px; }

#cycle-nav ul li a {
  display: block;
  background: url("../img/slidenav_dot.png") 0 0 no-repeat;
  width: 15px;
  height: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
    #cycle-nav ul li a {
      background-image: url("../img/slidenav_dot@2x.png");
      -moz-background-size: 15px 30px;
      -o-background-size: 15px 30px;
      -webkit-background-size: 15px 30px;
      background-size: 15px 30px; } }

#cycle-nav ul li.activeSlide a {
  background: url("../img/slidenav_dot.png") left bottom no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
    #cycle-nav ul li.activeSlide a {
      background-image: url("../img/slidenav_dot@2x.png");
      -moz-background-size: 15px 30px;
      -o-background-size: 15px 30px;
      -webkit-background-size: 15px 30px;
      background-size: 15px 30px; } }

.youtube-video, video {
  left: 0;
  position: absolute;
  top: 0; }

/*  Profile  */
.modal {
  display: none; }

.ui-hideoverlay {
  position: fixed;
  _position: absolute;
  text-align: left;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1999;
  display: none; }

.ui-hideoverlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: #000; }

.ui-hideoverlay-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  /*background:url(spinner.gif) no-repeat 50% 50%;*/
  z-index: 2000; }

.ui-domwindowdialog {
  position: relative;
  background: #fff;
  background: #fff url("../img/nomura.jpg") no-repeat right top;
  z-index: 2001; }
  .ui-domwindowdialog .photobox {
    float: right; }
  .ui-domwindowdialog .textbox {
    height: 100%; }
    .ui-domwindowdialog .textbox p {
      padding: 20px 260px 20px 20px; }
    .ui-domwindowdialog .textbox p.name {
      font-weight: bold;
      padding-bottom: 10px; }
  .ui-domwindowdialog .btn_close {
    background: url("../img/btn_close.png") 0 0 no-repeat;
    width: 40px;
    height: 0;
    padding-top: 40px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
      .ui-domwindowdialog .btn_close {
        background-image: url("../img/btn_close@2x.png");
        -moz-background-size: 40px 40px;
        -o-background-size: 40px 40px;
        -webkit-background-size: 40px 40px;
        background-size: 40px 40px; } }
  @media (max-width: 768px) {
    .ui-domwindowdialog {
      background: #fff; }
      .ui-domwindowdialog .textbox p {
        padding: 20px 20px 20px 20px; } }

#content {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    #content {
      border-left: 1px solid #2c2c2c;
      margin-bottom: 90px; } }

.content_header {
  position: relative;
  margin-left: -15px; }
  .content_header .onair-date {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border-bottom: 1px solid #2c2c2c;
    padding: 10px 12px 5px;
    font-family: "Asfalto";
    font-size: 18px;
    line-height: 1;
    text-decoration: none; }
  .content_header h2 {
    margin: 15px;
    		/* //@include inline-block();
    		//@include perspective-origin(bottom left);
    		@include transform-origin(bottom left);
    		//@include transform(rotate(90deg));
    		@include rotate(90deg);
    		position: absolute;
    		top:-20px;
    		left: 0;
    		//padding-left: 15px;
    		font-size: 60px;
    		line-height: 1;
    		@include font-smoothing;
    
    		white-space: nowrap; */ }
  .content_header .leadtext {
    width: 200px;
    margin: 60px 15px;
    font-size: 11px;
    line-height: 1.2; }

#musicstream h2 {
  background: url("../img/t_musicstream.png") 0 0 no-repeat;
  width: 94px;
  height: 0;
  padding-top: 255px;
  overflow: hidden; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
    #musicstream h2 {
      background-image: url("../img/t_musicstream@2x.png");
      -moz-background-size: 94px 255px;
      -o-background-size: 94px 255px;
      -webkit-background-size: 94px 255px;
      background-size: 94px 255px; } }

#episode h2 {
  background: url("../img/t_episode.png") 0 0 no-repeat;
  width: 94px;
  height: 0;
  padding-top: 138px;
  overflow: hidden; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
    #episode h2 {
      background-image: url("../img/t_episode@2x.png");
      -moz-background-size: 94px 138px;
      -o-background-size: 94px 138px;
      -webkit-background-size: 94px 138px;
      background-size: 94px 138px; } }

#onairnotes h2 {
  background: url("../img/t_onairnotes.png") 0 0 no-repeat;
  width: 94px;
  height: 0;
  padding-top: 230px;
  overflow: hidden; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
    #onairnotes h2 {
      background-image: url("../img/t_onairnotes@2x.png");
      -moz-background-size: 94px 230px;
      -o-background-size: 94px 230px;
      -webkit-background-size: 94px 230px;
      background-size: 94px 230px; } }

@media (max-width: 768px) {
  #musicstream h2, #episode h2, #onairnotes h2 {
    background-image: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: "Asfalto";
    font-size: 60px;
    line-height: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

  .content_header {
    margin: 40px 0 20px;
    /* h2 {
    	margin-bottom: 0;
    } */ }
    .content_header .onair-date {
      display: block;
      border: none;
      margin: 0;
      padding: 0;
      text-align: center;
      font-size: 48px;
      line-height: 0.8;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .content_header .leadtext {
      width: auto;
      margin: 0 15px 15px;
      font-size: 12px;
      text-align: center; } }
.post {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px; }

.maincolumn {
  background: #fff url("../img/content_endmark.png") center bottom no-repeat;
  padding: 30px 30px 90px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
    .maincolumn {
      background-image: url("../img/content_endmark@2x.png");
      -moz-background-size: 20px 60px;
      -o-background-size: 20px 60px;
      -webkit-background-size: 20px 60px;
      background-size: 20px 60px; } }
  .maincolumn h2 {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold; }
  .maincolumn p {
    margin: 0 0 1em; }

#topics {
  /* .topics_onair {
  	position: relative;
  	//border-bottom: 1px solid $col_ink;
  	//height: 140px;
  	//overflow: hidden;
  	margin: 2px 0 -2px;
  	.ie & {
  		margin: -6px 0 6px;
  	}
  } */ }
  #topics .maincolumn p img {
    width: 320px;
    float: left;
    margin: 0 15px 15px 0; }
    @media (max-width: 992px) {
      #topics .maincolumn p img {
        width: auto;
        float: none;
        margin: 0 0 15px 0;
        width: auto; } }
  #topics .content_header {
    background: url("../img/head_ornament.png") 12px top no-repeat;
    padding-top: 45px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
      #topics .content_header {
        background-image: url("../img/head_ornament@2x.png");
        -moz-background-size: 100px 40px;
        -o-background-size: 100px 40px;
        -webkit-background-size: 100px 40px;
        background-size: 100px 40px; } }
  #topics .onair-tag, #topics .onair-date {
    font-family: "Asfalto";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 2px 0 -2px; }
    .ie #topics .onair-tag, .ie #topics .onair-date {
      margin: -6px 0 6px; }
  #topics .onair-tag {
    /* position: absolute;
    top: 0; */
    font-size: 60px;
    line-height: 1.1em;
    padding: 0 15px 0; }
  #topics .onair-date {
    /* position: absolute;
    bottom: 0; */
    display: block;
    border: none;
    font-size: 90px;
    line-height: 0.8em;
    padding: 0 15px 0; }
  #topics .post {
    margin-top: 30px; }
  @media (max-width: 992px) {
    #topics .onair-tag {
      font-size: 48px; }
    #topics .onair-date {
      font-size: 60px; } }
  @media (max-width: 768px) {
    #topics {
      background-image: none; }
      #topics .content_header {
        background-position: center top;
        margin-top: 15px; }
      #topics .onair-tag, #topics .onair-date {
        text-align: center; }
      #topics .onair-date {
        font-size: 90px;
        line-height: 0.9em; } }

#jme {
  width: 580px;
  height: 35px;
  margin: 0 auto 50px;
  text-align: right; }
  #jme #gigyaShare {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 540px;
    height: 30px; }
    #jme #gigyaShare img {
      display: block;
      float: left;
      margin: 0; }
    #jme #gigyaShare .gig-bar-container {
      float: left;
      height: 20px;
      margin: 5px 0 0 5px; }
  @media (max-width: 992px) {
    #jme {
      width: auto; }
      #jme #gigyaShare {
        width: auto; }
        #jme #gigyaShare img {
          float: none; }
        #jme #gigyaShare .gig-bar-container {
          float: none; } }

.navi_backnumber {
  padding: 0 15px;
  overflow: hidden;
  *zoom: 1; }
  @media (max-width: 768px) {
    .navi_backnumber {
      border: none;
      padding: 15px 15px 0; }
      .navi_backnumber .btn_next {
        float: right; } }

.textbtn {
  font-family: "Asfalto";
  font-size: 30px;
  line-height: 1.1;
  color: #2c2c2c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none; }
  .textbtn:hover {
    color: #000;
    text-decoration: none; }
  .textbtn.btn_backnumber {
    background: url("../img/nav_arrow_d.png") left 2px no-repeat;
    padding-left: 20px;
    margin-left: 15px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
      .textbtn.btn_backnumber {
        background-image: url("../img/nav_arrow_d@2x.png");
        -moz-background-size: 15px 20px;
        -o-background-size: 15px 20px;
        -webkit-background-size: 15px 20px;
        background-size: 15px 20px; } }
    @media (max-width: 768px) {
      .textbtn.btn_backnumber {
        display: none; } }
    .ie .textbtn.btn_backnumber {
      background-position: left center; }
  .textbtn.btn_backnumber_l {
    background: url("../img/backnumber_arrow.png") center 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 40px 0 60px;
    padding-top: 66px;
    font-size: 60px;
    line-height: 1em; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
      .textbtn.btn_backnumber_l {
        background-image: url("../img/backnumber_arrow@2x.png");
        -moz-background-size: 82px 56px;
        -o-background-size: 82px 56px;
        -webkit-background-size: 82px 56px;
        background-size: 82px 56px; } }
  .textbtn.btn_prev {
    background: url("../img/nav_arrow_l.png") right 2px no-repeat;
    padding-right: 20px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
      .textbtn.btn_prev {
        background-image: url("../img/nav_arrow_l@2x.png");
        -moz-background-size: 15px 20px;
        -o-background-size: 15px 20px;
        -webkit-background-size: 15px 20px;
        background-size: 15px 20px; } }
  .textbtn.btn_next {
    background: url("../img/nav_arrow_r.png") left 2px no-repeat;
    padding-left: 20px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
      .textbtn.btn_next {
        background-image: url("../img/nav_arrow_r@2x.png");
        -moz-background-size: 15px 20px;
        -o-background-size: 15px 20px;
        -webkit-background-size: 15px 20px;
        background-size: 15px 20px; } }

#musicstream .ms_post {
  zoom: 1;
  margin-bottom: 40px; }
  #musicstream .ms_post:before, #musicstream .ms_post:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  #musicstream .ms_post:after {
    clear: both; }
  #musicstream .ms_post {
    zoom: 1; }
  #musicstream .ms_post:nth-last-of-type(1) {
    margin-bottom: 20px; }
#musicstream .ms_post header {
  position: relative; }
#musicstream .ms_number {
  background: #2c2c2c;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-family: "Oswald" sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  color: #fff; }
#musicstream h3.ms_song {
  border-bottom: 2px solid #2c2c2c;
  margin-bottom: 15px;
  padding: 0 0 7px 50px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold; }
#musicstream .photobox {
  float: left;
  margin-right: 15px; }
  #musicstream .photobox img {
    display: block; }
#musicstream .textbox {
  margin-bottom: -1em; }
  #musicstream .textbox .ms_albuminfo {
    margin: 0 0 25px;
    /* border-bottom: 1px dotted $col_ink;
    padding-bottom: 5px; */
    font-size: 0.9em; }
  #musicstream .textbox .ms_album {
    font-weight: bold; }
  @media (min-width: 992px) {
    #musicstream .textbox {
      overflow: hidden; } }

#footer {
  position: relative;
  margin-top: 40px;
  padding: 0 15px;
  text-align: center; }
  #footer #copyright {
    /* position:absolute;
    left:40px;
    bottom:54px; */
    font: 10px/20px Helvetica, Arial, sans-serif;
    color: #2c2c2c;
    line-height: 13px;
    text-align: left; }
  #footer #homebtn {
    float: left;
    margin-right: 6px; }
  #footer #btn_pagetop {
    background: url("../img/footer_arrow.png") 0 0 no-repeat;
    width: 40px;
    height: 0;
    padding-top: 40px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 15px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
      #footer #btn_pagetop {
        background-image: url("../img/footer_arrow@2x.png");
        -moz-background-size: 40px 40px;
        -o-background-size: 40px 40px;
        -webkit-background-size: 40px 40px;
        background-size: 40px 40px; } }

.singlepage #content {
  border: none; }

/* .singlepage #footer {
	padding: 0;
	#btn_pagetop {
		right: 0;
	}
} */
.maincontent {
  background: #fff;
  padding: 15px; }

.bn_card {
  height: 105px;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  /* img {
  	float: left;
  	margin-right: 10px;
  } */ }
  .bn_card a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
    .bn_card a:hover {
      color: #000; }
      .bn_card a:hover .title {
        text-decoration: underline; }
  .bn_card .photobox {
    width: 105px;
    height: 105px;
    overflow: hidden;
    float: left;
    margin-right: 10px; }
    .bn_card .photobox img {
      display: block;
      float: left; }
  .bn_card .textbox {
    overflow: hidden;
    font-size: 12px;
    line-height: 1.2;
    height: 105px; }
  .bn_card .date {
    font-family: "Oswald" sans-serif;
    font-size: 20px;
    margin: 5px 0;
    color: #2c2c2c;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* position: absolute;
    left: 0;
    bottom: 0; */ }
  @media (max-width: 768px) {
    .bn_card {
      /* height: 80px;
      img {
      	width: 80px;
      }
      .textbox {
       //font-size: inherit;
      } */ } }

form h3 {
  margin: 30px 0;
  padding: 5px 10px;
  border-bottom: 1px solid #2c2c2c;
  font-weight: bold;
  font-size: 18px; }

.center-buttons {
  margin: 30px 0;
  text-align: center; }
  .center-buttons input {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }

.member-link a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 15px;
  text-decoration: none; }

.notice {
  background: #f2f2f2;
  margin: 20px 0;
  padding: 10px;
  /*padding: 5px 20px;*/
  border-radius: 5px;
  font-size: 0.9em;
  color: #808080; }

.notice strong {
  color: #f00;
  font-weight: normal; }

p.small {
  font-size: 0.9em;
  line-height: 1.4em;
  margin-bottom: 6px; }

#alertBox {
  margin: 0 0 0 0;
  color: #f00; }

#thankscontent {
  padding: 60px 15px; }

#thankscontent p {
  text-align: center;
  margin: 15px; }

#thankscontent strong {
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  font-weight: normal;
  line-height: 64px; }

#thankscontent a {
  font-family: 'Strait', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-decoration: none; }

#jfl_banners {
  margin: 30px 0; }
  #jfl_banners ul {
    border-top: 1px dotted #2c2c2c; }
  #jfl_banners li {
    overflow: hidden;
    *zoom: 1;
    position: relative;
    display: table;
    width: 100%;
    border-bottom: 1px dotted #2c2c2c;
    clear: left;
    padding: 5px 0; }
  #jfl_banners a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  #jfl_banners img {
    display: block;
    width: 100px;
    height: 30px;
    margin-right: 10px; }
  #jfl_banners .onair-date {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 4px 0 0;
    position: relative;
    font-family: "Asfalto";
    font-size: 20px;
    line-height: 1em;
    color: #111;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: table-cell;
    vertical-align: middle;
    text-align: right; }
  @media (max-width: 992px) {
    #jfl_banners .onair-date {
      font-size: 15px; }
      #jfl_banners .onair-date span {
        display: block; } }
  @media (max-width: 768px) {
    #jfl_banners img {
      width: 80px;
      height: 24px; }
    #jfl_banners .onair-date {
      font-size: 20px; }
      #jfl_banners .onair-date span {
        display: inline-block;
        text-align: left; } }

/* STICKER */
.sticker {
  text-align: center;
  }

  .sticker h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 20px 0;
  }

  .sticker p {
  padding: 20px 0;
  }



@media screen and (min-width: 768px){ 
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 768px){ 
  .br-pc { display:none; }
  .br-sp { display:block; }
}

