@charset "utf-8";

/*
 * styles.css
 *
 * ======================================================
 *
 * INDEX
 *
 * 1.  Top
 * 2.  list-style01  =>  今週のおすすめ番組
 * 3.  list-style02  =>  TOP GUEST
 * 4.  list-style03  =>  TOP NEW-DISC
 * 5.  list-style04  =>  TOP RANKING
 * 6.  list-style05
 * 7.  list-style06  =>  おすすめ番組
 * 8.  list-style07  =>  コンシェルジュ
 * 9.  reading-style01
 * 10. single-page　　固定ページ(1ページのみ)
 * 11. チャンネル詳細
 * 12. NOW PLAYING
 * 13. INFORMATION
 * 14. コンシェルジュ
 * 15. 特設ページ一覧
 *
 * ======================================================
 *
 */

/* ------------------------------------------------------
 * 1. Top
 * --------------------------------------------------- */

 /* SLIDER BANNER */

.slideViewer li {
	background: #f8f8f8;
}

/*background: url(../img/common/bg_mainbanner.png) no-repeat;*/
.boxstyle-mb {
  position: relative; /* PIE678 */
	border: 1px solid #cacaca;
	padding: 8px 7px 0;
	width: 700px;
	height: 324px;
	border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	-ms-border-radius: 4px;
	z-index: 1;
}

.top-rank-mark {
	padding:  0 10px 0 11px;
}

#content .boxstyle {
  padding: 15px 10px;
}


/* column 14.05.20
----------------------------------*/
#content .col2, #content .col3 {
  /zoom: 1;/* for IE6,7 */
  overflow: hidden;
}
#content .col2 > li, #content .col3 > li {
  float: left;
  overflow: hidden;
}
#content .col2 {
  width: 732px; /* 716 + 16 */
  margin-right: -16px;
}
#content .col2 > li {
  margin-right: 16px;
  width: 350px;
}
#content .col3 {
  width: 733px; /* 716 + 15 */
  margin-right: -10px;
}
#content .col3 > li {
  margin-right: 10px;
  width: 232px;
}


/* BGM 14.05.20
----------------------------------*/
#content .topBgm {
  margin-top: 16px;
  height: 280px;
  _float: left;  /* IE6 */
  _margin-right: 16px;  /* IE6 */
  _width: 328px;  /* IE6 */
}

#content .topBgm ul.bgm-list li {
  width: 318px;
}

#content .topBgm ul.bgm-list li a {
  display: block;
  padding: 11px 14px 11px 0;
  width: 304px;
  color: #464646;
  font-size: 11px;
  font-weight: bold;
  background: url(../img/common/arrow01.gif) no-repeat right center;
  overflow: hidden;
}

#content .topBgm ul.bgm-list li a:hover {
  color: #e60012;
  text-decoration: none;
}

/* Ranking 14.05.20
----------------------------------*/
#content .topRanking {
  position: relative;
  float: left;
  margin-top: 16px;
  width: 328px;
  height: 280px;
  _margin-top: -20px;  /* IE6 */
}
#content .topRanking .to-list {
  position: absolute;
  bottom: 8px;
  right: 15px;
  font-size: 92%;
  font-weight: bold;
}
#content .topRanking .to-list a {
  font-weight: bold;
  background: url(../img/common/arrow01.gif) no-repeat right center;
  padding-right: 14px;
  font-size: 92%;
  color: #333;
}
#content .topRanking dl {
  margin-bottom: 15px;
  width: 318px;
}
#content .topRanking dt {
  float: left;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  background-color: #fff;
}
#content .topRanking dt.fitting img {
  _width: 60px;  /* IE6 */
  _height: auto;
}

#content .topRanking dd.reco-num {
  float: right;
  width: 245px;
  _width: 220px;  /* IE6 */
  color: #464646;
  font-weight: normal
}
#content .topRanking dd.reco-num span.reco-genre {
  width: 34px;
}
#content .topRanking dd.reco-num img.rank_mark {
  padding-bottom: 2px;
}
#content .topRanking dd h3 {
  padding-top: 5px;
  font-size: 13px;
}
#content .topRanking dd h3,
#content .topRanking dd p.artist-ttl {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}


/* 3col bnr 14.06.03
----------------------------------*/
#content #top-bnr li {
  _float: left;  /* IE6 */
  _margin-top: 15px;  /* IE6 */
  _margin-right: 12px;  /* IE6 */
  padding-bottom: 12px;
  height: 92px;
}

#content #top-bnr li a img {
	border: 1px solid #fff;
  width: 230px;
  height: auto;
}

#content #top-bnr li a img:hover {
  border: 1px solid #e60012;
  opacity: .6;
}


/* INFORMATION */
#information .infoCont {
	padding-top: 20px;
  margin-right: -26px;
}

#information .infoCont li {
  position: relative;
  margin-right: 26px;
  width: 340px;
  _float: left;  /*  IE6 */
}

#information .infoCont h2 {
  font-size: 120%;
}

#information .infoCont .info-list {
  position: absolute;
  top: 5px;
  right: 15px;
  background: url(../img/common/arrow01.gif) no-repeat right center;
  padding-right: 14px;
  font-size: 92%;
  font-weight: bold;
}
#information .infoCont a {
  color: #444;
}
#information .infoCont a:hover{
  color: #e60012;
  text-decoration: none;
}

#information .infoCont dl {
  padding-top: 10px;
  padding-bottom: 10px;
}
#information dt {
  color: #555;
  font-size: 11px;
	font-weight: bold;
}
#information dt.new {
  content: '';
  background: url(../img/common/information_new.png) 80px 5px no-repeat;
}



#content .inner #top-banner {
	width: 228px;
	float: right;
}

#content .inner #top-banner li {
	margin-bottom: 11px;
}



#content .inner #top-banner li a:hover {
	opacity: 0.60;
}




/* 注目ワード */
/* 140519~から使わない
#pickupwords h2 {
	float: left;
	width: 90px;
}
#pickupwords p {
	float: left;
	width: 565px;
	margin: 5px 0 0 10px;
}

#pickupwords p a {
	color: #444;
	text-decoration: none;
}

#pickupwords p a:hover {
	color: #e60012;
}
*/


/* lyst-style共通部分 */

/* reco-icon 14.05.20
----------------------------------*/
dd.read span {
	font-size: 77%;
	line-height: 130%;
	display: block;
	margin-top: 8px;
}

dd.reco-num {
	line-height: 130%;
}

#content span.reco-ch, #content span.reco-genre {
  display: inline-block;
  padding: 2px 2px 0 2px;
  margin-right: 8px;
  border: solid 1px #e60012;
  font-size: 10px !important;
  line-height: 1.2em;
  text-align: center;
}

#content span.reco-ch {
  position: relative; /* PIE678 */
  border-radius: 2px;
  color: #e60012;
  background-color: #fff;
}

#content span.reco-genre {
  position: relative; /* PIE678 */
  border-radius: 3px;
  color: #fff;
  background-color: #e60012;
}

dd.reco-num span.reco-chname {
	color: #333;
	font-size: 77%;
	font-weight: bold;
	background: url(../img/common/arrow01.gif) no-repeat right center;
	padding-right: 16px;
}

dl.liststyle a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

dl.liststyle a:hover dt {
	opacity: 0.6;
	border: 1px solid #e60012 !important;
}


dl.liststyle dd h3 {
	font-size: 107%;
	margin-bottom: 3px;
	font-weight: bold !important;
	line-height: 140%;

}
dl.liststyle:hover h3 a {
	font-weight: bold;
}
dl.liststyle h3 a:hover {
	font-weight: bold;
	color: #e60012;
}

dl.liststyle:hover h3 {
	color: #e60012;
}


dl.liststyle:hover .reco-chname {
	color: #e60012;
}


/* ------------------------------------------------------
 * 2. list-style01  =>  TOP RECOMMEND
 * --------------------------------------------------- */

#content .inner .list-style01 dl {
	width: 330px;
	float: left;
	margin-right: 24px;
	padding: 10px 0;
	display: table;
	height: 100%;
}

#content .inner .list-style01 dl dt {
	float: left;
	width: 100px;
	height: 100px;
	background: #fff;
	border: 1px solid #fff;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

#content .inner .list-style01 dl dd {
	float: right;
	width: 210px;
	color: #666;
	line-height: 140%;
}

#content .inner .list-style01 dl dd.reco-num {
	float: none;
	clear: both;
	padding-top: 5px;
	color: #333;
	font-weight: bold;
	width: 100%;
	min-height: 20px;
	height: auto !important;
	height: 20px;
}

#content .inner .list-style01 dl dd.reco-num .arrowimg {
	height: 10px;
	width: 10px;
	position: relative;
}
#content .inner .list-style01 dl dd.reco-num .arrowimg img {
	position: absolute;
	top: 3px;
	left: 5px;
}
#content .inner .list-style01 dl {
	width: 335px;
}

/* .week-recommend(Only:index.php) */
/* TOPのみstyle.jsのmargin-right対策 */
#content .inner .week-recommend .cntbox {
  margin-right: -24px;
  display: inline-table;
  /zoom: 1;  /* for IE6,7 */
}

#content .inner .week-recommend dl {
  margin-right: 24px !important;
}
#content .week-recommend h3 {
  width: 220px;
  color: #444;
  font-size: 13px;
  font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#content .week-recommend a:hover h3 {
  color: #e60012;
}
#content .week-recommend .box-uline {
  padding-bottom: 8px;
}
#content .inner .week-recommend dl dt.fitting img.attachment-thumbnail {  /* IE6 */
  _width: 100px;
  _height: auto;
}
#content .inner .week-recommend dl dd.read {width: 220px;}
.week-recommend small.ch-genre {
  color: #e60012;
  font-weight: bold;
}
.week-recommend span.reco-chname {
  font-weight: normal;
}



/* ------------------------------------------------------
 * 2. list-style01-2　　特集一覧
 * --------------------------------------------------- */

#content .inner .list-style01-2 dl {
	width: 330px;
	float: left;
	margin-right: 24px;
	padding: 5px 0;
}

#content .inner .list-style01-2 dl img {
	border: 1px solid #bebebe;
	width: 98px;
	height: 98px;
}


#content .inner .list-style01-2 dl dt h3 {
	color: #444;
	font-size: 107%;
	font-weight: bold;
	margin-bottom: 5px;
}

#content .inner .list-style01-2 dl dd {
	color: #444;
}
#content .inner .list-style01-2 dl dd.reco-num {
	float: none;
	clear: both;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #333;
	font-weight: bold;
	width: 100%;
}

#content .inner .list-style01-2 dl dd.reco-num .arrowimg {
	height: 10px;
	width: 10px;
	position: relative;
}
#content .inner .list-style01-2 dl dd.reco-num .arrowimg img {
	position: absolute;
	top: 3px;
	left: 5px;
}


#content .inner .list-style01-2 dl dd.fordetail-btn {
	padding: 0px 15px 0 0;
	text-align: right;
	background: white;
	font-size: 92%;
	background: url(../img/common/arrow01.gif) right center no-repeat;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	margin-top: 6px;
}

#content .inner .list-style01-2 dl a:hover dd.fordetail-btn {
	color: #e60012;
}
#content .inner .list-style01-2 dl a:hover dt h3 {
	color: #e60012;
}


/* ------------------------------------------------------
 * 2. list-style01-3　　ジャンルリストおすすめ
 * --------------------------------------------------- */

#content .inner .list-style01-3 dl {
	width: 330px;
	float: left;
	margin-right: 24px;
	padding: 10px 0;
}


#content .inner .list-style01-3 dl dt {
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #bebebe;
	background: #fff;
}

#content .inner .list-style01-3 dl dd {
	float: right;
	width: 210px;
	color: #444;
}

#content .inner .list-style01-3 dl dd.reco-num {
	float: right;
	color: #444;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 5px;

}

#content .inner .list-style01-3 dl dd span.reco-chname {
	font-size: 114%;
}

#content .inner .list-style01-3 dl dd.reco-num .arrowimg {
	height: 10px;
	width: 10px;
	position: relative;
}
#content .inner .list-style01-3 dl dd.reco-num .arrowimg img {
	position: absolute;
	top: 3px;
	left: 5px;
}




/* ------------------------------------------------------
 * 2. list-style01-4　　ジャンルリスト-チャンネルリスト
 * --------------------------------------------------- */

#content .inner .list-style01-4 dl {
	width: 330px;
	float: left;
	margin-right: 24px;
	padding: 10px 0;
}

#content .inner .list-style01-4 dl dt {
	float: left;
	width: 60px;
	height: 60px;
	background: #fff;
	border: 1px solid #bebebe;
}

#content .inner .list-style01-4 dl dd {
	float: right;
	width: 260px;
	color: #444;
}

#content .inner .list-style01-4 dl dd.reco-num {
	float: right;
	color: #444;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 5px;
}

#content .inner .list-style01-4 dl dd span.reco-chname {
	font-size: 100%;
	margin-top: 50px;
	line-height: 40%;
}


#content .inner .list-style01-4 dl dd.reco-num .arrowimg {
	height: 10px;
	width: 10px;
	position: relative;
}
#content .inner .list-style01-4 dl dd.reco-num .arrowimg img {
	position: absolute;
	top: 3px;
	left: 5px;
}



/* ------------------------------------------------------
 * 3. list-style02  =>  TOP GUEST
 * --------------------------------------------------- */

#content .inner .list-style02 dl {
	width: 221px;
	float: left;
	margin-right: 10px;
	padding: 10px 0;
}


#content .inner .list-style02 dl dt {
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #bebebe;
	background-color: #fff;
}

#content .inner .list-style02 dl dd {
	float: right;
	width: 150px;
	color: #444;
}

/* week-artist(Only:index.php) */
.week-artist {
  padding: 5px 0 5px;
  margin-right: -20px;
  width: 704px;
  /zoom: 1;  /* for IE6,7 */
  _height: 80px !important;  /* IE6 */
  overflow: hidden;
}

.week-artist li {
  margin-right: 20px;
  float: left;
  width: 156px;
}

.week-artist li a {
  color: #444;
}

.week-artist li a:hover {
  color: #e60012;
  text-decoration: none;
}

.week-artist li dt.fitting {
  float: left;
  border: 1px solid #fff;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  background-color: #fff;
}

.week-artist li dt.fitting img {
  _height: auto;  /* IE6 */
}

.week-artist li a:hover dt.fitting {
  border: 1px solid #e60012;
  opacity: .6;
}

.week-artist li dd.read {
  float: right;
  padding-top: 5px;
  width: 88px;
}

.week-artist li dd.read p.pgtype {
  margin-left: 3px;
  padding-left: 3px;
  border-left: 2px solid #e60012;
  font-size: 11px;
  line-height: 1.2em;
}

.week-artist li dd.read h3 {
  margin-top: 5px;
  margin-left: 3px;
  line-height: 1.3em;
  font-weight: bold;
}


/* ------------------------------------------------------
 * 4. list-style03  =>  NEW-DISC
 * --------------------------------------------------- */

#content .inner .list-style03 dl {
	width: 330px;
	float: left;
	margin-right: 24px;
	padding: 10px 0;
}


#content .inner .list-style03 dl dt {
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	background: #fff;
}

#content .inner .list-style03 dl dd {
	float: right;
	width: 260px;
	color: #444;
	line-height: 140%;
}

#content .inner .list-style03 dl dd.reco-num {
	float: right;
	color: #444;
	font-weight: bold;
}

/* .new-disc(Only:index.php) */
#content .inner .new-disc .box-uline {
  padding-bottom: 2px;
}

#content .inner .new-disc dt.fitting img {  /* IE6 */
  _width: 60px;
  _height: auto;
}

#content .inner .new-disc dd.read {
/*   height: 42px; */
  padding-bottom: 2px;
  overflow: hidden;
}

#content .inner .new-disc dd.read h3 {
  padding-top: 5px;
  font-size: 13px;
  line-height: 1.3em;
}

#content .inner .new-disc dd.reco-num {
  padding-bottom: 5px;
}

#content .inner .new-disc dd.reco-num span.reco-chname {
  word-break: break-word;
}


/* close-up(Only:index.php)
----------------------------------*/
/* TOPのみstyle.jsのmargin-right対策 */
#content .inner .close-up .cntbox {
  display: inline-table;
  margin-right: -24px;
  /zoom: 1;/* for IE6,7 */
}

#content .inner .close-up dl {
  margin-right: 24px !important;
}

.close-up a h3.reco-num {
  margin-top: 16px;
  padding-bottom: 5px;
  color: #444;
}
.close-up dl.liststyle {
  margin-bottom: 7px;
}

.close-up dt.fitting img {
  width: 100px;
  height: 100px;
  _height: auto;  /* IE6 */
}

.close-up a h3.reco-num .reco-chname {
  padding-right: 16px;
  background: url(../img/common/arrow01.gif) no-repeat right center;
  font-size: 13px;
  font-weight: bold;
}
#content .close-up dl dd.read {
  padding-top: 3px;
	width: 220px;
}



/* ------------------------------------------------------
 * 5. list-style04  =>  TOP RANKING
 * --------------------------------------------------- */


#content .inner .list-style04 {
	position: relative;
}

#content .inner .list-style04 .to-list {
	position: absolute;
	top: 18px;
	right: 15px;
	font-size: 92%;
	font-weight: bold;
}

#content .inner .list-style04 .to-list a {
	font-weight: bold;
	text-decoration: none;
	background: url(../img/common/arrow01.gif) no-repeat right center;
	padding-right: 14px;
	font-size: 92%;
	color: #333;
}

#content .inner .list-style04 .to-list a:hover {
	color: #e60012;
}


#content .inner .list-style04 dl {
	width: 215px;
	float: left;
	margin-right: 12px;
	padding: 0 0 10px 0;
}

#content .inner .list-style04 dl dt {
	float: left;
	border: 1px solid #fff;
	width: 60px;
	height: 60px;
  vertical-align: middle;
	background-color: #fff;
	overflow: hidden;
}
#content .inner .list-style04 dl dt img {
  _height: auto;  /* IE6 */
}

#content .inner .list-style04 dl dd {
	float: right;
	width: 143px;
	color: #444;
}

#content .inner .list-style04 dl dd.reco-num {
	color: #444;
	font-weight: bold;
	float: none;
	width: 200px;
	margin-bottom: 7px;
}

#content .inner .list-style04 dl dd.reco-num .arrowimg {
	height: 10px;
	width: 10px;
	position: relative;
}
#content .inner .list-style04 dl dd.reco-num .arrowimg img {
	position: absolute;
	top: 3px;
	left: 5px;
}


#content .inner .list-style04 dl dd.top-rank-1st {
	margin: 0 0 7px 9px;
	float: left;
}

#content .inner .list-style04 dl dd.top-rank-1st img {
	border: none !important;
	width: 40px !important;
	height: 11px !important;
}

.rank-new {
	line-height: 130%;
}

.rank-new dt {
	line-height: 130%;
	background: url(../img/common/noimage_ranking.gif);
}

.rank-new dl:hover dd h3 {
	color: #333;
}



/* ------------------------------------------------------
 * 6. list-style05
 * --------------------------------------------------- */

#content .inner .list-style05 dl {
	width: 330px;
	float: left;
	margin-right: 24px;
	padding: 5px 0;
	position: relative;
}


#content .inner .list-style05 dl dt {
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	background: #fff;
}

#content .inner .list-style05 dl dd {
	float: right;
	width: 220px;
	color: #444;
	/*position: absolute;
	left: 116px;*/
}

#content .inner .list-style05 dl dd.reco-num {
	float: right;
	color: #444;
	font-weight: bold;
}

#content .inner .list-style05 h5 {
	font-size: 107%;
	font-weight: bold;
}

#content .inner .list-style05 dl:hover {
	opacity: 1 !important;
}

#content .inner .list-style05 dl:hover h3 {
	color: #333;
}



/* ------------------------------------------------------
 * 7. list-style06  =>  おすすめ番組
 * --------------------------------------------------- */

#content .inner .list-style06 dl {
	width: 102px;
	float: left;
	padding: 10px 0;
	margin-right: 46px;
}

#content .inner .list-style06 dl dt {
	margin: 0;
	border: 1px solid #fff;
	width: 100px;
	height: 100px;
	background: #fff;
}

#content .inner .list-style06 dl dd {
	margin-top: 5px;
	width: 100px;
	color: #444;
}


/* ------------------------------------------------------
 * 8. list-style07  =>  コンシェルジュ
 * --------------------------------------------------- */


#content .inner .list-style07 dl {
	width: 350px;
	float: left;
	margin-right: 16px;
	padding: 10px 0;
}


#content .inner .list-style07 dl dt {
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #bebebe;
	background: #fff;
}

#content .inner .list-style07 dl dd {
	float: right;
	width: 235px;
	color: #444;
}

#content .inner .list-style07 dl dd.reco-num {
	float: right;
	color: #444;
	font-weight: bold;
	width: 235px;
	margin-bottom: 5px;
	line-height: 160%;

}

#content .inner .list-style07 dl span.reco-chname {
	font-size: 114%;
}





/* ------------------------------------------------------
 * 9. reading-style01　　詳細見出し,特別コンテンツ１
 * --------------------------------------------------- */

.reading-style01 {
	margin-bottom: 30px;
	line-height: 160%;
}

.detail-title {
	background: url(../img/common/line02.gif) repeat-x bottom;
	 margin: 10px 0 20px 0;
 }

.detail-title span {
  position: relative; /* PIE678 */
	color: #e60012;
	font-size: 77%;
	padding: 2px 10px 0px 10px;
	border: solid 1px #e60012;
	margin-right: 5px;
	border-radius: 2px;
	background-color: #fff;
 }

.reading-style01-l {
	 width: 150px;
	 float: left;
	 font-size: 77%;
	 line-height: 130%;
 }
.reading-style01-l p {
	 margin: 5px 0 20px 0;
	 width: 195px;
 }
.reading-style01-l p.imgL {
  margin: 0;
	 width: 200px;
	 height: 200px;
	 background: #fff;
	 border: 1px solid #fff;
 }
 .reading-style01-l p.imgS {
   margin: 0;
	 width: 120px;
	 height: 120px;
	 background: #fff;
	 border: 1px solid #fff;
 }

.reading-style01-r {
  float: right;
  padding-right: 30px;
  width: 460px;
  color: #333;
 }

.reading-style01-r h4 {
  font-size: 107%;
  margin-bottom: 10px;
  font-weight: bold;
}

.reading-style01-r p {
  margin-bottom: 20px;
}

.reading-style01-r dl {
  margin-bottom: 5px;
}

.reading-style01-r dt {
  float: left;
  width: 140px;
  font-weight: bold;
  background: url(../img/common/line03.gif) repeat-y left;
  padding-left: 10px;
  color: #555;
}

.reading-style01-r dd {
  float: left;
  width: 300px;
  background: url(../img/common/line03.gif) repeat-y left;
  padding-left: 10px;
  color: #555;
}

.reading-style01-r span.sc01 {
  float: left;
  width: 130px;
  background: url(../img/common/icon_timetable.gif) no-repeat left;
  padding-left: 35px;
  margin-top: 15px;
}
.reading-style01-r span.sc02 {
  float: left;
  width: 130px;
  background: url(../img/common/icon_nowplaying.gif) no-repeat left;
  padding-left: 40px;
  margin-top: 15px;
}

.reading-style01-r ul {
  margin-top: 15px;
}

.reading-style01-r li {
  float: left;
  margin-right: 20px;
}

.reading-style01-r li a {
  font-weight: bold;
  color: #555;
  font-size: 85%;
  text-decoration: none;
  background: url(../img/common/arrow02.gif) no-repeat right;
  padding-right: 16px;
}

.reading-style01-r li a:hover {
  color: #E60012;
}

.reading-style01-r span a:hover {
		color: #e30011;
}

/* 2014.06.24 * chnlstyle(single-channel.php/サムネイル画像を対応次第削除) */
#content .inner .chnlstyle {}
#content .inner .chnlstyle .reading-style01-r {
  width: 510px;
}



/* ------------------------------------------------------
 * 10. single-page　　固定ページ(1ページのみ)
 * --------------------------------------------------- */
.single-page .btn a:hover {
  opacity: 0.6;
}
.single-page .an_redFont {
  color: #e60012;
}
.single-page .annotation_list {
  list-style-type: disc;
}
#present .reading-style01-l {
  width: 250px;
}
#present .reading-style01-l img {
  width: 250px;
  height: auto;
}
#present .reading-style01-r {
  padding-right: 0;
  width: 430px;
}
#present .reading-style01-r .entry {
  margin-bottom: 0;
}
#present .reading-style01-r img.presentBtn {
  margin-top: 5px;
  width: 300px;
  height: auto;
}

/* ------------------------------------------------------
 * 11. チャンネル詳細
 * --------------------------------------------------- */

.reading-style01 .u-service {
	padding-top: 20px;
	clear: both;
}

.reading-style01 .u-service dt {
	float: left;
	background: #ebebeb;
	padding: 4px 15px 2px;
	border-radius: 3px;
	font-weight: bold;
	color: #444;
	font-size: 85%;
}

.reading-style01 .u-service dd {
	float: left;
	margin-top: 5px;
	margin-left: 12px;
	width: 75px;
	height: 16px;
	text-indent: -9999px;
}

.detail-link li a {
	text-decoration: none;
	background: url(../img/common/arrow01.gif) no-repeat right;
	padding-right: 16px;
	font-weight: bold;
	color: #555;
}

.detail-link li a:hover {
	color: #e60012;
}

.detail-link li a:hover img {
	opacity: 0.6;
}

.link-banner li a {
	background: none !important;
}


/* サービス対応アイコン */

.reading-style01 .u-service dd.service01 {
	background: url(../img/common/service01.gif) no-repeat;
}
.reading-style01 .u-service dd.service02 {
	background: url(../img/common/service02.gif) no-repeat;
}
.reading-style01 .u-service dd.service03 {
	background: url(../img/common/service03.gif) no-repeat;
}
.reading-style01 .u-service dd.service04 {
	background: url(../img/common/service04.gif) no-repeat;
}
.reading-style01 .u-service dd.service05 {
	background: url(../img/common/service05.gif) no-repeat;
}

.reading-style01 .u-service dd.service01_off {
	background: url(../img/common/service01_off.gif) no-repeat;
}
.reading-style01 .u-service dd.service02_off {
	background: url(../img/common/service02_off.gif) no-repeat;
}
.reading-style01 .u-service dd.service03_off {
	background: url(../img/common/service03_off.gif) no-repeat;
}
.reading-style01 .u-service dd.service04_off {
	background: url(../img/common/service04_off.gif) no-repeat;
}
.reading-style01 .u-service dd.service05_off {
	background: url(../img/common/service05_off.gif) no-repeat;
}


/* 関連リンク */

.detail-link ul li {
	margin-right: 20px;
	_margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: 330px;
}


.detail-link ul {
	padding-bottom: 20px;
}

.txt-emergency {
	color: #E60012;
	padding-bottom: 20px;
}

.txt-normal {
	padding-bottom: 20px;
}


/* ランキング表 */
.rank-ttl {
	background: url(../img/common/detail_ranking_head.gif) no-repeat;
	width: 694px;
	height: 43px;
	margin-bottom: 4px;
	position: relative;
}

.rank-ttl h3 {
	font-size: 107%;
	font-weight: bold;
	text-shadow: 1px 1px 0px #fff;
	padding: 15px 0 0 15px;
	color: #555;
}
.list-style04 .rank-sl {
	position: absolute;
	top: 15px;
	right: 15px;
}

.rank-sl {
	font-size: 93%;
	font-weight: normal;
	padding-left: 30px;
	background: url(../img/common/icon_sl.png) no-repeat 5px 3px;
}

.rankpage-day {
	position: absolute;
	top: 7px;
	right: 15px;
}

.list-style04 .rank-day {
	position: absolute;
	top: 22px;
	right: 15px;
	width: 350px;
	text-align: right;
	font-size: 85%;
	/* 12.11.29追加　テキスト重なりの対応 */
	letter-spacing: -1px;
}

.rank-sl a {
	text-decoration: none;
	background: url(../img/common/arrow01.gif) no-repeat right;
	padding-right: 16px;
	font-weight: bold;
	color: #555;
}

.rank-sl a:hover {
	color: #e60012;
}

.rank-ttl span.rank-day {
	float: left;
	font-size: 93%;
	padding-top: 14px;
	font-weight: normal;
}


.rank-ttl p {
	position: absolute;
	top:14px;
	right: 15px;
}

.rank-ttl p a {
	text-decoration: none;
	background: url(../img/common/arrow01.gif) no-repeat right;
	padding-right: 16px;
	font-weight: bold;
	color: #555;
}

.rank-ttl p a:hover {
	color: #E60012;
}



.rank-list {
	width: 100%;
	border:#e6e6e6 solid 1px;
}

.rank-list tr {
	background-color: #fff;
}

.rank-list th {
	font-weight: bold;
	padding: 10px 0 !important;
/* 	background: url(../img/common/line02.gif) repeat-x center bottom; */
}
.rank-list th,
.rank-list td {
	padding: 6px 6px 4px 6px;
	border-right:#e6e6e6 solid 1px;
}
.rank-list th.list01 {
	width: 13%;
	text-align: center;
}
.rank-list th.list02 {
	width: 36%;
	text-align: center;
}
.rank-list th.list03 {
	width: 35%;
	text-align: center;
}
.rank-list th.list04 {
	width: 16%;
	text-align: center;
}
.rank-list th.list01-2 {
	width: 13%;
	text-align: center;
}
.rank-list th.list02-2 {
	width: 35%;
	text-align: center;
}
.rank-list th.list03-2 {
	width: 32%;
	text-align: center;
}
.rank-list th.list04-2 {
	width: 20%;
	text-align: center;
}
.rank-list td.list04 a {
	text-decoration: none;
	background: url(../img/common/arrow03.png) no-repeat right center;
	padding-right: 16px;
	color: #333;
}
.rank-list td.list04 a:hover {
	text-decoration: none;
	background: url(../img/common/arrow01.gif) no-repeat right center;
	padding-right: 16px;
	color: #e60012;
}

.rank-list td.list01,
.rank-list td.list04 {
	text-align: center;
}
.rank-list td.list02,
.rank-list td.list03 {
	text-align: left;
}

a.c-black {
	color: #333333;
}
a.c-black:hover {
	color: #e60012;
	text-decoration: none;
}



/* タイムテーブル */
#timetable {
	width: 100%;
	border:#ccc solid 1px;
	border-radius: 3px;
}

#timetable th {
	width: 12.5%;
	text-align: center;
	cursor: pointer;
	padding: 10px 0 !important;
}


#timetable th a {
	text-align: center;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#timetable th a:hover {
	color:#e60012;
}

#timetable th.focused {
	background: url(../img/common/menu_focuse.gif) no-repeat center bottom;
}


#timetable td.hour {
	width: 14%;
	text-align: center;
}
#timetable td.title {
	text-align: left;
}

#timetable tr {
	background-color: #fff;
}

#timetable th {
	background-color: #fff !important;
}

#timetable th,
#timetable td {
	padding: 7px 6px 4px 6px;
	border-right:#ccc solid 1px;
}
#timetable td {


}

#timetable tr.focused {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #FEE3E6 !important;
}

.area {
	display: none;
}

#timetable tr.week-show th.active {
	background: url(../img/common/timetable_focuse.gif) no-repeat center bottom #fee3e6;
}
#timetable tr.week-show th.active a {
	color:#e60012 !important;
}

#timetable tr.week-show th {
	background: url(../img/common/timetable_line.gif) repeat-x center bottom;
}

.timetable-btn {
	position: absolute;
	right: 15px;
	top: 16px;
	border: 1px solid #ccc;
	width: 100px;
	border-radius: 3px;
	padding: 2px 0 0 20px;
	cursor: pointer;
	font-size: 92%;
	background: url(../img/common/arrow02.gif) no-repeat 98px center #fff;
	font-weight: bold;
}

.timetable-btn a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

.timetable-btn a:hover {
	color: #e60012;
}


/* 歌詞 */

#lyric div {
	width: 378px;
	border-right: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	height: 320px;
	overflow-y: scroll;
}

#lyric {
	width: 380px;
	margin: 20px auto;
}



/* ------------------------------------------------------
 * 12. NOW PLAYING
 * --------------------------------------------------- */

.np-search01 {
	background: #ebebeb;
	padding: 4px 15px 2px;
	border-radius: 3px;
	font-weight: bold;
	color: #444;
	font-size: 85%;
	width: 60px;
	text-align: center;
	float: left;
}
.np-search02 {
	font-size: 72%;
	float: left;
	width: 44px;
	height: 21px;
	background: url(../img/common/sprite.png) -212px -128px;
	text-indent: -9999px;
	border: none;
	margin: 2px 0 0 15px;
}
.np-search02:hover {
	background: url(../img/common/sprite.png) -256px -128px;
}
.np-search03 {
	float: left;
	margin-left: 15px;
	margin-top: 6px;
}
.np-search04 {
	float: left;
	margin-left: 5px;
	margin-top: 3px;
}
.np-search04 span {
	font-size: 85%;
}

.np-search05 {
	margin: 2px 0 0 15px;
	float: left;
	border: 1px solid #878787;
	width: 90px;
	height: 20px;
	font-size: 85%;
}

.np-search06 {
	float: left;
	margin: 2px 0 0 5px;
	border: 1px solid #878787;
	width: 50px;
	height: 20px;
	font-size: 85%;
}

.np-search07 {
	float: left;
	margin: 2px 0 0 5px;
	border: 1px solid #878787;
	width: 50px;
	height: 20px;
	font-size: 85%;
}

.np-search08 {
	float: left;
	margin: 3px 0 0 20px;
	font-weight: bold;
	font-size: 92%;
}

.np-search09 {
	float: left;
	margin: 2px 0 0 5px;
	border: 1px solid #878787;
	width: 40px;
	height: 20px;
	font-size: 85%;
}

.np-search10 {
	float: left;
	margin: 3px 0 0 15px;
	font-weight: bold;
	font-size: 92%;
}

.np-search11 {
	float: left;
	margin: 2px 0 0 5px;
	border: 1px solid #878787;
	width: 50px;
	height: 20px;
	font-size: 85%;
}

.np-search12 {
	float: left;
	margin: 2px 0 0 15px;
}


.np-sbtitle {
	color: #333;
	padding-left: 30px;
	background: url(../img/common/line03.gif) repeat-y left;
	position: absolute;
	top:4px;
	left: 190px;
}


.sidebar-boxstyle dl {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(../img/common/line02.gif) repeat-x bottom;
}

.sidebar-boxstyle .liststyle dt {
	float: left;
	width: 110px;
}

.sidebar-boxstyle .liststyle dt img {
	border: 1px solid #fff;
}

.sidebar-boxstyle .liststyle a:hover dt {
	border: none !important;
}

.sidebar-boxstyle .liststyle a:hover dt img {
	border: 1px solid #e60012;
}

.sidebar-boxstyle .liststyle dd {
	float: left;
	width: 90px;
}

.np-time {
	margin: 0px 0 0 8px;
}

.np-title {
	position: relative;

}

.np-title h2 {
	width: 550px;
	font-size: 152%;
	font-weight: bold;
}

.np-title p {
	position: absolute;
	top:5px;
	right:10px;
}
.np-title p a {
	font-size: 92%;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/common/arrow01.gif) no-repeat right center;
	padding-right:18px;
	color: #333;
}
.np-title p a:hover {
	color: #e60012;
}

.np-lists {
	width: 684px;
	margin: 0 auto;
}
.np-border-t {
	border-top: dotted 1px #ccc;
}
.np-border-b {
	border-bottom: dotted 1px #ccc;
}

.np-lists ul {
	background: #f0f0f0;
	padding: 6px 10px;
}

.np-lists li {
	float:left;
}
.np01 {
	width: 70px;
}
.np02 {
	width: 40px;
}
.np03 {
	width: 550px;
}
.np04 {
	width: 670px;
}

.nparea {
	position: relative;
}

.chnlarea {
  margin-bottom: 30px;
}

.nowplaying-btn {
	position: absolute;
	right: 10px;
	top: 16px;
	width: 180px;
	border-radius: 3px;
	padding: 2px 8px;
	text-align: center;
	background: #fff;
	font-size: 92%;
	background: url(../img/common/arrow01.gif) right center no-repeat;
	font-weight: bold;
}
.nowplaying-btn a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
.nowplaying-btn a:hover {
	color: #e60012;
}

#nowplaying tr.nowplaying {
	background:#ffcfcf;
}

#nowplaying {
	width: 100%;
	border:#ccc solid 1px;
	background: #fff;
}

#nowplaying td.status {
	width: 20%;
	text-align: center;
}
#nowplaying td.title {
	text-align: left;
}

#nowplaying th,
#nowplaying td {
	padding: 7px 6px 4px 6px;
	border-right:#ccc solid 1px;
}
#nowplaying td {
	border-top:#ccc solid 1px;

}


.np-time-last {
  margin: 8px 0 4px 8px;
  background: url(../img/common/np_last.png) left center no-repeat;
}
.np-time-now {
  margin: 8px 0 4px 8px;
  background: url(../img/common/np_now.png) left center no-repeat;
}
.np-time-next {
  margin: 8px 0 4px 8px;
  background: url(../img/common/np_next.png) left center no-repeat;
}


/* ------------------------------------------------------
 * 13. INFORMATION
 * --------------------------------------------------- */
#information-lists dl {
	padding-bottom: 8px;
	margin: 0 auto 10px auto;
	width: 700px;
}

#information-lists dt {
	float: left;
  width: 125px;
  color: #555;
  font-size: 11px;
	font-weight: bold;
}

#information-lists dd {
	float: left;
  width: 565px;
}

#information-lists dd a {
	color: #464646;
}


#information-lists dd a:hover {
	color: #E60012;
	text-decoration: none;
}

/* +140519
----------------------------------*/
#information-lists dt.new {
  content: '';
  background: url(../img/common/information_new.png) 80px 5px no-repeat;
}
/* -------------------------------*/

#information-lists .news-txt {
	margin: 30px 15px;
}

#information-lists .sub-ttl {
	font-weight: bold;
	font-size: 129%;
	margin: 0 15px;
}

#information-lists .info-day {
	text-align:right;
	margin-right:15px;
	font-size: 93%;
	margin-bottom: 20px;
}

.back-btn {
	text-align: right;
	margin-right: 15px;
}

.back-btn a {
	padding: 2px 15px;
	text-align: center;
	background: white;
	font-size: 92%;
	background: url(../img/common/arrow01.gif) right center no-repeat;
	font-weight: bold;
	color: #444;
	text-decoration: none;
}

.back-btn a:hover {
	color:#e60011;
}

/* +140530
----------------------------------*/
/* Only * information-list
----------------------------------*/
.information-ttl {
  height: 42px;
  border-bottom: 2px solid #e60012;
  overflow: hidden;
}
.information-ttl {border-bottom: 3px solid #e60012\9;} /* IE8 and below */


.information-ttl li {
  position: relative; /* PIE678 */
  margin-top: 6px;
  width: 357px;
  height: 36px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right-color: #aaa;  /* IE7 + IE8 */
  border-radius: 5px 5px 0 0;
}

.information-ttl li.info-last {
  border-left: none;
  border-right: 1px solid #e6e6e6;
  border-right-color: #e6e6e6;
}

.information-ttl li.focuse {
  margin-top: 0;
  width: 358px;
  height: 42px;
  color: #fff;
  background: #e60012;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 5px 5px 0 0;
}
.information-ttl li.news-program {float: left;}
.information-ttl li.news-usen {float: right;}
.information-ttl li a {
  display: block;
  color: #000;
  font-weight: bold;
}
.information-ttl li a:hover {
  color: #e60012;
  text-decoration: none;
}
.information-ttl li h2 {
  padding: 11px;
  text-align: center;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: bold;
}
.information-ttl li.focuse h2 {
  line-height: 1.6em;
}

/* -------------------------------*/


/* ------------------------------------------------------
 * 14. コンシェルジュ
 * --------------------------------------------------- */

.concie-l,
.concie-r {
	width: 350px;
}

.concie-l .sidebar-boxstyle,
.concie-r .sidebar-boxstyle {
	height: 150px;
}
.concie-l {
	float: left;
}
.concie-r {
	float: right;
}

#concie-box h3 {
	background: url(../img/common/concie_ttl.gif) no-repeat;
	width: 335px;
	height: 26px;
	padding: 11px 0 0 15px;
	font-weight: bold;
}

.concie-r .sidebar-boxstyle p {
	padding-left: 65px;
	font-weight: bold;
	margin: 7px 0 3px 0;
}

.concie-l .sidebar-boxstyle form,
.concie-r .sidebar-boxstyle form {
	text-align: center;
	margin-top: 8px;
}

.concie-l .sidebar-boxstyle form select,
.concie-r .sidebar-boxstyle form select {
	border: 1px solid #878787;
	height: 25px;
	width: 180px;
	font-size: 92%;
}



.concie-l .sidebar-boxstyle form .search-btn,
.concie-r .sidebar-boxstyle form .search-btn {
	width: 62px;
	height: 29px;
	background: url(../img/common/sprite.png) 0 -128px;
	text-indent: -9999px;
	border: none;
	display: block;
	margin: 8px auto 8px auto;
}




/* ソングリスト */
#songlist-headWrap {
  margin-top: 10px;
}

#songlist-head {
  position: relative;
  padding: 2px 10px 10px 29px;
  width: 579px;
  height: auto;
/* 20140822 コメントアウト   height: 69px; */
  margin: 0 10px;
  border: 1px solid #ababab;
  border-radius: 6px 6px 0 0;
  box-shadow: -2px -2px 0 #fff inset, 2px 2px 0 #fff inset;
  background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 50%,#f0f0f0 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 50%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#f0f0f0 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#f0f0f0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#f0f0f0 100%);
    -pie-background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 50%,#f0f0f0 100%);
}
:root #songlist-head { /* IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 )\0/IE9;
}


#songlist-head h1 {
	background: none !important;
	margin-bottom: 2px !important;
}
#songlist-head h1 img.ttl-line {
  position: absolute;
  top: 10px;
  left: 10px;
}
#songlist-body {
	width: 598px;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	margin: 0 10px 0 10px;
	padding: 10px;
	background-color: #f8f8f8;
}
#songlist-body .rank-list th {
  background: url(../img/common/line02.gif) repeat-x center bottom;
}

#songlist-foot {
	width: 620px;
	height: 60px;
	margin: 0px 10px 10px 10px;
	background: url(../img/common/songlist_btm.gif) no-repeat;
}

#songlist-foot p {
	text-align: right;
	padding: 12px 5px 0 0;
	font-size: 85%;
}

/* 番組・チャンネル */
.bangumi-list {
  width: 694px;
}
.bangumi-list dt {
	background-color: #f1f1f1;
	padding: 5px 10px;
	margin: 20px 0 15px 0;
}

.bangumi-list dd {
	background: url(../img/common/icon_pdf.gif) no-repeat left center;
	padding-left: 24px;
	margin: 8px 0;
}

.bangumi-list dd a {
	background: url(../img/common/icon_pdf.gif) no-repeat left center;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/common/arrow01.gif) no-repeat right center;
	padding-right:10px;
	color: #333;
}

.bangumi-list dd a:hover {
	color:#e60012;
}

.ch-bandList {
  width: 694px;
}

#content h3.title-red {
  font-size: 17px;
  font-weight: bold;
}
#ch-tab {
  width: 694px;
  border-bottom: 2px solid #e60012;
}

#ch-tab li {
  position: relative; /* PIE678 */
  float: left;
  margin-top: 7px;
  padding: 7px 0;
  width: 114px;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right-color: #aaa; /* IE7 + IE8 */
  border-radius: 5px 5px 0 0;

  font-weight: bold;
  text-align: center;
  text-indent: 10px;
  letter-spacing: 1em;
  cursor: pointer;
}
#ch-tab li.ch-last {
  width: 117px;
  margin-right: 0;
  border-right: 1px solid #e6e6e6;
}
#ch-tab li.ch-select {
  margin-top: 1px;
  padding: 10px 0;
  width: 114px;
  border: 1px solid #e60012;
  border-right: none;
  border-bottom: none;
  background: #e60012;
  color: #fff;
}
*:first-child+html #ch-tab li.ch-select { margin-bottom: 0px; }  /* IE7 */
#ch-tab li.ch-select:hover {
  color: #fff;
}
#ch-tab li span {color: #e60012;}
#ch-tab li.ch-select span {color: #fff;}
#ch-tab li:hover {color: #e60012;}


.ch-list {
  table-layout: fixed;

  border-top: none;
}
.ch-list th {
  padding: 14px 0 !important;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;

  color: #e60012;
  font-weight: normal;
}
.ch-list th span {
  padding: 3px 4px 2px 5px;
  background-color: #e60012;

  color: #fff;
  font-weight: bold;
  text-align: center;
}
.ch-list th, .ch-list td {
  border-right: none;
  border-left: #e6e6e6 solid 1px;
}
.ch-list td {
	width: 50%;
}
.ch-list td a {
	font-size: 92%;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/common/arrow01.gif) no-repeat right center;
	padding-right:18px;
	color: #333;
}
.ch-list td a:hover {
	color: #e60012;
	cursor: pointer;
}
.ch-list tr td.list-num {
  padding-left: 4px;
  padding-right: 4px;
  color: #fff;
  font-size: 12px;
  text-align: center;
	background-color: #bbb;
}
.ch-list td.list-non {border-left: none;}
/* I/J K/Rのみ */
.ch-list05 td.list-non, .ch-list06 td.list-non {border-left: #e6e6e6 solid 1px;}
.ch-list td a {font-weight: normal;}
.ch-list th.list-hdn01 {width: 25px;}
.ch-list th.list-hdn03 {width: 348px;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  /* IE10 */
  .ch-list th.list-hdn03 {width: 347px;}
}
@-moz-document url-prefix() {  /* firefox */
  .ch-list th.list-hdn03 {width: 347px;}
}
.ch-list th.list-hdn01,.ch-list th.list-hdn02,.ch-list th.list-hdn03 {
  padding: 0 !important;
  height: 0;
  border: none;
  line-height: 0;
  visibility: hidden;
}

.icon-special {
	background: url(../img/common/icon_special.gif) no-repeat;
	width: 69px;
	height: 14px;
	text-indent: -9999px;
	margin-top: 10px;
}

.radio th {
	background: #efefef;
	text-align: left !important;
	padding-left: 10px !important;
}
.radio td {
	border-bottom: 1px solid #efefef;
	width: 20%;
}

.radioCont {
  width: 694px;
}


/* ラジオ一覧 */
#radio-tab {
/*   margin-left: 0; */
  border-bottom: 2px solid #e60012;
}
#radio-tab li {
  position: relative; /* PIE678 */
	float: left;
  margin-top: 6px;
	padding: 14px 10px 6px;
  width: 217px;
	height: 40px;
  background: #fff;
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
  border-radius: 5px 5px 0 0;
  border-right-color: #aaa;  /* IE7 + IE8 */

	cursor: pointer;
	text-align: center;
  	line-height: 140%;
	font-weight: bold;
}

#radio-tab li.radio-tab-440 {
  line-height: 40px;
}

#radio-tab li.radio-last {
  width: 218px;
  border-right: 1px solid #e6e6e6;
}

#radio-tab li.ch-select {
  margin-top: 0;
  padding: 17px 10px 10px;
  width: 218px;
  border: none !important;
  background: #e60012;
  color: #fff;
}

#radio-tab li:last-child {
  border-right: 1px solid #e6e6e6;
}

#radio-tab > *:first-child + * + * {  /* IE8 */
  border-right: 1px solid #e6e6e6;
}

#radio-tab li:hover {
  color: #e60012;
}

#radio-tab li.ch-select:hover {
  color: #fff;
}

.radio-list {
  background: #fff;
}

.radio-list h3 {
	margin-top: 20px;
}

.radio-list p {
	padding-top: 20px;
}

.radio-list div.ptop {
	text-align: right;
	margin: 10px 10px 0 0;
}

.radio-list div.ptop a {
	font-size: 92%;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/common/arrow04.gif) no-repeat right center;
	padding-right:16px;
	color: #333;
}

.radio-list div.ptop a:hover {
	color:#e60012 !important;
}

.radio-list ul {
	margin-top: 20px;
}

.radio-area li {
	float: left;
	margin-right: 20px;
}

.radio-area li a {
	font-size: 92%;
	font-weight: bold;
	text-decoration: none;
/* 	background: url(../img/common/arrow02.gif) no-repeat right center; */
	background: url(../img/common/arrow06.png) no-repeat right center;
	padding-right:16px;
	color: #333;
}

.radio-area li a:hover {
	color:#e60012;
}







.forminner {
	width: 680px;
	margin: 0 auto;
}

.form-table {
	width: 640px;
	margin: 0 auto;
}

.form-table td {
	padding-top: 7px;
	padding-bottom: 7px;
	background: url(../img/common/line02.gif) repeat-x bottom;
}

.form-table tr.last td {
	background: none;
}

.form-table-l {
	width: 32%;
	text-align: right;
}

.form-table-r {
	width: 685%;
	padding-left: 25px;
}

.forminner .red {
	color:#e60011;
}
.form-table select {
	border: 1px solid #878787;
	height: 20px;
	font-size: 92%;
}

.forminner .step {
	width: 326px;
	margin: 40px auto;
}

.forminner .cap {
	margin: 0 0 10px 0;
}

.forminner .cap .cap-l {
	width: 550px;
	float:left;

}

.forminner .cap .cap-r {
	width: 100px;
	float: right;
}

#btn_form_kakunin {
	width: 118px;
	height: 45px;
	background: url(../img/common/btn_form_kakunin.gif) ;
	text-indent: -9999px;
	border: none;
}
#btn_form_kakunin:hover {
	opacity: 0.7;
}

.sub-btn {
	text-align: center;
}


/* ------------------------------------------------------
 * 15. 特設ページ一覧
 * --------------------------------------------------- */
#content .navi-specialtag li {
  float: left;
/*   min-width: 26px; */
  margin-right: 8px;
  margin-bottom: 8px;
}
#content .navi-specialtag li a {
  position: relative; /* PIE678 */
  display: block;
  *min-width: 20px; /* IE7の改行対策 */
  padding: 0px 6px;
  background-color: #fff;
  border: 1px solid #e60012;
  border-radius: 4px;
  text-align: center;
  color: #e60012;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap; /* IE7の改行対策 */
}

#content .navi-specialtag li.current-cat a,
#content .navi-specialtag li a:hover {
  color: #fff;
	text-decoration: none;
	background-color: #e60012;
}

#sppage .spWrap {
  width: 732px; /* 716 + 16 */
  margin-right: -16px;
  /zoom: 1;/* for IE6,7 */
  overflow: hidden;
}
#sppage .boxstyle {
  margin-right: 16px;
  padding-left: 13px;
  padding-right: 13px;
  float: left;
  width: 322px;
}
#sppage .boxstyle p {padding-top: 10px;}
#sppage .boxstyle .read {
  position: relative;
  width: 322px;
  height: 36px;
  font-size: 100%;
  line-height: 1.4em;
  font-weight: bold;
  overflow: hidden;
}
#sppage .boxstyle .txt {
  font-size: 13px;
  line-height: 20px;
  height: 52px;
  padding-top: 5px;
}
#sppage .boxstyle .time {
  padding-bottom: 5px;
  font-size: 11px;
}
#sppage .boxstyle .new {
  background: url(../img/common/information_new.png) 74px 15px no-repeat;
}

#sppage .boxstyle img.attachment-thumb {
  width: 320px;
  height: 120px;
  border: 1px solid #fff;
}
/* #sppage .boxstyle .navi-specialtag li {margin-bottom: 0;} */

#sppage .boxstyle a {color: #333;}
#sppage .boxstyle a:hover {text-decoration: none;}
#sppage .boxstyle a:hover .read {color: #e60012;}
#sppage .boxstyle a:hover .navi-specialtag li {background-color: #e60012;}
#sppage .boxstyle a:hover img.attachment-thumb {
  border: 1px solid #e60012;
  opacity: .6;
}

/* ------------------------------------------------------
 * 16. チャンネル詳細ページ一ポップアップ
 * --------------------------------------------------- */
 #popup {
	margin:0;
	margin-top:20px;
	min-width: 785px;
	text-align:left;
	font-size:13px;
	color:#333;
	text-shadow:1px 1px 0px rgba(255, 255, 255, 1.0);
}
  #popup .ok {
	color:#FF0000;
	font-size:16px;
	text-align:center;
 }

 #popup .ok p {
	color:#000;
	font-size:16px;
	text-align:center;
	padding:10px 0 10px 0;
 }

 #popup .nm {
 	padding: 0 2%;
	margin:10px 0 10px 0;
	color:#999;
	font-size:20px;
 }

.clear {
    clear:both;
}
 #popup .button {
	text-align:center;
	font-size:12px;
	margin:15px;
	padding:20px;
}
 #popup .button input {
	padding:5px;
 }
 #popup .green {
	color:#4ba142;
 }
 #popup .blue {
	color:#3595c0;
 }
#popup .left {
	padding: 0 2%;
	float:left;
	width: 46%;
}
#popup .right {
	padding: 0 2%;
	box-shadow: 1px 0 0 #999 inset;
	float:right;
	width: 46%;
}
#popup .ttl {
	font-size:20px;
	padding-bottom:10px;
}

#popup table {
	width:380px;
}

#popup table tr {
	height:2.0em;
	vertical-align:top;
}

#popup table th {
	width:85px;
	vertical-align:top;
	font-weight:bold;
}

#popup table td {
	padding-right: 2%;
/* 	width:290px; */
}
#popup hr {
	padding: 10px 0;
	border: none;
}