@charset "UTF-8";

/* CSS Document */

@media print {
#fp-hdr-img img {
	display: none;
}
}
body {
	background: #fff18d;
	background: -moz-linear-gradient(top, #fff18d 0%, #f98c3d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff18d 0%, #f98c3d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff18d 0%, #f98c3d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff18d', endColorstr='#f98c3d', GradientType=0 ); /* IE6-9 */
}
#fp-hdr {
	padding: 20px 20px 0;
	position: relative;
	zoom: 1;
}
#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;
}
/* purple */
#theme {
	background-repeat: no-repeat;
	background-position: center -102px;
	background-image: url(../img/bg_c_2.png);
}
#theme #fp-l a, #theme #fp-l a:link, #theme #fp-l a:visited, #theme #fp-l a:hover, #theme #fp-l a:active {
}
#theme #fp-l h2 {
	color: #fff;
	border-bottom: 3px solid rgb(0,105,175);
	background-color: #0c8ecc;
	background-repeat: repeat;
	background-image: url(../img/pat_rio.png);
	-webkit-background-size: initial;
	background-size: initial;
}
#theme #fp-l h3 {
	background-color: rgba(0,105,175,1.00);
	color: rgba(255,255,255,1.00);
	text-shadow: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#theme #fp-l h4 {
	border-left: .4em solid rgba(0,105,175,1.00);
}
#fp-hdr #fp-airdate, #fp-hdr #fp-nextdate {
	color: #e94609;
	font-size: 24px;
	line-height: 24px;
}
#theme #fp-l #fp-nav ul {
	background-color: rgba(0,146,70,1.00);
	color: #fff;
	border-bottom: 1px solid #321366;
}
#theme #fp-l #fp-nav ul li {
}
#theme #fp-l #fp-nav ul li a {
	color: #fff;
	background: #098733; /* Old browsers */
	background: -moz-linear-gradient(top, #098733 0%, #67b62f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #098733 0%, #67b62f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #098733 0%, #67b62f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#098733', endColorstr='#67b62f', GradientType=0 ); /* IE6-9 */
	padding-bottom: 0px;
	height: 82px;
}
#fp-nav ul li.noLink p {
	display: table-cell;
	line-height: 1.3;
	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: inset 0 0 6px rgba(255, 255, 255, 0.4);
	border-top: 1px solid rgba(255, 255, 255, .6);
	height: 82px;
	width: 159px;
	font-size:1.3em;
}
#theme #fp-l #fp-nav ul li a:hover, #theme #fp-l #fp-nav ul li {
	background: rgba(255,255,255,.2);
}
#theme #fp-l #fp-nav ul li a.current {
	background-color: #421889;
	box-shadow: inset 0 4px 0 gb(38, 170, 66);
}
#theme #fp-l .btn {
	background-color: inherit;
}
#theme #fp-l .btn a, #theme #fp-l .btn {
	color: #fff;
	background: #098733; /* Old browsers */
	background: -moz-linear-gradient(top, #098733 0%, #67b62f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #098733 0%, #67b62f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #098733 0%, #67b62f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#098733', endColorstr='#67b62f', GradientType=0 ); /* IE6-9 */
	box-shadow: 0 4px 0 rgb(38,170 ,66), inset 0 0 2px rgba(255, 255, 255, 0.6);
}
#theme #fp-l .btn a:hover {
	background: rgba(255,255,255,.2);
}
#theme #fp-l #fp-ftr {
	border-top: 1px solid #d2b2ff;
	background: #f0e5ff;
}
/* backnumber ---------- */
#theme #fp-l #fp-cnt .listbox {
	background-color: #fff;
}
.bnr a:hover img {
	opacity: 0.9;
}
#fp-nav.samePageNav ul li:after {
	display: none;
}
#fp-simple-schedule ul {
	letter-spacing: -0.5em;
}
#fp-simple-schedule ul li {
	width: 210px;
	min-height: 64px;
	border-radius: 3px;
	background-color: #ffffff;
	margin: 8px 16px 0 0;
	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-left: 72px;
	padding-bottom: 8px;
	position: relative;
}
#fp-simple-schedule ul li a {
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
}

#fp-simple-schedule ul li a: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 .schedule {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}
#fp-simple-schedule ul li span {
	display: table-cell;
	vertical-align: middle;
	height: 56px;
	padding-top: 8px;
	font-weight:bold;
}
#fp-simple-schedule ul li .game {
	width: 66px;
	height: 72px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#fp-simple-schedule ul li .game.Swimming img {
	-webkit-transform: translateX(-27%);
	-ms-transform: translateX(-27%);
	transform: translateX(-27%);
}
#fp-simple-schedule ul li .game.Football img {
	-webkit-transform: translateX(-81.5%);
	-ms-transform: translateX(-81.5%);
	transform: translateX(-81.5%);
}
#fp-simple-schedule ul li .game.Tabletennis img {
	-webkit-transform: translateX(-18%);
	-ms-transform: translateX(-18%);
	transform: translateX(-18%);
}
#fp-simple-schedule ul li .game.Gymnasticsartistic img {
	-webkit-transform: translateX(-9%);
	-ms-transform: translateX(-9%);
	transform: translateX(-9%);
}
#fp-simple-schedule ul li .game.highlight img {
	-webkit-transform: translateX(-91%);
	-ms-transform: translateX(-91%);
	transform: translateX(-91%);
}
#fp-simple-schedule ul li .game.Athletics img {
	-webkit-transform: translateX(-54.5%);
	-ms-transform: translateX(-54.5%);
	transform: translateX(-54.5%);
}
#fp-simple-schedule ul li .game.Volleyball img {
	-webkit-transform: translateX(-73%);
	-ms-transform: translateX(-73%);
	transform: translateX(-73%);
}
#fp-simple-schedule ul li .game.Golf img {
	-webkit-transform: translateX(-36%);
	-ms-transform: translateX(-36%);
	transform: translateX(-36%);
}
#fp-simple-schedule ul li .game.Badminton img {
	-webkit-transform: translateX(-45.5%);
	-ms-transform: translateX(-45.5%);
	transform: translateX(-45.5%);
}
#fp-simple-schedule ul li .game.Wrestling img {
	-webkit-transform: translateX(-64%);
	-ms-transform: translateX(-64%);
	transform: translateX(-64%);
}
#fp-simple-schedule ul li:nth-child(even) {
	margin-right: 0px;
}
#fp-cnt #fp-simple-schedule h3 {
	margin-top: 16px;
}
#fp-simple-schedule ul li p {
	color: #353535;
	font-size: 16px;
	font-weight: 700;
	margin: 8px 0 5px 0;
	line-height: 1;
}
div p .linkBnr {
	border: 0;
	overflow: hidden;
	float: left;
}
div p .linkBnr img {
	border: 0;
	overflow: hidden;
	float: left;
}
div p .linkBnr:hover {
	border: 4px solid rgba(0,146,70,1.00);
}
div p .linkBnr:hover img {
	margin: -4px;
}
#fp-cnt #themesong img {
	margin-bottom: 24px;
}
#fp-cnt #themesong h3 {
	font-size: 100%;
}
#fp-cnt #themesong dl {
	background-color: initial;
	border: none;
	box-shadow: none;
}
#fp-cnt #themesong dt {
	background-color: initial;
	padding: .2em .5em .2em;
	border-bottom: 1px solid rgba(0,105,175,1.00);
	border-left: 8px solid rgba(0,105,175,1.00);
}
#fp-cnt #themesong dd {
	padding: .4em .8em 1em;
	font-weight: bold;
	font-size: 120%;
}

#caster .caption span {
    display: block;
    max-width: 240px;
}

#caster ul {
		padding-bottom:8px;
		padding-top:8px;
		border-top: 1px solid rgba(0,105,175,1.00);

}

#caster li {
	font-weight:bold;
	margin-bottom:8px;
		font-size:110%;

}

#caster li >span {
	display:block;
	font-weight:normal;
	font-size:80%;
	line-height:1;
}

#fp-l #fp-cnt #caster p > span {
	display: block;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(0,105,175,1.00);
	margin-bottom: 8px;
	margin-top: 16px;
	font-weight:bold;
	line-height:1;
}

p {
		text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
#fp-cnt #fp-simple-schedule .oa {
	color: #0c8ecc;
	font-size: 18px;
	font-weight: bold;
	margin: 24px 0 0 0;
	line-height: 1;
}
#fp-l p.apply a {
	float: none;
	width: 17em;
	margin: 0 auto;
	display: block;
}

.wanted {
	color: #0c8ecc;
	font-size: 18px;
	font-weight: bold;
}
#data_campaign h3.wanted {
	background: #000 url("../img/dataCampaign_ttl.png") no-repeat 0px 0px;
	width: 600px;
	height: 83px;
	text-indent: -500%;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 0 !important;
	background-color: rgba(255,255,255,0) !important;
}
#data_campaign a{
	background-color: #e40b0b;
	color: #FFF !important;
	display: block;
	padding: 10px 10px 8px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 2px #ba0808;
}

iframe.omega {
	display:none;}


/* ------------------------------
  for Smartphone
------------------------------ */
.cx_smartphoneview #theme {
	min-width: 640px;
}
.cx_smartphoneview #theme #fp-l h2 {
	color: #fff;
	border-bottom: 3px solid rgb(0,105,175);
	background-color: #0c8ecc;
	background-repeat: repeat;
	background-image: url(../img/pat_rio.png);
	-webkit-background-size: initial;
	background-size: initial;
}

.cx_smartphoneview #theme #fp-l h3 {
    background-color: rgba(0,105,175,1.00);
    color: rgba(255,255,255,1.00);
    text-shadow: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.cx_smartphoneview #fp-cnt #fp-simple-schedule .oa {
    font-size: 2rem;
}

.cx_smartphoneview #fp-simple-schedule ul li {
	width:600px;
	border: 1px solid rgba(205,205,205,1.00);
	font-size:1.6rem;
		-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height:1.6;
	padding-left:112px;
	min-height:112px;
	}
.cx_smartphoneview #fp-simple-schedule ul li .game {
	width:100px;
	height:104px;
	margin-left:2px;}
	.cx_smartphoneview #fp-simple-schedule ul li .game img {
		height:104px;}
.cx_smartphoneview #fp-simple-schedule ul li p {
	font-size:1.8rem;}

	.cx_smartphoneview #fp-simple-schedule ul li span {
    height: 112px;
}

.cx_smartphoneview #fp-cnt #fp-tmppage-simple-cast.float,
.cx_smartphoneview #fp-cnt #fp-tmppage-simple-staff.float {
    width: inherit;
    float: none;
}
.cx_smartphoneview #fp-nav ul li.noLink p  {
	font-size:24px;}
.cx_smartphoneview #cx_spContentsMain {
	background: #fff18d;
	background: -moz-linear-gradient(top, #fff18d 0%, #f98c3d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff18d 0%, #f98c3d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff18d 0%, #f98c3d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff18d', endColorstr='#f98c3d', GradientType=0 ); /* IE6-9 */
}

.cx_smartphoneview iframe.omega {
	display:block;
	padding:0;
	background-color:rgba(0,0,0,1.00);}

.cx_smartphoneview .wanted {
    font-size: 1.12em;
	    line-height: 1.4;	}
.cx_smartphoneview #data_campaign h3.wanted {
	background: #000 url("../img/dataCampaign_ttl_sp.png") no-repeat 0px 0px;
	height: 135px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {
#theme #fp-l h2 {
    background-image: url("../img/pat_rio@2x.png");
    background-size: 322px 35px;
}
#fp-hdr #fp-hdr-img {
	background-image: url("../photo/main@2x.jpg");
	    background-size: 600px 338px;

}

}