@charset "UTF-8";
/*
Theme Name: Rotary_club
Author: Maruoka Rotary Club
Description: This is my original theme.
Version: 1.0
*/

.clear {
  clear: both;
}

body {
  margin: 0;
  padding: 0;
  font-family: '遊ゴシック', 'ヒラギノ角ゴPro', 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 100%;
  line-height: 1.5em;
  background: #f6f6f6;
}

ul, li, p, div {
  margin: 0;
  padding: 0;
}


/*----------------------------------------------------------------------------*\

  $ リセット

\*----------------------------------------------------------------------------*/
dl,dt,dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}


/*----------------------------------------------------------------------------*\

  $ 全体の骨格

\*----------------------------------------------------------------------------*/

header {
  /*  border-bottom:1px solid #ddd;*/
  background-color: #f6f6f6;
  box-sizing: border-box;
}

.contents {
  padding: 30px 0 20px 32px;
  font-size: 14px;
}

.sub {
  padding: 30px 32px 20px 0;
}

footer {
  height: auto;
  background: #0268cc;
  color: #fff;
  border-top: 1px solid #ddd;
}

header,
footer,
.container {
  padding: 0;
  margin: 0;
}

/* 背景色 */

.container {
  background: #fff;
}

.header_line {
  background-color: #0268cc;
}

@media screen and (max-width: 767px) {
  .contents {
    padding: 30px 20px;
  }
  .sub {
    padding: 30px 0;
  }
}

@media screen and (max-width: 590px) {
  .container {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .container:after {
    content: "";
    display: block;
    clear: both;
  }

  .contents {
    float: left;
    width: 64%;
    padding-right: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sub {
    float: right;
    width: 30%;
  }
}

@media screen and (min-width: 1040px) {
  .container, .header-inner, .footer-inner {
    clear: both;
    width: 1000px;
    margin: 0 auto;
  }

  .sub-header {
    width: 1000px;
    margin: 0 auto;
  }
}

/* ヘッダー最上部のナビ
--------------------------------------------------------- ヘッダー最上部のナビ */

.header_nav {
  margin: 0 auto;
  padding: 6px 0;
  color: #fff;
  text-align: center;
}

.header_nav li {
  display: inline;
  line-height: 1;
}

.header_nav li a {
  display: inline;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
}

nav .menu li {
  list-style: none;
}

/* トグルボタン */
.header-inner {
  position: relative;
  padding-top: 10px;
}

.header-inner h1,
.header-inner a {
  margin: 0;
  padding: 0;
}

#navbtn {
  position: absolute;
  top: 30px;
  right: 10px;
  padding: 4px 12px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}

#navbtn:hover {
  background: #ddd;
}

#navbtn:focus {
  outline: none;
}

#navbtn {
  color: #888;
  font-size: 18px;
}

@media screen and (max-width: 599px) {
  .header_nav {
    margin: 0 auto;
    text-align: center;
  }

  .header_nav li {
    display: inline;
    border: 0;
  }
  .header_nav li a {
    display: inline;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {

  nav .menu-nav-container {
    display: none;
  }

  .header_nav li {
    border: 0;
  }
  nav .menu-nav-container ul {
    padding: 2em;
    background-color: #0268CC;
    color: #fff;
  }
  nav .menu-nav-container ul li {
    line-height: 2em;
  }
  nav .menu-nav-container ul li a {
    text-decoration: none;
    color: #fff;
  }
  nav .menu-nav-container ul li::before {
    font-family: FontAwesome;
    content: '\f101';
    /* アイコンのunicode */
    margin-right: 0.7em;
  }
  nav .menu-nav-container ul li ul.sub-menu {
    padding: 0 1.5em;
  }
  nav .menu-nav-container ul li ul.sub-menu li::before {
    font-family: FontAwesome;
    content: '\f105';
    /* アイコンのunicode */
  }
}

@media screen and (max-width: 590px) {
  #navbtn {
    top: 80px;
    right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .header_nav {
    height: 20px;
    width: 768px;
    margin: 0 auto;
    color: #fff;
    text-align: right;
  }

  .header_nav li {
    float: right;
    list-style: none;
    color: #fff;
  }
  .header_nav li a {
    padding: 6px 5px;
    color: #fff;
    font-size: 0.9em;
    text-decoration: none;
  }
  /* メインメニューのリンクを横に並べる設定

  nav .menu {
    clear: both;
    margin:0;
    padding:20px 0 0;
  }

  nav .menu li {
    float: left;
    list-style:none;
  }

  nav .menu li a {
    display: block;
    padding:8px 27px;
    margin: 0 0;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background:url(./img/top_title.jpg) repeat-x;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right: groove 1px #7e7e7e;
    letter-spacing: 0.2em;
    font-size: 14px;
    text-decoration:none;
  }

  nav .menu li a:hover {
    background:url(./img/top_title_on.jpg) repeat-x;
    color: #fff;
  }
*/
  .menu-nav-container {
    clear: both;
    background: url(./img/top_title.jpg) repeat-x;
    height: 52px;
  }


  .menu-nav-container ul#menu-nav {
    display: -webkit-box;
    display: -moz-box;
    width: 100%;
  }
  .menu-nav-container ul li.menu-item {
    position: relative;
    /*z-indexの指定や子要素の基準とするために指定*/
    z-index: 1;
    /*ドロップダウンしたメニューが隠れないように*/
    float: left;
    /*親メニューは横1列に並べる*/
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    border-right: 1px solid #525252;
  }
  .menu-nav-container ul li.menu-item a {
    display: block;
    /*要素の幅いっぱいにするために指定*/
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    background: url(./img/top_title.jpg) repeat-x;
  }
  /*マウスオーバー時等にメニューの色を変更*/
  .menu-nav-container ul li.menu-item a:hover, /*マウスオーバー時*/
  .menu-nav-container ul li.current-menu-item a, /*現在表示されているページのメニュー*/
  .menu-nav-container ul li.current-menu-parent a, /*現在表示されているページの親のメニュー*/
  .menu-nav-container ul li.current-post-ancestor a {
    color: #fff;
    text-decoration: none;
  }

  .menu-nav-container ul li.menu-item a:hover {
    background: url(./img/top_title_on.jpg) repeat-x;
    color: #fff;
    text-decoration: none;
  }

  .menu-nav-container ul li ul.sub-menu {
    display: none;
    /*サブメニューは最初は非表示にしておく*/
    position: absolute;
    /*絶対配置にしておかないとうまくいかない*/
    top: 52px;
    left: 0;
    background: url(./img/top_title.jpg) repeat-x;
  }
  .menu-nav-container ul li:hover ul.sub-menu {
    display: block;
    /*マウスオーバー時にサブメニューを表示する*/
  }
  .menu-nav-container ul li ul.sub-menu li {
    float: none;
    /*サブメニューはフロートさせないので解除*/
    white-space: nowrap;
    padding: 0px;
    /*親メニューのパディングを解除*/
  }
  .menu-nav-container ul li ul.sub-menu li a {
    padding: 0 27px;
    height: 52px;
    color: #fff;
    text-align: center;
  }
  /*サブメニューで現在表示されているページのリンクの色を変更する*/
  .menu-nav-container ul li ul.sub-menu li.current-menu-item a {
    display: block;
  }

  .header-inner:after {
    content: "";
    display: block;
    clear: both;
  }

  /* ヘッダーのロゴ部分 */
  .site {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin-bottom: 16px;
  }
  .header-right {
    font-size: 12px;
    line-height: 1.2;
  }

  /* トグルボタンは表示しない */
  #navbtn {
    display: none;
  }
}

.header-right dl dt {
  float: left;
}

.header-right dl dd {
  margin-left: 4em;
}

@media screen and (max-width: 767px) {
  .header-right {
    display: none;
  }
}

@media screen and (min-width: 1040px) {
  .header_nav {
    width: 1000px;
    padding: 5px 0;
    margin: 0 auto;
    color: #fff;
    text-align: right;
  }
}


/* フッター
--------------------------------------------------------- フッター */

.footer-inner {
  margin-top: 15px;
  padding: 0;
}

.footer-inner .footer_box {
  width: 310px;
  float: left;
  margin-right: 10px;
}

.footer-inner .footer_box li {
  display: block;
  margin-left: 40px;
}

.footer-inner .footer_box h2 {
  margin-bottom: 10px;
  font-size: 12px;
}

.footer-inner .footer_box li a {
  font-size: 12px;
  color: #fff;
}

.footer-inner .footer_box li a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.copyright {
  clear: left;
  margin-top: 10px;
  padding-bottom: 30px;
}

.copyright p {
  text-align: center;
  color: #fff;
  font-size: 12px;
}


/* サイドバー
--------------------------------------------------------- サイドバー */
.sub h2 {
  width: 100%;
  margin: 0 auto;
  padding: 13px 0;
  font-size: 16px;
  text-align: left;
  background: url(img/reikai_yotei_title2-min.png) repeat-x left top;
  color: #fff;
  text-indent: 15x;
  line-height: 1.6;
  letter-spacing: 1em;
}

.sub h2::before {
  content: url(img/reikai_yotei_title2-icon.png);
  padding: 0 1em;
}

.sub .reikai {
  padding: 5px 10px;
  margin-top: 0;
  margin-bottom: 10px;
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  font-size: 12px;
  background: #f6f6f6;
}

.sub .reikai_info {
  padding: 5px 10px;
  margin-top: 0;
  margin-bottom: 10px;
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  background: #f2f5f9;
  font-size: 12px;
}

.sub .reikai h3 {
  padding: 0;
  margin: 1em 0 0 0;
}

@media screen and (max-width: 767px) {
  .sub h2 {
    background: url(img/reikai_yotei_title2-min.png) repeat-x left top;
  }
  .sub .reikai,
  .sub .reikai_info {
    margin-bottom: 0;
    padding: 10px 20px;
  }
}

/* 最近の投稿、検索 */
.sub .widget_recent_entries ul,
.sub .widget_archive ul {
  margin: 0;
  padding: 0;
}

.sub .widget_recent_entries li,
.sub .widget_archive li {
  margin-left: 25px;
}

.sub .widget_recent_entries li a,
.sub .widget_archive li a {
  display: inline-block;
  color: #000;
  font-size: 12px;
  text-decoration: none;
}

.sub .widget_recent_entries li a:link,
.sub .widget_recent_entries li a:visited,
.sub .widget_archive li a:link,
.sub .widget_archive li a:visited {
  color: #333;
}

.sub .mymenu-large .thumb {
  width: 100%;
  height: 100px;
}

.sub .widget_search {
  margin: 30px 0;
  font-size: 14px;
}

.sub .widget_search .search-field,
.sub .widget_search .search-submit {
  font-size: 14px;

}

.sub .widget_recent_entries h2 {
  font-size: 16px;
  color: #fff;
}

.sub .widget_recent_entries span {
  font-size: 12px;
}

.sub .widget_recent_entries li {
  list-style: none;
  margin-left: 0.5em;
}

.sub .widget_recent_entries li:before {
  font-family: FontAwesome;
  content: '\f0da';
  /* アイコンのunicode */
  font-size: 0.8em;
}

.sub .widget_recent_entries li a {
  color: #0268cc !important;
}

.sub .widget_recent_entries li a:hover {
  text-decoration: underline;
}

/* アーカイブの表示 */

.sub_archive {
  margin: 0;
  padding: 0 15px;
}

.sub_archive li {
  margin-left: 20px;
  padding: 0;
  display: inline-block;
  font-size: 12px;
  list-style: none;
}

.sub_archive_year h4 {
  margin: 5px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .sub .widget_search {
    margin: 30px 20px;
  }
  .sub .widget_search input[type="search"] {
    padding: 0.3em 0;
    width: 70%;
  }
  .sub_archive {
    margin: 1em 0;
  }
  .sub .widget_recent_entries ul {
    padding-left: 15px;
  }
}

/* 固定ページ */

.sub .mymenu-page {
  padding: 0 0 0 20px;
}

.sub .mymenu-page h2 {
  margin: 0;
  padding: 10;
}

.sub .mymenu-page li {
  list-style: none;
  width: 100%;
  height: 52px;
  margin-bottom: 10px;
  background: #2977b9;
  color: #fff;
}

.sub .mymenu-page li a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 52px;
  color: #fff;
}

.sub .mymenu-page li a:link,
.sub .mymenu-page li a:visited {
  display: block;
  line-height: 3;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.sub .mymenu-page li:last-child a {
  border: none;
}

@media screen and (min-width: 600px) {
  .mymenu-top ul:after {
    content: "";
    display: block;
    clear: both;
  }

  .mymenu-top li {
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mymenu-top li:nth-child(odd) {
    clear: both;
    padding-right: 15px;
  }

  .mymenu-top li:nth-child(even) {
    padding-left: 15px;
  }
}



/*----------------------------------------------------------------------------*\

  $ indexページ

\*----------------------------------------------------------------------------*/

.hero {
  position: relative;
  margin-top: 0;
}

.hero-img {
  width: 100%;
  height: auto;
  margin: 10px 0 30px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.hero-img::before {
  display: block;
  content: "";
  padding-top: 30%;
}

.contents .content_title {
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  border-top: 2px solid #f60;
}

.contents .oshirase {
  padding: 0 0 0 15px;
  margin: 0 0 15px 0;
}

.contents .oshirase .hiduke {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}

.contents .oshirase time,
.contents .oshirase a {
  display: inline;
  margin: 0;
  padding: 0;
}

/* 活動報告 */
.contents .katudou {
  padding: 0;
  margin: 0;
}

.contents .katudou .hiduke {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}

.katudou article {
  float: left;
  width: 280px;
  height: 300px;
  padding-right: 15px;
  margin-bottom: 15px;
}

/* サムネイル画像を付けたメニューのデザイン */
.katudou .thumb:after {
  content: "";
  display: block;
  clear: both;
}

.katudou .thumb {
  display: inline-block;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: 50% 0%;
  border: 1px solid #e8e8e8;
}

.katudou p {
  display: inline;
  width: auto;
  margin-left: 0;
  font-size: 12px;
}

.katudou h3 {
  display: inline;
  color: #666;
  font-size: 13px;
}


@media screen and (max-width:599px) {
  .katudou article {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
}

@media screen and (min-width:600px) and (max-width:767px) {
  .katudou article {
    width: 46%;
  }
}
@media screen and (max-width: 599px) {
  .hero-img {
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/* index page リンクバナー */

.index_large_banner {
  clear: both;
}

.index_large_banner li {
  display: block;
  float: left;
  list-style: none;
  margin: 0 15px 15px 0;
}

.index_large_banner .thumb {
  position: relative;
  width: 280px;
  height: 100px;
}

.index_large_banner .thumb h2 {
  position: absolute;
  left: 20px;
  top: 63px;
  font-size: 14px;
  text-align: center;

}

.index_large_banner .thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  color: #fff;
}

.index_large_banner .thumb a:link,
.index_large_banner .thumb a:visited {
  text-decoration: none;
  color: #fff;
}

.index_large_banner .banner1 {
  background: url(./img/banner_box1.png) no-repeat top left;
}

.index_large_banner .banner2 {
  background: url(./img/banner_box2.png) no-repeat top left;
}

.index_large_banner .index_link_list {
  font-size: 14px;
}


/*記事の一覧*/

.top_gaiyou a {
  display: block;
  padding: 5px 0 0;
  color: #16468f;
  text-decoration: none;
}

.top_gaiyou a:hover {
  text-decoration-line: underline;
  color: #0268cc;
}

.top_gaiyou p {
  margin: 0;
  font-size: 14px;
}

/* カテゴリー概要一覧 */

.category h1 {
  font-size: 18px;
}

.cate_gaiyou a {
  display: block;
  padding: 20px 0;
  border-bottom: dotted 2px #dddddd;
  color: #000000;
  text-decoration: none;
}

.cate_info h3 {
  display: block;
  padding: 20px 0 10px;
  margin-bottom: 15px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: dotted 2px #dddddd;
  border-top: dotted 2px #dddddd;
}

.cate_news a:link,
.cate_news a:visited {
  font-weight: bold;
  font-size: 16px;
}

.cate_news {
  margin-bottom: 10px;
}

.cate_gaiyou a:hover {
  background-color: #eeeeee;
}


.cate_gaiyou a:after {
  content: "";
  display: block;
  clear: both;
}

.cate_gaiyou img {
  float: left;
  width: 200px;
}

.cate_gaiyou .text {
  float: none;
  width: auto;
  margin-left: 230px;
}

.cate_info h3,
.cate_gaiyou h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.cate_info p,
.cate_gaiyou p {
  margin: 0;
  font-size: 14px;
}

.cate_gaiyou .kiji-date {
  margin-bottom: 8px;
}


.cate_info .info_text {
  margin: 10px 10px 30px 10px;
}

.cate_info .cate_info_kiji {
  margin-bottom: 80px;
}


@media screen and (max-width: 599px) {
  .cate_gaiyou a {
    padding: 10px 0;
  }

  .cate_gaiyou img {
    width: 100px;
  }

  .cate_gaiyou .text {
    margin-left: 110px;
  }

  .cate_gaiyou h3 {
    font-size: 16px;
  }

  .cate_gaiyou p {
    visibility: hidden;
    height: 0;
  }

  .cate_gaiyou .kiji-date {
    margin-bottom: 0;
  }
}




/*----------------------------------------------------------------------------*\

  $ 記事ページ

\*----------------------------------------------------------------------------*/

.kiji:after {
  content: "";
  display: block;
  clear: both;
}

.kiji h1 {
  margin: 0 0 10px;
  font-size: 16px;
}

.kiji p {
  margin: 0;
}

.kiji-date {
  text-align: right;
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 20px;
}

/* タグ */
.kiji-tag {
  margin-bottom: 10px;
}

.kiji-tag ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kiji-tag li a {
  display: block;
  margin-right: 5px;
  margin-bottom: 2px;
  padding: 1px 5px;
  border-radius: 2px;
  background-color: #B1B7B5;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}

.kiji-tag li a:hover {

  background-color: #434343;
}

.kiji-tag ul:after {
  content: "";
  display: block;
  clear: both;
}

.kiji-tag li {
  float: left;
  width: auto;
}

.contents > h1 {
  margin-top: 0;
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  .kiji h1 {
    margin: 0 0 10px;
    font-size: 1rem;
  }

  .kiji p {
    font-size: 14px;
  }

  .kiji-date {
    text-align: right;
    font-size: 11px;
  }

  .contents > h1 {
    font-size: 16px;
  }

  .archive .bread li:last-child {
    text-indent: 0;
  }
}


/* ページネーション
--------------------------------------------------------- ページネーション */
.pagination {
  margin: 40px 0 30px;
  text-align: center;
}

.pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li a,
.pagination li > span {
  display: block;
  margin: 0 5px;
  padding: 6px 8px;
  border: solid 1px #cccccc;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}

.pagination li > span {
  background-color: #efefef;
}

.pagination li a:hover {
  background-color: #eeeeee;
}

.pagination ul:after {
  content: "";
  display: block;
  clear: both;
}

.pagination li {
  float: left;
  width: auto;
}

/* パンくずナビの位置 */

.sub-header {
  margin-top: 10px;
  padding-left: 5px;
}


.bread {
  overflow: hidden;
  font-size: 12px;
}

.bread ol, .bread li {
  margin: 0;
  padding: 0;
}

.bread li {
  float: left;
  padding-right: 5px;
  list-style: none;
}

.bread li a {
  color: #333;
  text-decoration: none;
}



/*----------------------------------------------------------------------------*\

  $ common

\*----------------------------------------------------------------------------*/
/*キャプション*/
.wp-caption-text {
  margin: 0;
  font-size: 14px;
  text-align: left;
}

/*画像の配置*/
.aligncenter {
  display: block;
  margin: 30px auto;
}

/* アイキャッチ */
.catch {
  margin: 30px 0;
  text-align: center;
}

a img {
  border: none;
}

/*大きい画像の設定*/
img, wp-caption {
  max-width: 100%;
  height: auto;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

@media screen and (max-width: 599px) {
  .alignleft,
  .alignright {
    display: block;
    margin: 30px auto;
  }
}

@media screen and (min-width: 600px) {
  /* 画像を左右に振った場合の動作。*/
  .alignleft {
    float: left;
    margin: 10px 30px 20px 0;
  }
  .alignright {
    float: left;
    margin: 10px 0 20px 30px;
  }
}

/* table関連 */
.contents table,
.page_contents table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #666;
}

.contents th,
.contents td,
.page_contents th,
.page_contents td {
  border-collapse: collapse;
  border: 1px solid #666;
  font-size: 14px;
  padding: 3px 5px;
}

.page_contents th {
  background: #e1ecff;
}

.contents table td {
  vertical-align: top;
}




/*----------------------------------------------------------------------------*\

  $ 固定ページ

\*----------------------------------------------------------------------------*/
.page_contents {
  padding: 30px 40px;
}

.page_contents p {
  margin-top: 15px;
  font-size: 14px;
}

@media screen and (max-width:767px) {
  .page_contents {
    padding: 30px 20px;
  }
}

/* クラブ概況 */
.page_contents .gaiyo_top_navi {
  margin-bottom: 30px;
  text-align: right;
}

.page_contents .gaiyo_top_navi a {
  padding-left: 16px;
  background: url(./img/red_ya.gif) no-repeat;
  background-position: 0px 5px;
  font-size: 14px;
}

.page_contents .gaiyo_top_navi li {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  /*  list-style-image:url(./img/ye_ya.png) no-repeat left top;*/
}

.page_contents .gaiyo_top_navi li a:link,
.page_contents .gaiyo_top_navi li a:visited {
  text-decoration: none;
  display: inline-block;
  color: #333;
}

.page_contents .gaiyo_top_navi li a:hover {
  text-decoration: underline;
  color: #333;

}

.page_contents .club_gaikyou_annai {
  margin: 15px 0;
}


.page_contents .club_gaikyou_annai th,
.page_contents .member th {
  background: #e1ecff;
}


.page_contents .club_gaikyou_annai td {
  text-align: right;
}


@media screen and (max-width:767px) {
  .page_contents .club_gaikyou_annai {
    overflow: scroll;
  }
}


.page_contents .club_gaiyo_jinko table,
.page_contents .club_gaiyo_info table {
  width: 70%;
  border-spacing: 0;
}

@media screen and (max-width: 767px) {
  .page_contents .club_gaiyo_jinko table,
  .page_contents .club_gaiyo_info table {
    width: 100%;
  }
}

.page_contents .club_riji table {
  border-spacing: 0;
  text-align: left;
}

.page_contents .club_riji h4 {
  margin: 10px 0;
}

.page_contents .club_riji td,
.page_contents .club_riji th {
  padding: 0.3em 0.3em 0.3em 0.8em;
}

.page_contents .club_riji th {
  background: #e1ecff;
  letter-spacing: 0.3em;
}

.page_contents .club_riji th span {
  font-weight: normal;
  font-size: 0.9em;
  display: block;
  letter-spacing: 0.1em;
}

.page_contents .club_gaiyo_info th {
  width: 150px;
  background: #e1ecff;
  text-align: center;
}

.page_contents .club_gaiyo_info td {
  text-align: left;
}

.page_contents .club_gaiyo_jinko th {
  background: #e1ecff;
  text-align: center;
}

.page_contents .club_gaiyo_jinko td {
  text-align: left;
}


/* 理事・役員・委員会一覧 */

.post-content {
  width: 100%;
  margin: 15px auto;
}

.letter30 {
  letter-spacing: 30px;
}

.letter15 {
  letter-spacing: 15px;
}

.letter10 {
  letter-spacing: 10px;
}

.page_contents .fukui_club_list table {
  border-bottom: 1px solid #333;
}

.page_contents .fukui_club_list th,
.page_contents .fukui_club_list td {
  border: 1px dashed #333;
}

.page_contents .fukui_club_list th {
  border-bottom: 1px solid #333;
}

.page_contents .fukui_club_list .border2 {
  border-bottom: 1px solid #333;
}

.center {
  text-align: center !important;
}

.right {
  text-align: center;
}

.left {
  text-align: left !important;
}

.kiji_list li {
  margin-left: 35px;
  font-size: 14px;
}

/*----------------------------------------------------------------------------*\

$ 修正/追加スタイル

\*----------------------------------------------------------------------------*/

/********** clearFix **********/

.cFix:before,
.cFix:after {
  content: "";
  display: table;
}

.cFix:after {
  clear: both;
}

.cFix {
  /*　IE対策　*/
  *zoom: 1;
}

/********** ビジター受付 **********/

/* ----- トップページ　ビジター受付案内 ----- */

.visit_lead {
  color: #16468f;
}

.visit_sublead {
  font-weight: normal;
  padding: 0 1em;
}

.visiter {
  padding-bottom: 10px;
}

.visit_wrap {
  display: block;
  width: 90%;
  margin-top: 0.5em;
  padding: 0 5%;
}

.visit_date,
.visit_time {
  width: 7.5em;
  display: inline-block;
}

.visit_more {
  float: right;
  letter-spacing: 0.2em;
  font-size: 0.9em;
}

.visit_more a {
  text-decoration: none;
}

.visit_more a:hover {
  text-decoration: underline;
}

/* ----- ビジター受付記事ページ ----- */

.visiter_h1 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1em;
}

.visiter_content {
  margin-top: 2em;
}

#visiter .visit_wrap {
  margin-top: 2em;
  padding: 1em;
  border: 1px solid #e5e5e5;
}

#visiter .visit_wrap h2 {
  font-size: 1.2em;
  margin: 0;
}

#visiter .visit_wrap span {
  display: block;
  width: 100%;
}

@media screen and (max-width: 590px) {
  .visit_wrap {
    padding: 0;
    width: 100%;
  }
  #visiter .visit_wrap {
    width: 95%;
    padding: 0.5em;
  }
}

/* ----- ビジター受付一覧 ----- */
#category_visit .visit_table_th,
#category_visit .visit_post {
  width: 100%;
  margin-top: 2em;
  display: table;
  text-align: center;
}

#category_visit .visit_table_th {
  background-color: #e7e7e7;
}

#category_visit .visit_box {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em 0;
}

#category_visit .visit_date,
#category_visit .visit_time {
  width: 22%;
}

#category_visit .visit_place {
  width: 40%;
}

#category_visit .visit_more {
  float: none;
  background-color: #fff;
  letter-spacing: 0.2em;
}

#category_visit .visit_more a {
  color: #0268cc;
}

#category_visit .visit_more a:hover {
  background-color: #fff;
  text-decoration: underline;
}

#category_visit .visit_post {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}

/********** アーカイブページ **********/

.archive-date {
  display: block;
  font-weight: normal;
}

/********** 記事ページ **********/

#post h2 {
  margin-top: 64px;
  padding-bottom: 8px;
  border-bottom: 1px solid #0268cc;
}

.wrap {
  display: block;
  clear: both;
  margin-top: 24px;
}

.wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#post .borderLine {
  border-top: 1px dotted #e7e7e7;
}

ul.rotarynotomoList li {
  font-weight: bold;
}

/* ----- 会長あいさつ ----- */

.messageWrap {
  line-height: 2;
}

.messageWrap h3 {
  padding: 4px;
  background-color: #f7f7f7;
}

.subTitle {
  display: block;
  font-size: 0.8em;
}

.underLine {
  border-bottom: 3px double #000;
}

.lead {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
  margin: 8px;
}

.messageDl {
  display: block;
  width: 100%;
  padding-left: 3em;
  margin-top: 4px;
}

#chairmanMessage {
  line-height: 2em;
}

#chairmanMessage .indent {
  text-indent: 1em;
}

#chairmanMessage p {
  font-size: 1rem;
}

#chairmanMessage h2 {
  font-size: 1.1em;
  border-left: 10px solid #0268cc;
  font-weight: bold;
  padding: 1em;
}

#chairmanMessage .subBox {
  background: #f2f2f2;
  font-size: 1rem;
  padding: 1em;
  font-weight: bold;
}


@media screen and (max-width:590px) {
  .messageDl {
    padding-left: 1em;
  }
  .messageDl dd {
    margin-left: 20px;
  }
}

/* ----- 見出し ----- */
.title_lv1 {
  font-weight: bold;
  padding: 0.2em 0 0.2em 0.5em;
  border-left: 5px solid #000;
}


/* ----- 横並びボックス ----- */

.wrap .doubleBox {
  clear: both;
}

.wrap .doubleBox .leftBox {
  float: left;
  width: 70%;
}

.wrap .doubleBox .rightBox {
  float: right;
  width: 30%;
}

.wrap .doubleBox .leftBoxHalf {
  float: left;
  width: 48%;
}

.wrap .doubleBox .rightBoxHalf {
  float: right;
  width: 48%;
}

/********** ページャー **********/

.postNavi {
  margin-top: 128px;
}

#prev,
#next {
  width: 100%;
  padding: 8px;
  display: block;
  background-color: #f6f6f6;
}

#next {
  text-align: right;
  margin-top: 8px;
}


@media screen and (max-width:767px) {
  #prev,
  #next {
    width: 95%;
  }
}


.postNavi a {
  display: block;
  width: auto;
  text-decoration: none;
  color: #535353;
}

.postNavi a:hover {
  color: #0268cc;
}

.postNavi i {
  margin: 0 4px;
}

/********** 問い合わせフォーム **********/

form {
  width: 80%;
  margin: 0 auto;
}

form input[type="submit"] {
  width: 100%;
}

form input[type="text"],
form select {
  padding: 2px;
  vertical-align: middle;
}

form .i-long {
  width: 100%;
}

form .i-half {
  width: 50%;
}

.address {
  margin-top: 4px;
}

.formLabel {
  font-weight: bold;
  margin: 1em 0 0.2em 0 !important;
  padding: 2px;
}

.mw_wp_form_confirm .formLabel {
  background: #e8e8e8;
}

/* ----- バツ１婚申込ページ ----- */

.post-2226 h2 {
  margin-top: 32px;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.5em;
}

/********** テーブル **********/

.noBorder,
.noBorder th,
.noBorder td {
  border: none !important;
}

/********** リスト **********/

ul.orgList li {
  padding-left: 0.5em;
  margin-left: 2em;
}

ul.noMarkList {
  margin: 0;
}

ul.noMarkList li {
  list-style: none;
  margin-left: 1em;
}

ol.list01 {
  font-weight: bold;
  list-style: normal;
}

ol.list02 {
  font-weight: normal;
  list-style-type: none;
  counter-reset: circlenumber;
  padding-left: 0;
}

ol.list02 li:before {
  counter-increment: circlenumber;
  content: counter(circlenumber);
  border: 0.8px solid #000;
  border-radius: 50%;
  margin-right: 0.5em;
  font-size: 0.8em;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
}

ol.list02 li span.indent {
  padding-left: 1.7em;
}

ol.list01 ul {
  font-weight: normal;
  padding-left: 2em;
  list-style: disc;
}

.list03 {
  list-style: none;
  margin-top: 2em;
}
.list03 li {
  font-weight: bold;
  margin-top: 0.5em;
}
.list03 li>ul>li {
  font-weight: normal;
  list-style: none;
  margin-left: 1em;
}
.list04 {
  padding: 0 0 0 2em !important;
}


/********** グレーボックス **********/
.grayBox {
  background: #f2f2f2;
  padding: 1em;
  font-size: 0.97em;
  margin: 0.5em 0em;
  border-radius: 10px;
}

/********** 装飾 **********/
.nodeco {
  text-decoration: none;
  color: #000;
}
.alignRight {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.block {
  margin-top: 16px;
}

.wrap {
  margin-top: 64px;
}

.noborder {
  border: 0 !important;
}

.space-right01 {
  margin-right: 1em;
}

.space-right02 {
  margin-right: 2em;
}

.space-right03 {
  margin-right: 3em;
}
.space_p-01 {
  padding: 0.7em;
}

.border {
  border: 1px solid #aaaaaa;
}


/********** 2019-2020年度のページレイアウト **********/

.categoryid-25 .contents h1 {
  display: block;
  background: #ad3140;
  color: #fff;
  border: 0;
  padding: 0.5em;
}

.categoryid-25 #post h2 {
  color: #ad3140;
  border-bottom: 1px solid #ad3140;
}



/********** 2020-2021年度のページレイアウト **********/

.categoryid-26 .contents h1 {
  display: block;
  background: #AA00A9;
  color: #fff;
  border: 0;
  padding: 0.5em;
}

.categoryid-26 #post h2 {
  color: #AA00A9;
  border-bottom: 1px solid #AA00A9;
}

.btn-small .wp-block-button__link{
    font-size: 14px;
}

.btn-small.is-style-outline .wp-block-button__link {
    border: 1px solid;
}



/********** 2021-2022年度のページレイアウト **********/

.categoryid-27 .contents h1 {
  display: block;
  background: #E46C0A;
  color: #fff;
  border: 0;
  padding: 0.5em;
}

.categoryid-27 #post h2 {
  color: #E46C0A;
  border-bottom: 1px solid #E46C0A;
}

.btn-small .wp-block-button__link{
    font-size: 14px;
}

.btn-small.is-style-outline .wp-block-button__link {
    border: 1px solid;
}




/********** 2022-2023年度のページレイアウト **********/

.categoryid-29 .contents h1 {
  display: block;
  background: #000033;
  color: #fff;
  border: 0;
  padding: 0.5em;
}

.categoryid-29 #post h2 {
  color: #000033;
  border-bottom: 1px solid #000033;
}

.btn-small .wp-block-button__link{
    font-size: 14px;
}

.btn-small.is-style-outline .wp-block-button__link {
    border: 1px solid;
}
