@charset "utf-8";

/* --------------------------------

	基本スタイル

-----------------------------------

	1. 基本レイアウト・デザイン
	2. ヘッダー
	3. サイドエリア
	4. コンテンツ
	5. フッター

--------------------------------- */



/* ========================================================================



	1. 基本レイアウト・デザイン


 
======================================================================== */
html {
  background-color: #fff;
}
body {
  background-image: url(../img/bg.png);
  background-color: #40bde8;
  background-position: center top;
  background-repeat: repeat-y;
  font-size: 14px;
}
#wrapperOuter {
	width: 1090px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
  background-image: url(../img/side_site_title.png);
  background-position: right 10px top 100px;
  background-repeat: no-repeat; 
}

/* ----------------------------------------------------
	■ロゴ
---------------------------------------------------- */
h1 {
  padding: 0;
  width: 621px;
  height: 105px;
  margin-bottom: 10px;
}

/* ----------------------------------------------------
	■電話番号
---------------------------------------------------- */
#header p.tel {
  padding: 52px 10px 0 0;
}
#header p.tel span.num {
  color: #a51f1f;
}
/* ----------------------------------------------------
	■グルーバルナビ
---------------------------------------------------- */
ul#navi {
	width: 960px;
	height: 97px;
	margin-bottom: 17px;
  background-image: url(../img/gloval_navi.png);
	background-repeat: no-repeat;
}
ul#navi li.on a {
  background: none;
}
ul#navi li, ul#navi li a, ul#navi li a span {
	height: 97px;
	text-indent: -9999px;
}

/* ホバー
---------------------------------------------------- */
ul#navi li:nth-child(1) a:hover  { background-position: 0 0; }
ul#navi li:nth-child(2) a:hover  { background-position: -192px 0; }
ul#navi li:nth-child(3) a:hover  { background-position: -384px 0; }
ul#navi li:nth-child(4) a:hover  { background-position: -576px 0; }
ul#navi li:nth-child(5) a:hover  { background-position: -768px 0; }


/* アクティブ
---------------------------------------------------- */
ul#navi li.on a,
ul#navi li a:hover {
  background-image: url(../img/gloval_navi_on.png);
	background-repeat: no-repeat;	
}
#home ul#navi li.on a { background-position: 0 0; }
#about-us ul#navi li.on a { background-position: -192px 0; }
#club-meeting ul#navi li.on a  { background-position: -384px 0; }
#service ul#navi li.on a  { background-position: -576px 0; }
#history ul#navi li.on a  { background-position: -768px 0; }


/* メインエリア　見出し
---------------------------------------------------- */
.type0 .entryBox .title {
  border: none;
  background: none;
  padding: 0;
  width: 100%;
	margin-top: 15px;
}
.type0 .entryBox .title span.inner {
    background-image: none;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
}

.type0 .entryBox .title span.inner {
	padding: 0;
	width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.type0 .entryBox .title span.inner:before,
.type0 .entryBox .title span.inner:after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background: #006bb6;
  min-width: 30px;
  display: inline-block;
  vertical-align: middle;
}
.type0 .entryBox .title span.inner:before {
  margin-right: 1em;
}
.type0 .entryBox .title span.inner:after {
  margin-left: 1em;
}


/* ----------------------------------------------------
	■サイドナビ
---------------------------------------------------- */
#naviS {
  background-color: #2f5b78;
	background: linear-gradient(#003346, #006bb6);
}
ul#naviS li.parent {
  background-color: inherit;
  background-image: none;
}
ul#naviS li.parent a {
color: #ffffff;
border-bottom:1px solid #ffffff;
}



ul#naviS li.sub a {
background-color:#666;
color:#ffd700;
border-bottom:1px solid #ffffff;
}

ul#naviS li.parent a span.en {color:#fff;}

ul#naviS li.parent a {
  padding: 12px 10px 12px 13px;
}
ul#naviS li.parent a span.jp {
  line-height: 1.8;
}


/* ホバー
---------------------------------------------------- */
ul#naviS li.parent a:hover {
	background-color: #1b3445;
}
ul#naviS li.parent a:hover span.jp, ul#naviS li.parent a:hover span.en {
  border-left: 2px solid #ffd700;
}

/* アクティブ
---------------------------------------------------- */
ul#naviS li.parent.on a {
  background-color: #1b3445;
}
ul#naviS li.parent.on a span.jp, ul#naviS li.parent.on a span.en {
  border-left: 2px solid #ffd700;
}

/* ----------------------------------------------------
	■ウィジェット
---------------------------------------------------- */
.widget {
  display: block;
  margin: 0 auto 24px;
  text-align: center;
}


/* ----------------------------------------------------
	■トップページのみ
---------------------------------------------------- */
.topOnly {
  display: none;  
}
body#home .topOnly {
  display: block;
}

.titleTopics {
    padding: 10px;
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    background: #0075c2;
    color: #fff;
    box-sizing: border-box;
}
.typeTopicsListBtn {
  position: absolute;
  top: 0;
  right: 10px;
  transform: translateY(50%);
}
.typeTopicsListBtn a {
  color: #212121;
  display: block;
  background: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 3px;
}


/* ----------------------------------------------------
	■新着情報
---------------------------------------------------- */
body#topics1 .type0 .entryBox,
body#topics2 .type0 .entryBox,
body#topics3 .type0 .entryBox {
  margin-top: 50px;
}
body#topics1 .type0 .entryBox .title span.inner,
body#topics2 .type0 .entryBox .title span.inner,
body#topics3 .type0 .entryBox .title span.inner {
  display: block;
  align-items: stretch;
  text-align: left;
  border-bottom: solid 1px #e2e2e2;
  padding-bottom: 4px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
}
body#topics1 .type0 .entryBox .title span.inner:before,
body#topics1 .type0 .entryBox .title span.inner:after,
body#topics2 .type0 .entryBox .title span.inner:before,
body#topics2 .type0 .entryBox .title span.inner:after,
body#topics3 .type0 .entryBox .title span.inner:before,
body#topics3 .type0 .entryBox .title span.inner:after {
  content: none;
}
body#topics1 .type0 .entryBox .body,
body#topics2 .type0 .entryBox .body,
body#topics3 .type0 .entryBox .body {
    margin-top: 36px;
}
.type0 .entryBox .date {
  color: #8e8e8e;
}

.rssBtn {
  display: none;
}


/* End */