/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}

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

共通

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

.float_left {
  float: left;
}


.float_right {
  float: right;
}

.entry-content ul li,
.entry-content ol li {
  padding-left: 1em;
  text-indent: -1em;
  list-style-position: inside;
}



/* 見出し */

.entry-title {
  line-height: 1.4;
  font-size: 22px;
  font-size: 2.2rem;
}

/* ページネーション */

.nav-links .post-title {
  font-size: 1.3rem;
}

/* リンク */

.entry-content a:link {
  color: #60c;
}

.entry-content a:link:hover {
  color: #60c;
  background-color: #e5e5e5;
}

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

記事

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

.entry-content th {
  background: #fff;
}

.entry-content th,
.entry-content td {
  word-wrap: break-word;
  font-size: 13px;
}

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

固定ページ

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

.title_parent {
  margin-bottom: 1em;
  margin-left: -7px;
  font-weight: bold;
}

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

ヘッダー

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

.secondary-toggle {
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* Symbol */

.logo--symbol {
  width: 32px;
  height: 32px;
}

#masthead .img {
  position: absolute;
  top: 0;
  right: 5px;
}

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

ホーム

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

#main .chunk--lead {
  margin: 0 8.3333% 4.3333% 8.3333%;
  color: rgba(34, 49, 63, 0.7);
  border-bottom: 1px #dce4eb solid;
}

#main .chunk--lead .inner {
  padding-bottom: 4.3333%;
}

@media screen and (max-width: 38.75em) {
    #main .chunk--lead {
      margin: 0;
    }
    #main .chunk--lead .inner {
      padding: 4.3333% 7.6923%;
    }
}

#main .chunk--past-news {
  text-align: right;
  margin: 0 8.3333% 4.3333% 8.3333%;
}

@media screen and (max-width: 38.75em) {
    #main .chunk--past-news {
      margin: 4.3333% 0;
    }
}

#main .chunk--past-news a {
  -moz-appearance: none;
  padding: 0 12px;
  border-radius: 4px;
  text-indent: 0.01px;
  text-overflow: "";
  color: #666;
  background-color: #e6e6e6;
}

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

ニュース：ドロップダウンメニュー

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

.page-header__dropdown {
  position: relative;
  float: right;
  margin-left: 15px;
  border-radius: 4px;
  background-color: #e6e6e6;
}

.page-header__dropdown:before {
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  content: '\f431';
  font-family: "Genericons";
  color: #666;
  z-index: 1;
}

.page-header__dropdown select {
  position: relative;
  padding-left: 12px;
  padding-right: 30px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  color: #666;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}

.page-header__dropdown select::-ms-expand {
  display: none;
}

.entry-title a:after {
  content: '\f429';
  display: inline;
  font-size: 1.2em;
  font-family: "Genericons";
  vertical-align: sub;
  color: #60c;
  background-color: #fff;
}

.entry-title a:hover:after {
	opacity: 0.5;
}

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

言語切り替え

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


a.textwidget__lang {
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
}

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

フッター

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

.site-footer .chunk {
  display: table;
}

.site-footer .chunk .img {
  display: table-cell;
  vertical-align: middle;
}

.site-footer .chunk .txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1.5em;
}

.site-footer .chunk a {
  line-height: 1.67;
}

.site-footer .chunk span:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
  position: relative;
  top: 5px;
  font-family: 'Genericons';
  content: "\f442";
}


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

Media Queries: apply

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

/**
 * 15.1 Mobile Large 620px
 */

@media screen and (max-width: 38.75em) {

    .page-header {
      padding: 0;
    }
    
    .page-title {
      float: none;
      padding: 3.8461% 7.6923%;
      border-bottom: 1px rgba(34, 49, 63, 0.1) solid;
    }

	/* 本文内のtable */
	
	.entry-content table {
		border-right: 1px solid rgba(34, 49, 63, 0.0980392);
	}
	.entry-content tr {
		display: block;
		border-bottom: 1px solid rgba(34, 49, 63, 0.0980392);
	}
	.entry-content th,
	.entry-content td {
		display: block;
		border: none;
		text-align: left;
	}
	

    /* ニュース：ドロップダウンメニュー */

    .page-header__dropdown {
      display: block;
      float: left;
      width: 50%;
      margin: 0;
      padding: 1% 7.6923%;
      border-radius: 0;
      background: #f1f1f1;
      color: #fff;
      content-box: border-box;
    }
    
    .page-header__dropdown.even {
      border-right: 1px rgba(34, 49, 63, 0.1) solid;
    }

    select.js-archive-dropdown {
      width: 100%;
      padding: 0;
    }

    .page-header__dropdown:before {
      top: 5px;
      right: 15px;
    }

}

@media screen and (min-width: 38.75em) {

    /* 記事 */
    .entry-content table th, 
    .entry-content table td {
      font-size: 85%;
    }
    
}

/**
 * 15.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {

    /* ヘッダー */
    /* Symbol */
    .logo--symbol {
      width: 44px;
      height: 44px;
    }

}

/**
 * 15.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {

    /* メニュー  */
    .main-navigation {
      font-size: 16px;
      font-size: 1.6rem;
    }


    /* ヘッダー */

    /* Symbol */
    .logo--symbol {
      width: 52px;
      height: 52px;
    }

}

/**
 * 15.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {

    /* 記事 */
    .entry-content th {
      white-space: nowrap;
    }


    /* メニュー  */
    .main-navigation {
      font-size: 16px;
      font-size: 1.6rem;
    }


    /* ヘッダー */
    html[lang=ja] h1.site-title {
      white-space: nowrap;
    }

    /* Symbol */
    #masthead .img {
      position: static;
    }

}

/**
 * 15.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {

    /* メニュー  */
    .main-navigation {
      font-size: 18px;
      font-size: 1.8rem;
    }

    /* 言語切り替え */
    a.textwidget__lang {
      font-size: 16px;
      font-size: 1.6rem;
    }

}

/**
 * 15.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {

    /* メニュー  */
    .main-navigation {
      font-size: 20px;
      font-size: 2rem;
    }


    /* お問い合わせ */
    .textwidget__contact {
      font-size: 1.3rem;
    }

}

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

Media Queries: utilities

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

.visible-ds-inline {
  display: none;
}

/**
 * 15.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {

  .visible-ml-inline {
    display: inline;
  }

  .visible-ds-inline {
    display: none;
  }

}

/**
 * 15.4 Desktop Small 955px
 */
 
@media screen and (min-width: 59.6875em) {

  .visible-ds-inline {
    display: inline;
  }

  .visible-ml-inline {
    display: none;
  }

}