@charset "Shift_JIS";
/* 要素リセット */
body{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 100%;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  color: #FFFFFF;
  /* 標準文字色 */
	min-width: 900px;
  background-color: #111111;
  background-image : url(../img/bodyBg_9Ia.png);
  background-repeat: no-repeat;
  background-position: center top;
}
html,body{
  width: 100%;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
  font-size: 80%;
}
/* end */

img{
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
  width:960px;
  position: relative;
  background-color:#202020;
  margin-top:-1px;
  margin-left:auto;
  margin-right:auto;
}
#hpb-header{
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}
#hpb-footer{
  width: 960px;
  clear: both;
  background-color: #111111;
}
/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain{
  width: 100%;
}
#hpb-headerMain h1{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  text-align: left;
  font-weight: normal;
  line-height: 18px;
  font-size: 12px;
  color:#29d9ff;
}
#hpb-headerLogo{
  width: 620px;
  padding-bottom:10px;
}
#hpb-headerLogo a{
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-indent: -9999px;
  overflow: hidden;
  height: 70px;
  background-image : url(../img/logo_9Ia.png);
  background-position: top left;
  background-repeat: no-repeat;
}
/* フッター内パーツ */
#hpb-footerMain{
  padding-top: 30px;
}
#hpb-footerMain p{
  /* コピーライト文字設定 */
    color: #FFFFFF;
  font-size: 0.8em;
  text-align: center;
}
#hpb-footerLogo
{
  }
#hpb-footerExtra1{
  padding-top: 9px;
}
#hpb-footerExtra1 ul{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  text-align: left;
}
#hpb-footerExtra1 li{
  /* フッターナビ設定 */
    display: inline;
  padding-left: 23px;
  padding-right: 10px;
  font-weight: bold;
}
#hpb-footerExtra1 a:link{
  color: #FFFFFF;
  text-decoration: none;
}
#hpb-footerExtra1 a:visited{
  color: #FFFFFF;
  text-decoration: none;
}
#hpb-footerExtra1 a:hover{
  color: #FFFFFF;
  text-decoration: none;
}
#hpb-footerExtra1 a:active{
  color: #FFFFFF;
  text-decoration: none;
}
#hpb-footerExtra2
{
  }
/* サイドブロック内パーツ */
#banner
{
  }
#banner ul{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
#banner li{
  padding-bottom: 10px;
}
#banner li a{
  display: block;
  width: 260px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
  overflow: hidden;
}
#banner a#banner-schedule{
  /* スケジュールバナー */
    background-image : url(../img/banner_9Ia_01.png);
  background-position: top left;
  background-repeat: no-repeat;
}
#banner a#banner-admission{
  /* 入会ご案内バナー */
    background-image : url(../img/banner_9Ia_02.png);
  background-position: top left;
  background-repeat: no-repeat;
}
#banner a#banner-blog{
  /* 代表ブログバナー */
    background-image : url(../img/banner_9Ia_03.png);
  background-position: top left;
  background-repeat: no-repeat;
}
/* 団体情報 */
#hpb-inner #associationinfo{
  color: #FFFFFF;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-top:10px;
  background-color: #262626;
  font-size:0.9em;
}
#hpb-inner #associationinfo h3{
  text-align: left;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 5px;
  margin-top:0;
  background-color: #3e3e3e;
  color:#29d9ff;
  font-size: 1em;
}
#hpb-inner #associationinfo p{
  margin-bottom: 10px;
  padding-left: 18px;
  padding-right: 5px;
}
/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a{
  /* ナビゲーション文字設定 */
    font-weight: bold;
  background-color:#29d9ff;
  text-decoration: none;
  line-height:60px;
  height:60px;
  display:inline-block;
}
#hpb-nav li a:hover{
  text-decoration: none;
  background-color:#94ecff;
}
#hpb-nav li span.en{
  color:#000000;
  text-transform:uppercase;
  display:inline-block;
}
#hpb-nav li span.ja{
  display: none;
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
  color: #FFFFFF;
  text-decoration: underline;
}
a:visited{
  color: #FFFFFF;
  text-decoration: underline;
}
a:hover{
  color: #29d9ff;
  text-decoration: none;
}
a:active{
  color: #29d9ff;
  text-decoration: none;
}
#hpb-skip{
  /* ヘッダースキップの非表示 */
    height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
}
p{
  margin-top: 10px;
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 1.8;
  text-align: left;
}
p.large{
  color: #29d9ff;
  font-weight: bold;
}
p.indent{
  padding-left: 25px;
}
.left{
  float: left;
}
.right{
  float: right;
}
hr{
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  clear: both;
  border-top-width: 1px;
  border-top-style: none;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-left-style: none;
  color: #202020;
  border-bottom-width: 1px;
  border-bottom-style: none;
}
.hpb-layoutset-01 #hpb-title h2{
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  text-indent: -9999px;
  height: 600px;
  background-image : url(../img/mainimg_9Ia.png);
  background-position: top center;
  background-repeat: no-repeat;
}
.hpb-layoutset-02 #hpb-title h2{
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  height: 180px;
  background-image : url(../img/titleBg_9Ia.png);
  background-position: top left;
  background-repeat: no-repeat;
  line-height:180px;
  text-align:left;
  font-size: 30px;
}
h2 span.ja{
  display:none;
}
h2 span.en{
  color: #FFFFFF;
  text-transform: uppercase;
  padding-left:40px;
  font-weight:normal;
}
#hpb-wrapper h3{
  background-color:#29d9ff;
  padding-right: 15px;
  padding-left: 15px;
  padding-top:8px;
  padding-bottom:8px;
  margin-top:1em;
  margin-bottom:1em;
  color: #000000;
  clear:both;
}
h3 span.ja{
  display: none;
}
h3 span.en{
  font-size: 1em;
  color: #000000;
  text-transform:capitalize;
}
h3.hpb-c-index{
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
}
h4{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 2px;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.2;
  color: #29d9ff;
  font-weight:bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #7c7c7c;
}
h5{
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 2px;
  text-align: left;
  font-size: 1em;
  line-height: 1.2;
  color: #29d9ff;
  font-weight:normal;
}
table{
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 5px;
  margin-left: 15px;
  border-collapse: collapse;
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #7c7c7c;
  border-left-width: 0px;
  border-left-style: solid;
  border-left-color: #7c7c7c;
}
table th{
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: left;
  color: #29d9ff;
  font-weight:normal;
  background-color: #3e3e3e;
  border-right-width: 0px;
  border-right-style: solid;
  border-right-color: #7c7c7c;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #7c7c7c;
}
table td{
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: left;
  background-color: #262626;
  border-right-width: 0px;
  border-right-style: solid;
  border-right-color: #7c7c7c;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #7c7c7c;
}
/* フォームパーツ設定 */
input.button{
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left:auto;
  margin-right:auto;
}
textarea{
  width: 400px;
  height: 200px;
}
input.l{
  width: 400px;
}
input.m{
  width: 250px;
}
input
{
  }
input.s{
  width: 50px;
}
form{
  text-align:center;
}
/* メインコンテンツ内基本パーツ */

#hpb-main ul{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
#hpb-main ul li{
  text-align: left;
  line-height: 1.4;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 25px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #2d2d2d;
  background-image : url(../img/point_9Ia.png);
  background-repeat: no-repeat;
  background-position: 3px 10px;
}
#hpb-main dl{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
#hpb-main dt{
  float: left;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
  line-height: 16px;
  font-weight: normal;
  width: 170px !important;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 15px;
}
#hpb-main dd{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  text-align: left;
  line-height: 16px;
  padding-left: 185px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #2d2d2d;
}
#hpb-main img.left{
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}
#hpb-main img.right{
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
  float: right;
}
/* トップページ デザイン定義 */
#toppage p.large{
  color: #ffffff;
  font-weight: normal;
}
#toppage p.large::first-line{
  color: #29d9ff;
  font-weight: bold;
}
#toppage-info h4{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 1.5;
  font-weight: bold;
}
#toppage-news dt{
  color: #29d9ff;
  float:none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
  line-height: 19px;
  font-weight: normal;
  width:auto !important;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 15px;
}
#toppage-news dd{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 20px;
  text-align: left;
  line-height: 19px;
  min-height: 19px;
  padding-left: 15px;
}
#toppage-info{
  overflow:hidden;
  padding-bottom:30px;
}
#toppage-info h3,
#toppage-news h3{
  margin-top:10px;
}
.info-photo{
  float: left;
  padding-right: 10px;
  padding-left: 20px;
  padding-bottom: 2px;
}
.info-photo img{
  width:96px;
  height:auto;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-left-color: #FFFFFF;
}
.info-comment{
  float: left;
  width:310px;
  height:100px;
}
.info-comment br{
  display:none;
}
#toppage-info hr{
  display:none;
}
/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {
  body{
  min-width: 100%;
  background-image: none;
}
/*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	#hpb-container{
  width: 100%;
  margin-top: 0px;
}
#hpb-header{
  width: 100%;
}
#hpb-footer{
  width: 100%;
}
/*--------------------------------------------------------
		共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */

	#hpb-headerMain h1{
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  line-height: 1.4;
}
#hpb-headerLogo{
  width: 98%;
  padding-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
}
#hpb-headerLogo a{
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-size: contain;
  background-position: top center;
  max-width: 100%;
}
/* フッター内パーツ */
	#hpb-footerMain p{
  /* コピーライト文字設定 */
		padding-right: 5px;
  padding-left: 5px;
  word-break: break-all;
}
/* サイドブロック内パーツ */
	#banner li a{
  max-width: 100%;
}
#banner a#banner-schedule{
  /* スケジュールバナー */
		background-position: top center;
  background-size: contain;
}
#banner a#banner-admission{
  /* 入会ご案内バナー */
		background-position: top center;
  background-size: contain;
}
#banner a#banner-blog{
  /* 代表ブログバナー */
		background-position: top center;
  background-size: contain;
}
/* 団体情報 */
	#hpb-inner #associationinfo h3{
  padding-right: 15px;
}
#hpb-inner #associationinfo p{
  padding-right: 18px;
}
/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	
	#hpb-nav h3.hpb-c-index{
  width: 27px;
  height: 20px;
  background-image : url(../img/btn_menu.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}
#hpb-nav li a{
  /* ナビゲーション文字設定 */
		line-height: 1.4;
  height: auto;
  display: block;
}
/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/

	p{
  padding-right: 0;
  padding-left: 0;
}
.hpb-layoutset-01 #hpb-title h2{
  height: 230px;
  background-size: contain;
}
.hpb-layoutset-02 #hpb-title h2{
  margin-bottom: 0px;
  height: auto;
  line-height: 1.4;
  background-position: bottom left;
  background-color: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
  word-break: break-all;
}
h2 span.en{
  padding-right: 20px;
  padding-left: 20px;
  display: block;
}
h4{
  padding-right: 0px;
  padding-left: 0px;
}
h5{
  padding-right: 0px;
  padding-left: 0px;
}
table{
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  box-sizing: border-box;
}
/* フォームパーツ設定 */
	textarea{
  width: 96%;
}
input.l{
  width: 96%;
}
input.m{
  width: 60%;
}
input.s{
  width: 30%;
}
/* メインコンテンツ内基本パーツ */
	#hpb-main ul li{
  padding-right: 0px;
}
#hpb-main dt{
  float: none;
  padding-bottom: 0px;
  padding-left: 0px;
  max-width: 100%;
  box-sizing: border-box;
}
#hpb-main dd{
  padding-right: 0px;
  padding-left: 0px;
}
#hpb-main img.left{
  margin-right: 0px;
  float: none;
}
#hpb-main img.right{
  margin-left: 0px;
  float: none;
}
#pagetop{
  padding-bottom: 0px;
}
/* トップページ デザイン定義 */

	#toppage-news dt{
  padding-bottom: 5px;
  max-width: 100%;
  box-sizing: border-box;
}
#toppage-info{
  padding-bottom: 10px;
}
.info-photo{
  padding-left: 0;
}
.info-photo img{
  max-width: 100%;
  box-sizing: border-box;
}
.info-comment{
  float: none;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 20px;
}
}