@charset "utf-8";
body {
  background: #f1f4f7;
  color: #4b5763;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Verdana, "MS PGothic", sans-serif;
  line-height: 1;
  font-size: 14px;
}
.wrapper {
  width: 1080px;
  margin: 0 auto;
}
a {
  color: #197cb5;
  text-decoration: none;
}
a:hover { text-decoration: underline; }
a img:hover { opacity: 0.8; }
/* title */
.ttl-01 {
  background: #2d4d6c;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0 18px;
  line-height: 40px;
  min-height: 40px
}
.ttl-02 {
  border-bottom: 2px #2d4d6c solid;
  font-size: 16px;
  font-weight: bold;
  color: #4a5864;
  padding: 0 0 9px 0;
  margin-top: 5px;
}
.ttl-03 {
  border-bottom: 2px #2d4d6c solid;
  font-size: 16px;
  font-weight: bold;
  color: #4a5864;
  padding: 0 0 6px 0;
}
.ttl-04 {
  font-size: 14px;
  font-weight: bold;
  color: #4a5864;
  padding: 0;
  margin-top: 5px;
}
.ttl-fundname {
  color: #4a5864;
  font-size: 26px;
  line-height: 1.2;
  padding: 20px;
}
/* 累積リターンランキング・純資産総額ランキング */
.box-ranking {
  min-height: 92px;
  padding: 16px 15px;
}
dl.box-ranking { padding-left: 60px; }
.box-ranking dt {
  padding-bottom: 4px;
  border-bottom: 1px #d5d5d5 solid;
  line-height: 1.3;
  min-height: 42px;
}
.box-ranking dd {
  padding-top: 4px;
  line-height: 1.3;
  text-align: right;
}
.no1 { background: url(../../images/invest/icon-no1.png) 15px 16px no-repeat #f0f3f4; }
.no2 { background: url(../../images/invest/icon-no2.png) 15px 16px no-repeat #fff; }
.no3 { background: url(../../images/invest/icon-no3.png) 15px 16px no-repeat #f0f3f4; }
.no4 { background: url(../../images/invest/icon-no4.png) 15px 16px no-repeat #fff; }
.no5 { background: url(../../images/invest/icon-no5.png) 15px 16px no-repeat #f0f3f4; }
.box-btn-return-rank {
  position: absolute;
  right: 6px;
  top: 6px;
}
.box-ttl-btn {
  top: 0;
  right: 0;
  position: absolute;
}
.ttl-btn {
  background: #fff;
  border: 1px #bebebe solid;
  border-radius: 3px;
  color: #4a5864;
  display: inline-block;
  height: 28px;
  margin: 6px 6px 0 0;
  text-align: center;
  padding: 6px 10px;
}
.ttl-btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
/* tab */
.panels > .panel { display: none; }
.panels > .panel.active { display: block; }
.tabs {
 text-align: center;
 font-size: 0;
}
.tab {
  background: url(../../images/invest/bg-tab.png) 0 0 repeat-x #eee;
  color: #4a5864;
  display: inline-block;
  font-size: 14px;
  padding: 13px 10px 5px;
  border-bottom: solid 1px #bebebe;
  border-right: solid 1px #bebebe;
  border-left: solid 1px #bebebe;
  height: 40px;
  border-collapse: collapse;
  text-align: center;
}
.tab-nev {
  background: #2d4d6c;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 13px 10px 5px;
  border-bottom: solid 1px #2d4d6c;
  border-right: solid 1px #2d4d6c;
  border-left: solid 1px #59728a;
  height: 40px;
  border-collapse: collapse;
}
.tab.active, .tab-nev.active {
  background: url(../../images/invest/bg-tab-active.png) 0 0 repeat-x #fff !important;
  color: #4a5864 !important;
  font-weight: bold;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: solid 1px #fff !important;
  border-collapse: collapse;
  height: 40px;
}
div.main-tab .tab.active {
  background: url(../../images/invest/bg-tab-active.png) 0 0 repeat-x #fff !important;
  color: #4a5864 !important;
  font-weight: bold;
  border-left: solid 1px #bebebe;
  border-right: solid 1px #bebebe;
  border-top: 0 !important;
  border-bottom: solid 1px #fff !important;
  border-collapse: collapse;
  height: 40px;
}
.tab.active:hover, .tab:hover { text-decoration: none; }
.panels, .panel { margin-top: 20px; }
/* search */
.btn-search {
  border: 1px solid #bebebe !important;
  background: #f4f4f4;
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #f4f4f4 0%, #fff 100%) repeat scroll 0 0;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  width: 40px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.btn-search a {
  background: url(../../images/invest/icon_search.png) 11px 7px no-repeat;
  color: #4b5763;
  display: block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  width: 40px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.btn-search a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.bg-select {
  background-color: #fff !important;
  border: 1px solid #d2d6db !important;
  color: #4a5864;
  font-size: 14px;
  height: 28px;
  margin: 0;
  overflow: hidden;
  padding-left: 8px;
  z-index: 10;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
}
.pulldown {
  background-color: #fff !important;
  border: 1px solid #d2d6db !important;
  color: #4a5864;
  font-size: 14px;
  height: 28px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  z-index: 10;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
}
.pulldown select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0) url(../../images/invest/bg_select.png) no-repeat scroll right center;
  border: medium none;
  cursor: pointer;
  font-size: 13px;
  height: 28px;
  z-index: 20;
  padding: 0 26px 0 4px;
}
/* for IE10 later */
.pulldown select::-ms-expand {
display: none
}
.search input {
  border: medium none;
  color: #4a5864;
  padding: 0 8px;
  z-index: 15;
}

/* for IE10 later */
.bg_select select::-ms-expand {
display: none
}
.search select::-ms-expand {
display: none
}
/* table */
.table-trust {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
.table-trust th {
  border-right: 1px solid #59728a;
  background: #2d4d6c;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  height: 72px;
}
.table-trust th a {
  display: block;
  color: #fff;
  text-decoration: underline;
}
.table-trust th.bdt { border-top: 1px #59728a solid; }

.table-trust th .itembox {
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}

.table-trust th div.btnbox {
  height: 20px;
  width: 44px;
  margin: 3px auto 0;
}
.table-trust th div.btnbox a.up,
.table-trust th div.btnbox a.down,
.table-trust th div.btnbox a.up-on,
.table-trust th div.btnbox a.down-on {
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
}
.table-trust th div.btnbox a.up {
  background: rgba(0, 0, 0, 0) url("../../images/invest/arrow-up.png") no-repeat 0 0;
  margin-right: 4px;
}

.table-trust th div.btnbox a.down {
  background: rgba(0, 0, 0, 0) url("../../images/invest/arrow-down.png") no-repeat 0 0;
}
.table-trust th div.btnbox a.up-on {
  background: rgba(0, 0, 0, 0) url("../../images/invest/arrow-up.png") no-repeat 0 -20px;
  margin-right: 4px;
}
.table-trust th div.btnbox a.down-on {
  background: rgba(0, 0, 0, 0) url("../../images/invest/arrow-down.png") no-repeat 0 -20px;
}

.table-trust .nolink {
  display: table-cell;
  color: #fff;
  height: 72px;
  padding: 0 0 24px 0;
  vertical-align: middle;
}
.table-trust tr.h52 th {
  height: 52px;
  padding: 0;
  vertical-align: middle;
}
.table-trust tr.h32 th {
  height: 32px;
  padding: 0;
  vertical-align: middle;
}
.table-trust td {
  border-right: 1px solid #d5d5d5;
  padding: 6px 4px;
  line-height: 1.4;
}
.table-trust tr:last-child { border-right: 0; }
.table-trust td:last-child { border-right: 0; }
.table-trust tr:nth-child(n) td { background-color: #f0f3f4; }
.table-trust tr:nth-child(2n) td { background-color: #fff; }
.total-return td { padding: 15px 4px !important; }

#investSearchTable td {
  height: 68px;
}
/* tooltip */
ul.tooltip {
  margin: 0;
  position: relative;
}
ul.tooltip li {
  width: 16px;
  height: 16px;
  display: block;
  right: 4px;
  bottom: 3px;
  position: absolute;
}
span.icon-tooltip {
  background: url(../../images/invest/icon_tooltip.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  top: 12px;
}
span.icon-tooltip-panel {
  background: url(../../images/invest/icon_tooltip.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
  margin-left: 4px;
  position: absolute;
  top: 6px;
}
ul.tooltip li > div.tip-cont {
  width: 230px;
  min-height: 20px;
  position: absolute;
  top: -10px;
  margin: 4px 0 0 30px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  background: #ffffff;
  font-size: 1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px #dfe1e6 solid;
}
ul.tooltip li > div.tip-cont:after {
  content: "\25B8";
  display: block;
  font-size: 2em;
  height: 0;
  line-height: 0;
  position: absolute;
  color: #fff;
  top: 25px;
  left: -9px;
  text-align: right;
  width: 100%;
  text-shadow: 3px 0 2px #dee0e5;
}
.dark-tooltip p {
  padding-right: 10px;
  line-height: 1.5;
  width: 260px;
  font-size: 13px;
}
ul.tooltip li.on > div {
  visibility: visible;
  opacity: 1;
}
/* check-box01 */
.chk01 {
  display: inline-block;
  line-height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.chk01 input[type=checkbox] {
  position: absolute;
  z-index: -100;
  opacity: 0.001;
  margin: 0;
  z-index: 1\9; /*IE8*/
}
.chk01 input[type=checkbox] + span {
  display: inline-block;
  background: #f4f4f4;
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #f4f4f4 0%, #fff 100%) repeat scroll 0 0;
  border: 1px solid #bebebe;
  color: #4b5763;
  width: 106px;
  border-radius: 3px;
}
.chk01 input[type=checkbox]:checked + span {
  color: #fff;
  background-image: url(../../images/invest/icon-check.png);
  background-size: 16px 12px;
  background-position: 5px 8px;
  background-repeat: no-repeat;
  background-color: #51a5ce;
  border: 1px solid #51a5ce;
}
/* check-box */
.chk {
  display: inline-block;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
}
.chk input[type=checkbox] {
  position: absolute;
  z-index: -100;
  opacity: 0.001;
  margin: 0;
  z-index: 1\9; /*IE8*/
}
.chk input[type=checkbox] + span {
  display: inline-block;
  padding: 0 0 0 32px;
  background-image: url(../../images/invest/checkbox-off.png);
  background-size: 24px;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
.chk input[type=checkbox]:checked + span { background-image: url(../../images/invest/checkbox-on.png); }
.chk input[type=checkbox] + span.chk-h18 {
  display: inline-block;
  padding: 0 0 0 28px;
  background-image: url(../../images/invest/checkbox-off.png);
  background-size: 18px;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
.chk input[type=checkbox]:checked + span.chk-h18 { background-image: url(../../images/invest/checkbox-on.png); }
/* radio-btn */
.radio {
  text-align: left;
  cursor: pointer;
}
.radio input[type=radio] {
  display: inline-block;
  margin-right: 6px;
}
.radio input[type=radio] + span {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3.0rem;
  cursor: pointer;
}

@media (min-width: 1px) {
.radio input[type=radio] {
  position: absolute;
  z-index: -100;
  opacity: 0.001;
  margin: 0;
}
.radio input[type=radio] + span { padding: 0 0 0 32px; }
.radio input[type=radio] + span:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -12px;
  border: 2px solid #bebebe;
  border-radius: 30px;
  background-color: #fff;
  content: "";
}
.radio input[type=radio] + span:after {
  display: block;
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}
.radio input[type=radio]:checked + span:after {
  left: 6px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-radius: 12px;
  background: #fd911e;
}
}
.radio-left, .radio-center, .radio-right {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  border: solid 1px #bebebe;
  background: #f4f4f4;
  background: -webkit-gradient(0deg, #f4f4f4 0%, #fff 100%);
  background: -webkit-linear-gradient(0deg, #f4f4f4 0%, #fff 100%);
  background: linear-gradient(0deg, #f4f4f4 0%, #fff 100%);
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
.radio-left:hover, .radio-center:hover, .radio-right:hover {
  opacity: 0.8;
  text-decoration: none;
}
.radio-left {
  float: left;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.radio-center { float: left; }
.radio-right {
  float: left;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.radio-checked {
  background: #51a5ce !important;
  border: 1px solid #51a5ce !important;
  font-weight: bold !important;
  color: #fff;
}
.radio-disabled {
  border: solid 1px #bebebe !important;
  background: #e6e6e6 !important;
  color: #989898;
  font-weight: normal !important;
  text-align: center;
  cursor: default;
}
.radio-disabled:hover {
  opacity: 1;
  text-decoration: none;
}
.radio-left input[type=radio], .radio-center input[type=radio], .radio-right input[type=radio], .radio-checked input[type=radio] {
  position: absolute;
  z-index: -100;
  opacity: 0.001;
  margin: 0;
}
/* input text */
input[type="text"][disabled] {
  background: #e6e6e6 none repeat scroll 0 0 !important;
  border: 1px solid #bebebe !important;
  cursor: default;
}
/* modal */
.btn-close {
  float: right;
  height: 28px;
  width: 28px;
}
.md-ttl-01 {
  border-left: 6px #528fcc solid;
  color: #4a5864;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 20px;
  padding: 0 0 0 6px;
}
.md-ttl-02 {
  border-bottom: solid 1px #528fcc;
  padding: 0 0 5px 0;
}
.md-ttl-02 span {
  border-left: 6px #528fcc solid;
  color: #4a5864;
  font-size: 1.5rem;
  line-height: 20px;
  padding: 0 0 0 6px;
}
.modal-content {
  color: #4a5864;
  line-height: 1.4;
}
.name-count {
  font-size: 1.8rem;
  line-height: 1;
}
/* caution */
.caution {
  background: #fff0ee !important;
  color: #ea6153;
  line-height: 2rem;
  margin-top: 20px;
  padding: 10px 20px;
}
.caution-02 {
  background: #fff !important;
  border: 1px #efa9a2 solid;
  color: #ea6153;
  line-height: 2rem;
  margin-top: 10px;
  padding: 10px 20px;
}
/* list */
ul.prefix {
  list-style: outside none none;
  margin: 0;
}
ul.prefix li {
  margin-left: 1.3rem !important;
  margin-top: 6px;
  text-indent: -1.3rem;
  line-height: 1.8rem;
}
ul.prefix li span.pre { padding-right: 0; }
/* general */
.txt-bold { font-weight: bold !important; }
.txt-r { text-align: right !important; }
.txt-l { text-align: left !important; }
.txt-c { text-align: center !important; }
.txc_black { color: #000; }
.txh180 { line-height: 1.80em; }
.va-top { vertical-align: top !important; }
.va-mid { vertical-align: middle !important; }
.va-bottom { vertical-align: bottom !important; }
.fl { float: left !important; }
.fr { float: right !important; }
.tc { display: table-cell !important; }
.w45 { width: 45px !important; }
.w50 { width: 50px !important; }
.w56 { width: 56px !important; }
.w58 { width: 58px !important; }
.w60 { width: 60px !important; }
.w68 { width: 68px !important; }
.w70 { width: 70px !important; }
.w73 { width: 73px !important; }
.w76 { width: 76px !important; }
.w80 { width: 80px !important; }
.w90 { width: 90px !important; }
.w100 { width: 100px !important; }
.w110 { width: 110px !important; }
.w113 { width: 113px !important; }
.w114 { width: 114px !important; }
.w116 { width: 116px !important; }
.w120 { width: 120px !important; }
.w130 { width: 130px !important; }
.w150 { width: 150px !important; }
.w160 { width: 160px !important; }
.w170 { width: 170px !important; }
.w180 { width: 180px !important; }
.w188 { width: 188px !important; }
.w200 { width: 200px !important; }
.w210 { width: 210px !important; }
.w218 { width: 218px !important; }
.w220 { width: 220px !important; }
.w223 { width: 223px !important; }
.w240 { width: 240px !important; }
.w245 { width: 245px !important; }
.w252 { width: 252px !important; }
.w260 { width: 260px !important; }
.w288 { width: 288px !important; }
.w300 { width: 300px !important; }
.w310 { width: 310px !important; }
.w330 { width: 330px !important; }
.w340 { width: 340px !important; }
.w360 { width: 360px !important; }
.w380 { width: 380px !important; }
.w420 { width: 420px !important; }
.w510 { width: 510px !important; }
.w530 { width: 530px !important; }
.w720 { width: 720px !important; }
.w800 { width: 800px !important; }
.m-w120 { min-width: 120px; }
.m-w180 { min-width: 180px; }
.w33p { width: 33% !important; }
.w34p { width: 34% !important; }
.w50p { width: 50% !important; }
.h24 { height: 24px !important; }
.h28 { height: 28px !important; }
.h32 { height: 32px !important; }
.h40 { height: 40px !important; }
.mgt0 { margin-top: 0px !important; }
.mgt4 { margin-top: 4px !important; }
.mgt8 { margin-top: 8px !important; }
.mgt10 { margin-top: 10px !important; }
.mgt15 { margin-top: 15px !important; }
.mgt16 { margin-top: 16px !important; }
.mgt18 { margin-top: 18px !important; }
.mgt20 { margin-top: 20px !important; }
.mgt25 { margin-top: 25px !important; }
.mgt40 { margin-top: 40px !important; }
.mgb0 { margin-bottom: 0px !important; }
.mgb4 { margin-bottom: 4px !important; }
.mgl-8 { margin-left: -8px !important; }
.mgl4 { margin-left: 4px !important; }
.mgl8 { margin-left: 8px !important; }
.mgl10 { margin-left: 10px !important; }
.mgl12 { margin-left: 12px !important; }
.mgl20 { margin-left: 20px !important; }
.mgl40 { margin-left: 40px !important; }
.pd6 { padding: 6px !important; }
.pd8 { padding: 8px !important; }
.pd12 { padding: 12px !important; }
.pd15 { padding: 15px !important; }
.pd16 { padding: 16px !important; }
.pdl3 { padding-left: 3px !important; }
.pdl4 { padding-left: 4px !important; }
.pdl10 { padding-left: 10px !important; }
.pdl20 { padding-left: 20px !important; }
.pdl24 { padding-left: 24px !important; }
.pdl30 { padding-left: 30px !important; }
.pdl190 { padding-left: 190px !important; }
.pdr2 { padding-right: 2px !important; }
.pdr5 { padding-right: 5px !important; }
.pdr10 { padding-right: 10px !important; }
.pdr20 { padding-right: 20px !important; }
.pdlr4 { padding: 0 4px !important; }
.pdt4 { padding-top: 4px !important; }
.pdt8 { padding-top: 8px !important; }
.pdt10 { padding-top: 10px !important; }
.pdt20 { padding-top: 20px !important; }
.pdb8 { padding-bottom: 8px !important; }
.pdb10 { padding-bottom: 10px !important; }
.pdb20 { padding-bottom: 20px !important; }
.pdb24 { padding-bottom: 20px !important; }
.pdtb8 { padding: 8px 0 !important; }
.fs0 { font-size: 0px !important; }
.fs12 { font-size: 12px !important; }
.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }
.fs16 { font-size: 16px !important; }
.fs18 { font-size: 18px !important; }
.fs24 { font-size: 24px !important; }
.fs28 { font-size: 28px !important; }
.fs36 { font-size: 36px !important; }
.underline { text-decoration: underline; }
.bp0 { background-position: 0 0 !important; }
/* border-radius */
.rc-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -moz-border-top-right-radius: 3px;
}
.rc-bottom {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
}
.rc-left {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
}
.rc-right {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
}
/* text color */
.plus { color: #e74c3c; }
.minus { color: #3498db; }
.txt-red { color: #ea6153; }
/* other text */
.txt-h28 {
  line-height: 28px;
  float: left;
}
/* bg */
.bg-wht { background: #fff !important; }
.bg-blu { background: #f1f4f7 !important; }
/* box */
.box-shadow {
  box-shadow: 0px 0px 4px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 4px 0px #e8e8e8;
  -webkit-box-shadow: 0px 0px 4px 0px #e8e8e8;
}
.box-shadow-top {
  box-shadow: 0px 0px 4px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 4px 0px #e8e8e8;
  -webkit-box-shadow: 0px 0px 4px 0px #e8e8e8;
  border-radius: 3px;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.box-shadow-top:hover {
  box-shadow: 0px 0px 12px 0px #bbb;
  -moz-box-shadow: 0px 0px 12px 0px #bbb;
  -webkit-box-shadow: 0px 0px 12px 0px #bbb;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.box-shadow-top a {
  color: #4b5763;
  text-decoration: none;
}
.box-total { font-weight: bold; }
.box-total dt {
  width: 120px;
  display: table-cell;
}
.box-total dd { display: table-cell; }
.box-bdt {
  border-top: 1px #d5d5d5 solid;
  padding: 10px 0 0 0;
}
.box-blu {
  background: #f1f4f7;
  margin-top: 10px;
  line-height: 1.2;
}
.box-red {
  background: #fff0ee;
  margin-top: 10px;
  line-height: 1.2;
}
.box-wht {
  background: #fff;
  margin-top: 10px;
  line-height: 1.2;
}
.box-bd-nav {
  background: #fff;
  border: 1px #2d4d6c solid;
  line-height: 1.2;
}
.box-cancel { padding: 14px 16px; }
/* btn */
.btn {
  border: 1px solid #bebebe;
  border-radius: 3px;
  display: block;
  font-size: 15px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}
.btn-rank {
  background: url(../../images/invest/arrow-rank.png) 130px 7px no-repeat;
  border: 1px #51a5ce solid;
  border-radius: 3px;
  display: block;
  height: 24px;
  width: 140px;
  line-height: 24px;
  text-align: center;
  color: #51a5ce;
}
.btn-rank:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn-more {
  background: url(../../images/invest/arrow-rank.png) 69px 7px no-repeat;
  border: 1px #51a5ce solid;
  border-radius: 3px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-left: 6px;
  font-size: 14px;
  width: 80px;
  color: #51a5ce;
}
.btn-more:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn-gry {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #f4f4f4 0%, #fff 100%) repeat scroll 0 0;
  color: #4a5864;
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}
.btn-gry:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn-gry-disabled {
  border-radius: 3px;
  color: #b9b8b8;
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  background: #e2e2e2;
  cursor: default;
}
.btn-gry-disabled:hover {
  text-decoration: none;
}
.btn-gry-h24 {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #f4f4f4 0%, #fff 100%) repeat scroll 0 0;
  color: #4a5864;
  border: 1px solid #bebebe;
  border-radius: 3px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}
.btn-gry-h24:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn-gry-h24-disabled {
  color: #b9b8b8;
  border: 1px solid #bebebe;
  border-radius: 3px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  background: #e2e2e2;
  font-weight: normal;
}
.btn-gry-h24-disabled .chk {
  font-weight: normal;
  cursor: default;
}
.btn-gry-h32 {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #f4f4f4 0%, #fff 100%) repeat scroll 0 0;
  color: #4a5864;
  border: 1px solid #bebebe;
  border-radius: 3px;
  display: block;
  font-size: 14px;
  line-height: 32px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}
.btn-gry-h32:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn-blu {
  background: #3498db;
  border: 1px solid #3493d5;
  color: #fff;
  display: block;
}
.btn-blu:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn-blu-h32 {
  background: #3498db;
  border: 1px solid #3493d5;
  color: #fff;
  display: block;
  line-height: 32px;
}
.btn-blu-h32:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn-grn-h32 {
  background: #49c0d9;
  border: 1px solid #49c0d9;
  color: #fff;
  display: block;
  line-height: 32px;
}
.btn-grn-h32:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn-gry02 {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #f4f4f4 0%, #fff 100%) repeat scroll 0 0;
  border: 1px solid #bebebe;
  border-radius: 3px;
  color: #4a5864;
  display: block;
  font-size: 15px;
  height: 36px;
  line-height: 35px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}
.btn-gry02:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn-red-check {
  background: #fff url("../../images/invest/icon-tick-red.png") no-repeat scroll 10px 12px;
  border: 2px solid #e74c3c;
  border-radius: 3px;
  color: #e74c3c;
  display: block;
  font-size: 15px;
  height: 36px;
  line-height: 34px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s linear 0s;
}
.btn-red-check:hover {
  background: #e74c3c url("../../images/invest/icon-tick-wht.png") no-repeat scroll 10px 12px;
  color: #fff;
  text-decoration: none;

}
.btn-red {
  border: 2px solid #e74c3c;
  border-radius: 3px;
  color: #e74c3c;
  display: block;
  font-size: 15px;
  height: 36px;
  line-height: 34px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s linear 0s;
}
.btn-red:hover {
  background-color: #e74c3c;
  color: #fff;
  text-decoration: none;
}
.btn-red-h32 {
  background: #e74c3c;
  border: 1px solid #e74c3c;
  color: #fff;
  display: block;
}
.btn-red-h32:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn-new-reserve {
  background: #3498db;
  border: 1px solid #3493d5;
  color: #fff;
  display: block;
  float: right;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
}
.btn-new-reserve:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn-disabled {
  border-radius: 3px;
  color: #b9b8b8;
  display: block;
  font-size: 15px;
  height: 36px;
  line-height: 34px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  background: #e2e2e2;
  cursor: default;
}
.btn-disabled:hover {
  text-decoration: none;
}
/* */
.inv-trust-name {
  color: #197cb5;
  border-bottom: 1px #d5d5d5 solid;
  height: 48px;
  vertical-align: middle;
  display: table-cell;
  line-height: 1.2;
  padding: 4px 0;
}
.inv-trust-img {
  width: 510px;
  vertical-align: bottom;
}
.inv-trust-img img {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
}
.inv-trust-iconbox {
  width: 180px;
  height: 165px;
  float: left;
}
.inv-trust-info {
  float: left;
  padding-left: 10px;
}
.box-inv-trust { margin: 10px 0; }
.box-inv-trust dt {
  width: 80px;
  display: table-cell;
}
.box-inv-trust dd {
  display: table-cell;
  text-align: right;
  width: 230px;
}
.box-inv-trust02 { margin: 10px 0; }
.box-inv-trust02 dt {
  width: 140px;
  display: table-cell;
}
.box-inv-trust02 dd {
  display: table-cell;
  text-align: right;
  width: 170px;
}
/* */
.note-stocks dl {
  width: 1040px;
  overflow: hidden;
}
.note-stocks dt {
  width: 120px;
  float: left;
  clear: left;
  padding: 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1.2;
}
.note-stocks dd {
  padding: 10px 10px 10px 120px;
  position: relative;
  vertical-align: top;
  line-height: 1.2;
}
/* アコーディオンコンテンツ */
dl.ac-contents dt.ac-ttl {
  display: block;
  border-bottom: 2px #2d4d6c solid;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  height: 34px;
  line-height: 28px;
  color: #197cb5;
  padding: 0 0 9px 37px;
  margin-top: 5px;
}
dl.ac-contents dt.ac-ttl {
  background: url(../../images/invest/ac-on.png) top left no-repeat;
  background-size: 28px;
}
dl.ac-contents dt.off {
  background: url(../../images/invest/ac-off.png) top left no-repeat;
  background-size: 28px;
}
dl.ac-contents dd.ac-txt {
  display: none;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* icon */
.icon-cal {
  display: inline-block;
  float: right;
  position: relative;
}
.icon-cal a {
  position: absolute;
  top: 2px;
}
.icon-reserve-deposit:before {
  content: url(../../images/invest/icon-reserve-deposit.png);
  margin-right: 4px;
}
.icon-mail-alert:before {
  content: url(../../images/invest/icon-mail-alert.png);
  margin-right: 4px;
}
.icon-box { margin-left: 12px; }
.icon-box span {
  color: #fff;
  border-radius: 14px;
  display: inline-block;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  margin-right: 4px;
  text-align: center;
  width: 80px;
}
.icon-box-m span {
  color: #fff;
  border-radius: 14px;
  display: inline-block;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 70px;
}
.icon-box-s {
  width: 100%;
  text-align: center;
}
.icon-box-s span {
  color: #fff;
  border-radius: 10px;
  display: block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin: 4px auto;
  text-align: center;
  width: 60px;
}
span.icon-jp { background: #f79a84; }
span.icon-ov { background: #52bfb1; }
span.icon-emg { background: #f0b54f; }
span.icon-kabu { background: #3f84b3; }
span.icon-bond { background: #3f84b3; }
span.icon-balance { background: #3f84b3; }
span.icon-reit { background: #3f84b3; }
span.icon-other { background: #3f84b3; }
span.icon-nisa { background: #49c0d9; }
span.icon-reserve { background: #49c0d9; }
span.icon-noload { background: #49c0d9; }
.table-trust th a.btn-ym {
  background-image: none;
  display: block;
  height: 32px;
  width: 50px;
  line-height: 32px;
  font-size: 12px;
  text-align: center;
  border: 1px #fff solid;
  border-radius: 3px;
  padding: 0;
  margin-left: 4px;
}
.table-trust th span.on a.btn-ym {
  background-color: #51a5ce;
  font-weight: bold;
  border: 1px #51a5ce solid;
}
/* 銘柄詳細 */
.box-caution {
  border: 1px #ffc2bc solid;
  background: #fff0ee;
  margin: 0 0 20px 0;
  height: 40px;
}
.icon-caution {
  background: url(../../images/invest/icon-caution.png) top left no-repeat;
  padding-left: 24px;
  line-height: 40px;
}
.total-margin li {
  line-height: 1.6;
  overflow: hidden;
}
.total-margin li span {
  float: right;
}

/* pagination */
.number {
  height: 24px;
  line-height: 24px;
}
.pagination {
  height: 24px;
  float: right;
}
.pagination ul {
  overflow: hidden;
  height: 24px;
}
.pagination ul li {
  float: left;
}
.pagination ul li a {
  background: #fff;
  border: 1px #d9d9d9 solid;
  color: #4b5763;
  float: left;
  height: 24px;
  line-height: 1;
  margin-left: 4px;
  min-width: 24px;
  padding: 5px 0 0;
  text-align: center;
}
.pagination li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.pagination li a.on {
  background: #51a5ce;
  border: 1px #51a5ce solid;
  color: #fff;
  font-weight: bold;
}
.page-back {
  background: url(../../images/invest/arrow-back.png) center center no-repeat !important;
  cursor: pointer;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.page-next {
  background: url(../../images/invest/arrow-next.png) center center no-repeat !important;
  cursor: pointer;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.icon-offer {
  background: #f79a84 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  width: 40px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
}
.icon-cancel {
  background: #9eaaab none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  width: 40px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
}
.icon-order {
  background: #52bfb1 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
}
.icon-canceled {
  background: #9eaaab none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
}
.icon-contract {
  background: #52bfb1 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
}
.icon-lapse {
  background: #9eaaab none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
}
.icon-inreserve {
  background: #52bfb1 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
}
.icon-receive {
  background: #f79a84 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
}
.icon-possess {
  background: #59ace4 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
}
.icon-reinvest {
  background: #52bfb1 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
}
.icon-deliver {
  border: 1px solid #ea6153;
  color: #ea6153;
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
}
.bdb-gry-light { border-bottom: 2px solid #f1f4f7; }
.bdt-gry { border-top: 2px #d5d5d5 solid; }
.bdt-blu { border-top: 1px #c6d0da solid; }
.bdtb1 {
  padding: 0 0 10px 0;
  margin-top: 15px;
  border-top: 1px #f1f4f7 solid;
  border-bottom: 1px #f1f4f7 solid;
}
.bdt1 {
  padding: 0 0 10px 0;
  margin-top: 15px;
  border-top: 1px #f1f4f7 solid;
}
.num-up-down {
  float: right;
  margin-left: 6px;
  cursor: pointer;
}
.icon-info {
  background: url(../../images/invest/icon-info.png) 0 0 no-repeat;
  display: inline-block;
  width: 120px;
  height: 16px;
  line-height: 16px;
  padding-left: 20px;
}
.icon-required {
  background: #fff none repeat scroll 0 0;
  border: 1px #ea6153 solid;
  color: #ea6153;
  display: inline-block;
  margin: 0 5px 0 0;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
}
.icon-optional {
  background: #fff none repeat scroll 0 0;
  border: 1px #26c465 solid;
  color: #26c465;
  display: inline-block;
  margin: 0 5px 0 0;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
}
/* placeholder */
.box-placeholder { position: relative; }
.placeholder-text {
  position: absolute;
  padding: 0 5px;
  color: #999;
  font-size: 13px;
  line-height: 32px;
  left: 0;
}
.hidden { visibility: hidden; }

/* up-down botton s-size */
.num-up-down-s img {
  cursor: pointer;
  vertical-align: bottom;
}

/* draggable window */
.draggable_container {
  position: relative;
  margin: auto;
}
.draggable_obj {
  position: absolute;
  top:130px;
  left:30%;
  width:352px;
  height:auto;
  background: #fff;
  padding: 20px;
  cursor: move;
  border: 2px solid #51a5ce;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  box-shadow: 1px 6px 6px rgba(0, 0, 0, 0.28);
  z-index:11;
}
.draggable_obj h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #f1f4f7;
  padding-bottom: 10px;
}
.draggable_obj p {
  line-height: 1.4;
  margin: 20px 0 0 0;
}
.draggable_obj .draggable_chk {
  border-top:2px solid #f1f4f7;
  text-align: center;
}
.btn-tip-close {
  background: rgba(0, 0, 0, 0) url("../../images/invest/btn-close-s.png") no-repeat scroll 0 0 / 20px 20px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 3px;
  text-indent: 100%;
  top: 3px;
  white-space: nowrap;
  width: 20px;
}

.ranking_box {
  position: relative;
}
.loading-area {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0.8;
  display: block;
  vertical-align: middle;
  text-align: center;
}

.box-sorter-arrow {
  width: 10px;
  height: 6px;
  display: block;
  margin: 0 auto;
}

.errer-input li {
  color: #ea6153;
  margin-top: 8px;
}

.errer-input li:first-child {
  margin-top: 0;
}

.box-mail-config {
  border-top: 1px solid #d9dde1;
  margin-top: 16px;
  padding-top: 16px;
}

.box-info-initial {
  max-width: 1080px;
  margin: 20px auto 0;
  padding: 12px 10px;
  text-align: center;
  line-height: 1.6;
  background: #fff;
  border: 2px solid #51a5ce;
}

.box-info-initial p {
  margin-bottom: 10px;
}

.box-info-initial p:last-child {
  margin-bottom: 0;
}

.msg-validation-no {
  font-size: 12px;
  color: #ea6153;
}