/* ------------------------------------------------------------
	common
------------------------------------------------------------ */
body {
	color: #1c4295;
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", sans-serif;
	_font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	letter-spacing: .6px;
	height: auto;
/*	font-size: 1.2em;*/
}

a {
  text-decoration: none;
  color: #fff;
}

li {
  list-style: none;
}

h1#jwave {
  margin: 0;
  padding: 10px 0 10px 0;
  border-bottom: 7px solid #282828;
  text-indent: -9999px;
  height: 25px;
  background: url(/common/img/logo-k.png) no-repeat 5px 10px;
}

h3 {
  font-size: 14px;
  padding: 10px 5px;
  color: #fff;
/*  text-shadow: #ac43ff 0px 0px 5px, #ac43ff 0px 0px 5px;*/
}

header, nav, section {
    display:block;
    margin: 0 0 15px 0;
    color: #fff;
    text-align: left;
}


/* ------------------------------------------------------------
  header 
------------------------------------------------------------ */
#header {
  width: 100%;
  background-color: #fff;
}

#h1title {
  text-align: center;
  margin: 0;
  background-color: #fff;
}


/* ------------------------------------------------------------
  footer
------------------------------------------------------------ */
section footer {
  color:#000;
}

footer p {
	font-size:25px;
	padding: 0 0;
	text-align: center;
	margin: 0 0 15px 0;
}

.othermenu {
  position: relative;
}

.othermenu a {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  display: block;
  height: 100%;
  vertical-align: middle;
  padding: 10px 15px;
  background: -webkit-gradient(linear,left top,left bottom,from(#959595),to(#656565));
  -webkit-border-radius: .7em;
  -moz-border-radius: .7em;
  border-radius: .7em;
}

footer a {
  color: #000;
}

.tblue {
  color: #1c4295;
  text-decoration: underline;
}
/* ------------------------------------------------------------
	container 
------------------------------------------------------------ */
#container {
/*  width: 480px;*/
  width: 98%;
  padding: 0 1%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  background-color: #f4f4f4;
}

#container {
/*    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 4px #000;
    -moz-box-shadow: 0px 0px 4px #16F;
    box-shadow: 0px 0px 4px #000;
    border: 1px solid #000;
    background: -webkit-gradient(linear,top,from(#fff),to(#555));
    margin:5px;*/
    color: #000;
    text-align: left;
}

#contents {
  color: #fff;
}

#contents a {
  text-decoration: underline;
}

.cntbox {
	background-color: #eaeaea;
	padding: 25px;
	margin: 0 0 30px 0;
	color:#1c4295;
	font-size:1.8em;
}

.cntbox h3 {
  padding: 0 0 3px 0;
  margin: 0 0 13px 0;
}

#yss {
	background-color: #fff;
	padding: 25px;
	margin: 0 0 30px 0;
	color:#000;
	font-size:1.8em;
}

#yss h3 {
	padding: 0 0 3px 0;
	margin: 0 0 13px 0;
	text-align:center;
}


#onairdate{
	margin:40px 0 0 0;
}

#onairdate .date{
	color: #1c4295;
	font-size:2.0em;
	display:block;
	text-align: center;
}

.flLbox a{
	margin:0 auto;
	text-align:left;
	color:#000;
}

.flLbox .cont_btn{
	margin:15px auto 0;
	text-align:center;
}

.gigya_txt {
	color:#1c4295;
	font-size:20px;
}

/* imotion */
#imotion {

}

#imotion p {
  text-align: right;
}


/* Y'S SELECTION */
#yss dl {
  
}

#yss dt {
  float: left;
}

#yss dd {
  margin:  0 0 5px 65px;
}


/* AIR PLAY SONG */
#air-play dl {
  padding: 0 0 20px 0;
}

#air-play dt {
  float: left;
}

#air-play dd {
  margin:  0 0 5px 65px;
}


/* PHOTO SHOT */
#photo-shot dl {
  
}

#photo-shot dt {
  float: left;
}

#photo-shot dd {
  margin:  0 0 5px 65px;
}



/* ------------------------------------------------------------
  MENU 
------------------------------------------------------------ */



#h3menu {
  text-align: center;
  margin: 0 0 2px 0;
  padding: 15px 0 10px;
  width:100%;
  color: #243a4e;
  background-color:#1c4295;
}

#menu {
  color: #000;
  padding: 0;
/*  -webkit-border-radius: .9em;/* Saf3-4 + */
/*  -moz-border-radius: .9em;   /* FF1+ */
/*  border-radius: .9em;        /* Opera 10.5, IE 9, Saf5, Chrome */
}

ul#menu{
	width:100%;
	margin:0 auto;
}

#menu li {
	width:48%;
	height:80px;
	float:left;
	text-align: left;
	margin: 0 0 2px 2px;
	font-size: 1.5em;
	font-weight: bold;
	color:#1c4295;
	border:solid 1px #1c4295;
	background: url(../images_s/arrow.png) #fff no-repeat right;
}

#menu li.now_cont {
	width:48%;
	height:80px;
	float:left;
	text-align: left;
	margin: 0 0 2px 2px;
	font-size: 1.5em;
	font-weight: bold;
	color:#fff;
	border:solid 1px #1c4295;
	background: url(../images_s/arrow2.png) #1c4295 no-repeat right;
}



#menu li a {
  color: #1c4295;
  display: block;
  padding: 25px 20px 20px 10px;
  height: 100%;
}

#menu li.now_cont a {
  color: #fff;
  display: block;
  padding: 25px 20px 20px 10px;
  height: 100%;
}

.date_title {
	margin:0 auto;
	text-align:center;
}

.ranking {
	position: relative;
	color: #fff;
	background-color:#f4f4f4;
	display: block;
	margin:10px 0;
	padding: 20px 0 20px 10px;
	height: 100%;
	text-align:left;
	background: url(../images_s/arrow.png) #f4f4f4 no-repeat right;
}

.ranking a {
	color: #333;
	display: block;
	padding: 20px 0 20px 10px;
	height: 100%;
	text-align:left;
}

#comments {
  text-align: center;
  margin: 0 0 2px 0;
  padding: 20px 0 10px;
  width:100%;
  color: #243a4e;
  background-color:#1c4295;
}



/* ------------------------------------------------------------
  CLEAR FIX
------------------------------------------------------------ */
.clrfix {
    zoom:1;/*for IE 5.5-7*/
}

.clrfix:after {/*for modern browser*/
    content: "";
    display: block;
    clear: both;
    /* height: 0px; */
    /* overflow: hidden; */
}

* html .clrfix {
	display: inline-table;
	/*\*/display: block;/**/
}



/* ------------------------------------------------------------
  OTHER MENU
------------------------------------------------------------ */

#othermenu li {
	padding: 15px;
	border-bottom: solid 1px #000;
}

#othermenu a {
	color: #0099cc;
}

.f17B {
  font-size:17px
  font-weight;bold;
}

.arrow {
	width:10px;
	height:15px;
	background: url(../images_s/arrow.png) no-repeat 5px middle;
}

#gotop {
  position: absolute;
  top: 5px;
  right: 15px;
}

#extra {
  text-align: center;
  padding: 10px 0;
  background-color: #597387;
}
