@charset "utf-8";
/* **************************************************

CSS Information
File Name : health.css
Style Info: 保健センター 固有のスタイル指定
Date: 2017-01-20
lastUpdate:2017-01-31

************************************************** */
/* --------------------------------------------------
	共通ヘッダー
-------------------------------------------------- */
#globalHeader {
  padding: 10px 0;
}

#globalHeader .subHeader {
  margin: 5px 0 8px;
}

#globalHeader #siteID {
  padding: 0;
}

#globalHeader #siteID img {
  width: 270px;
  height: auto;
}

#btnTargetNavi {
  display: none !important;
}

#globalHeader .headerNavi {
  width: 700px !important;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 640px) {
  #globalHeader {
    position: relative;
    padding: 10px 0 0;
  }

  #globalHeader .subHeader {
    margin-bottom: 10px;
  }

  #globalHeader #siteID {
    max-width: 300px;
    margin: 0 auto;
    padding: 0 0 15px;
  }

  #globalHeader #headerSearch {
    width: 100%;
    margin-right: -80px;
  }

  #globalHeader #headerSearch form {
    width: auto;
    margin-right: 80px;
  }

  #globalHeader .headerNavi {
    width: 100% !important;
  }
}

/* --------------------------------------------------
	共通フッター
-------------------------------------------------- */
#globalFooter .footerAddress dt img {
  width: 183px;
}

/* --------------------------------------------------
	サイドテキストバナー
-------------------------------------------------- */
.sideTextBanner li .block {
  font-size: 1.3rem !important;
  line-height: 1.3;
}

.sideTextBanner li .block .bannerTitle {
  padding-left: 8px;
}

.sideTextBanner li .block .bannerTitle span {
  padding-right: 0;
}

/* --------------------------------------------------
	サイドナビゲーション
-------------------------------------------------- */
.sideNavi .pieceBody ul .toggle .toggleBtn {
  font-weight: normal;
}

/* --------------------------------------------------
	スマートフォン用サイドメジャー ナビ
-------------------------------------------------- */
#sideMajorNavi {
  margin-top: 20px;
}

/* --------------------------------------------------
	汎用Class
-------------------------------------------------- */
.pcOnly {
  display: block !important;
}

.spOnly {
  display: none !important;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 640px) {
  .pcOnly {
    display: none !important;
  }

  .spOnly {
    display: block !important;
  }

  .body .btn a {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* --------------------------------------------------
	.categoryListExt - カテゴリーリスト（全幅）
-------------------------------------------------- */
.categoryListExt li {
  width: 700px !important;
}

/* --------------------------------------------------
	トップページ
-------------------------------------------------- */
/*	メインビジュアル
-------------------------------------------------- */
#mainVisual {
  text-align: center;
}

#mainVisual .inner {
  width: 1020px;
}

/*	お知らせ
-------------------------------------------------- */
.column2 .tabList .tabs span a {
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

dt.attrNews::before {
  display: inline-block;
  content: "新着情報";
  width: 90px;
  margin-right: 10px;
  padding: 3px 0;
  background-color: #74bea1;
  color: #fff;
  text-align: center;
}

dt.attrColumn::before {
  display: inline-block;
  content: "健康コラム";
  width: 90px;
  margin-right: 10px;
  padding: 3px 0;
  background-color: #64a6e1;
  color: #fff;
  text-align: center;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 640px) {
  .tabList .tabs span {
    width: 33.333% !important;
  }

  .tabList .tabs span a {
    width: 100% !important;
  }

  .tabList .tabs span:first-child a {
    width: 100% !important;
  }

  .tabList .tabs span:nth-child(3) a {
    border-bottom: 1px solid #ddd !important;
  }
}

/* --------------------------------------------------
	交通アクセス
-------------------------------------------------- */
.busStop {
  border: 1px solid #ccc;
  padding: 10px;
}

.busStop p {
  margin: 0;
}

.timeTable td,
.timeTable th {
  padding: 0 !important;
  text-align: center;
}

/* --------------------------------------------------
	修正分（2017/01/30追記）
-------------------------------------------------- */
.articleBody table th {
  text-align: center;
}

.body .btn {
  margin: 50px 0 30px !important;
}

/* --------------------------------------------------
	スタッフ紹介（2017/01/31追記）
-------------------------------------------------- */

.staffBlock01 {
  margin: 0 !important;
  border: 1px solid #eee;
}

.staffBlock01 h2 {
  border-radius: 0 !important;
}

.staffBlock01 .content {
  padding: 0 19px 19px;
}

.staffBlock01 .thumb {
  padding: 0 20px 0 10px;
}

.staffBlock01 .text {
  overflow: hidden;
}

.staffBlock01 .text p {
  margin: 0.75em 0;
  font-size: 1.3rem;
}

.staffBlock01 .text p:first-child {
  padding-top: 0.5em;
  font-size: 1.5rem;
}

.staffBlock01 .text p.comment {
  margin-top: 1em;
  padding-top: 1em;
  border-top: dotted 1px #999;
}

.staffBlock01 .text h3 {
  margin: 1em 0 0.75em !important;
  font-size: 1.6rem;
}

.pagetop.staff {
  margin-top: 5px;
}

/* --------------------------------------------------
	Joruri CMS 2020
-------------------------------------------------- */
.tabList .category span.zokusei-news,
.contentGpArticleDocs .category span.zokusei-news,
.contentGpCategory .category span.zokusei-news {
  background-color: #74bea1;
}

.tabList .category span.zokusei-column,
.contentGpArticleDocs .category span.zokusei-column,
.contentGpCategory .category span.zokusei-column {
  background-color: #64a6e1;
}

#indexImportantNewsTabList .content li,
.tabList .content li,
.contentGpArticleDocs .docs ul:not([class="feed"]) li,
.contentGpCategory .docs ul:not([class="feed"]) li {
  border-bottom: none;
}
