@charset "utf-8";

/*  ヘッダー common.css */
/*  カテゴリー・リンク common.css */

/*  メインコンテンツ */
/*  ページタイトル page_title h3 は coomon.css */

section{
  width: 75%;
  margin: 50px auto 70px;
}
h4{
  padding: 20px 0 10px 0;
  font-size: 26px;
  border-bottom: dotted 2px brown;
}

.setsumei img{
  display: block;
  width: 30%;
  margin: 20px auto;
}
p.about{
  margin: 0 0 0 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}
.setsumei02{
  display: block;
  width:80%;
  margin: 20px auto 50px;
  background-color: gray;
  border-radius: 70px;
  padding: 40px;
}
p.about02{
  margin: 0px 0 0px 0;
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
}
p.about03{
  margin: 15px 0 0px 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.setsumei02 img{
  display: block;
  width: 60%;
  margin: 30px auto 0px;
}



/*  クラブの沿革 */
table.history{
  margin: 20px auto 40px;
  padding: 10px;
  background-color: #eaeaea;
 }
td{
  padding: 5px 20px 5px 10px;
  border-bottom: solid 1px #ff6666;
  color: #151515;
  line-height: 1.5;
}
.left{
   width: 18%;
}


 /* ---- 以下は　common.css ---*/

 /* ページ先頭へ戻る　.return_to_top　*/
 /* ホームページTOPへ戻る　.return_to_indexpage　*/
 /* フッター　footer p　[copyright]*/
