@charset "UTF-8";
/* CSS Document */
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#theme {
	
	background:url("/futurerunners/images/bg1.png"),#a4e4ff;
	background-repeat:repeat-x,repeat;
	background-position:top;
	-webkit-background-size:auto,auto;
	background-size:auto,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:#ff000e;}

.pc{
	display: block!important;
}
.cx_smartphoneview .pc{
	display: none!important;
}

.sp{
	display: none!important;
}
.cx_smartphoneview .sp{
	display: block!important;
}

#theme #fp-l h2 { color:#fff; background:url("/common/images/pattern/pat_blue_011.png") repeat;border-bottom: 4px solid #0032a6;
	-webkit-background-size:5px 5px;
	background-size:5px 5px;}
#theme #fp-l h3 { background-color:#ff8f00;}
#theme #fp-l h3.blue { background-color:#3987ff;}
#theme #fp-l h3.pink { background-color:#ff4c89;}
#theme #fp-l h4 { border-left-color: #ff8f00;}
#theme #fp-l #fp-airdate { color:#e66700;}

#theme #fp-l #fp-nav ul{ background-color: #158000; color:#fff; border-bottom: 1px solid #158000;}
#theme #fp-l #fp-nav ul li a {color:#fff; background-color:#399926;}
#theme #fp-l #fp-nav ul li a:hover { background-color: #3ea629;}
#theme #fp-l #fp-nav ul li a.current { background-color: #189400; box-shadow: inset 0 4px 0 #178802;}
#theme #fp-l .btn a { color: #fff; background-color:#ff8f00; box-shadow: 0 4px 0 #ea5800,inset 0 0 2px rgba(255, 255, 255, 0.6);}
#theme #fp-l .btn a:hover { background-color: #ffa627;}

#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;}


#fp-l .rendou_img01,#fp-l .rendou_img02 {
    display: block;
    float: left;
    max-width: 300px;
}
#fp-l .rendou_img02 {
	margin-left: 5px;
}
#fp-l .rendou_img01 img,#fp-l .rendou_img02 img{
	width: 295px;
	    margin-bottom: 5px;
}

#fp-l .caption span {
    display: block;
    max-width: 300px;
}
#fp-l .bn {
	text-align: center;
}
#fp-l .bn a {
	display: inline-block;
}
#fp-l .bn a:hover {
	opacity: 0.7;
}
#fp-l .bn img {
	max-width: 100%;
}

#fp-l .banner {
	background: url(../images/bn_1_hover.png) no-repeat;
	width: 600px;
	height: 70px;
	margin: 0 0 30px;
}
#fp-l .banner2{
	background: url(../images/bn_2_hover.png) no-repeat;
	width: 600px;
	height: 70px;
	margin: 0 0 20px;
}

#fp-l .banner3{
	background: url(../images/bn_3_hover.png) no-repeat;
	width: 600px;
	height: 70px;
	margin: 0 0 30px;
}

#fp-l .banner4{
	width: 600px;
	height: 70px;
	margin: 0 0 20px;
}

#fp-l .banner a,#fp-l .banner2 a,#fp-l .banner3 a,#fp-l .banner4 a{
	display: block;
}
#fp-l .banner img,#fp-l .banner2 img,#fp-l .banner3 img,#fp-l .banner4 img{
	border: none;
}
#fp-l .banner a:hover,#fp-l .banner2 a:hover,#fp-l .banner3 a:hover{
	 background: none;
}
#fp-l .banner4 a:hover {
	opacity: 0.8;
}
#fp-l .banner a:hover img,#fp-l .banner2 a:hover img,#fp-l .banner3 a:hover img{
    visibility: hidden;
}

#theme  #fp-l .movie{
	border: 5px solid #000;
	width: 590px;
	margin: 0px auto 10px;
	
}
#fp-cnt .news{
	background: #fff;
	border: 1px solid #ff1000;
}
#fp-cnt .news h5{
	text-align: center;
	font-weight: bold;
	background: #ff1000;
	color: #fff;
	padding: 5px 0;
	font-size: 120%;
}
#fp-cnt .news p{
	margin: 0;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 110%;
}
#fp-cnt .news div.clearfix {
	padding: 10px 20px;
}
#fp-cnt .news .clearfix p{
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
#fp-cnt .news .clearfix p.sdgs_logo{
	margin-left: 12px;
	width: 150px;
}
#fp-cnt .news .clearfix p.sdgs_logo img{
	width: 100%;
	height: auto;
}
.cx_smartphoneview #fp-cnt .news .clearfix p.sdgs_logo{
	margin-left: 0;
	width: 170px;;
}
#fp-cnt .news dl{
	border: none;
	border-top: 1px dotted #c9c2c2;
	box-shadow: none;
	margin-bottom: 0;
	line-height: 1.2;
	margin: 0 20px;
	padding: 10px 0;
}
#fp-cnt .news dl dt{
	float: left;
	font-weight: bold;
	background-color: #fff;
	border-bottom: none;
	margin-right: 30px;
	padding: 0;
}
#fp-cnt .news dl dd{
	float: left;
	margin-right: 30px;
	padding: 0;
}
#theme #fp-cnt .news dl dd a{
	color: #038afd;
	text-decoration: none;
	font-weight: bold;
}
/*.cx_smartphoneview #fp-cnt .news dl{
	margin-bottom: 20px;
}
.cx_smartphoneview #fp-cnt .news dl dd{
	float: none;
	padding: 10px 0 0px;
}*/

.clearfix::after{
	  content: "";
  display: block;
  clear: both;
}

.lead-tx {
	border: 2px solid #ff1000;
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	background-color: #fff7f7;
}
.lead-logo {
	display: inline-block;
	width: 450px;
}
.lead-logo a:hover {
	opacity: 0.7;
}
.lead-logo img {
	width: 100%;
}
.lead-small {
	font-size: 86%;
	font-weight: normal;
}

/* ------------------------------
  for Smartphone
------------------------------ */
.cx_smartphoneview #theme { min-width:640px;}
.cx_smartphoneview #theme #fp-l h2 { background-image:url("/common/images/pattern/pat_blue_011_2x.png") ;
	-webkit-background-size:10px 10px;
	background-size:10px 10px;
}

/*.cx_smartphoneview #theme .frbox250 img{
width: 100%;	
}*/

.cx_smartphoneview #theme .img_spmax{
	width: 100%;
	margin: 0 0 25px;
	float: none;
}

.cx_smartphoneview #theme .img_spmax img{
width: 600px;
}

.cx_smartphoneview #fp-l .img_spmax.caption span {
    width: 600px;
	max-width: 600px!important;
	
}

.cx_smartphoneview #fp-cnt #caststaff .float {
	width: 100%;
	float: none;
}
.cx_smartphoneview #fp-cnt #caststaff .float + .float {
	margin-top: 1.2em;
}

.cx_smartphoneview .lead-tx {
	font-size: 110%;
}

