@charset "utf-8";
/* =======================================

各ページ用CSS
========================================== */


/* ------------------------------------------------------------------------------------------
共通
------------------------------------------------------------------------------------------ */

.pc {display: block;}
.sp {display: none;}
.sp_inline {display: none;}

.f_left {float: left;}
.f_right {float: right;}

.arrow {
	position: relative;
	padding-left: 12px;
}

.arrow:before {
	content: '\f105';
	position: absolute;
	font-family: 'FontAwesome';
	left: 0;
	top: 50%;
	line-height: 1;
	margin-top: -0.5em;
	font-size:0.8em;
}

.font_bold {font-weight: bold;}
.clr_blue {color:#02AAE1;}

.box {
	padding: 30px;
	background-color: #FFF;
	margin-bottom: 30px;
}

.siteorigin-widget-tinymce {
	padding: 30px;
	background-color: #FFF;
}

hr {margin: 100px 0;}

.box hr,
.siteorigin-widget-tinymce hr {margin: 15px 0;}

hr.post_border {
	margin: 50px 0;
}

.button {
	background-color: #FF8000;
	padding: 10px 20px 10px 30px;
	position: relative;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
}

.button:before {
	content: '\f0a9';
	position: absolute;
	font-family: 'FontAwesome';
	left: 10px;
	top: 50%;
	line-height: 1;
	margin-top: -0.5em;
	color: #FFF;
}

.button.external:before {content: '\f08e';}

.button:hover {
	color: #FFF;

	-moz-transition:0.25s linear;
	-webkit-transition:0.25s linear;
	-o-transition:0.25s linear;
	transition:0.25s linear;
	
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


.button_pdf {
	padding: 0 0 0 30px;
	position: relative;
	text-decoration: none;
}

.button_pdf:before {
	content: '\f1c1';
	position: absolute;
	font-family: 'FontAwesome';
	left: 10px;
	top: 50%;
	line-height: 1;
	margin-top: -0.5em;
}

.button_pdf:hover {
	text-decoration: underline;
}

.adobe_reader_info {
	border: 1px solid #CCC;
	padding: 20px;
}


/*レスポンシブ設定*/
@media screen and (max-width: 960px) {}

/*レスポンシブ設定*/
@media screen and (max-width: 768px) {
	
	.pc {display: none;}
	.sp {display: block;}
	.sp_inline {display: inline;}
	
	.f_left {float: none;}
	.f_right {float: none;}
	
	hr {margin: 50px 0;}
	
	.box {padding: 10px 10px 20px;}
	
}


/* ------------------------------------------------------------------------------------------
topページ
------------------------------------------------------------------------------------------ */

.main_slider {
	position: relative;
	margin-bottom: 40px;
}

.top_news_area {
	position: relative;
}

.top_news_area hr {
	margin: 15px 0;
}


.top_news_area h2 {
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.4;
}

.top_news_area h2 span {
	display: block;
	font-size: 11px;
}

.top_news_area time {
	padding: 4px 0 4px 10px;
	display: inline-block;
}

.top_news_area .article_wrap span {
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	padding: 3px 0;
	margin-left: 20px;
	width: 120px;
	display: inline-block;
	text-align: center;
}

.btn_more {
	margin-top: 20px;
}

.btn_more a {
	display: inline-block;
	border: 1px solid #CCC;
	padding: 10px 40px;
	color: #444;
	text-decoration: none;
}

.btn_more a:hover {
	
	-moz-transition:0.25s linear;
	-webkit-transition:0.25s linear;
	-o-transition:0.25s linear;
	transition:0.25s linear;
	
	background-color: #F5F5F5;

}

.article_wrap {
	position: relative;
}

.top_news_area .more {
	position: absolute;
	right: 0;
	bottom: 5px;
	padding-right: 10px;
}

.top_news_area .more:before {
	content: '\f105';
	position: absolute;
	font-family: 'FontAwesome';
	right: 0;
	top: 0;
}

.top_menu_area {
	background-color: #DDD;
	padding: 60px 0;
}

.top_menu_area a {
	color: #444;
	text-decoration: none;
}

.top_menu_area h2 {
	color: #02AAE1;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 14px;
	font-size: 20px;
}

.top_menu_area h2 span {
	font-size: 14px;
}

.top_menu_area p {
	font-size: 14px;
	line-height: 1.4;
}

.top_menu_area .box {
	background-color: #FFF;
	padding: 0;
	border: none;
}

.top_menu_area .box .inner{
	padding: 15px;
}

.top_bnr_area {
	padding: 60px 0;
}


@media screen and (max-width: 768px) {

}

/* ------------------------------------------------------------------------------------------
走行日程
------------------------------------------------------------------------------------------ */

.schadule .button_pdf {
	min-width: 210px;
	display: inline-block;
	padding: 5px 20px 5px 30px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
 	box-sizing:border-box;
}


/* ------------------------------------------------------------------------------------------
レース日程・リザルト
------------------------------------------------------------------------------------------ */

.post-type-archive-results .series_result_area {
	border: 10px solid #F6F6F6;
	padding: 20px 20px 10px;
}

.post-type-archive-results .series_result_area span.date {
	width: 80px;
	display: inline-block;
}


@media screen and (max-width: 768px) {
	
	.post-type-archive-results .series_result_area {
		padding: 10px;
	}

}


/* ------------------------------------------------------------------------------------------
ブログ
------------------------------------------------------------------------------------------ */

.postinfo {
	clear: both;
}


/* ------------------------------------------------------------------------------------------
会社概要
------------------------------------------------------------------------------------------ */

.company .table_layout01 th {text-align: left;}

.company #access {
	margin-top : -100px;
  padding-top : 100px;
}


@media screen and (max-width: 768px) {
	.company #access {
		margin-top : -40px;
  	padding-top : 40px;
	}
}


/* Large screen and bigger */
@media (min-width: 1220px) {}


/*レスポンシブ設定*/
@media screen and (max-width: 768px) {}


.contact-form {}

.contact-form input {
	width: 100%;
}

.contact-form ul li label,
.contact-form ul li input {
	width: inherit !important;
}

.contact-form input.zip {
	width: 100px;
}

.contact-form input.field_s {
	width: 100px;
}

.contact-form input.field_member {
	width: 50px;
	position: relative;
}

.contact-form select {
	width: 120px;
}


.contact-form textarea {
	width: 100%;
	border: none;
	border: 1px solid #DFDFDF;
}

.contact-form .submit-container input {
	width: 200px;
	padding: 20px;
	border: none;
	background: #000;
	color: #FFF;
	font-size: 18px;
}




/* =============================================================================
   Wordpress 固有
   ========================================================================== */

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}
 
.wp-caption {
}

.wp-caption-text {
}

.gallery-caption {
}



/* =============================================================================
   pagenation
   ========================================================================== */
.wp-pagenavi {
	clear: both;
	margin-top: 60px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 4px 22px;
	margin: 2px;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #333;
	display: inline-block;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color: #999;
	color: #fff;
}

.wp-pagenavi span.current {
	font-weight: bold;
}



/*Youtube レスポンシブ*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}










