<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*--------------------------------------
  STRUCTURE
---------------------------------------*/

/*--- rider ---*/
.rider-area {
	background-image: url(../../../rider/img/mach_bg_sp.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #022f94;
	background-size: 100%;
	color: #c1c1c1;
	overflow: hidden;
	clear: both;
	padding-top: 25px;
}

.rider-sttl {
	text-align: left;
	position:relative;
	overflow: hidden;
	clear: both;
	height: 52px;
}

	.rider-sttl img {
		margin-bottom: 0 !important;
		padding: 0 !important;
		overflow: hidden;
		clear: both;
	}


.box-spec-module {
	overflow: hidden;
	clear: both;
}

	.box-spec-module h2 {
		font-size:100%;
	}


.bxslider-box {
	width: 100% ;
	position: relative ;
	margin: 0 auto ;
}



/*--- spac-btn  ---*/
.spac-btn { 
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 5px;
}

	.spac-btn .spac-num {
		display: block;
		float: left;
		padding: 10px 17px;
		margin-left: 5px;
		margin-bottom: 5px;
		border: solid 1px #000;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		background: #000;
		line-height: 1;
		font-size: 15px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		background-image: -webkit-gradient( linear, left top, left bottom, from( #111) , to( #000));
		background-image: -moz-linear-gradient( to bottom, #111, #000);
		background-image: linear-gradient( to bottom, #111, #000);
	}


/*--- spac-btn2  ---*/
.spac-btn2 {
	overflow: hidden;
	margin: 0 auto;
	/*width: 40%;*/
	width: 120px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0.75em !important;
}

	.spac-btn2 .spac-num2 {
		display: block;
		/*float: left;*/
		padding: 10px 17px;
		margin-bottom: 5px;
		border: solid 1px #000;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		background: #000;
		line-height: 1;
		font-size: 15px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		background-image: -webkit-gradient( linear, left top, left bottom, from( #111) , to( #000));
		background-image: -moz-linear-gradient( to bottom, #111, #000);
		background-image: linear-gradient( to bottom, #111, #000);
	}
	
	
/*--- r-link-btn  ---*/
.r-link-list {
	float: left;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 5px;

}	

	.r-link-list .r-link-btn {
		display: block;
		float: left;
		margin: 0 8px 10px 0px;
	}


/*--- spac-btn-back  ---*/
.spac-btn-back { 
	overflow: hidden;
	margin: 0 auto;
	/*width: 30%;*/
	width: 100px;
	display: block;
	margin-bottom: 0px;
	margin-top: 0.75em !important;
}


	.spac-btn-back .spac-num-back {
		display: block;
		/*float: left;*/
		padding: 10px 17px;
		margin-bottom: 5px;
		border: solid 1px #000;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		background: #000;
		line-height: 1;
		font-size: 15px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		background-image: -webkit-gradient( linear, left top, left bottom, from( #111) , to( #000));
		background-image: -moz-linear-gradient( to bottom, #111, #000);
		background-image: linear-gradient( to bottom, #111, #000);
	}


/* LINE
##################################### */

hr.line-03{
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #0f4bd0;
	margin-bottom: 15px !important;
	clear: both;
}


h4.line-red{
	border-bottom: 1px solid #dd0113;
}

.sttl-main{
	border-bottom: 1px solid #dd0113;
	font-size: 200%;
	font-weight: bold;
	margin-top: 5px !important;
	margin-bottom: 0;
	padding-bottom: 0.25em;
}

.sttl-sub{
	font-size: 70%;
	margin: 0;
	padding: 0 0 0 2px;
	line-height: 2.1em;
}


.ttl-mrg {
	margin: 0 25px 0 25px !important;
	padding-bottom: 0 !important;
}


/*--- rider-top  ---*/
.rider-top {
margin-top: 30px;
}

.rider-top a {
  color: #d8020a;
  text-decoration: none;
}
.rider-top a:visited {
  color: #d8020a;
  text-decoration: none;
}
.rider-top a:focus {
  color: #d8020a;
  text-decoration: none;
}
.rider-top a:active {
  color: #d8020a;
  text-decoration: none;
}
.rider-top a:hover {
  color: #ff0808;
  text-decoration: none;
}

/*--- rider-top2  ---*/
.rider-top2 {
margin-top: 30px;
/*padding: 0 15px;*/ /*2列の時 3列は削除*/
padding: 0 0px;
}

.rider-top2 a {
  color: #d8020a;
  text-decoration: none;
}
.rider-top2 a:visited {
  color: #d8020a;
  text-decoration: none;
}
.rider-top2 a:focus {
  color: #d8020a;
  text-decoration: none;
}
.rider-top2 a:active {
  color: #d8020a;
  text-decoration: none;
}
.rider-top2 a:hover {
  color: #ff0808;
  text-decoration: none;
}

/*--- rider-top3  ---*/
.rider-top3 {
margin-top: 20px;
padding: 0 20px; /*2列の時 3列は削除*/
}

.rider-top3 a {
  color: #d8020a;
  text-decoration: none;
}
.rider-top3 a:visited {
  color: #d8020a;
  text-decoration: none;
}
.rider-top3 a:focus {
  color: #d8020a;
  text-decoration: none;
}
.rider-top3 a:active {
  color: #d8020a;
  text-decoration: none;
}
.rider-top3 a:hover {
  color: #ff0808;
  text-decoration: none;
}



/*--- main  ---*/
.rider-chara-main {
	position: relative;
	width: 45%;
	margin: 0 auto;
	margin-bottom: 15px;
}

	.rider-chara-main a .rider-name-main {
		margin: 0;
		padding: 0.5em 1em 1em 1em;
		font-size: 90%;
		line-height: 1.4em;
		text-align: center;
		font-weight: bold;
		color: #FFF;
	}


/*--- main-top  ---*/
.rider-chara-main-top {
	/*position: relative;*/
	float: left;
	/*width: 50%; 2列*/
	width: 33.3%;
	/*margin: 0 auto;*/
	margin-bottom: 15px;
}

	.rider-chara-main-top a .rider-name-main {
		margin: 0;
		padding: 0.5em 1em 1em 1em;
		/*font-size: 90%;*/
		font-size: 75%;
		line-height: 1.4em;
		text-align: center;
		font-weight: bold;
		color: #FFF;
	}
	

/*--- main-top2  ---*/
.rider-chara-main-top2 {
	/*position: relative;*/
	float: left;
	width: 50%;
	/*margin: 0 auto;*/
	margin-bottom: 15px;
}

	.rider-chara-main-top2 a .rider-name-main {
		margin: 0;
		padding: 1em 1em 1em 1em;
		font-size: 80%;
		line-height: 1.4em;
		text-align: center;
		font-weight: bold;
		color: #FFF;
	}


/*--- sub  ---*/
.rider-top .rider-chara {
	float: left;
	width: 33.3%;
	margin-bottom: 25px;
}

	.rider-top .rider-chara a {
		text-align: center;
		margin: 0px;
		padding: 0px;
		text-decoration: none;
		font-size: 70%;
		display: block;
		border: 0;
		color: #FFF;
	
	}

		.rider-top .rider-chara a .rider-name {
			margin: 0;
			padding: 0.5em;
			font-size: 100%;
			line-height: 1.4em;
			text-align: center;
			font-weight: bold;
			color: #FFF;
		}


.rider-top .rider-chara a img {
	width: 100%;
	height: auto;
	/*margin-bottom: 10px;*/
}


/*--- sub-center  ---*/
.rider-top .rider-chara-center {
	position: relative;
	/*float: left;*/
	width: 33.3%;
	margin: 0 auto;
	margin-bottom: 25px;
}

	.rider-top .rider-chara-center a {
		text-align: center;
		margin: 0px;
		padding: 0px;
		text-decoration: none;
		font-size: 70%;
		display: block;
		border: 0;
		color: #FFF;
	
	}

		.rider-top .rider-chara-center a .rider-name {
			margin: 0;
			padding: 0.5em;
			font-size: 100%;
			line-height: 1.4em;
			text-align: center;
			font-weight: bold;
			color: #FFF;
		}


.rider-top .rider-chara-center a img {
	width: 100%;
	height: auto;
	/*margin-bottom: 10px;*/
}


/*--- spのみ改行  ---*/
.begin-br{
	display: block;
}</pre></body></html>