@charset "utf-8";

@font-face {
	font-family: "SuzukiRegular";
	src: url("../fonts/suzuki/suzukiproregular.eot?#iefix") format("embedded-opentype"),
			url("../fonts/suzuki/suzukiproregular.svg") format("svg"),
			url("../fonts/suzuki/suzukiproregular.woff") format("woff");
}
@font-face {
	font-family: "SuzukiHeadline";
	src: url("../fonts/suzuki/suzukiproheadline.eot?#iefix") format("embedded-opentype"),
			url("../fonts/suzuki/suzukiproheadline.woff") format("woff");
}

/* CSS Document */
*{
	margin: 0;
	padding: 0;
	}
html{
	font-size: 100%;
        height:100%;
	}
body {
	overflow: auto;
}
@media only screen and (min-width: 1025px) {
body {
	overflow: hidden;
        height:100%;
}
}
/*↓clearfix*/
.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  *zoom:1;
}
.suzuki-font {
	font-family: SuzukiRegular, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.suzuki-bold {
	font-family: SuzukiHeadline, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
/*pc only*/
.pc-only { display: block !important; }
.tb-only { display: none !important; }
.sp-only { display: none !important; }
@media only screen and (max-width: 767px) {
	.pc-only { display: none !important; }
	.tb-only { display: none !important; }
	.sp-only { display: block !important;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.pc-only { display: none !important; }
	.sp-only { display: none !important;}
	.tb-only { display: block !important; }
}
@media only screen and (min-width: 1025px) {
	.tb-only { display: none !important; }
	.sp-only { display: none !important;}
	.pc-only { display: block !important; }
}

@media only screen and (max-width: 767px) {
body{
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333;
	background-color: #f4f4f4;
	overflow: auto;
        height:100%;
	}
/* =======================================
    header
======================================= */
.header{
	width: 100%;
	background-color: #005EB8;
	}
.welcome{
	/* box-shadow */
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.3);
	}
img.logo-team{
	display: block;
	float: left;
	width: 43%;
	}
a.logo-suzuki{
	display: block;
	float: right;
	width: 30%;
	}
a.logo-suzuki img{
	display: block;
	float: right;
	width: 100%;
	}
.welcome span{
	display: block;
	width: 100%;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 1.5rem 0;
	}

/*             language                  */
.nav-header{
	width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
			padding: 0 1.5rem;
	}
ul.language{
	display: block;
	/*width: 52%;*/
	width: 100%;
	list-style-type: none;
	font-size: 0;
	margin-bottom: 0.5rem;
	}
ul.language li{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	}
ul.language li a{
	display: block;
	width: 100%;
	font-size: 5rem;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 1rem 0;
	}
ul.language li a:hover,
ul.language li a:visited{
	text-decoration: none;
	}
ul.language li a span{
	display: block;
	font-size: 2rem;
	font-weight: normal;
	}


/*             sns                  */
.sns{
	width: 100%;
	}
.sns ul{
	display: block;
	float: right;
	list-style-type: none;
	font-size: 0;
	margin-bottom: 0.5rem;
	}
.sns ul li{
	display: inline-block;
	width: 3rem;
	margin-right: 1rem;
	}
.sns ul li:last-child{
	margin-right: 0;
	}
.sns ul li a,
.sns ul li a img{
	display: block;
	width: 100%;
	}
.sns span{
	display: block;
	clear:right;
	float: right;
	font-size: 1.4rem;
	color: #fff;
	}
@media only screen and (max-width: 479px) {
	ul.language li a{
		font-size: 2rem;
		}
	ul.language li a span{
		font-size: 1.2rem;
		}
	}

/* =======================================
    main
======================================= */
.main,
.main_p{
	width: 100%;
	background-color: #f4f4f4;
	margin: 0;
	}

.racing-result{
	width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding: 0 0.5rem 1rem 0.5rem;
	}
h2{
	font-size: 1rem;
	line-height: 2.5rem;
	text-align: right;
	text-align: left;
	color: #005EB8;
	}
.result{
	border: solid 1px #ccc;
	border-radius: 2px;        /* CSS3草案 */
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;   /* Firefox用 */
	background-color: #fff;
	margin-bottom: 1rem;
	padding: 1rem 0.5rem;
	}
h3{
	height: 3rem;
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: normal;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 3rem;
	margin-bottom: 1rem;
	padding: 0rem 0 0 4rem;
	}
.moto-gp h3{
	background-image: url(../img/bg-sample-motogp.jpg);
	}
.jmx h3{
	background-image: url(../img/bg-sample-jmx.jpg);
	}
h3 span{
	display: block;
	}
p{
	font-size: 1rem;
	line-height: 1.2;
	margin-bottom: 0.5rem;
	}

table{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.2;
	border-collapse: collapse;
	table-layout: fixed;
	}
table caption{
	font-size: 1.2rem;
	text-align: left;
	}
table caption:before{
	content:"■";
	}
tr{
	border-bottom: solid 1px #eee;
	}
.moto-gp tr.suzuki{
	background-color: #B4C8E7;
	}
.mxgp tr.suzuki,
.jmx tr.suzuki{
	background-color: #fae106;
	}
th,td{
	padding: 0.5rem;
	}
th:nth-of-type(1),
td:nth-of-type(1){
	width: 13%;
}
th:nth-of-type(2),
td:nth-of-type(2){
	width: 30%;
}
td:nth-of-type(2){
	padding-left: 0.3rem;
}
td:nth-of-type(4){
	width: 35%;
word-break: break-all;
}

th{
	text-align: left;
	font-weight: normal;
	}

a.btn-archive{
	display: block;
	width: 90%;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	line-height: 3rem;
	color: #005EB8;
	border: solid 1px #005EB8;
	border-radius: 2px;        /* CSS3草案 */
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;   /* Firefox用 */
	margin: 0 auto 2rem;
	padding: 0;
}


.privacy_policy {
	width: 100%;
	color: #FFFFFF;
	margin: 40px auto 50px auto;
}
.privacy_policy a {
	color: #FFFFFF;
	font-family: SuzukiHeadline, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.privacy_policy a:hover {
	color: #EFEC00;
}
.privacy_title {
	font-size: 33px;
	font-weight: bold;
}



/* =======================================
    footer
======================================= */
.footer{
	width: 100%;
	height: 2rem;
	font-size: 1rem;
	line-height: 2rem;
	color: #fff;
	text-align: center;
	background-color: #005EB8;
	}


}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
body{
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background-color: #005EB8;
	background-image: url(../img/earth_map_d.png);
	background-position: center 130px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}
/* =======================================
    header
======================================= */
.header{
	position: fixed;
	width: 100%;
	height: 80px;
	/* box-shadow */
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.3);
	background-color: rgba(0,94,184,0.6);
	}
.header a.logo-team{
	display: inline-block;
}
.header span{
	display: block;
	width: 300px;
	font-size: 20px;
	line-height: 80px;
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -150px;
	}
.header a.wayoflife{
	display: block;
	float: right;
	width: 161px;
	height: 80px;
	}

/* =======================================
    main
======================================= */
.main,
.main_p{
	width: 100%;
	max-width: 640px;
	min-height: 510px;
	margin: 0 auto;
	padding: 130px 0 70px;
	}
.racing-result{
	background-color: rgba(0,0,0,0.6);
	margin-bottom: 20px;
	padding: 0 10px 10px 10px;
	}
h2{
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	text-align: left;
	color: #fff;
	}
.result{
	border: solid 1px #ccc;
	border-radius: 2px;        /* CSS3草案 */
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;   /* Firefox用 */
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	}
h3{
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 40px;
	margin-bottom: 10px;
	padding-left: 50px;
	}
.moto-gp h3{
	background-image: url(../img/bg-sample-motogp.jpg);
	}
.jmx h3{
	background-image: url(../img/bg-sample-jmx.jpg);
	}
h3 span{
	display: block;
	}
p{
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 10px;
	}

table{
	width: 100%;
	font-size: 14px;
	line-height: 1.2;
	border-collapse: collapse;
	}
table caption{
	text-align: left;
	}
table caption:before{
	content:"■";
	}
tr{
	border-bottom: solid 1px #eee;
	}
.moto-gp tr.suzuki{
	background-color: #B4C8E7;
	}
.mxgp tr.suzuki,
.jmx tr.suzuki{
	background-color: #fae106;
	}
th{
	text-align: left;
	font-weight: normal;
	}
th,td{
	padding: 5px 0 5px 5px;
	}
ul.language,
ul.privacy{
	display: block;
	list-style-type: none;
	margin: 0;
	}

ul.language li,
ul.privacy li{
	display: block;
	/*height: 40px;*/
	margin: 0 0px 20px 0;

	text-align: center;
	border: solid 1px rgba(255,255,255,0.5);
	border-radius: 2px;        /* CSS3草案 */
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;   /* Firefox用 */
	/* box-shadow */
	box-shadow:0px 0px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 10px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 10px 5px rgba(0,0,0,0.3);
	background-color: rgba(0,94,184,0.6);
	padding: 10px;
	overflow: hidden;

	}
ul.language li a,
ul.privacy li a,
a.btn-archive{
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	}
ul.language li a:hover,
ul.language li a:visited,
ul.privacy li a:hover,
ul.privacy li a:visited,
a.btn-archive:hover,
a.btn-archive:visited{
	text-decoration: none;
	}
ul.language li a span,
ul.privacy li a span{
	font-size: 16px;
	font-weight: 400;
	}


.privacy_policy {
	max-width: 980px;
	width: 100%;
	color: #FFFFFF;
	margin: 20px auto 0 auto;
}
.privacy_policy a {
	color: #FFFFFF;
	font-family: SuzukiHeadline, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.privacy_policy a:hover {
	color: #EFEC00;
}
.privacy_title {
	font-size: 33px;
	font-weight: bold;
}

/* =======================================
    footer
======================================= */
.footer{
	width: 100%;
	height: 40px;
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: solid 1px rgba(255,255,255,0.5);
	background-color: rgba(0,94,184,0.6);
	}
.copyright{
	font-size: 11px;
	line-height: 40px;
	color: #fff;
	margin-left: 20px;
	}
.footer .sns{
	float: right;
	}
.sns ul{
	display: block;
	float: right;
	width: 78px;
	height: 20px;
	list-style-type: none;
	font-size: 0;
	margin: 10px;
	}
.sns ul li{
	display: inline-block;
	width: 21px;
	margin-right: 5px;
	}
.sns ul li a,
.sns ul li a img{
	display: block;
	}
.sns span{
	display: inline-block;
	font-size: 11px;
	line-height: 40px;
	color: #fff;
	}
}
@media only screen and (min-width: 1025px) {
body{
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background-color: #005EB8;
        height:100%;
	}
/* =======================================
    header
======================================= */
.header{
	position: fixed;
	width: 100%;
	height: 80px;
	/* box-shadow */
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.3);
	background-color: rgba(0,94,184,0.6);
	}
.header a.logo-team{
	display: inlie-block;
}
.header span{
	display: block;
	width: 581px;
	font-size: 40px;
	line-height: 80px;
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -291px;
	text-align: center;
	}
.header a.wayoflife{
	display: block;
	float: right;
	width: 161px;
	height: 80px;
	}

@media only screen and (max-width: 1199px) {
	.header span{
		font-size: 30px;
		width: 440px;
		margin-left: -220px;
		}
	}

/* =======================================
    main
======================================= */
.main{
	width: 100%;
	max-width: 1320px;
	background-image: url(../img/earth_map_d.png);
	background-position: center 165px;
	background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	margin: 0 auto;
	padding: 120px 0 40px 20px;
        height:100%;
        min-height:100%;
	}
.main_p{
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 120px 0 40px 20px;
        height:100%;
        min-height:100%;
	}
ul.language{
	display: block;
	float: left;
	list-style-type: none;
	margin: 255px 0 0 135px;
	}
ul.language li{
	display: block;
	height: 33px;
	margin-bottom: 17px;
	}
ul.language li a{
	display: block;
	height: 33px;
	font-size: 33px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	}
ul.language li a:hover,
ul.language li a:visited{
	text-decoration: none;
	}
ul.language li a:hover {
		color: #EFEC00
	}
ul.language li a span{
	font-size: 16px;
	font-weight: 400;
	}


ul.privacy{
	display: block;
	float: left;
	list-style-type: none;
	margin: 273px 0 0 20px;
	}
ul.privacy li{
	display: block;
	height: 33px;
	margin-bottom: 17px;
	vertical-align: bottom;
	}
ul.privacy li a{
	display: block;
	height: 33px;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	}
ul.privacy li a:hover,
ul.privacy li a:visited{
	text-decoration: none;
	}
ul.privacy li a:hover {
		color: #EFEC00
	}
ul.privacy li a span{
	font-size: 16px;
	font-weight: 400;
	}



.privacy_policy {
	max-width: 980px;
	width: 100%;
	color: #FFFFFF;
	margin: 20px auto 0 auto;
}
.privacy_policy a {
	color: #FFFFFF;
	font-family: SuzukiHeadline, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.privacy_policy a:hover {
	color: #EFEC00;
}
.privacy_title {
	font-size: 33px;
	font-weight: bold;
}


/* =======================================
    .iframe
======================================= */
.iframe{
	width: 500px;
	height: 97%;
	position: relative;
	min-height: 97%;
	float: left;
	border: 0;
	}
.iframe .racing-result{
	height: 88%;
	background-color: rgba(244,244,244,0.9);
	padding: 0 10px 10px 10px;
	overflow-y: auto;
	}
.iframe h2{
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	text-align: left;
	color: #005EB8;
	}
.iframe .result{
	border: solid 1px #ccc;
	border-radius: 2px;        /* CSS3草案 */
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;   /* Firefox用 */
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	}
.iframe h3{
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 40px;
	margin-bottom: 10px;
	padding-left: 50px;
	}
.iframe h3 span{
	display: block;
	}
.iframe p{
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 10px;
	}

.iframe table{
	font-size: 14px;
	line-height: 1.2;
	border-collapse: collapse;
	}
.iframe table caption{
	text-align: left;
	}
.iframe table caption:before{
	content:"■";
	}
.iframe tr{
	border-bottom: solid 1px #eee;
	}
.iframe .moto-gp tr.suzuki,
.iframe .ewc tr.suzuki,
.iframe .arrc tr.suzuki,
.iframe .jrr tr.suzuki{
	background-color: #B4C8E7;
	}
.iframe .mxgp tr.suzuki,
.iframe .amasx tr.suzuki,
.iframe .jmx tr.suzuki{
	background-color: #fae106;
	}
.iframe th,
.iframe td{
	padding: 5px 0 5px 5px;
}
.iframe th{
	text-align: left;
	font-weight: normal;
	}
.iframe th:first-child{
	width: 55px;
	}
.iframe td:first-child{
	padding-left: 5px;
	}
.iframe th:nth-of-type(2){
	width: 165px;
	}
.iframe th:nth-of-type(3){
	width: 110px;
	}
.iframe th:nth-of-type(4){
	width: 105px;
	}
a.btn-archive{
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 16px;
	line-height: 2;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	border: solid 1px rgba(255,255,255,0.5);
	border-radius: 2px;        /* CSS3草案 */
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;   /* Firefox用 */
	/* box-shadow */
	box-shadow:0px 0px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 10px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 10px 5px rgba(0,0,0,0.3);
	background-color: rgba(0,94,184,0.6);
	overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding: 0 40px;
}
a.btn-archive:hover,
a.btn-archive:visited{
	text-decoration: none;
	}

/* =======================================
    footer
======================================= */
.footer{
	width: 100%;
	height: 40px;
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: solid 1px rgba(255,255,255,0.5);
	background-color: rgba(0,94,184,0.6);
	}
.copyright{
	font-size: 11px;
	line-height: 40px;
	color: #fff;
	margin-left: 20px;
	}
.footer .sns{
	float: right;
	}
.sns ul{
	display: block;
	float: right;
	width: 78px;
	height: 20px;
	list-style-type: none;
	font-size: 0;
	margin: 10px;
	}
.sns ul li{
	display: inline-block;
	width: 21px;
	margin-right: 5px;
	}
.sns ul li a,
.sns ul li a img{
	display: block;
	}
.sns span{
	display: inline-block;
	font-size: 11px;
	line-height: 40px;
	color: #fff;
	}
}

/* =======================================
    common
======================================= */
.header {
	overflow: hidden;
}
.iframe {
	overflow: auto;
	opacity: 0.9;
}

.iframe .racing-result{
	background-color: rgba(244,244,244,0.9);
	}
.iframe .racing-result .result {
	overflow-x: auto;
}

.archive-language {
	margin-top: 130px !important;
}

/* Overwrite the default to keep the scrollbar always visible */

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(251,255,255,1);
    -webkit-box-shadow: 0 0 1px rgba(0,0,76,1);
}

.iframe h2{
	color: #005EB8;
	}
@media only screen and (max-width: 767px) {
.iframe {
	width: 100%;
	overflow: hidden;
	}
.iframe .racing-result .result{
		overflow: hidden;
	}
}
.moto-gp h3{
	background-image: url(../img/icon/moto-gp.png);
	}
.mxgp h3{
	background-image: url(../img/icon/mxgp.png);
	}
.ewc h3{
	background-image: url(../img/icon/ewc.png);
	}
.amasx h3{
	background-image: url(../img/icon/amasx.png);
	}
.arrc h3{
	background-image: url(../img/icon/arrc.png);
	}
.jrr h3{
	background-image: url(../img/icon/jrr.png);
	}
.jmx h3{
	background-image: url(../img/icon/jmx.png);
	}

ul.language li a:hover,
ul.privacy li a:hover {
		color: #EFEC00
	}

/* =======================================
    lang
======================================= */
body .ja { display: block; }
body .en { display: none; }
body.ja .ja{
	display: block;
}
body.en .en{
	display: none;
}


/* =======================================
    archive
======================================= */
ul.archive li ul.sub {

}
ul.archive li ul.sub li {
	float: left;
	padding: 0px 15px;
}

@media only screen and (min-width: 1025px) {
ul.archive{
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px 0 0 135px;
	}
ul.archive li{
	display: block;
	height: 33px;
	margin-bottom: 17px;
	}
ul.archive li a,
ul.archive li strong {
	display: block;
	height: 33px;
	font-size: 33px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	}
ul.archive li a:hover,
ul.archive li a:visited{
	text-decoration: none;
	}
ul.archive li a span{
	font-size: 16px;
	font-weight: 400;
	}
}



@media only screen and (min-width: 768px) and (max-width: 1024px) {
ul.archive{
	display: block;
	list-style-type: none;
	margin: 0;
	}

ul.archive li{
	display: block;
	height: 40px;
	margin: 0 0px 20px 0;
	}
ul.archive li a,
ul.archive li strong {
	display: block;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	border: solid 1px rgba(255,255,255,0.5);
	border-radius: 2px;        /* CSS3草案 */
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;   /* Firefox用 */
	/* box-shadow */
	box-shadow:0px 0px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 10px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 10px 5px rgba(0,0,0,0.3);
	background-color: rgba(0,94,184,0.6);
	padding: 10px;
	overflow: hidden;
	}
ul.archive li a:hover,
ul.archive li a:visited{
	text-decoration: none;
	}
ul.archive li a span{
	font-size: 16px;
	font-weight: 400;
	}
}


@media only screen and (max-width: 767px) {
ul.archive{
	display: block;
	list-style-type: none;
	margin-top: 15px;
	padding: 0 1.5rem ;
	}
ul.archive li{
	display: block;
	margin-bottom: 10px;
	}
ul.archive li a,
ul.archive li strong {
	display: block;
	font-size: 2rem;
	line-height: 1;
	font-weight: 700;
	color: #555;
	text-decoration: none;
	overflow: hidden;
	}
ul.archive li a:hover,
ul.archive li a:visited{
	text-decoration: none;
	}
ul.archive li a span{
	font-size: 1.5rem;
	font-weight: 400;
	}

}


/* =======================================
    background color
======================================= */
.iframe .moto-gp tr.suzuki,
.iframe .ewc tr.suzuki,
.iframe .arrc tr.suzuki,
.iframe .jrr tr.suzuki{
	background-color: #B4C8E7;
	}
.iframe .mxgp tr.suzuki,
.iframe .amasx tr.suzuki,
.iframe .jmx tr.suzuki{
	background-color: #fae106;
	}
