@charset "utf-8";



/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   リンクの基本設定                               */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */


/* anchor リンクのデフォルト
--------------------------------------------------- */
a{
  color: inherit;
  text-decoration: none;
}
a:link {
}
a:visited {
}
a:active{
}
a:hover {
  text-decoration: underline;
}

/* tel link 電話番号リンク（スマホ用）
--------------------------------------------------- */
a.TelLink{
  color: #116cc1!important;
  text-decoration: none!important;
}
a.TelLink::before{

}

span.Tel::before{
  content: '\e82a'; 
  font-family: "co-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-right:0.2em;
}
span.Fax::before{
  content: '\e82b'; 
  font-family: "co-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-right:0.2em;
}

a.TelLink:hover{
  text-decoration: none!important;
}

a.MapButton{
  display: inline-block;
  border-radius: 6px;
  text-align: left;
  color: inherit;
  border: 0px solid;
  background: #fff;
  padding: 0;
  cursor: pointer;
  margin:2px 0 10px 0;
}
  
a.MapButton::before{
  content: '\e858'; 
  font-family: "co-font";
  margin-right:0.2em;
}


a.PageLinkButton{
  display: inline-block;
  border-radius: 0px;
  text-align: left;
  border-left: 8px solid #97ca49;
  padding: 0.2em 1em;
  cursor: pointer;
  margin:2px 0 10px 2px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ececec), color-stop(0.25, #ececec), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ececec), color-stop(0.75, #ececec), color-stop(0.75, white), to(white));
  background: -moz-linear-gradient(-45deg, #ececec 25%, white 25%, white 50%, #ececec 50%, #ececec 75%, white 75%, white);
  background: linear-gradient(-45deg, #ececec 25%, white 25%, white 50%, #ececec 50%, #eee 75%, white 75%, white);
  background-size: 6px 6px;
}
a:hover.PageLinkButton{
  color:#89b742;
  
}
  
a.PageLinkButton::before{
  content: '\e84f'; 
  font-family: "co-font";
  margin-right:0.2em;
  
}




/* link icon
--------------------------------------------------- */
.icon-file-pdf:before,
.icon-file-archive:before,
.icon-file-word:before,
.icon-file-excel:before,
.icon-file-audio:before{
  display: inline-block!important;
  /*padding: 0.25em!important;*/
  font-size: 125%!important;
  color: #fff!important;
  width:auto;
  line-height: 2;
  width: 2em;
  border-radius: 100%;
}
.SknTplTextList ul.TextList > li > a::before{
  border-radius: 0.2em;
}
.icon-file-pdf:before{
  background: #f00!important;
}
.icon-file-word:before{
  background: #2c5a9d!important;
}
.icon-file-excel:before{
  background: #1f7043!important;
}
.icon-file-audio:before{
  color: #333;
  background: #f90!important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   トランジション設定                             */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

.transition{
  -webkit-transition: all .2s;
          transition: all .2s;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   images                                         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 画像のはみ出し防止
--------------------------------------------------- */
img{
  max-width: 100%;
}
    /* googlemap 内の画像は適用外 */
    #GoogleMap img{
      max-width: none;
    }
    /*オリジナルサイズで表示*/
    img.SizeOrg{
      width:auto!important;
    }


/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Text and Heading                               */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* font フォント
--------------------------------------------------- */

/* basic */
.fontSansSerif{
  font-family: "Verdana", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", "Century Gothic", sans-serif;
}
.fontSerif{
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HiraMinProN-W3", "MS PMincho", serif;
}
.fontMonospace{
  font-family: Osaka-mono, "MS Gothic", monospace;
}

/* PageTitle
--------------------------------------------------- */
.PageTitle{
  
}
    .PageTitle{
      color: #fff;
      background-color: #5eb62b;
      background-position: 50% 50%;
      background-repeat: no-repeat;
    }
    .PageTitle .Heading{
      width: 1200px;
      margin: 0 auto;
      line-height: 80px;
      letter-spacing: 0.1em;
      /*font-size: 125%;*/
      font-size: 200%;
      padding-left: 20px;
      color:#333;
      font-weight:normal;
      margin: 0 auto;
      line-height: 1.3;
      padding:0.6em;
      
      
    }
    .PageTitle .Heading:first-child{
      /*margin-top: 20px;*/
     }
    /* アイコンの設定 */
    .PageTitle .Heading::before{
      opacity: 0.2;
      -webkit-transform: scale(1.25);
              transform: scale(1.25);
      margin-right: 0.5em;
    }
    .PageTitle.Type2 .Heading::before{
      -webkit-transform: scale(1.75);
              transform: scale(1.75);
    }
    /* 背景の設定 */
    .PageTitle.Type1{
      background-image:  url(../img/common/decoration/pagetitle_bg_green.png);
    }
    .PageTitle.Type2{
      background-image:  url(../img/common/decoration/pagetitle_bg_green.png);
    }
    .PageTitle.Type3{
      background-image:  url(../img/common/decoration/pagetitle_bg_green.png);
    }
    .PageTitle.Type4{
      background-image:  url(../img/common/decoration/pagetitle_bg_green.png);
    }

/* Heading 見出しバリエーション
--------------------------------------------------- */
.Heading{
  margin: 2em 0 0.75em;
  font-weight: bolder;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.Heading:first-child{
  margin-top: 1em;
}
    /* Type1 */
    .Heading.Type1{
      /*font-size: 200%;*/
      font-size: 160%;
      font-size: 1.6rem;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","Sawarabi Mincho", serif!important;
    }
    /* Type2 */
    .Heading.Type2{
      font-size: 100%;
      font-size: 1.2rem;
      color: #fff;
      background: #97ca48;
 /*     background: #00a33e;      新色*/
      
      
      vertical-align: middle;
      padding: 0.5em 0.5em 0.5em 1.0em;
      border-radius: 5px;
      
    }
    /* Type3 */
    .Heading.Type3{
      font-size: 1.2rem;
      border-bottom: 1px solid #ccc;
      padding-top: 0.2em;
      padding-bottom: 0.65em;
      padding-left: 20px;
      line-height: 1.5;
    }
        .Heading.Type3::before{
          content: "";
          display: block;
          background: #97ca49;
 /*         background: #00a33e;          新色*/
          height: 1.5em;
          height: 1.8em;
          /*height: calc(100% - 0.5em);*/
          width: 8px;
          position: absolute;
          left: 0px;
          top:  0px;
        }
    /* Type4 */
    .Heading.Type4{
      font-size: 100%;
      font-size: 1rem;
      line-height: 1.5;
      position: relative;
      border-radius: .3em;
      color: #97ca49;
/*      background: rgba(50,120,200,0.25);
      background-image: -webkit-repeating-linear-gradient(90deg, rgba(50,100,180,.125), rgba(50,100,180,.125) 1px, rgba(50,100,180,0) 1px, rgba(50,100,180,0) 40px),
                        -webkit-repeating-linear-gradient( 0deg, rgba(50,100,180,.125), rgba(50,100,180,.125) 1px, rgba(50,100,180,0) 1px, rgba(50,100,180,0) 40px);
      background-image:         repeating-linear-gradient(90deg, rgba(50,100,180,.125), rgba(50,100,180,.125) 1px, rgba(50,100,180,0) 1px, rgba(50,100,180,0) 40px),
                                repeating-linear-gradient( 0deg, rgba(50,100,180,.125), rgba(50,100,180,.125) 1px, rgba(50,100,180,0) 1px, rgba(50,100,180,0) 40px);
      background-size: 1em 1em;
*/
      padding: 0.75em 20px;
      background: #97ca49;
      color:#333;
      
      background:none;
      border:none;

      background: -webkit-gradient(linear, left top, right bottom, from(#ececec), color-stop(0.25, #ececec), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ececec), color-stop(0.75, #ececec), color-stop(0.75, white), to(white));
      background: -moz-linear-gradient(-45deg, #ececec 25%, white 25%, white 50%, #ececec 50%, #ececec 75%, white 75%, white);
      background: linear-gradient(-45deg, #ececec 25%, white 25%, white 50%, #ececec 50%, #eee 75%, white 75%, white);
      background-size: 6px 6px;
      
    }
        .Heading.Type4:before{
        }

    /* Type5 */
    .Heading.Type5{
      font-size: 1rem;
    }
    
    
    /* Type6 */
    .Heading.Type6{
      font-size: 100%;
      font-size: 1.2rem;
      background: #5bb6cb;      
      color: #fff;
      vertical-align: middle;
      padding: 0.5em 0.5em 0.5em 1.0em;
      border-radius: 5px;
    }
    
    
    /* Type7 */
    .Heading.Type7{
      font-size: 100%;
      font-size: 1rem;
      line-height: 1.5;
      position: relative;
      border-radius: .3em;
      color: #97ca49;
      padding: 0.75em 20px;
      background: #97ca49;
      color:#00a33e;
      
      background:none;
      border:none;

      background: -webkit-gradient(linear, left top, right bottom, from(#d9f1c0), color-stop(0.25, #d9f1c0), color-stop(0.25, #ddf5c5), color-stop(0.5, #ddf5c5), color-stop(0.5, #d9f1c0), color-stop(0.75, #d9f1c0), color-stop(0.75, #ddf5c5), to(#ddf5c5));
      background: -moz-linear-gradient(-45deg, #d9f1c0 25%, #ddf5c5 25%, #ddf5c5 50%, #d9f1c0 50%, #d9f1c0 75%, #ddf5c5 75%, #ddf5c5);
      background: linear-gradient(-45deg, #d9f1c0 25%, #ddf5c5 25%, #ddf5c5 50%, #d9f1c0 50%, #d9f1c0 75%, #ddf5c5 75%, #ddf5c5);
      background-size: 6px 6px;
    }
    
    
/*template上書き*/
.SknTplTextList ul.TextList > li > a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
}
    
    
/* body
--------------------------------------------------- */
body .MainContentsArea{
  font-size:87.5%;
}

/* DefaultText
--------------------------------------------------- */
.DefaultText{
  /*font-size: 87.5%;
  font-size: 100%;*/
  line-height: 1.75;
  text-align: left;
  margin: 0 0 1em;
}
p.DefaultText{
  margin: 0 0 1em;
}
p.DefaultText:last-child{
  margin-bottom: 0;
}
ul.DefaultText,
ol.DefaultText,
dl.DefaultText{
}
ul:not([class]),
ol:not([class]),
dl:not([class]){
  margin-left: 1.5em;
}

/* em text
--------------------------------------------------- */
em{
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  border-radius: 0 0.75em 0 0.75em;
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  color: #f00;
  border: 2px solid #f00;
  vertical-align: bottom;
  line-height: 1.25;
  margin-top: calc(0.25em - 2px);
  margin-bottom: calc(0.25em - 2px);
}
/* PhoneNumberText
--------------------------------------------------- */
.PhoneNumberText{
  color: inherit;
  font-size: 150%;
  font-weight: bold;
  font-family: "Arial";
  vertical-align: baseline;
  white-space: nowrap;
}



/* FontSize
--------------------------------------------------- */
.FontSizeXLarge,
.DefaultText.FontSizeXLarge{
  font-size: 200%;
}
.FontSizeLarge,
.DefaultText.FontSizeLarge{
  font-size: 150%;
}
.FontSizeLarger,
.DefaultText.FontSizeLarger{
  font-size: 125%;
}
.FontSizeNormal,
.DefaultText.FontSizeNormal{
  font-size: 100%;
}
.FontSizeSmaller,
.DefaultText.FontSizeSmaller{
  font-size: 87.5%;
}
.FontSizeSmall,
.DefaultText.FontSizeSmall{
  font-size: 75%;
}
.FontSizeXSmall,
.DefaultText.FontSizeXSmall{
  font-size: 62.5%;
}

/* FontWeight
--------------------------------------------------- */
.FontWeightNormal{
  font-weight: normal;
}
.FontWeightBold{
  font-weight: bold;
}

/* TextAlign
--------------------------------------------------- */
.TextAlignCenter{
  text-align: center;
}
.TextAlignLeft{
  text-align: left;
}
.TextAlignRight{
  text-align: right;
}
.TextAlignJustify{
  text-align: justify;
}

/* TextOverFlowNone
--------------------------------------------------- */
.TextOverFlowNone{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ツールチップ（balloon.js の吹き出し装飾 ）
--------------------------------------------------- */
.balloon-body {
  max-width: 300px;
  padding: 25px!important;
}
.balloon-body .Heading{
  margin-top: 0!important;
}




/* PullDownButton
--------------------------------------------------- */
.PullDownButton{
    margin: 2em 0 0.75em;
    font-weight: bolder;
    position: relative;
    font-size: 112.5%;
    line-height: 1.5;
    letter-spacing: 0.1em;
}


.PullDownButton.Type1{
  font-size: 100%;
  line-height: 1.5;
  position: relative;
  border-radius: .3em;
  color: #233e75;
  background: #60b995;
  color:#fff;
  padding: 0.75em 20px 0.75em 44px;
  box-shadow: 0 3px 0px rgba(0,0,0,0.1);
  cursor:pointer;
}
    .PullDownButton.Type1 span.Main:before{
      font-size: 140%;
      border-radius: 100%;
      background: #ffffff;
      color:#005a99;
      vertical-align:middle;
      letter-spacing: 0;
    }
    .PullDownButton.Type1 span.Main{
      margin-left:20px;
      display:inline;
      margin-left: -2em;
    }


/*色違い*/
.PullDownButton.Type2{
  font-size: 100%;
  line-height: 1.5;
  position: relative;
  border-radius: .3em;
  color: #233e75;
  background: #d1c0a5;
  padding: 0.75em 20px 0.75em 44px;
  box-shadow: 0 3px 0px rgba(0,0,0,0.1);
  cursor:pointer;
}
    .PullDownButton.Type2 span.Main:before{
      font-size: 140%;
      border-radius: 100%;
      background: #ffffff;
      vertical-align:middle;
      letter-spacing: 0;
    }
    .PullDownButton.Type2 span.Main{
      margin-left:20px;
      display:inline;
      margin-left: -2em;
    }






/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Table Setting                                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* DefaultTable
--------------------------------------------------- */
.DefaultTable{
  margin: 0 auto;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
    .DefaultTable > caption{
      padding: .25em 0;
    }
    /* thead ※theadはWPに消されるのでクラス名で代替処理 */
    .DefaultTable > tbody > tr.thead{
    }
    .DefaultTable > tbody  > tr.thead > th{
      padding: .5em 0;
      font-weight: normal;
      background: #ddd;
      font-size: 75%;
      border: 1px solid #bbb;
    }
    .DefaultTable > tbody  > tr.thead > th:first-child{
      border-left: none;
    }
    /* ここまで thead ※theadはWPに消されるのでクラス名で代替処理 */
    .DefaultTable > tbody{
    }
    .DefaultTable > tbody > tr > th,
    .DefaultTable > tbody > tr > td,
    .DefaultTable > tfoot > tr > th,
    .DefaultTable > tfoot > tr > td{
      padding: 1em 0.5em;
      border: 1px solid #ccc;
      font-weight: normal;
      line-height: 1.5;
    }
    .DefaultTable > tbody > tr > th{
      color: #777;
      background: #f5f5f5;
      text-align: left;
    }
    .DefaultTable > tbody > tr > td{
    }
    .DefaultTable > tfoot{
    }

    /* narrow 
    .DefaultTable > tbody > tr,
    .DefaultTable > tbody > tr > th,
    .DefaultTable > tbody > tr > td{
      display: block;
      width: auto;
      min-width: 0px;
      max-width: none;
    }
    .DefaultTable > tbody > tr > th{
      border-bottom: none;
      padding: 0.5em 0.5em;
      font-size: 87.5%;
    }
    .DefaultTable > tbody > tr > td{
      border-top: none;
      padding: 1em;
    }*/
    /* Scrollable 横スクロールするテーブル
    --------------------------------------------------- */

    .Scrollable {
      overflow: auto;
      position: relative;
    }
        .Scrollable::-webkit-scrollbar{
          height: 0.5em;
          margin-top: 5px;
        }
        .Scrollable::-webkit-scrollbar-track{
          background: #f1f1f1;
        }
        .Scrollable::-webkit-scrollbar-thumb {
          background: #ff85e0;
        }
        /* tableを書き換え */
        .Scrollable > table {
          min-width: 660px;
          margin-bottom: 0!important;
        }
        .Scrollable > table th{
          white-space: nowrap;
        }
        .Scrollable table > tbody > tr{
          display: table-row!important;
        }
        .Scrollable table > tbody > tr > th,
        .Scrollable table > tbody > tr > td{
          padding: 0.75em 0.5em;
          display: table-cell!important;
        }



/*初期テンプレートは画像を非表示*/
.ContentsDivision .Image img.ImageOff{
  display:none;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Column Setting                                 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ColumnGroup
--------------------------------------------------- */
.ColumnGroup{

}
    /* - - column common - -  */
    .ColumnGroup > .Column{
      float: left;
    }
    
    /* 要素数をクラス名に持たせて自動配置 ※スマホは横並び２つまで */
    
    /* - - one columns - - */
    .ColumnGroup1elements > .Column {
      width: 100%;
    }
    /* - - two columns - - */
    .ColumnGroup2elements > .Column {
      width: 50%;
    }
    .ColumnGroup2elements > .Column.No2 {
    }
    
        /* for SpView */
        body.SpView .ColumnGroup2elements > .Column {
        }
    
    /* - - three columns - - */
    .ColumnGroup3elements > .Column {
      width: 33.3%;
    }
    .ColumnGroup3elements > .Column.No3{
    }
        /* for SpView */
        body.SpView .ColumnGroup3elements > .Column {
          width: 50%;
        }

    /* - - four columns - - */
    .ColumnGroup4elements > .Column {
      width: 25%;
    }
    .ColumnGroup4elements > .Column.No4{
    }
        /* for SpView */
        body.SpView .ColumnGroup4elements > .Column {
          width: 50%;
        }
    
    /* - - five columns - - */
    .ColumnGroup5elements > .Column {
      width: 20%;
    }
    .ColumnGroup5elements > .Column.No5{
    }
        /* for SpView */
        body.SpView .ColumnGroup5elements > .Column {
          width: 50%;
        }


    /* - - six columns - - */
    .ColumnGroup6elements > .Column {
      width: 16.66%;
    }
    .ColumnGroup6elements > .Column.No6{
    }
        /* for SpView */
        body.SpView .ColumnGroup6elements > .Column {
          width: 50%;
        }
    
    
    /*２枚画像*/
    .SknTplImageParagraph.TypeLarge .ColumnGroup2elements  > .Column{
      width: 48%;
      padding:0 1%;
    }
    
    
    
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Button Setting                                 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Button ボタン
--------------------------------------------------- */
.Button{
  display: inline-block;
  border-radius: 6px;
  line-height: 3em;
  text-align: center;
  color: inherit;
  border: 1px solid;
  background: #fff;
  padding: 0 2em;
  cursor: pointer;
  box-shadow: 0 3px 0px rgba(0,0,0,0.1);

}
    .Button:hover{
      text-decoration: none;
      color: #fff;
      background: #89b93c;
      border-color: #89b93c;
    }
    .Button .Label{
      
    }
.PageBlock .Button{
  font-size:120%;
}
    .Button.InlineButton{
      padding: 0 1em;
      border-radius: 2em;
      line-height: 2em;
    }


/* FormButton
--------------------------------------------------- */
.FormButton {
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  padding: 0;
  background: none;
  border: none;
}
    .FormButton input{
      border: none;
      vertical-align: middle;
      cursor: pointer;
      display: inline-block;
      padding: 0.75em 1em;
      border-radius: 0.5em;
      overflow: hidden;
      background: #f0f0f0;
      border: 1px solid #ccc;
    }
    .FormButton input.NoIcon{
      padding: 0.4em 1.5em;
    }
    .FormButton input:hover{
      color: #fff;
      background: #0899ea;
      border: none;
    }
    .FormButton.ResetButton input:hover{
      background: #d92831;
    }
    .FormButton.RewriteButton input:hover{
      background: #333;
    }

/* PageScroller
--------------------------------------------------- */
.PageScroller{
  font-size: 45%;
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
  margin-left: -3.5em;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
}
.PageScroller *{
  line-height: 1;
  vertical-align: bottom;
}
    .PageScroller p{
      display: inline-block;
    }
    .PageScroller p a{
      width:  7em;
      height: 7em;
      text-align: center;
      vertical-align: middle;
      display: table-cell;
      background: rgba(230,230,230,0.85);
      position: relative;
      font-weight: normal;
      cursor: pointer;
    }
    .PageScroller p a .Label{
      color: rgba(0,0,0,0.5)
    }
    .PageScroller p a .Label:before{
      font-size: 400%;
      width: 100%;
      display: inline;
      margin: 0;
      text-align: center;
      -webkit-transition: all .2s;
              transition: all .2s;
    }
    .PageScroller p a:hover{
      text-decoration: none;
    }
    .PageScroller p a:active{
      background: rgba(255,255,255,1);
    }
    .PageScroller p a:hover .Label:before{
      top: -0.3em;
    }

/*商品ページお問い合わせ移動*/

.InqueryButtonItem{
  margin:40px auto 20px auto;
  text-align:center;
}
.InqueryButtonItem .ButtonItem{
  display:inline-block;
}


/*商品ページ前後ページへ移動*/
.NextPageNaviItem{
  margin:20px auto;
  border-top:1px dotted #ccc;
  padding-top:20px;
}
.NextPageNaviItem nav ul{
  margin:0!important;
 

}
.NextPageNaviItem nav ul > li{
  display:inline-block;
  max-width:45%;
  border-radius:0!important;
  padding: 0!important;
  margin-top:1em;
}
.NextPageNaviItem nav ul > li a{
  font-size:80%;
  font-weight:normal;
  display:block;
  padding: 0.5em 15px;
}
.NextPageNaviItem nav ul > li.nav-previous{
  float:left;
  border-left:3px solid #555;
}
.NextPageNaviItem nav ul > li.nav-next{
  float:right;
  border-right:3px solid #555;
}


/*WP SiteManagerページャー*/

ul.page_navi{


}
ul.page_navi li{
  display:inline-block;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   TabMenu Setting                                */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* TabMenu タブ選択メニュー
--------------------------------------------------- */
.TabMenu{
}
    .TabMenu ul{
      list-style: none;
    }
    .TabMenu ul > li{
      display: block;
      float: left;
    }
    .TabMenu ul > li a{
      display: block;
      padding: 1.5em 0;
      text-align: center;
      border: 1px solid #e0e0e0;
    }
    .TabMenu ul > li .Label{
    }
    /* hover */
    .TabMenu ul > li:not(.Active) a:hover{
      cursor: pointer;
      background: #eee;
    }
    
    
    /* Active */
    .TabMenu ul > li.Active{
    }
    .TabMenu ul > li.Active a{
      color: #fff;
      background: #000;
      border-color: #f90;
    }
    .TabMenu ul > li.Active .Sub{
      color: #f90;
    }
    
    /*Main*/
    .MainTabMenu ul > li.Active a{
      color: #fff;
      background: #000;
      border-color: #f90;
    }
    
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Other Setting                                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */


/*外部リンクボタン*/
.ButtonItem.LinkItem .Button {
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #3a68ff;
    padding: 0 2em;
    cursor: pointer;
    border:1px solid #ccc;
}
.ButtonItem.LinkItem .Button:hover{
    background: #547fff;
}
/*インラインリンク*/
.ButtonItem.InLinkItem .Button {
    padding: 0 1em 0 0.5em;
    line-height:2;
    margin:5px 0;
}
.ButtonItem.InLinkItem .Button span::before{
    background: #2b4b8b;
    border-radius:15px;
    color:#fff;
    font-size:110%;
}
.ButtonItem.InLinkItem .Button:hover{

}

.BodyComment{
color:#2b4b8b;
}






/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   CK Setting                                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */


/* castom css
--------------------------------------------------- */


.BBoader01ccc{border-bottom:1px solid #cccccc; margin-bottom:0.5em; padding-bottom:0.5em;}

.BBBox01ccc{border:1px solid #cccccc; margin:0.5em; padding:0.5em;}

.RBBBox01ccc{border:1px solid #cccccc; margin:0.5em; padding:0.5em 1em;
  border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */

}
/*Box*/
.GrBox01{
  border:1px solid #cccccc; margin:0.5em; padding:0.5em 1em;
  background:#f5f5f5;

}
.GrLineBox01{
  border:1px solid #cccccc; margin:0.5em; padding:0.5em 1em;
  background:#fff;

}
.GrLineBoxNone{
  border:none; margin:0.5em; padding:0.5em 1em;
  background:#fff;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Sidebar Setting                                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */



/*共通のカテゴリー表示*/
.SideBarArea .SideCateArea{
  margin-bottom:15px;
}

.SideCateArea .BlockHeader{
  background: url() no-repeat top left;
  height:64px;
  width:275px;
}
.SideCateArea .BlockHeader .Heading{
  padding-top:25px;
}
.SideCateArea .BlockHeader .Heading span.LBHeaderTitle{
  width:100%;

}
.SideCateArea .BlockHeader .Heading span.LBHeaderTitle img{
  margin:0 auto;
  display:block;
}

.SideCateArea .BlockContents{
  background-color: rgba( 231, 237, 249,0.8);
  border-bottom:1px solid #2b4b8b;
  border-left:1px solid #2b4b8b;
  border-right:1px solid #2b4b8b;
  border-radius:0 0 4px 4px;
}
.SideCateArea .BlockContents .Paragraph{
  margin:0 10px 10px 10px;


}
.SideCateArea .LinkList li{
  padding:0 10px;
}
.SideCateArea .LinkList li span{
  display:block;
  border-top:1px dotted #ccc;
}
.SideCateArea .LinkList li span.CateTopInner{
  border-top:0px dotted #ccc;
}
.SideCateArea .LinkList li span a{
  padding: 10px 0 10px 28px;
  background: url(../img/common/icon/cursor/right.png) no-repeat 5px 10px;
  background-size:18px 18px;
  display:block;
  line-height:1.5;
}








/*Pager*/
#Calender2Tab .PagerItem{
  margin-top:30px;
}


/*WP_SiteManager_pager*/
.PageBlock .BlockContents ul.page_navi{
  margin:30px 0;
  position:relative;
}
ul.page_navi li {
  display: inline-block;
  font-size:90%;
  list-style:none;
  margin:0px 0 10px 0!important;
}

ul.page_navi li a{
  display: inline-block;
  padding:5px 10px;
  border:1px solid #ccc;
  border-radius:6px;
}

ul.page_navi li span {
  font-weight:bold;
  display: inline-block;
  padding:5px 10px;
  border:1px solid #ccc;
  background: #97ca49;
  color:#fff;
  border-radius:6px;
}

ul.page_navi li a:hover {
  background:#eee;
  text-decoration:none;
}
/*ページ数*/
ul.page_navi li.page_nums span{
  background: #333;
}




/*スマートフォン対応*/
body.SpView{
}
body.SpView .XXXXXXBlock{
}


body.SpView  .ColumnGroup3elements > .Column {
    /*width: auto;*/
}

body.SpView .Heading.Type4 .Main {
/*  font-size: 160%;
  letter-spacing: 0.025em;
*/
}


/* ContentsDivision
--------------------------------------------------- */
body.SpView #ContentsDivision {


}

/*イメージ*/
body.SpView .AreaTitle .Inner {
  min-width: 60px;
}
body.SpView .AreaTitle .CategolyImage{
  width:100%;
  height:60px;
  display:block;
  overflow:hidden;
}
body.SpView .AreaTitle .CategolyImage img{
  height:60px!important;
  width:auto!important;
  max-width: 1000px;
}
body.SpView .AreaTitle .Inner .BlockHeader .Heading .CategolyTitle {
  position: absolute;
  top: 15%;
  right: 10px;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0px 0px 5px #000,0px 0px 2px #000;
  font-weight: bold;
}



/*ＳＰカテゴリーナビ*/
body.SpView  .PulldownNaviArea.SpItem{
  width:100%;

}
body.SpView  .PulldownNaviArea.SpItem .Inner{
  margin: 0 20px 0px 20px;
}

.PageNavi.SpItem{

}
.PageNavi.SpItem .widget-local-navi {
  background:none;
  padding-top:0;
  width: 100%;
}

.PageNavi.SpItem .widget-local-navi span.icon-angle-down::before {
  font-size: 110%;
  border-radius: 100%;
  background: #7587aa;
}
.PageNavi.SpItem .widget-local-navi span.icon-angle-down.open2::before {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}



/*ＳＰカテゴリーボトム*/
.PageBottom.SpItem{
  margin-top:20px;
}
.PageBottom.SpItem .widget-local-navi {
  background:none;
  padding-top:0;
  width: 100%;
}
.PageBottom.SpItem .widget-local-navi .CategoryItem{
  background:#2b4b8b;
  border-top:1px solid #2b4b8b;
  border-left:1px solid #2b4b8b;
  border-right:1px solid #2b4b8b;
  border-radius:4px 4px 0 0;
  text-align:center;
  color:#fff;
  padding:10px 0;
}

/*PDFサムネール画像*/

.FileTable{
  border:none;
  margin:0 0 10px 0;
}
.FileTable td{
  vertical-align:middle;
  border:none;
}
.FileTable td.Image{
  width:60px;
}
.file-link img.FileImage{
  /*width:50px;*/
  width:auto;
  height:60px;

}

.file-link span.FileTitle{

}


/*アイコン*/
.EventsPage{}

.file-linkf.icon-file-pdf::after,
.file-link.icon-file-pdf::after{
  content:"PDF";
  font-size:55%;
  margin-left:0.8em;
  position:absolute;
  top:50%;
  margin-top:13px;
  left:0.0em;
  letter-spacing:0.3em;
  color:#ff0000;
  font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  line-height:1.2;
}




.SknTplTextList ul.TextList > li > a.file-linkf.icon-file-pdf::before,
.SknTplTextList ul.TextList > li > a.file-link.icon-file-pdf::before{
  top: 50%;
  margin-top:-20px;
}
.SknTplTextList ul.TextList > li > a.file-linkf.icon-file-pdf,
.SknTplTextList ul.TextList > li > a.file-link.icon-file-pdf {
  padding: 0.65em 0.5em 0.65em 2.5em;
}

.SknTplTextList ul.TextList > li > a.file-linkf.icon-file-pdf > span.FontSizeSmall,
.SknTplTextList ul.TextList > li > a.file-link.icon-file-pdf > span.FontSizeSmall{
  padding-bottom:0;
}


.file-link.icon-file-excel::after{
  content:"EXCEL";
  font-size:55%;
  margin-left:0.3em;
  position:absolute;
  top:50%;
  margin-top:13px;
  left:0;
  letter-spacing:0em;
  color:#1f7043;
  font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  line-height:1.2;
}




.SknTplTextList ul.TextList > li > a.file-link.icon-file-excel::before{
  top: 50%;
  margin-top:-20px;
}
.SknTplTextList ul.TextList > li > a.file-link.icon-file-excel{
  padding: 0.65em 0.5em 0.65em 2.5em;
}

.SknTplTextList ul.TextList > li > a.file-linkf.icon-file-excel > span.FontSizeSmall,
.SknTplTextList ul.TextList > li > a.file-link.icon-file-excel > span.FontSizeSmall{
  padding-bottom:0;
}







/*501+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width: 501px) {

.SpItem{display:none!important;}
.PcItem{display:block!important;}


}/*501++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*500+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 500px) {

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   template                                       */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.Heading.Type1 {
  font-size: 1.3rem;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Button Setting                                 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Button ボタン
--------------------------------------------------- */
.Button{
  line-height: 1.75;
  padding: 0.75em 0;
}

    .Button.InlineButton{
      padding: 0.5em 1em;
      border-radius: 2em;
      line-height: 1.5em;
    }


.file-linkf.icon-file-pdf::after,
.file-link.icon-file-pdf::after{
  font-size:50%;
  top:50%;
  margin-top:15px;
  margin-left:1.2em;
  font-family:Avenir , "Open Sans" , Helvetica , Arial , Verdana , Roboto , sans-serif;
  line-height:1;
}
.SknTplTextList ul.TextList > li > a.file-linkf.icon-file-pdf,
.SknTplTextList ul.TextList > li > a.file-link.icon-file-pdf {
  padding: 0.75em 0.5em 0.75em 2.5em;
}


.file-link.icon-file-excel::after{
  font-size:50%;
  top:50%;
  margin-top:15px;
  margin-left:0.9em;
  font-family:Avenir , "Open Sans" , Helvetica , Arial , Verdana , Roboto , sans-serif;
  line-height:1;
}
.SknTplTextList ul.TextList > li > a.file-link.icon-file-excel{
  padding: 0.75em 0.5em 0.75em 2.5em;
}


/*Chrome----テスト
_::content, _:future, body.SpView .file-linkf.icon-file-pdf::after:not(*:root) { 
  font-size:50%;
  top:50%;
  margin-top:14px;
  margin-left:0em!important;
  font-family:Avenir , "Open Sans" , Helvetica , Arial , Verdana , Roboto , sans-serif;
  line-height:1;
}
_::content, _:future, body.SpView .file-link.icon-file-pdf::after:not(*:root) { 
  font-size:50%;
  top:50%;
  margin-top:14px;
  margin-left:0.0em!important;
  font-family:Avenir , "Open Sans" , Helvetica , Arial , Verdana , Roboto , sans-serif;
  line-height:1;
}

_::content, _:future, body.SpView .file-link.icon-file-excel::after:not(*:root) { 
  font-size:50%;
  top:50%;
  margin-top:14px;
  margin-left:0.0em!important;
  font-family:Avenir , "Open Sans" , Helvetica , Arial , Verdana , Roboto , sans-serif;
  line-height:1;
}
*/

.PageTitle.PlusButton{
  margin-bottom:80px;
}

body.SpView .PageTitle .Heading {
  letter-spacing: 0.1em;
  font-size: 160%;
}


.PpItem{display:block!important;}
.PcItem{display:none!important;}




}/*500++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/