@charset "UTF-8";
/* CSS Document */

@media print{body{display:none;}}
body {
    background: url(../images/bg.gif) center bottom #fffbeb;
    color: #6a3906;
}
#theme_wrap{
	background: url("../images/theme_bg.gif") repeat-x top;
}
#theme {
	background: url("../images/head_bg.gif") no-repeat center top;
	}
#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:#1f3888;}

#theme #fp-l h2 { color:#ffffff; background:none;     background-color: #007e37;
    border-bottom: 3px solid #F7BD0F;
	-webkit-background-size:5px 5px;
	background-size:5px 5px;}
#theme #fp-l h3 { background-color: #007e37;}
#theme #fp-l h4 { border-left-color: #F81912;}
#theme #fp-l #fp-airdate { color: #6a3906;line-height: 1.4;}
#theme #fp-l #fp-airdate.airdate2 {font-size: 1.4rem;}
#theme #fp-l #fp-nav ul{ background-color: #001562; color:#fff; border-bottom: 1px solid #001562;}
#theme #fp-l #fp-nav ul li a {color:#fff; background-color:#0f3bdb;}
#theme #fp-l #fp-nav ul li a:hover { background-color: #2852eb}
#theme #fp-l #fp-nav ul li a.current { background-color: #2852eb; box-shadow: inset 0 4px 0 #001562;}
#theme #fp-l .btn a { color: #fff; background-color:#1F70B1; box-shadow: 0 4px 0 #07477a,inset 0 0 2px rgba(255, 255, 255, 0.6);}
#theme #fp-l .btn a:hover { background-color: #07477a;box-shadow: 0 4px 0 #002d51,inset 0 0 2px rgba(255, 255, 255, 0.6);}

#theme #fp-l #fp-ftr  { border-top: 1px solid #65c1ff; background: #f6f3e4;} 

/* backnumber ---------- */
#theme #fp-l #fp-cnt .listbox { background-color:#fff;}
#fp-tmppage-simple-story-bknum { margin: 0 0 1.43em;}

.clearfix{
	margin: 16px 0 30px;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
#fp-cnt .cf .rendou_img01 img, #fp-cnt .cf .rendou_img02 img {
    width: 295px;
    margin-bottom: 5px;
}
#fp-cnt .cf .rendou_img03 img{
    width: 600px;
    margin-bottom: 5px;
}
#fp-cnt .cf .rendou_img01, .cf .rendou_img02 {
    display: block;
    float: left;
    max-width: 300px;
}
.cf .rendou_img02 {
margin-left: 8px;
}
#caststaff .cast {
	width: 290px;
	float: left;
}
#caststaff .staff {
	width: 290px;
	float: right;
}
#caststaff:after{
	display: block;
	content: "";
	clear: both;
}
#fp-l .bold {
	font-weight: bold;
}
/*twitter*/
#ashitauchimura_twitter {
    height: 500px;
    padding: 10px;
    border: 1px solid #c9c2c2;
    background-color: #fff;
    overflow-y: scroll;
}
#fp-l .bnr:hover {
	opacity: .8;
}
#fp-l .bnr img {
	width: 600px;
	height: auto;
}
#fp-l .em {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}
#fp-l span.date {
	background-color: #fffe98;
}
/*FOD・TVerバナー掲載*/
#tver-fod-bnr {
	padding: 10px;
	background-color: rgba(255,255,255,0.80);
}
#tver-fod-bnr > div + div {
	margin-top: 6px;
}
#tver-fod-bnr .abreast {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#tver-fod-bnr a {
	display: inline-block;
}
.cx_displaydevice #tver-fod-bnr a:hover {
	opacity: 0.8;
}
#tver-fod-bnr img {
	max-width: 100%;
}
/*公式サイトバナー*/
#newofficial a {
    background: url(../images/btn_newofficial_off.png) no-repeat ;
    width: 600px;
    height: 117px;
    margin-bottom: 20px;
    text-decoration: none;
    color: #6a3906;
    display: block;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#newofficial a:hover,
#newofficial a:active{
	background:url(../images/btn_newofficial_on.png) no-repeat;
	width:600px;
	height:117px;
}
/*お悔み*/
.note{    padding: 16px;
    border: 4px solid #1f70b1;
    border-radius: 10px;
    background-color: #d2ebff;
    font-size: 14px !important;
	margin-bottom: 20px !important;
}
/* ------------------------------
  for Smartphone
------------------------------ */
.cx_smartphoneview #theme { min-width:640px;}

.cx_smartphoneview #theme #fp-l h2 { background:none; background-color: #007e37;
	-webkit-background-size:10px 10px;
	background-size:10px 10px;}

.cx_smartphoneview .sp{
	display: block;
}
.cx_smartphoneview .pc{
	display: 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;
}
.cx_smartphoneview #fp-cnt .img_spmax, .cx_smartphoneview #fp-cnt .cf .img_spmax {
    width: 100%;
    margin: 0 0 10px;
    float: none;
}
.cx_smartphoneview #theme #fp-l #fp-airdate { 
	font-size: 1.4em;
}
.cx_smartphoneview #theme #fp-l #fp-airdate span { 
	font-size: 26px;
}
.cx_smartphoneview #fp-cnt .img_spmax img, .cx_smartphoneview #fp-cnt .cf .img_spmax img {
    width: 600px;
}
.cx_smartphoneview #fp-cnt #fp-tmppage-simple-cast.float,
.cx_smartphoneview #fp-cnt #fp-tmppage-simple-staff.float{
	float: none;
}
.cx_smartphoneview #fp-cnt #fp-tmppage-simple-cast.float{
	width: 600px;
}
.cx_smartphoneview #fp-cnt #fp-tmppage-simple-staff.float{
	width: 600px;
}
.cx_smartphoneview .note{    
    font-size: 24px !important;
	margin-bottom: 1.2em !important;
}


