@import url("footer2010.css");
@charset "shift_jis";

/*
 * Style Name: Common Stylesheet
 * Style URL: http://www.j-wave.co.jp/common/css/common.css
 * Description: Common Stylesheet.
 * Version: 1.0
 * Last Up Date: 2007-12-27T10:40:00+09:00
 * The CSS and design is released under GPL: http://www.gnu.org/licenses/gpl.html
 * Markup Reference: http://2xup.org/common/css/style-guide.pdf
*/

html body {
  margin: 0;
  padding: 0;
  font-family: "MS PGothic", "Osaka", "Meiryo", "Tahoma", sans-serif;
  font-size: 9pt;
  line-height: 1.2;
  text-align:left;
}

html img {
  border: 0;
}

/* Common Class */
.clr {
  clear: both;
  width: 1px;
  height: 1px;
  margin: 0 0 -1px -1px;
  padding: 0;
  display: block;
}

.hidden {
  display: none;
  font-size: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/*-- 共通フッターナビゲーション --*/
#commonNavigation_footer {
  margin-top:20px;
  width:100%;
}


#commonNavigation {
  width:100%;
  height:23px;
  margin:0;
  background:url(/img_navi/bg.gif) repeat-x 0 0;
  position:fixed;
  bottom:0;
  left:0;
  z-index:99999;
}

#commonNavigation .cmnNaviPics td img{
  margin:2px 0 0 0;
  padding:0;
}



/*  SOCIAL FEED
---------------------------------------------- */
#social-feed-area {
  text-align: left;
}

#social-feed-area .fltL {
  float: left;
  margin: 0 5px 0 0;
}



/*  RADIKO TIMEFREE
---------------------------------------------- */
/* 下記の設定はfooter2010.cssで設定  */
/*
#radiko-timefree {
  position: fixed;
  top: 30%;
  //right: 0;
  right: -185px;
  //left: 100%;
  z-index: 9999999;


  -webkit-transition-property: right;
  -webkit-transition-duration: .2;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: right;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
}
#radiko-timefree.area-active {
  //left: auto;
  right: 0;
}
#radiko-timefree ul {
  //width: 0;
  //display: none;
  display: inline-block;
  vertical-align: top;
  //background: none rgba(224,63,100,1);
  background: none rgba(250,30,50,1);
  //padding: 10px;
  padding: 5px 0 0;
  margin: 0 0 0 0px;
  width: 184px;
}
#radiko-timefree.area-active ul {
}
#radiko-timefree li {
  font-family: "Lato",'Yu ragino Kaku Gothic Pro"Gothic', "游ゴシック", "Helvetica", "Helvetica Bold", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  font-size: 12px;
  list-style: none;
  border-top: 1px solid #000;
  border-top: 1px solid #1f1f1f;
  line-height: 1;
  //padding: 10px 0 10px 10px;
  padding: 0;
  margin: 0;
  background: none #101010;
}
#radiko-timefree li:nth-last-child(1) {
//#radiko-timefree li:last-child {
  margin: 0;
}
#radiko-timefree a { 
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 10px 0 10px 10px;
}
#radiko-timefree a:visited { 
  color: #bfbfbf;
}
#radiko-timefree a:hover { 
  text-decoration: none;
  color: #fa1e32;
  background: none #1f1f1f;
}
#radiko-timefree .how {
  color: #ffe000;
}
#logo-radiko-timefree {
  display: inline-block;
  vertical-align: top;
  margin-left: -50px;
  background: none rgba(250,30,50,1);
}
#logo-radiko-timefree img {
  cursor: pointer;
  max-width: initial;
}


@media screen and (max-width:769px) { 
  #commonFooter {
    display: none !important;
  }
  #ft-radiko {
    display: none;
  }

  #radiko-timefree {
    position: fixed;
    top: auto;
    bottom: 0;
    //right: 0;
    right: auto;
    //left: 100%;
    z-index: 9999999;
    width: 100%;
  }
  #radiko-timefree.area-active {

  }
  #radiko-timefree ul {
    //width: 0;
    //display: none;
    display: block;
    vertical-align: top;
    //background: none rgba(224,63,100,1);
    background: none rgba(250,30,50,1);
    //padding: 10px;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 0;
    text-align: center;

    -webkit-transition-property: height;
    -webkit-transition-duration: 0;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: height;
    transition-duration: 0;
    transition-timing-function: ease-in-out;
  }
  #radiko-timefree.area-active ul {
    height: 100%;
    padding-top: 10px;
  }
  #radiko-timefree li {
    font-size: 16px;
    list-style: none;
    border-top: 1px solid #000;
    border-top: 1px solid #1f1f1f;
    line-height: 1;
    padding: 0;
    background: none #101010;
  }
  #radiko-timefree li a {
    padding: 8px 0;
  }
  #logo-radiko-timefree {
    margin: 0;
    display: block;
    position: relative;
    overflow: hidden;
    background: none;
  }
  #logo-radiko-timefree > img {
    opacity: 0;
    width: 100%;
    height: 65px;
    position: relative;
    z-index: 2;
  }
  #logo-radiko-timefree:after {
    content: "";
    background: url(/common/img/btn-timefree-sp.png) no-repeat center bottom;
    background-size: 25%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #logo-radiko-timefree:after {
    content: url(/common/img/btn-timefree-sp.png);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 260px;
    z-index: 1;
  }
}
*/
