﻿#subMenu {
	width:610px;
	height:90px;
	margin-bottom:16px;
	overflow:hidden;
}

#subMenu dt {
	width:211px;
	height:90px;
	float:left;
}

#subMenu dd {
	width:387px;
	height:78px;
	float:left;
	background-image:url(img/sub_menu_back.jpg);
	font-size:16px;
	color:#fff;
	padding:12px 0px 0px 12px;
}

.raceTitle {
	margin:11px 0;
}

.sunday {
	color:#ff0000;
}

.saturday {
	color:#00c6ff;
}


#raceListContainer {
	width:576px;
	background-image:url(img/race_list_back.gif);
	background-repeat:no-repeat;
	background-color:#fff;
	padding:14px 17px;
}

#raceMapList {
	margin-bottom:17px;
}

#raceMapList li {
	display:inline;
}


#roundTable {
	margin-bottom:17px;
}

#roundTable a {
	color:#000;
	text-decoration:none;
}

#roundTable a:hover {
	text-decoration:underline;
}


#roundTable td {
	padding:3px;
}

#roundTable th {
	padding-left:30px;
}

#roundTable .shima {
	background-color:#f5f5f5;
}

#rank_shima {
	background-color:#333399;
	text-align:center;
	text-decoration:none;
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
	border:3px solid #ccc;
}

#rank_shima a:link {
	color:#ccc;
	text-decoration:none;
}

#rank_shima a:visited {
	color:#ccc;
	text-decoration:none;
}

#rank_shima a:hover {
	color:#ccc;
	text-decoration:underline;
}

#rank_shima a:active {
	color:#ccc;
	text-decoration:none;
}


#roundTable .arrow {
	background-image:url(img/arrow.gif);
	background-repeat:no-repeat;
	background-position:15px center;
}

#nextRaceContainer {
	background-image:url(img/next_race_back.jpg);
	width:388px;
	height:78px;
	font-size:16px;
	color:#fff;
	padding-left:222px;
	padding-top:12px;
}


#raceTtl {
	margin-bottom:17px;
}

h4 {
	color:#eb5c02;
	font-size:18px;
	font-weight:bold;
	margin-bottom:12px;
}

h4 a {
	text-decoration:none;
	color:#eb5c02;
}

h4 a:hover {
	text-decoration:underline;
	color:#eb5c02;
}



#scheduleTable {
	width:100%;
	margin-bottom:30px;
}

#scheduleTable th{
	widht:50%;
	font-size:16px;
	background-image:url(img/arrow_blue.gif);
	background-repeat:no-repeat;
	background-position:5px; center;
	padding-left:15px;
}

#scheduleTable td {
	text-align:center;
}

#inner p {
	line-height:18px;
}

.leftImg {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.rightImg {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.centerImg {
 	 display: block;
 	 margin-left: auto;
 	 margin-right: auto;
 	margin-bottom:10px;
 }


.previewTtl {
	font-size:18px;
	font-weight:bold;
	color:#eb5c02;
	margin-bottom:15px;
}

#photoList {

}

#photoList li {
	width:180px;
	height:120px;
	border:1px solid #666666;
	padding:7px 7px;
	background-color:#fff;
	float:left;
	margin-right:10px;
	margin-bottom:8px;
}

#photoList .kaigyo {
	margin-right:0px;
}

.resultTable {
	border-collapse:collapse;
	width:608px;
	background-color:#fff;
	margin-bottom:20px;
	font-size:10px;
}

.resultTable td, .resultTable th {
	border:1px solid #000;
	padding:3px;
	text-align:center;
}

.resultTable th {
	background-color:#83caff;
	text-align:center;
}

.resultTable .shima {
	background-color:#fff;
}


.resultTable tr:nth-child(even) {
	background-color:#e6e6e6;
}



.resultTable tr.teamKunimitsu {
	background-color:#eb5c02;
	color:#fff;
	font-weight:bold;
}

.resultTable .driver_td {
	font-size:11px;
	text-align:left;
}

#optionContainer {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:4px solid #999999;
	border-right:4px solid #999999;
	background-color:#fff;
	padding:5px;
	text-align:center;
}

#commentTable {
	
}

#commentTable td{
	vertical-align:top;
	padding-bottom:30px;
}

#commentTable .comment {
	padding-left:11px;
}

#commentTable strong {
	font-size:16px;
	color:#eb5c02;
	font-weight:bold;
}

strong {
	display:block;
	margin-bottom:10px;
	font-size:16px;
	color:#eb5c02;
	font-weight:bold;
}


.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}



.photoList {
	
	width: 100%;
	
	display: -webkit-flex; /* Safari */
	display: flex;

	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;

	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;

	-webkit-align-items: stretch; /* Safari */
	align-items:         stretch;
}

.photoList.line2 li {
	width: 50%;
	text-align: center;
}

.photoList.line2 li img {
	width: 90%;
}


.race-schedule-btn {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 16px 16px;
	margin: 0px 0px 32px 0px;
	
	font-size: 20px;
	color: #fff;
	
	
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#040c34+0,35458e+100 */
background: #040c34; /* Old browsers */
background: -moz-linear-gradient(top, #040c34 0%, #35458e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #040c34 0%,#35458e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #040c34 0%,#35458e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040c34', endColorstr='#35458e',GradientType=0 ); /* IE6-9 */
	
	border-radius: 6px;
	text-decoration: none;
	font-weight: bold;
	
}

.race-schedule-btn:hover {
	opacity: 0.7;
}

.broadcast-link-list {
	padding: 0px 0px 0px 12px;
}

.broadcast-link-list li {
	display: block;
	background-image: url(../hina/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin: 0px 0px 8px 0px;

}

.race-calendar {
	width: 100%;
}

.race-calendar li {
	width: 100%;
	margin: 0px 0px 16px 0px;
}

.race-calendar li a {
	
	width: 100%;
	
	display: -webkit-flex; /* Safari */
	display: flex;

	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;

	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;

	-webkit-align-items: stretch; /* Safari */
	align-items:         stretch;
	
	background-color: #fff;
	border: 1px solid #999999;
	box-sizing: border-box;
	
	text-decoration: none;
	
	color: #333;
	background-image: url("img/arrow.svg");
	background-repeat: no-repeat;
	background-position: right 24px center;
	background-size: 25px 22px;
}

.race-calendar li a.clickoff {
	cursor: default;
	background-color: rgba(213,213,213,1.00);
	background-image: none!important;
}

.race-calendar li a.clickoff:hover {
	opacity: 1;
}

.race-calendar li a:hover {
	opacity: 0.8;
}

.race-calendar li a.clickoff figure {
	background-color: #333;
}

.race-calendar li a figure {
	width: 20%;
	background-color: #eb5c02;
	padding: 24px;
	box-sizing: border-box;
	margin: 0px 0px 0px 0px;
	text-align: center;
	
}

.race-calendar li a figure img{
	width: 100%;
}

.race-calendar li a div {
	line-height: 1;
	width: 80%;
	box-sizing: border-box;
	padding: 16px 12px;
}

.race-calendar li a div p {
	display: block;
	margin: 0px 0px 8px 0px;
}

.race-calendar li a div p em {
	display: inline-block;
	margin: 0px 24px 0px 0px;
}

.race-calendar li a div p span {
	display: inline-block;
}

.race-calendar li a div h3 {
	font-size: 18px;
	margin: 0px 0px 16px 0px!important;
	font-weight: bold;
	color: #eb5c02!important;
}

.race-calendar li a div h4 {
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	color: #333!important;
}

.reportPhoto {
	width: 480px;
	text-align: center;
	margin: 0px auto 30px auto;
}

.reportPhoto span {
	display: block;
	margin: 10px 0px 0px 0px;
	text-align: right;
	font-size: 12px;
	
}