@charset "UTF-8";
/*
 *oriten pc style
 */
/* header footer  */

.header,
.footer{
	/* display: none; */
}



.oriten{}
.header{
	line-height:0;
}
.header img{}
.footer img{}

/* contents */
.contents{
	/*page size*/
	margin:auto;
	width:100%;
}
.contents-header,
.contents-header h2{
	line-height: 0;
}
.contents-header img{}

.contents-body{
	background-image: url("../images/sp_contents_repeat.jpg");
}
.c_data{}
.c_data_header{
	width: 100%;
}
.c_data_header .left{
	background-image: url("../images/sp_racetitlewaku.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	height: 2.6rem;

}
.c_data_header .left,
.c_data_header .right{
	width:100%;
	background-repeat:no-repeat;
	background-size:100%;
}
.c_data_header .left h2{
	/*節タイトル*/
	width: 92%;
	line-height: 3.3;
	margin-left: 1.5rem;
	font-size: 0.8rem;
	text-indent: .5em;
}
.c_data_header .left .date{
	margin-left:1em;
}
.c_data_header .right{
	background-image: url("../images/sp_race.jpg");
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
	height: 2.3rem;
	background-repeat: no-repeat;
}
.c_data_header .right .child{
	display:inline-block;
	vertical-align:middle;
	line-height:1.8;;
}
.c_data_header .right p{
	width:4rem;
	margin-left:8rem;
	text-align:center;
	font-size:1.3rem;
	/*タイトル横レースナンバー*/
}
.c_data_header .right span{
	font-size:1.1rem;
}
.c_data_header .right h3{
	/*レースサブタイトル*/
	width:18.8rem;
	text-indent:.5em;
}
.c_data .c_data_header,
.c_data .btn_wrapper,
.c_data .oriten_contents{
	background-image:url("../images/sp_bg.jpg");
	width: 100%;
	background-size: 100%;
}
.c_data .btn_wrapper>div{
	margin:auto;
	width:90%;
	text-align:center;
	padding:1rem 0;
}
.c_data .btn_wrapper a{
	width: 23%;
	height: 3.5em;
	display: inline-block;
	background-image: url("../images/sp_btn_bg.jpg");
	background-size: contain;
	border-radius: 0.4rem;
	margin: 0.2rem;
	line-height: 3.5em;
	color: #FFF;
	font-weight: bold;
	box-shadow: inset 0rem 0.1rem .1rem .01rem rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: inset 0rem 0.1rem .1rem .01rem rgba(255, 255, 255, 0.6);
	-moz-box-shadow: inset 0rem 0.1rem .1rem .01rem rgba(255, 255, 255, 0.6);
	-o-box-shadow: inset 0rem 0.1rem .1rem .01rem rgba(255, 255, 255, 0.6);
}
.btn_wrapper .rbtn.on{
/*レース番号*/
	background-image:url("../images/sp_btn_bg_on.jpg");
	color:#000;
}



/*オリ展コンテンツ start*/
.oriten_contents{
	/*wrapper*/
	background-image: url("../images/pc_data_repeat.png");
	width:100%;
	padding:0 0.7rem 0.2rem 0.7rem;
}
.tenjiTable .dcol1,
.tenjiTable .dcol2,
.tenjiTable .dcol3,
.tenjiTable .dcol4,
.tenjiTable .dcol5,
.tenjiTable .dcol6{
	background-color: #FFF;
}

.tenjiTable{
	width:100%;
	border-left:.1rem solid #000;
	border-top:.1rem solid #000;
}
.tenjiTable th,
.tenjiTable td{
	vertical-align: middle;
	padding: 0;
	border-right: .1rem solid #000;
	border-bottom: .1rem solid #000;
}
.tenjiTable th{
	background-color : #4B4B4B;
	color : #FFF;
}
.tenjiTable td{
	text-align:center;
}
.thHeight{
	height:4.3rem;
}
.tdHeight{
	height:4rem;
}
/* セルがわかれているところ start */
.tenjiTable .second{
	display: block;
	font-size: 0.8rem;
}
.tenjiTable .second.border{
	border-top:.1rem solid #000;
}
th.cel7 .celpadding{
	padding : .1rem 0;
	margin : .1rem 0;
}
/* セルがわかれているところ end */

/* テーブルヘッダーのサイズ設定*/
th.cel1{
	width:5%;
}
/*ヘッダー 選手情報*/
th.cel2{
	width:11.8rem;
}
th .s3{
	display:inline-block;
	padding-bottom:0.5rem;;
}
th.cel3{
	width:2.5rem;
}
th.cel4,
th.cel5,
th.cel6{
	width:5.1rem;
	font-size:.9rem;
}
th.cel7{
	vertical-align:top;
	background-color: #717171;
	width: 5rem;
}
th.cel7 span{
	display:block;
}
th.cel7 .first{
	padding:0.2rem 0;
	background-color:#4B4B4B;
	border-bottom:.1rem solid #000;
	font-size: .8rem;
}
th.cel7 .second{
	background-color: #717171;
	padding: 0.1rem;
}
th.cel8{
	width:4rem;
}

/* N号艇の画像 */
td.cel1 img{
	width:100%;
}
/* td 選手情報 */
td.cel2{
	text-align:left;
	padding-left:0.5rem;
	word-wrap:break-word;
	white-space:nowrap;
}
/*選手情報 名前*/
td.cel2 span.name{
	display: inline-block;
	text-indent:.5em;
	font-size: 1.2rem;
	padding-bottom: 0.5rem;
	font-weight: bold;
}
td.cel2 span.kyu{
	font-size :.9rem;
}

/* スライダーcellのなか start */
.tenjiTable td.slideWrapper{
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
.innerCell{
	width: 18em;
}
.innerCell table{
	width : 27.5em;
	border-collapse : separate;
}
.innerCell td.cel7 span{
	display:table;
	width:100%;
}
.innerCell td.cel7 span span{
	display:table-cell;
	width:100%;
	height:1.5rem;
	/*vertical-align:middle;*/
}
 td.cel7 span.top{
	vertical-align:top;

}
 td.cel7 span.bottom{
	vertical-align:bottom;

}
.innerCell .dcol6 td{
/*最後の行はborder-bottomなし*/
	border-bottom: none;
}


/* スライダーcellのなか end */


/*オリ展コンテンツ end*/

/*データなし時*/
td.nodata{
	font-size:1.4rem;
	border-bottom: none;
}
.nodata.big{
	border-bottom:.1rem solid #000;
}
.nodata.small{
	font-size:1rem;
	line-height:1.3;
}
.coution{
	background-image: url("../images/sp_contents_repeat.jpg");
	background-size: 100%;
	background-repeat: repeat;
	padding-top: .7rem;
}
.coution li{
	width: 95%;
	margin: auto;
	font-size: 0.7rem;
	font-weight: bold;
	line-height: 1.3;
}
/*オリ展コンテンツ end*/

.c_data_footer{
	background-image: url("../images/sp_tenjidata_footer.jpg");
	background-repeat: no-repeat;

	padding: 1rem 0;
	background-size: 100%;
}
.c_data_footer p{
	padding-left:1rem;
}
.c_footer{}
.c_footer .child1{
}
.c_footer .child2{
	width:100%;
}


/*alw*/
.alw{
	position:absolute;
	z-index: 1000;
	top:25%;
	right:0;
}
.alw.opa0{
	opacity: 0;
}