@charset "UTF-8";
/* Default */

/* Container
------------------------------------------------------------ */

/* sub_pages */
#hidden_area {
	display: none;
}
#separator, #separator_admin {
	width: 100%;
	min-width: 1050px;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7001;
}
#separator {
	background: #969696;
}
#separator_admin {
	background: #ffc800;
}
#container_page {
	/* border-top: 4px solid #969696; */
	position: relative;
}
#sub_header {
	padding-top: 4px;
	width: 100%;
	min-width: 1050px;
	margin: 0 auto;
	background: #fff;	
	z-index: 7000;
}
#container_page #sub_header h2 {
	text-align: center;
	font-size: 28px;
	color: #000;
	padding-top: 30px;
}
#container_page #sub_header h3 {
	text-align: center;
	font-size: 28px;
	color: #000;
}
#sub_menu {
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}
#sub_menu ul, #operation_area ul {
	float: left;
	position: relative;
	left: 50%;
}
#sub_menu ul li, #operation_area ul li {
	position: relative;
	left: -50%;
	padding: 0 10px;
	border-right: 1px solid #969696;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	float: left;
	color: #969696;
}
#sub_menu ul.text li, #operation_area ul.text li {
	height: 15px !important;
	line-height: 15px;
	font-size: 14px;
}
#sub_menu ul li:first-child, #operation_area ul li:first-child {
	border-left: 1px solid #969696;
}
#sub_menu ul li a, #sub_menu ul li p, #operation_area ul li a {
	text-decoration: none;
	height: 10px;
	display: block;
	margin-top: 1px;
	color: #969696;
}
#sub_menu ul li.gray, #operation_area ul li.gray {
	color: #c8c8c8;
}
#sub_menu ul.text li a, #operation_area ul.text li a {
	height: 15px !important;
	line-height: 15px !important;
}
#sub_menu ul li a:hover, #sub_menu ul li a.selected, #operation_area ul li a:hover, #operation_area ul li a.selected {
	background-position: bottom left !important;
	color: #000;
}
#sub_menu ul li a span, #sub_menu ul li p span {
	display: none;
}
#sub_menu ul #submenu_news a {
	background: url( ../img/submenu_news.png ) no-repeat;
	width: 61px;
}
#sub_menu ul #submenu_news.gray p {
	background: url( ../img/submenu_news.png ) no-repeat top left;
	width: 61px;
}
#sub_menu ul #submenu_infomation a {
	background: url( ../img/submenu_information.png ) no-repeat;
	width: 135px;
}
#sub_menu ul #submenu_infomation.gray p {
	background: url( ../img/submenu_information.png ) no-repeat top left;
	width: 135px;
}
#sub_menu ul #submenu_racereport a {
	background: url( ../img/submenu_race_report.png ) no-repeat;
	width: 142px;
}
#sub_menu ul #submenu_racereport.gray p {
	background: url( ../img/submenu_race_report.png ) no-repeat top left;
	width: 142px;
}
#sub_menu ul #submenu_special a {
	background: url( ../img/submenu_special.png ) no-repeat;
	width: 84px;
}
#sub_menu ul #submenu_special.gray p {
	background: url( ../img/submenu_special.png ) no-repeat top left;
	width: 84px;
}
#sub_menu ul #submenu_teaminfo a {
	background: url( ../img/submenu_team_information.png ) no-repeat;
	width: 197px;
}
#sub_menu ul #submenu_teaminfo.gray p {
	background: url( ../img/submenu_team_information.png ) no-repeat top left;
	width: 197px;
}
#sub_menu ul #submenu_results a {
	background: url( ../img/submenu_results.png ) no-repeat;
	width: 91px;
}
#sub_menu ul #submenu_results.gray p {
	background: url( ../img/submenu_results.png ) no-repeat top left;
	width: 91px;
}
#sub_menu ul #submenu_point_ranking a {
	background: url( ../img/submenu_point_ranking.png ) no-repeat;
	width: 150px;
}
#sub_menu ul #submenu_point_ranking.gray p {
	background: url( ../img/submenu_point_ranking.png ) no-repeat top left;
	width: 150px;
}
#sub_menu ul #submenu_race_outline a {
	background: url( ../img/submenu_race_outline.png ) no-repeat;
	width: 144px;
}
#sub_menu ul #submenu_race_schedule a {
	background: url( ../img/submenu_race_schedule.png ) no-repeat;
	width: 168px;
}
#sub_menu ul #submenu_event_schedule a {
	background: url( ../img/submenu_event_schedule.png ) no-repeat;
	width: 181px;
}
#sub_menu ul #submenu_entry_list a {
	background: url( ../img/submenu_entry_list.png ) no-repeat;
	width: 113px;
}
#sub_menu ul #submenu_results a {
	background: url( ../img/submenu_results.png ) no-repeat;
	width: 91px;
}
#sub_menu ul #submenu_gallery a {
	background: url( ../img/submenu_gallery.png ) no-repeat;
	width: 93px;
}
#sub_menu ul #submenu_drivers a {
	background: url( ../img/submenu_drivers.png ) no-repeat;
	width: 86px;
}
#sub_menu ul #submenu_team_detail a {
	background: url( ../img/submenu_team_detail.png ) no-repeat;
	width: 131px;
}
#sub_menu ul #submenu_machine a {
	background: url( ../img/submenu_machine.png ) no-repeat;
	width: 89px;
}
#sub_menu ul #submenu_photos a {
	background: url( ../img/submenu_photos.png ) no-repeat;
	width: 81px;
}
#sub_menu ul #submenu_movies a {
	background: url( ../img/submenu_movies.png ) no-repeat;
	width: 75px;
}
#sub_menu img {
	display: block;
	margin: 0 auto;
}
#sub_menu .subtitle {
	text-align: center;
	font-size: 18px;
}
#operation_area {
	margin-top: 20px;
	width: 100%;
	min-width: 1000px;
	text-align: center;
}
#operation_area div {
	display: inline-block;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
}
#operation_area .category_icon {
	margin-top: 14px;
	margin-bottom: 14px;
	background: #707070 !important;
	float: left;
	cursor: pointer;
}
#operation_area .category_icon:first-child {
	margin-left: 15px;
}
#operation_area .category_icon:hover, #operation_area .inactive {
	background: #000 !important;
}
#operation_area .category_icon a {
	color: #fff;
}
#operation_area .category_icon a:hover {
	color: #fff !important;
}
#operation_area a {
	text-decoration: none !important;
}
td .category_icon {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
#operation_area table {
	margin: 5px 10px;
}
#operation_area table tr td {
	padding-left: 10px;
}
#operation_area table tr td:first-child {
	padding-left: 0;
}
#operation_area .btn {
	line-height: 30px;
}
#operation_area #search_box {
	display: block;
	border: 0;
	border-radius: 0;
	width: 310px;
	margin: 0 auto;
}
#operation_area #search_box #search #search_form {
	border-radius: 4px 0 0 4px;
	border: 1px solid #c8c8c8;
	display: block;
	width: 248px;
	height: 28px;
	line-height: 28px;
	float: left;
}
#operation_area #search_box #search #search_btn {
	width: 40px;
	height: 30px;
	margin: 0;
	padding: 0;
	border-radius: 0 4px 4px 0;
	border: 0;
	background: #969696;
	cursor: pointer;
}
#operation_area #search_box #search #search_btn:hover {
	background: #000;
}
#operation_area #search_box #search #search_btn img {
	width: 23px;
	height: 20px;
	position: relative;
	top: 5px;
}
#RaceYear, #RaceRound {
	margin-top: 5px;
}
.content_area {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.content_area .pagetop {
	position: absolute;
	top: 5px;
	right: 0;
}
.list_table, .list_table2 {
	border-collapse: separate;
	border-spacing: 0 10px;
	margin-left: 10px;
}
.list_table tr th, .list_table tr td, .list_table2 tr th, .list_table2 tr td {
	border-right: 1px solid #c8c8c8;
	/* min-height: 30px; */
	line-height: 24px;
	font-size: 13px;
	color: #000;
}
.list_table tr th, .list_table tr td, .list_table2 tr th, .list_table2 tr td {
	padding: 5px 10px;
}
.list_table tr th.right, .list_table tr td.right, .list_table2 tr th.right, .list_table2 tr td.right {
	border-right: 0;
	color: #636363;
}
.list_table tr td, .list_table2 tr td {
	padding-left: 40px;
	padding-right: 40px;
}
#table_01 tr th {
	min-width: 100px;
}
.list_table2 tr th {
	padding-right: 40px;
	padding-left: 0;
}
.list_table tr.line, .list_table tr.line td, .list_table2 tr.line td {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	height: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
}
.styledSelectBox, .styledSelectBox2 {
	width: 168px;
	height: 28px;
}
.customSelect { 
	/* 通常時のスタイル */
	width: 218px;
	height: 30px;
	background: url(../img/select.png) no-repeat left top;
	overflow: hidden;
}
#operation_area .customSelect {
	margin-top: 5px;
}
.customSelect.customSelectHover {
	/* マウスホバー時 */
	background: url(../img/select.png) no-repeat left bottom;
}
.customSelect.customSelectOpen {
	/* プルダウンメニューがオープンしている時 */
	background: url(../img/select.png) no-repeat left bottom;
}
.customSelect.customSelectFocus {
	/* プルダウンメニューがフォーカスされている時 */
	background: url(../img/select.png) no-repeat left bottom;
}
.customSelectInner, .customSelect2Inner {
	/* プルダウンメニューの内側 */
	line-height: 30px;
	height: 30px;
	padding: 0 40px 0 10px;
	font-size: 13px !important;
	color: #636363;
	text-align: left;
	overflow: hidden;
}
.customSelect2 { 
	/* 通常時のスタイル */
	width: 218px;
	height: 30px;
	background: url(../img/select2.png) no-repeat left top;
	overflow: hidden;
}
.customSelect2.customSelect2Hover {
	/* マウスホバー時 */
	background: url(../img/select2.png) no-repeat left bottom;
}
.customSelect2.customSelect2Open {
	/* プルダウンメニューがオープンしている時 */
	background: url(../img/select2.png) no-repeat left bottom;
}
.customSelect2.customSelect2Focus {
	/* プルダウンメニューがフォーカスされている時 */
	background: url(../img/select2.png) no-repeat left bottom;
}



/* top page */
header.index {
	position: fixed !important;
	top: 0;
	z-index: 100;
}
nav.index {
	position: fixed !important;
	top: 190px;
	z-index: 100;
}
nav.index ul li {
	border-right: 1px solid #969696 !important;
}
nav.index ul li:first-child {
	border-left: 1px solid #969696 !important;
}
#nav.index ul li a {
	background-position: top left !important;
}
#nav.index ul li a:hover {
	background-position: bottom left !important;
}
#separator_admin.index {
	position: fixed;
	top: 236px;
	z-index: 100;
}	
#main_image {
	width: 100%;
	min-width: 1050px;
	background: url( ../img/main.png ) top center no-repeat;
	background-size: 100%;
}
#contents_area {
	width: 100%;
	min-width: 1050px;
	height: 600px;
	background: url( ../img/image2.png ) center 200px no-repeat fixed;
	background-size: cover;
}
#pickup_box {
	width: 100%;
	height: 600px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	background: url( ../img/cover_gray.png ) repeat top left;
}
#pickup_box .box {
	display: block;
	width:1060px;
	margin: 0 auto;
	height: 360px;
	position: relative;
	top: 120px;
}
.content_box {
	display: block;
	float: left;
	width: 300px;
	height: 360px;
	margin-right: 40px;
}
.content_box:first-child {
	margin-left: 40px;
}
.content_box h3 {
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 45px;
}
.content_box h3 img {
	margin: 0 auto;
}
.content_img {
	width: 300px;
	height: 200px;
	margin-top: 20px;
	background: #f0f0f0;
}
.content_img a img {
	width: 100%;
	height: 100%;
}
.content_box p.view_all {
	text-align: right;
	margin: 10px 5px 0 0;
}
.cal_table tr td.race_day {
	color: #fff;
	background: #000;
	/* webkit系 */ 
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#7f7f7f));
	/* Mozilla系 */ 
	background: -moz-linear-gradient(top,  #000000,  #7f7f7f);
	/* InternetExplorer */
	/* IE5.5-7 */  
	filter: progid:  
	DXImageTransform.Microsoft.gradient(  
	startColorstr='#000000', endColorstr='#7f7f7f', GradientType=1);
	/* IE8-9 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#7f7f7f', GradientType=0)";
	/* IE10 */  
	background: -ms-linear-gradient(top,  #000000,  #7f7f7f);
}
.race_day a {
	text-decoration: none;
	color: #fff;
}
.race_day a:hover {
	color: #c8c8c8;
}
p.view_all a {
	color: #e6e6e6;
	text-decoration: underline !important;
}
p.view_all a:hover {
	color: #636363;
}
#cal_control {
	width: 300px;
	height: 32px;
	position: relative;
}
#cal_prevbtn, #cal_nextbtn {
	position: absolute;
	top: 7px;
	text-decoration: none;
	font-size: 12px;
	color: #636363;
}
#cal_prevbtn:hover, #cal_nextbtn:hover {
	color: #000;
}
#cal_prevbtn {
	left: 13px;
}
#cal_name {
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	font-family: Arial, Helvetica, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
#cal_nextbtn {
	right: 13px;
}
.cal_table {
	margin: 0 13px;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
}
.cal_table tr th, .cal_table tr td {
	width: 18px;
	font-size: 10px;
	color: #000;
}
.cal_table tr th {
	line-height: 20px;
	text-align: center;
}
.cal_table tr th.red {
	color: #d81e06 !important;
}
.cal_table tr th.blue {
	color: #0069b7 !important;
}
.cal_table tr td {
	padding: 0 10px;
	text-align: right;
	background: #fff;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	line-height: 22px;
}
.cal_table tr td.blank {
	background: #f9f9f9;
}
#banner_area {
	width: 1000px;
	margin: 0 auto;
}
table.banners {
	position: relative;
	top: 90px;
	margin: 0 auto;
}
table.banners td {
	text-align: center;
	padding: 10px 5px;
}
table.banners td img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
	-moz-opacity: .70; /* FF lt 1.5, Netscape */
}



/* news */
#news_area {
	width: 1000px;
	margin: 0 auto;
}
#news_area h2 {
	margin: 0 0 70px 20px;
	font-size: 28px;
	color: #636363;
}
.news_box {
	width: 960px;
	margin: 0 auto;
}
.pending {
  background: #fff9d0;
}
.private {
  background: #e3e3e3;
}
.news_box .news_left {
	float: left;
	width: 600px;
}
.news_box .news_left h3 {
	font-size: 22px;
	color: #000;
	margin-bottom: 30px;
}
.news_box .box h3.file_link {
	font-size: 18px !important;
}
.news_box .news_left h3 a, .news_box .box h3 a {
	color: #000;
	text-decoration: none;
}
.news_box .news_left h3 a:hover, .news_box .box h3 a:hover {
	color: #636363;
	text-decoration: none;
}
.news_box .news_left p, .news_box .news_left .noborder tr th, .news_box .news_left .noborder tr td {
	color: #636363;
}
.news_box .news_right {
        float: right;
	width: 300px;
}
.news_box .news_right img {
	width: 300px;
}
.separator {
	font-size: 24px;
	line-height: 36px;
	border-bottom: 1px solid #969696;
	margin-bottom: 90px;
	padding-left: 10px;
}

/* races */
#race_image {
	width: 100%;
	height: 525px;
	background: url( ../img/dummy.jpg ) no-repeat center center;
	background-size: cover;
}
.race_subtitle {
	font-size: 24px;
	color: #000;
	margin-left: 10px;
}
#race_schedule {
	background: #dcdcdc;
}
#event_schedule {
	background: #c8c8c8;
}
.select_schedule {
	width: 180px;
	height: 30px;
	float: left;
	background: #e6e6e6;
	cursor: pointer;
}
.select_schedule:first-child {
	margin-left: 10px;
}
#race_schedule div.selected, #event_schedule div.selected {
	background: #fff !important;
}
.select_schedule p {
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	color: #000;
}
.schedule_box {
	width: 980px;
	margin: 0 auto;
	background: #fff;
}

/* MEDIA */
#login_area {
	width: 900px;
	border-radius: 4px;
	margin: 40px auto 0 auto;
	background: #646464;
}
#login_area p, #login_area label, #login_area a {
	color: #fff;
	font-size: 13px;
}
.login_box {
	float: left;
	padding: 0 40px;
	margin: 40px 0;
	border-right: 1px solid #fff;
	width: 260px;
}
.application_box {
	float: left;
	width: 480px;
	margin-left: 39px;
	padding-top: 40px;
	position: relative;
}
.application_box #application_btn {
	position: absolute;
	top: 240px;
	right: 20px;
	text-decoration: none;
}
#usertool {
	position: fixed;
	top: 0;
	right: 10px;
	margin-left: 70px;
	height: 40px;
	border-radius: 0 0 4px 4px;
	z-index: 7002;
}
.member_tool {
	background: #e6e6e6;
}
#usertool ul {
	float: left;
	padding: 0 20px;
	margin-top: 8px;
}
#usertool ul li {
	padding: 0 10px;
	border-right: 1px solid #636363;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	float: left;
	color: #636363;
	margin-top: 5px;
}
#usertool ul li:first-child {
	border-left: 1px solid #636363;
}
#usertool ul li a {
	text-decoration: none;
	height: 10px;
	display: block;
	margin-top: 1px;
	color: #636363;
}
#usertool ul li.gray {
	color: #c8c8c8;
}
#usertool ul li a:hover, #sub_menu ul li a.selected {
	color: #000;
}
#usertool_admin {
	position: fixed;
	top: 0;
	right: 10px;
	margin-left: 70px;
	height: 60px;
	border-radius: 0 0 4px 4px;
	background: #e6e6e6;
	z-index: 7002;
}
#usertool_admin p {
	padding: 0 20px;
	font-size: 12px;
	line-height: 12px;
	margin-top: 14px;
	color: #636363;
}	
#usertool_admin ul {
	float: left;
	padding: 0 20px;
}
#usertool_admin ul li {
	padding: 0 10px;
	border-right: 1px solid #636363;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	float: left;
	color: #636363;
	margin-top: 5px;
}
#usertool_admin ul li img, #usertool ul li img {
	position: relative;
	top: -5px;
}
#usertool_admin ul li span {
	position: relative;
	top: -7px;
}
#usertool_admin ul li:first-child {
	border-left: 1px solid #636363;
}
#usertool_admin ul li a {
	text-decoration: none;
	height: 10px;
	display: block;
	margin-top: 1px;
	color: #636363;
}
#usertool_admin ul li.gray {
	color: #c8c8c8;
}
#usertool_admin ul li a:hover, #sub_menu ul li a.selected {
	color: #000;
}
.userform {
	width: 958px;
	border: 1px solid #c8c8c8;
	padding:20px;
	margin-bottom:40px;
	border-radius:4px;
	background:#f0f0f0;
}
.userform h4 {
	text-align: center;
	margin: 0 0 40px 0 !important;
}
.userform .inner_text {
	width:600px;
	margin:80px auto;
	padding:0 0 20px 0;
	border-bottom:1px solid #c8c8c8;
}
.userform input[type="text"], .userform input[type="email"], .userform textarea, .userform input[type="password"] {
	width:100%;
	background:#fff;
	border:1px solid #c8c8c8;
	padding:0 6px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-box-sizing: border-box;
	margin-bottom:10px;
	line-height: 30px;
	height: 30px;
}
.userform input[type="submit"], .submit_btn {
	padding: 4px 20px;
	background: #969696;
	border: none;
	color: #fff;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
	font-size: 13px;
}
.userform a.btn {
	padding: 4px 20px;
	background: #969696;
	border: none;
	color: #fff;
	text-decoration:none;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
}
.purpose_btn {
	padding: 4px 20px;
	background: #969696;
	border: none;
	color: #fff;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
	font-size: 13px;
	cursor: pointer;
}
.purpose_btn a {
	color: #fff !important;
}
.userform input[type="submit"]:hover, .userform a.btn:hover, .submit_btn:hover, .purpose_btn:hover {
	background: #000;
}



/* RESULTS */
#sub_menu #result_menu li {
	border-right: 0;
	background: url( ../img/arror_right.png ) no-repeat center left;
	padding-left: 30px;
}
#sub_menu #result_menu li:first-child {
	border-left: 0;
	background: none;
	padding-left: 0;
}
.weather_text {
	width: 980px;
	margin: 0 auto 10px auto;
}
.result_table {
	width: 980px;
	margin: 0 auto;
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
}
.about_table {
	width: 650px !important;
}
.result_table th, .result_table td {
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	vertical-align: top;
	font-size: 14px;
}
.result_table th {
	background: #dcdcdc;
	text-align: center;
	padding: 2px 10px;
	line-height: 23px;
}
.result_table th a {
	color: #000;
	font-size: 13px;
}
.result_table td {
	padding: 5px 10px;
	line-height: 24px;
}
.result_table tr {
	background: #fff;
}
.result_table tr.gray_line {
	background: #fafafa;
}
.result_table th.center, .result_table td.center {
	text-align: center;
}
.result_table th.right, .result_table td.right {
	text-align: right;
}


/* GALLERY */
.gallery_img {
	display: block;
	float: left;
	margin: 0 10px 40px 10px;
	position: relative;
	overflow: hidden;
	width: 230px;
}
.gallery_img img {
	width: 230px;
	height: 153px;
}
.gallery_img caption {
	position: absolute;
	bottom: -60px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.gallery_img caption h3 {
	padding: 5px 20px;
	font-size: 12px;
	color: #fff;
}
.gallery_img:hover caption {
	bottom: 0;
}


/* TEAMS & DRIVERS */
#tandd_drivers h4 {
	border-bottom: 1px solid #000;
	margin: 0 10px;
	font-size: 18px;
	color: #000;
	line-height: 30px;
}
.tandd_drivers_left {
	float: left;
	margin-left: 10px;
	width: 240px;
}
.tandd_drivers_left p {
	color: #636363;
	font-size: 13px;
	line-height: 22px;
}
.tandd_drivers_right {
	float: left;
	width: 720px;
	margin-left: 0;
}
.list_table3 th, .list_table3 td {
	color: #636363;
	font-size: 13px;
	padding: 3px 10px;
	border: 0;
	line-height: 24px;
}
.list_table3 tr.gray_line th, .list_table3 tr.gray_line td {
	background: #f0f0f0;
}

/* Single Page */
#single_area {
	width: 1000px;
	margin: 0 auto;
}
#single_area .box h3 {
	float: left;
	width: 800px;
	font-size: 24px;
	margin-left: 10px;
}
#single_area h4 {
	margin-left: 10px;
	font-size: 18px;
}
#single_area .tolistpage {
	float: right;
	width: 167px;
	height: 22px;
	display: block;
	margin-right: 10px;
}
#single_area .pagetop {
	float: right;
}
#single_area .box .tolistpage {
	padding-top: 4px;
}
.social_area {
	margin-top: 5px;
}
.social_area .fb-like, .social_area .category_icon {
	float: right;
	margin-right: 10px;
}
.single_mainimg {
	width: 980px;
	display: block;
	margin: 0 auto;
	padding: 0 10px;
}
.single_textbox {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}
.box .inner_box {
	width: 980px;
	border: 1px solid #c8c8c8;
	margin: 0 auto;
}
.box .inner_box p {
	padding: 10px 20px;
}

/* Managed Login*/
#login_table {
	margin: 0 auto;
}
#login_table th, #login_table td {
	padding-bottom: 20px;
}
#login_table th {
	padding-right: 40px;
}

/* ABOUT */
.about_box {
	width: 980px;
	margin: 0 auto;
}
.about_h3 {
	font-size: 22px;
	width: 980px;
	margin: 0 auto;
}
.about_box h4 {
	width: 965px;
	border-left: 4px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding-left: 15px;
	font-size: 16px;
	line-height: 28px;
	color: #000;
}
.about_box .about_text {
	width: 660px;
	float: left;
}
.about_box .about_img {
	width: 300px;
	float: left;
	display: block;
	margin-top: 20px;
}
.about_box p {
	font-size: 14px;
	color: #636363;
	margin-top: 20px;
}
.about_box .pagetop {
	display: block;
	width: 166px;
	height: 25px;
	float: right;
}

/* Drivers & Teams */
#driver_box {
	width: 100%;
	background: url( ../img/driver_back.png ) repeat top left;
}
#driver_inner_box {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0;
}
#driver_left {
	width: 400px;
	float: left;
}
#driver_left a, #driver_left a img, #driver_left img {
	display: block;
	width: 320px;
	height: 400px;
	margin: 0 auto;
}
#driver_left a {
	background: #fff;
}
#driver_left a img:hover {
}	
#driver_right {
	width: 579px;
	min-height: 400px;
	float: left;
	border-left: 1px solid #5e5e5e;
}
#driver_right table {
	width: 500px;
	margin: 0 0 30px 40px;
	color: #fff;
}
#driver_right table tr td {
	font-size: 14px;
	line-height: 24px;
}
#driver_right table tr td.profile_left {
}
#driver_right a.detail_thumb, #driver_right a.detail_thumb img, #driver_right img.detail_thumb {
	display: block;
	width: 240px;
	height: 130px;
	float: left;
}
#driver_right a.detail_thumb {
	margin-right: 20px;
	background: #fff;
}
.postscript {
	margin-left: 20px;
	margin-top: 10px;
}
.all_red td {
	color: red !important;
}
td.red {
	color: red !important;
}
