@charset "UTF-8";
/* CSS Document */

#theme {
	background-color:#eee;
	background-image:url("/common/images/pattern/pat_bg_blue_010.png");
	background-repeat:repeat;
	background-position:left top;
	-webkit-background-size:auto;
	background-size:auto;
	min-width:1000px;}
#theme #fp-l a,
#theme #fp-l a:link,
#theme #fp-l a:visited,
#theme #fp-l a:hover,
#theme #fp-l a:active { color:#0056ac;}

#theme #fp-l h2 { color:#004890; background:url("/common/images/pattern/pat_blue_007.png") repeat; border-bottom: 4px solid #004890;
	-webkit-background-size:5px 5px;
	background-size:5px 5px;}
#theme #fp-l h3 { background-color:#555;}
#theme #fp-l h4 { border-left-color: #555;}
#theme #fp-l #fp-airdate { color:#555;}

#theme #fp-l #fp-nav ul{ background-color: #004890; color:#fff; border-bottom: 1px solid #004890;}
#theme #fp-l #fp-nav ul li a { color:#fff; background-color: #004890;}
#theme #fp-l #fp-nav ul li a:hover { background-color: #0055aa;}
#theme #fp-l #fp-nav ul li a.current { background-color: #00305f; box-shadow: inset 0 4px 0 #032b53;}
#theme #fp-l .btn a { color: #fff; background-color:#004890; box-shadow: 0 4px 0 #002f5e,inset 0 0 2px rgba(255, 255, 255, 0.6);}
#theme #fp-l .btn a:hover { background-color: #0055aa;}
#theme #fp-l p.apply a { float: none; width: 17em; margin: 0 auto; display: block;}

/*▼バックナンバー（アコーディオン）▼*/
/*ボックス全体*/
.accbox {
    margin: 0;
    padding: 0;
    max-width: 600px;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 8px 30px;
    color: #004890;
    font-weight: bold;
    background: #cadaf7;
    cursor :pointer;
    transition: all 0.5s;
	border-radius: 8px 8px 8px 8px;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#bac9e5;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #ebf0f9;
    opacity: 1;
	border-radius: 0 0 8px 8px;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}
	
/*▲バックナンバー（アコーディオン）▲*/

/* backnumber ---------- */
#theme #fp-l #fp-cnt .listbox { background-color:#fff;}

/* lineup ---------- */
#theme #fp-l #fp-cnt #fp-tmppage-simple-intro { margin-bottom:20px;}
#theme #fp-l #fp-cnt #partsFaq { margin-bottom:20px;}
#theme #fp-l #fp-cnt #fp-tmppage-simple-faq h3 { display:none;}
#theme #fp-l #fp-cnt #present { margin-bottom:20px;}
#theme #fp-l #fp-cnt #lineup { overflow:hidden; margin-bottom:20px;}
#theme #fp-l #fp-cnt #programs { overflow:hidden; margin-bottom:20px;}

#theme #fp-l #fp-cnt .programbox { float: left; width:176px; padding:8px; margin-right:12px; background-color:#eee; position:relative;}
#theme #fp-l #fp-cnt #lineup .programbox { height:200px;}
#theme #fp-l #fp-cnt #programs .programbox { height:140px;}
#theme #fp-l #fp-cnt #lineup .next { margin-right:0;}
#theme #fp-l #fp-cnt .programbox a { position:absolute; top:0; left:0; width:100%; height:100%; text-indent:-9999px;}
#theme #fp-l #fp-cnt .programbox a:hover { background-color: rgba( 255, 255, 255, 0.3 );}
#theme #fp-l #fp-cnt .programbox img { margin-bottom:5px;}
#theme #fp-l #fp-cnt .programbox p { font-size:14px; line-height:125%; height: 95px; overflow: hidden;}
#theme #fp-l #fp-cnt .programbox p span { display:block; padding:2px 5px; margin-bottom:5px; background-color:#000; color:#fff; border-radius:5px;}

/*title詰*/
#theme #fp-l #fp-cnt .programbox p.lspcg {letter-spacing:-0.112em;}
.cx_smartphoneview #theme #fp-l #fp-cnt .programbox p.lspcg {letter-spacing:-0.168em;}
#theme #fp-l #fp-cnt .programbox p.lspcg span {letter-spacing:0;}
.cx_smartphoneview #theme #fp-l #fp-cnt .programbox p.lspcg span {letter-spacing:0;}

/*backnumber all 150617add*/
#backnumber li {list-style:disc inside none; margin-bottom:0.6em; margin-left:10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

/*bnrLink*/
#theme #fp-l #fp-cnt .bnrLink {text-align:center;}

/* ------------------------------
  for Smartphone
------------------------------ */
.cx_smartphoneview #theme { min-width:640px;}
.cx_smartphoneview #theme #fp-l h2 { background-image:url("/common/images/pattern/pat_blue_007_2x.png") ;
	-webkit-background-size:10px 10px;
	background-size:10px 10px;}
/* lineup ---------- */
.cx_smartphoneview #theme #fp-l #fp-cnt .programbox {
	float: none;
	width: 584px;
	padding: 8px;
	margin:0 0 12px 0;
	position:relative;
}
.cx_smartphoneview #theme #fp-l #fp-cnt #lineup .programbox {
		height:auto;
}
.cx_smartphoneview #theme #fp-l #fp-cnt #programs .programbox {
		height:auto;
}
.cx_smartphoneview #theme #fp-l #fp-cnt .programbox img {
	float: left;
	margin: 0 5px 0 0;
	width: 232px;
}
.cx_smartphoneview #theme #fp-l #fp-cnt .programbox p {
	font-size:22px;
  height: 120px;
	margin: 5px 0;
  overflow: hidden;
}
.cx_smartphoneview .brPC{
	display: none;
}

/*画像幅250px(固定)*/
#fp-l .frbox250 img{
	width:250px;
}