@charset "UTF-8";
/* CSS Document */
body{
	background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 35%, #58b6e7 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 35%,#58b6e7 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 35%,#58b6e7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#58b6e7',GradientType=0 );

}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


#fp-cnt, #fp-ftr {
    background: rgba(255, 255, 255);
}
#theme {
	background-image: url(../img/bg_top.png);
	background-repeat:repeat-x;
	background-position: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 { text-decoration: none;}


#theme #fp-l h2 {
    color: #fff;
    border-bottom: 3px solid #0070b9;
    background-color: #0291d5;
    background-repeat: repeat;
    background-image: url(../img/pat_rio.png);
    -webkit-background-size: initial;
    background-size: initial;
}
#theme #fp-l h3 { background-color:#f89820;}
#theme #fp-l h4 { border-left-color: #f89820;}
#theme #fp-l #fp-airdate { color:#1262ab;}

#theme #fp-l .btn a, #theme #fp-l .btn {
    color: #fff;
    background: #f89820;
background: -moz-linear-gradient(top,  #f89820 0%, #f8c820 100%);
background: -webkit-linear-gradient(top,  #f89820 0%,#f8c820 100%);
background: linear-gradient(to bottom,  #f89820 0%,#f8c820 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89820', endColorstr='#f8c820',GradientType=0 );

    box-shadow: 0 4px 0 rgb(192,111,11);
}

#theme #fp-l .btn a:hover {
    background: rgba(255,255,255,.2);
}

#theme #fp-l p.apply a { float: none; width: 17em; margin: 0 auto; display: block;}

/* backnumber ---------- */
#theme #fp-l #fp-cnt .listbox { background-color:#fff;}

#fp-cnt .bottom20{
	padding-bottom: 20px;
}
#fp-hdr #fp-hdr-img {
    background-image: url(../photo/main.jpg);
    width: 600px;
    height: 338px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

#fp-nav.samePageNav ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: -0.5em;
    text-shadow: 0;
}
#fp-nav.samePageNav ul li a{
	padding-bottom: 0;
}
#fp-nav ul {
    background-color: #d36d00;
    color: #fff;
    border-bottom: 1px solid #d36d00;
}
#fp-nav ul li a {
    height: 72px;
    display: table-cell;
    line-height: 1.3;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: normal;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: none;
    border-top: 1px solid rgba(255, 255, 255, .6);
background: -moz-linear-gradient(top,  #f89820 0%, #f8c020 100%);
background: -webkit-linear-gradient(top,  #f89820 0%,#f8c020 100%);
background: linear-gradient(to bottom,  #f89820 0%,#f8c020 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89820', endColorstr='#f8c020',GradientType=0 );

}

 #fp-nav ul li a:hover {
    background: #d36d00;
}

#fp-cnt .oa {
    color: #0c8ecc;
    font-size: 18px;
    font-weight: bold;
    margin: 24px 0 0 0;
    line-height: 1.2;
}
#fp-cnt p{
	color: #353535;
}
#fp-cnt #fp-simple-schedule h3 {
    margin-top: 16px;
}

#fp-simple-schedule ul li {
    width: 280px;
    min-height: 64px;
    border-radius: 3px;
    background-color: #ffffff;
    margin: 8px 16px 0 0;
        margin-right: 16px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: text-top;
    color: #353535;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 0;
    padding-right: 8px;
   padding-bottom: 0px;
}
#fp-simple-schedule ul li a {
    color: #353535;
}
#fp-simple-schedule ul li:nth-child(2n) {
    margin-right: 0px;
}

#fp-simple-schedule ul li .game{
	float: left;
	margin: 10px 10px 10px 10px;
}
#fp-simple-schedule ul li .scedule_weight{
	margin-top: 12px;
	color: #353535;
font-size: 16px;
font-weight: 700;
line-height: 1;
}
#fp-simple-schedule ul li .scedule_weight span{
	    display: table-cell;
    vertical-align: middle;
    height: 56px;
    padding-top: 5px;

}

#fp-simple-schedule ul li:hover{
	    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
    cursor: pointer;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);

}
#fp-simple-schedule ul li .scedule-right{
	width:190px;
	float: right;
}


.greeeen_img{
	float: right;
	margin-top: 10px;
}
.caster_img{
	float: right;
	margin-left: 5px;
	border: 1px solid #cccccc;
}

.mgt20{
	margin-top: 20px;
}
/* ------------------------------
  for Smartphone
------------------------------ */
.cx_smartphoneview #theme { min-width:640px;}
.cx_smartphoneview #theme #fp-l h2 { background-image:url("/common/images/pattern/pat_xxxx_xxx_2x.png") ;
	-webkit-background-size:10px 10px;
	background-size:10px 10px;}

.cx_smartphoneview  #fp-cnt .oa{
	font-size: 120%;
}

.cx_smartphoneview #fp-simple-schedule ul li {
    width: 600px;
    min-height: 64px;
    border-radius: 3px;
    background-color: #ffffff;
    margin: 8px 16px 0 0;
        margin-right: 16px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: text-top;
    color: #353535;
    font-size: 105%;;
    font-weight: 400;
    line-height: 30px;
    padding-top: 0;
    padding-right: 0px;
   padding-bottom: 0px;
}


.cx_smartphoneview #fp-simple-schedule ul li .scedule-right{
	width:505px;
	float: right;
}
#fp-simple-schedule ul li .scedule_weight {
    margin-top: 12px;
    color: #353535;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
}
