@charset "utf-8";
/* **************************************************

CSS Information
File Name : fund.css
Style Info: 基金室 固有のスタイル指定
Date: 2019-02-28

************************************************** */
/* --------------------------------------------------
	共通ヘッダー
-------------------------------------------------- */
#globalHeader {
  padding: 10px 0;
}

#globalHeader .subHeader {
  margin: 5px 0 8px;
}

#globalHeader #siteID {
  padding: 0;
}

#globalHeader #siteID img {
  width: 261px;
  height: auto;
}

#headerSearch,
#btnTargetNavi {
  display: none !important;
}

#globalHeader .headerNavi {
  width: 600px !important;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen 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 {
  text-align: left;
}

#globalFooter .footerAddress dt img {
  width: 177px;
}

@media screen and (max-width: 640px) {
  #globalFooter .footerAddress {
    text-align: center;
  }
}

/* --------------------------------------------------
	サイドテキストバナー
-------------------------------------------------- */
.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;
}

.sideTextBanner li .block .thumb img {
  width: 50px;
  height: 50px;
}

/* --------------------------------------------------
	サイドテキスト
-------------------------------------------------- */
.sideText .piece {
  margin-bottom: 20px;
}

.sideText .pieceHeader {
  padding: 0;
  background: #4088b5;
  border-bottom: 3px solid #82756d;
  border-radius: 5px 5px 0 0;
  line-height: 1.3;
  color: #fff;
}

.sideText .pieceHeader h2 {
  display: block;
  padding: 15px 0 12px 10px;
  font-size: 1.5em;
}

.sideText .pieceBody {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 1.3em;
}

.sideTextList {
  margin: 8px 0;
}

.sideTextList p {
  padding: 8px 0;
}

.sideTextList p span {
  padding: 4px 8px;
}

/* --------------------------------------------------
	スマートフォン用サイドメジャー ナビ
-------------------------------------------------- */
#sideMajorNavi {
  margin-top: 20px;
}

/* --------------------------------------------------
	汎用Class
-------------------------------------------------- */
.pcOnly {
  display: block !important;
}

.spOnly {
  display: none !important;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen 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;
}

#mainVisual img {
  width: 100%;
}

/*	お知らせ
-------------------------------------------------- */
.tabList .tabs {
  width: 100%;
}

.tabList .tabs span a {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tabList dt:before {
  width: 100px;
}

/* レポート */
dt.attrReport:before {
  display: inline-block;
  content: "レポート";
  width: 100px;
  margin-right: 10px;
  padding: 3px 0;
  background-color: #706ba5;
  color: #fff;
  text-align: center;
}

/* 公開講座等 */
dt.attrSeminar:before {
  display: inline-block;
  content: "公開講座等";
  width: 100px;
  margin-right: 10px;
  padding: 3px 0;
  background-color: #6ba573;
  color: #fff;
  text-align: center;
}
