﻿body{
  background-color: beige;
  color: #333;
  /* font-family: Verdana, sans-serif; */
  font-family: 'メイリオ', Meiryo, verdana, tahoma, 'ＭＳ ゴシック', 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka－等幅, Osaka, 平成角ゴシック,sans-serif;
  width: 1200px;
  margin: auto;
}

/* ヘッダー */
header{
  background-color: white;

  padding: 5px 0px;
  width: 900px;
  margin: auto;
  border-bottom: 1px solid gray;
  font-size: 15px;
}
img.logo { float: left; }
header h1{
  font-size: 19px;
  font-weight: bold;
  /* text-align: left; */
  /* padding-left: 8px; */
}

h1.private {
  font-size: 20px;
  font-weight: bold;
  color: tomato;
}

/* メインボックス */
.main {
  border: none;
  width: 900px;
  height: 1200px;
  margin-left:auto;
  margin-right:auto;
  background-color: white;
  position: relative;
}

/* ナビゲーションボックス */
.navi {
  float: left;
  /* border-color: yellow; */
  width: 200px;
  height: 1200px;
  overflow: hidden;
  background-color: white;
  font-family: 'メイリオ', Meiryo, verdana, tahoma, 'ＭＳ ゴシック', 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka－等幅, Osaka, 平成角ゴシック,sans-serif;
  margin: 0;
  text-align: center;
}
.navi_2 {
  float: left;
  /* border-color: yellow; */
  width: 200px;
  height: 1200px;
  overflow: hidden;
  background-color: white;
}

.navi_3 {
  float: left;
  /* border-color: yellow; */
  width: 200px;
  height: 2400px;
  overflow: hidden;
  background-color: white;
}

/* メニューバー */
#menu ul {
	width: 200px;
	margin: 0;
	padding: 0;
	/* list-style-type: none; */
	background-color: #FFFF99;
}
#menu li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
	display: block;
	text-decoration: none;
	color: darkslategray;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu li {
  position: relative;
  display: block;
  padding: 8px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 0.5px dotted #003;
  list-style: none;
  height: 20px;
}
#menu li:last-child {
	border-bottom: none;
}
#menu li a:hover:not(.active) {
	color: #ffffff;
	background-color: sandybrown;
  font-size: 16px;
}
#menu li.active a {
	color: #ffffff;
	background-color: sandybrown;
}

/* 会員専用ボタン */
#button {
  text-align: center;
}

/* コンテンツボックス */
.content {
  float: right;
  /* border-color: yellow; */
  width: 700px;
  height: 1200px;
  overflow: hidden;
  /* margin-left: 200px; */
  background-color: white;
}
.content_2 {
  float: right;
  /* border-color: ; */
  width: 700px;
  height: 1200px;
  overflow: hidden;
  /* margin-left: 200px; */
  background-color: white;
}
.content_3 {
  float: right;
  /* border-color: ; */
  width: 700px;
  height: 2300px;
  overflow: hidden;
  /* margin-left: 200px; */
  background-color: white;
}
.content_4 {
  float: right;
  /* border-color: ; */
  width: 700px;
  height: 3000px;
  overflow: hidden;
  /* margin-left: 200px; */
  background-color: white;
}
.content_5 {
  float: right;
  /* border-color: ; */
  width: 700px;
  height: 3000px;
  overflow: hidden;
  /* margin-left: 200px; */
  background-color: white;
}
.content_6 {
  float: right;
  /* border-color: ; */
  width: 700px;
  height: 3000px;
  overflow: hidden;
  /* margin-left: 200px; */
  background-color: white;
}
.content_7 {
  float: right;
  /* border-color: ; */
  width: 700px;
  height: 3000px;
  overflow: hidden;
  /* margin-left: 200px; */
  background-color: white;
}
/* Photoスライドショー */


/* タイトル */
h3 {
    font-size: 16px !important;
    color: #ffffff !important;
    margin: 5px 2px !important;
    padding: 5px 15px !important;
    position: relative !important;
    font-weight: bold !important;
    background-color: lightslategray !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
}
h3:before {
    position: absolute;
    top: 7px;
    left: 4px;
    width: 4px;
    height: 18px;
    background: #ffffff;
    content:'';
}
h9 {
    font-size: 17px !important;
    color: #ffffff !important;
    margin: 5px 2px !important;
    padding: 5px 15px !important;
    position: relative !important;
    font-weight: bold !important;
    background-color: olive !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
}
h9:before {
    position: absolute;
    top: 7px;
    left: 4px;
    width: 4px;
    height: 18px;
    background: #ffffff;
    content:'';
}
/* 新着情報スクロール */
.box_srcollbar {
    overflow:auto;
    width:700px;
    height:270px;
    padding:3px;
    /* border:1px solid gray; */
    background-color: rgb(200, 255, 200);

    font-size:14px;
    margin: auto;
    margin-bottom: 60px;
}
.box_srcollbar p {
    /* margin: 0 0 10px 0;
    padding: 0 0 10px 120px; */
    border-bottom: 1px dotted #aaa;
}

.box_srcollbar3 {
    overflow:auto;
    width:650px;
    height:300px;
    padding:3px;
    /* border:1px solid gray; */
    background-color: rgb(200, 255, 200);

    font-size:14px;
    margin: auto;
    margin-bottom: 60px;
}
.box_srcollbar3 p {
    /* margin: 0 0 10px 0;
    padding: 0 0 10px 120px; */
    border-bottom: 1px dotted #aaa;
}
/* 競技会案内スクロール */
.box_srcollbar2 {
    overflow:auto;
    width:680px;
    height:830px;
    padding:3px;
    /* border:1px solid gray; */
    background-color:  rgb(200, 255, 200);
    font-size:14px;
    margin: auto;
    margin-bottom: 60px;
}

/* 競技会の案内トピック */
.content_2 #topic {
  font-size:15px;
  margin-left: 20px;
  margin-right: 20px;
}
.content_2 #topic .box {
  /* padding: 0.5em 1em; */
  margin: 2em 0;
  /* font-weight: bold; */
  border: solid 1px midnightblue;
}
.content_2 #topic li{
  margin-left: 20px;
}

/* 競技会の案内トピック */
.content_3 #topic {
  font-size:15px;
  margin-left: 20px;
  margin-right: 20px;
}
.content_3 #topic .box {
  /* padding: 0.5em 1em; */
  margin: 2em 0;
  /* font-weight: bold; */
  border: solid 1px midnightblue;
}
.content_3 #topic li{
  margin-left: 20px;
}

h4 {
  font-size:18px;
  margin-left: 18px;
}

/* Photo */
.content_2 #photo{

}
.content_2 #photo a{
  margin-left: 15px;
  text-decoration: none;
}

/* Photo */
.content_3 #photo{

}
.content_3 #photo a{
  margin-left: 13px;
  text-decoration: none;
}

/* table{
  border-collapse:collapse;
} */

/* フッター */
footer{
  background-color: dimgray;
  color: lightgray;
  font-size: 13px;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  width: 900px;
  overflow: hidden;
  border-top: 1px solid gray;
}


.blinkS3 {
  animation: blinkAnimeS3 .5s infinite alternate;
}
@keyframes blinkAnimeS3{
 0%  { font-weight : normal  }
 100%{ font-weight: bold }
}