body {
	margin: 0px;padding: 0px;
	color: #111111;	/*全体の文字色*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	<!--line-height: 2;		/*行間*/
	-webkit-text-size-adjust: none;
/*	background: #f0f0f0;	/*背景色（古いブラウザ用）*/
    background: white;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}

.pc main {
    line-height: 2;
}

.sp main { 
    line-height: 1.5;
}

.sp p { 
    padding-left: 5%;
    padding-right: 5%;
}

.pc header {
    line-height: 2;
    height: 100px;
}

.sp header {
    height: 70px;
}

.background-img img {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9996;
}

#background-pc img{
    height: 100px;
}

#background-sp img{
    height: 70px;
}

#logo img {
    position: fixed;
    height: 70px;
    left: 70px;
    top: 15px;
    z-index: 9997;
}

#logo2 img {
    position: fixed;
    width: 55%;
    height: 40px;
    right: 0px;
    top: 50px;
    z-index: 9997;
}

#facebook img {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 200px;
    top:10px;
    z-index: 9997;
}

#twitter img {
    position: fixed;
    width: 40px;
    height: 40px;
    background: white;
    right: 140px;
    top:10px;
    z-index: 9997;
}

#instagram img {
    position: fixed;
    width: 40px;
    height: 40px;
    background: white;
    right: 80px;
    top:10px;
    z-index: 9997;
}

#tiktok img {
    position: fixed;
    width: 40px;
    height: 40px;
    background: white;
    right: 20px;
    top:10px;
    z-index: 9997;
}

#logo-s img {
    position: fixed;
    height: 55px;
    left: 50px;
    top: 8px;
    z-index: 9997;
}

#logo2-s img {
    position: fixed;
    width: 30%;
    height: 45px; 
    right: 0;
    top: 25px;
    z-index: 9997;
}

#facebook-s img {
    position: fixed;
    width: auto;
    height: 20px;
    right: 116px;
    top:3px;
    z-index: 9997;
}

#twitter-s img {
    position: fixed;
    width: auto;
    height: 20px;
    right: 63px;
    top:3px;
    z-index: 9997;
}

#instagram-s img {
    position: fixed;
    width: auto;
    height: 20px;
    right: 10px;
    top:3px;
    z-index: 9997;
}


#menu-img {
    position: relative;
    top: -20px;
    left: 15px;
    width: 200px;
}

.menu-margin {
    font-size: 15px;
    margin-bottom: 20px;
}

.container {
    clear: both;
    position: relative;
    width: 100%;
    height: auto !important;
    height: 100%; 
    min-height: 100%;
}

main {
    clear: both;
    background: white;
}

a {
    color: forestgreen;
}

a:hover {
    color: lime;
}

.main-content {
    padding: 1% 3% 0 0;
    background: white;
}

.pc .main-content {
    float: right;
    width: 67%;
}

.sp .main-content {
    padding: 3%;
}

.main-content p {
    padding: 10px 20px 20px;
}

h2 {
    background: black;
    color: white;
    padding: 6px 20px;
}

h2::first-letter {
    border-left: 3px solid lime;
    padding-left:10px;
}

h3 {
    background: white;
    color: black;
    padding: 6px 20px ;
    border: 1px solid #999;
}

h3::first-letter {
    border-left: 3px solid lime;
    padding-left: 10px;
}

a.detail {
    position: relative;
    top: 5px;
    left: 20px;
}

h4.subpage1 {
    height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5%;
    padding-right: 0;
    text-shadow: 2px 2px 3px white;
    background: #EEE;
    background-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    background-position: right;
}

.pc h4.subpage1 {
    position: relative;
    left: 20px;
    width: 85%;
}

.sp h4.subpage1 {
    position: relative;
    left: 1%;
    width: 94%
}

h4.subpage2 {
    height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5%;
    padding-right: 0;
    text-shadow: 2px 2px 3px white;
    background: #EEE;
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-position: right;
}

.pc h4.subpage2 {
    position: relative;
    left: 20px;
    width: 85%;
}

.sp h4.subpage2 {
    position: relative;
    left: 1%;
    width: 94%;
}

.sub-content {
    padding-top: 1%;
    background: white;
}

.pc .sub-content {
    float: left;
    width: 30%;
}

.sp .sub-content {
    padding: 3%;
}

.pc .sub-content p {
    padding-left: 15px;
    padding-right: 12px;
}

.sp .sub-content p {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#newinfo dl {
    padding: 10px 20px 12px;
	margin-bottom: 15px;
	height: 200px;	/*高さ*/
	overflow: auto;	/*高さの設定を超えるとスクロールが自動で出る設定。全部表示させていたいならこの行と上の行を削除。*/
}

#newinfo dt {
    font-weight: bold;
    float: left;
    width: 8em;
}

#newinfo dd {
    padding-left: 8em;
}

.newicon {
	background: #F00;
	color: #FFF;
	font-size: 70%;
	line-height: 1.5;
	padding: 0 5px;
	border-radius: 2px;
	margin: 0px 5px;
	display: inline-block;
	vertical-align: text-top
}

footer {
    clear: both;
    background: black;
    color: #999;
    line-height: 15px;
}

.pc footer {
    height: 90px;
    padding: 10px 2%;
}

.sp footer {
    height: 150px;
    padding: 15px 2%;
}


.left {
    float: left;
}

.right {
    float: right;
}

footer a {
    color: #999;
    text-decoration: none;
}

footer a:hover {
    color: white;
}

.pc footer .footer-menu {
    position: absolute;
    left:190px
}

.sp footer .footer-menu {
    position: absolute;
    left: 190px;
}

#whats-img {
    width: 60%;
    padding-top: 30px;
    padding-left: 3%;
}

#whats-img-s {
    width: 94%;
    padding-top: 30px;
    padding-left: 3%;
    padding-right: 3%;
}

#whats-main img {
    padding: 20px 20px 10px 0;
}

#whats-main img.whats-img {
    width: 300px;
}

#whats-main img.whats-img-mini {
    width: 250px;
}

#whats-main p {
    padding-top: 20px;
}

#whats-main-s img {
    width: 94%;
    padding: 15px 3% 0 3%;
}

#whats-main-s p {
    padding: 2% 5% 0 4%;
}

#whats-main-s li {
    padding-left: 3%;
    padding-top: 2%;
}

#whats-page main {
    padding: 3%;
    background: white;
}

#sponsor-img {
    width: 60%;
    padding-top: 20px;
    padding-left: 3%;
    padding-bottom: 10px;
}

#sponsor-img-s {
    width: 94%;
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 10px;
}

#sponsor-page main {
    padding: 0 3% 3% 3%;
    background: white;
}

#sponsor-main p {
    padding-top: 20px;
}

#sponsor-main-s p{
    padding-top: 20px;
}

table.bank bank-s{
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

table.bank {
    width: 570px;
}

table.bank-s {
    width: 95%;
}

table.bank .tablename, table.bank-s .tablename{
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}

table.bank td, table.bank th, table.bank-s td, table.bank-s th{
	color: #FFFFFF;
	text-align: center;
/*	border: 1px solid #FFFFFF;*/
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: normal;
}

table.bank .item, table.bank-s .item{
	background-color: #E8E8E8;
	color: #000000;
}

table.bank .key {
	background-color: #333333;
	width: 80px;
}

table.bank-s .key {
    background-color: #333333;
	width: 10%;
}

.sponsor-left {
    padding: 10px 3% 0 1%;
    width: 44%;
    float: left;
}

.sponsor-right {
    padding: 10px 3% 0 1%;
    width: 44%;
    float: right;
}

.sponsor-center {
    padding: 10px 3% 0 1%;
}

.sponsor-company img{
    max-width: 100%;
}

.sponsor-company table{
    border: 0;
    width: 100%;
    height: 200px;
}

.sponsor-company td {
    vertical-align: center;
    text-align: center;
    border-top-style: none;
    border-left-style: none;
    
}

.sponsor-company tr {
    border-top-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.sponsor-name {
    text-align: center;
}

.sponsor-name span{
    display: inline-block;
    width: 200px;
}

p.sponsor-name2 {
    padding-left: 5%;
}

#sponsor-main ul {
    padding-left: 3%;
    padding-top: 2%;
}

#sponsor-main-s ul {
    padding-left: 10%;
    padding-top: 2%;
}

#members-img {
    width: 100%;
}

#members-page main {
    padding: 0 3% 3% 3%;
    background: white;
}

#members-main p {
    padding-top: 20px;
}

#members-main-s p{
    padding-top: 20px;
}

table.member ,table{
	width: 95%;
	margin-top: 3px;
	margin-bottom: 3px;
    border: 1px ridge black;
	background-color: white;
}
table.member .image {
	width: 100px;
	text-align: center;
}

table.member img {
    width: 100px;
}

table.member .name ,table.member .major ,table.member .position {
	text-align: left;
	color: #000000;
	padding-left: 5px;
	vertical-align: bottom;
}

#spec-main p {
    padding-top: 20px;
    text-align: center;
}

#spec-main-s p{
    padding-top: 20px;
    text-align: center;
}

#spec-img {
    height: 500px;
    display: inline-block;
}

#spec-img-s {
    width: 90%;
    display: inline-block
}

table.spec spec-s{
    width: 70%
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	<!--margin-top: 10px;
	<!--margin-bottom: 10px;
	<!--margin-right: auto;
	<!--margin-left: auto;
	padding: 0px;
}

table.spec .tablename, table.spec-s .tablename{
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}

table.spec td, table.spec th, table.spec-s td, table.spec-s th{
	color: #FFFFFF;
	text-align: center;
/*	border: 1px solid #FFFFFF;*/
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: normal;
}

table.spec .item, table.spec-s .item{
	background-color: #E8E8E8;
	color: #000000;
}

table.spec .key {
	background-color: #333333;
	width: 40%;
}

table.spec-s .key {
    background-color: #333333;
	width: 20%;
}

#gallery-main p {
    padding-top: 20px;
}

#gallery-main-s p{
    padding-top: 20px;
}

#downloads-main p {
    padding-top: 20px;
}

#downloads-main-s p {
    padding-top: 20px;
}

.report-left {
    width: 40%;
    text-align: center;
    float: left;
}

.report-rigth {
    width: 60%;
    text-align: right;
    float: left;
}

.report-center {
    text-align: center;
}

table.table-report {
    width: 600px;
}

table.table-report-s {
    width: 100%;
}

.table-report td {
    width: 300px;
    text-align: center;
}

table.table-report-s td {
    width: 50%;
}

#fsae-main p {
    padding-top: 20px;
}

#fsae-main-s p {
    padding-top: 20px;
}

.aboutrace img  {
    width: 100px;
    height: 100px;
}

table.aboutrace {
	width: 100%;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}

table.aboutrace img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.aboutrace td {
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}

table.aboutrace .inspection {
	color: #A80000;
}

table.aboutrace .static {
	color: #0000FF;
}

table.aboutrace .active {
	color: #FF0000;
}

#links-main p {
    padding-top: 20px;
}

#links-main-s p {
    padding-top: 20px;
}

#links-main ul {
    padding-top: 20px;
    padding-left: 30px;
    list-style-type: square;
}

#links-main-s ul {
    padding-top: 20px;
    padding-left: 30px;
    list-style-type: square;
}

#contact-main {
    padding-top: 20px;
}

#contact-main-s {
    padding-top: 20px;
}

.table-form {
    width: 95%;
    background: #f9f9f9;
}

.table-form td, .table-form th {
    border: 1px solid gray;
    padding: 10px;
    word-break: break-all;
}

.table-form th.midashi {
   width: auto;
}

.table-form th {
    width: 150px;
    text-align: center;
}

.confirm-button {
    text-align: center;
}

.pc {
    display: block !important;
}
.sp {
    display: none !important;
}

@media only screen and (max-width: 800px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}


