body {
  color:#222;
  font-size:16px;
  font-family:"Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  background-image: url("./img/main_backgroud_white.png");
}
main {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
}
/* 改行なしフレーズ */
span.nb {
  display: inline-block;
}

/* 汎用のタイトル */ 
.title{
  display: block;
  font-size: 140%;
  font-weight: bold;
  line-height: 100%;
  margin: 10px 5px;
  padding: 8px;
  color:#e00;
  text-shadow: 2px 2px 0 #aaa;
}
.title-center{
  text-align: center;
}
.title-large{
  font-size: 250%;
}
.title-bullet{
  border-left: 5px solid #e00; 
}
/*////// メイン記事 //////*/
.post{
  margin-top: 2rem;
}
.post-title{
  display: block;
  font-size: 250%;
  font-weight: bold;
  line-height: 100%;
  padding: 8px;
  color:#e00;
  border-left: #e00 7px solid;
  text-shadow: 2px 2px 0 #aaa;
}
.post-title2{
  display: block;
  font-size: 180%;
  font-weight: bold;
  line-height: 100%;
  margin: 10px 5px;
  padding: 8px;
  color:#e00;
  border-left: #e00 5px solid;
  text-shadow: 2px 2px 0 #aaa;
}
.post-text{
  padding-left: 10px;
  font-size: 120%;
  font-weight: bold;
  line-height: 140%;
  color: #020;
}
.post-img{
  width: 100%;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  margin-top:10px;
}
.post-img img{
  display: block;
  width: 100%;
  height: auto;
}
/* メイン記事のランニングスコア */
.post-tbl{
  max-width:100%;
}
.post-tbl table{/* スコア */
  text-align: center;
  margin: 10px 0px;
  border-collapse: collapse;
}
.post-tbl tr{/* 行 */
  background-color:#f8f8f0;
}
.post-tbl td{/* セル */
  border: 1px solid #444444;
  padding: 5px;
}
.post-tbl tr:first-child{/* 列ヘッダーセル */
  font-size: 85%;
  font-weight: bold;
}
.post-tbl tr > td:first-child{/* 行ヘッダーセル */
  font-weight: bold;
}
.post-tbl tr > td:not(:first-child){/* 行ヘッダー以外のセル */
  min-width: 2rem;
}
.post-tbl div{
  line-height: 1rem;
}
.post-mov {/* 動画リンク */
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  background-size:cover;
  margin: 10px 0;
  background-image: url("img/youtube.png");
}
.post-mov a{
  display:block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-shadow: 2px 2px 1px #ffffff, 2px -2px 1px #ffffff;
  font-weight: bold;
  color:#666666;
}
/* チームページのランニングスコア */
.running-score {
  background-color:#0f4727;
  color:#eee;
  padding:10px;
  margin:10px 0px;
  border:#bbb solid 1px;
}
.running-score a{
  color:#ffc;
}
/*///// 成績表 /////*/
#standing{
  margin: 20px 0px;
}
.as-of{
  position: relative;
  width: 100%;
}
.standing-table{
  font-size: 90%;
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  border-collapse: collapse;
  width:100%;
}
.standing-table tr{/* 行 */
  background-color: #f8f8f0;
}
.standing-table td{/* セル */
  border: 1px solid #888888;
  vertical-align: middle;
  min-width:20px;
}
.standing-table tr:first-child,
.standing-table td:nth-child(1),
.standing-table td:nth-child(2){
  font-weight: bold;
}
.standing-table td>div {
  display: block;
  font-size: 90%;
  border-radius: 8px;
  min-width:60px;
  margin:2px 0;
  line-height: 1.1rem;
}
.standing-table .win{
  border: 1px solid #666;
  background-color: #fff;
  font-weight: bold;
}
.standing-table .lose{
  border: 1px solid #666;
  background-color: #666;
  color: #eee;
}
.standing-table .draw{
  border: 1px solid #666;
}
/* // さまざまなページのリンク // */ 
.link {
  display: block;
  width: 90%;
  max-width: 400px;
  height: 50px;
  margin: 15px auto;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  color:#eee;
  text-shadow: 1px 1px 2px #aaa;
  font-size: 20px;
}
.link1 {
  background:#0f4727
}
.link2 {
  background:#c30d23;
}
.link1:hover {
  background:rgba(15, 71, 39, 0.8);
}
.link2:hover {
  background:rgba(195, 13, 35, 0.8);
}
/* // 役員会 // */
.board-title{
  display: block;
  margin-bottom: 5px;
  width: 200px;
  height: 30px;
  line-height: 30px;
  margin-top:20px;
  background-color: #c30d23;
  color: #eee;
  font-size: 120%;
  text-shadow: 1px 1px 2px #aaa;
  text-align: center;
}
.board-member{
  display: block;
  margin: 10px 0;
  width: 400px;
}
.board-member > div:first-child{
  display: block;
  width: 365px;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  background-color:rgba(15, 71, 39, 0.8);
  color: #eee;
  font-size: 100%;
}
/* // 会員 // */
.member-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.member-list a{
  text-decoration: none;
}
.member-list > div{
  margin: 5px;
}
.membership{
  position: relative;
  display: block;
  width: 95%;
  max-width: 365px;
  margin-bottom: 5px;
  padding: 10px;
  background: #0f4727;
  font-weight: bold;
}
.membership div:nth-child(1){/* よみがな */
  margin-left: 100px;
  color: #ddd;
  font-size: 80%;
  font-style: italic;
}
.membership div:nth-child(2){/* 氏名 */
  margin-left: 100px;
  color: #eee;
  font-size: 250%;
  line-height: 100%;
}
.membership div:nth-child(3){/* ローマ字 */
  margin-left: 100px;
  color: #ddd;
  font-size: 80%;
  font-style: italic;
}
.membership div:nth-child(4){/* 入会年 */
  margin-left: 100px;
  display: inline-block;
  color: #ff4;
}
.membership div:nth-child(4)::after{/* 入会年 */
  content: "年入会";
}
.membership div:nth-child(5){/* チーム */
  display: inline-block;
  margin-left: 10px;
  color: #eee;
}
.membership div:nth-child(5):not(:empty):before{/* チーム */
  content:"今年度チーム "
}
.membership div:nth-child(6){/* 背番号 */
  position: absolute;
  left: 15px;
  top: 12px;
  color: #c30d23;
  text-shadow: 3px 1px 0 #eee;
  font-size: 400%;
  font-style: italic;
}
.link-stats{
  display: block;
  width: 30px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(img/img_statsw.png);
  background-size: 30px 50px;
}
/* // チーム編成 // */ 
.teams{
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  margin: 20px auto;
  font-size: 150%;
  justify-content: space-around;
}
.team {
  width:245px;
  margin:10px 0;
}
.team > div:first-child{
  text-shadow: 1px 1px 1px black;
  text-align: center;
  font-size: 200%;
}
.team > div:last-child{
  display: table;
  margin: 0 auto;
}
.team > div:last-child > div{
  display: table-row;
}
.team > div:last-child > div:first-child{
  color: red;
}
.team > div:last-child > div > div{
  display: table-cell;
  padding: 0 5px;
}
.team > div:last-child > div > div:first-child{
  text-align: right;
}
/* スマホ用のタイトル文字サイズ */
@media (max-width:480px) {
  body{
    font-size: 14px;
  }
  .title{
    font-size: 150%;
  }
  .title-large{
    font-size: 200%;
  }
  .post-title{
    font-size: 300%;
  }
  .post-title2{
    font-size: 180%;
  }
  .post-text{
    font-size: 130%;
  }  
}