@charset "UTF-8";
/* CSS Document */

#theme {
	background-color:#2e2f3f;
/*	background-image:url("../images/bg01.png");
	background-size: 50%;*/
	background: url("../images/bg01.png") bottom no-repeat , -webkit-linear-gradient(#597883 0%, #2e2f3f 100%);
	background: url("../images/bg01.png") bottom no-repeat , -o-linear-gradient(#597883 0%, #2e2f3f 100%);
	background: url("../images/bg01.png") bottom no-repeat , linear-gradient(#597883 0%, #2e2f3f 100%);
	}
#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:#217ab9;}

#theme #fp-l h2 { color:#fff; background:url("/common/images/pattern/pat_blue_031.png") repeat; border-bottom: 4px solid #217ab9;
	-webkit-background-size:5px 5px;
	background-size:5px 5px;}
#theme #fp-l h3 { background-color:#9f675a;}
#theme #fp-l h4 { border-left-color: #9f675a;}
#theme #fp-l #fp-airdate { color:#217ab9;}
#theme #fp-l .fp-airdate { color:#217ab9; font-weight: bold; font-size: 1.7em; line-height: 1; text-align: center; margin-top: 0.6em;}
#theme #fp-l #fp-nextdate { color:#217ab9;}

#theme #fp-l .btn a { color: #fff; background-color:#9f675a; box-shadow: 0 4px 0 #703030,inset 0 0 2px rgba(255, 255, 255, 0.6);}
#theme #fp-l .btn a:hover { background-color: #c17257;}
#theme #fp-l p.apply a { float: none; width: 17em; margin: 0 auto; display: block;}
#theme #fp-l .movie {
    width: 598px;
    margin: 0px auto 15px;
}
#theme #fp-l .movie .video-warap{
    border: 1px solid #a09699;
}
.pc{
	display: block!important;
}
.cx_smartphoneview .pc{
	display: none!important;
}
.sp{
	display: none!important;
}
.cx_smartphoneview .sp{
	display: block!important;
}


#theme #fp-l #fp-nav ul{ background-color:#0c296d;
color: #fff;
border-bottom: 1px solid #550c00;}
#theme #fp-l #fp-nav ul li a { color:#fff; background-color: #9f675a;}
#theme #fp-l #fp-nav ul li a:hover { background-color: #c17257;}
#theme #fp-l #fp-nav ul li a.current { background-color: #954434; box-shadow: inset 0 4px 0 #954434;}



/* backnumber ---------- */
#theme #fp-cnt,#fp-ftr { /*background: rgba(255, 255, 255, 1.0)*/;}
#theme #fp-l #fp-cnt .listbox { background-color:#fff;}
#theme #fp-l #fp-cnt div.photo { margin-bottom:10px;}

#caststaff .cast {
	width: 290px;
	float: left;
}
#caststaff .staff {
	width: 290px;
	float: right;
}
#caststaff:after{
	display: block;
	content: "";
	clear: both;
}
/* ------------------------------
  for Smartphone
------------------------------ */
.cx_smartphoneview #theme { min-width:640px;}
.cx_smartphoneview #theme #fp-l #fp-airdate { color:#01479d; font-weight: bold; font-size: 1.4em; line-height: 1; text-align: center; margin-top: 0.6em;}
.cx_smartphoneview #theme #fp-l .movie {
    margin: 0px auto 30px;
}
.cx_smartphoneview #theme #fp-l h2 { background-image:url("/common/images/pattern/pat_blue_031_2x.png") ;
	-webkit-background-size:10px 10px;
	background-size:10px 10px;}
.cx_smartphoneview #theme #fp-l #fp-caststaff .float { width: 100%; float: none;}
.cx_smartphoneview #caststaff .cast {
	width: 100%;
	float: none;
}
.cx_smartphoneview #caststaff .staff {
	width: 100%;
	float: none;
}
.cx_smartphoneview #caststaff .staff h4{
	margin-top: 30px;
}