<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ======================================
  ファンドリサーチ用
 ======================================== */
#main {
  width: 100%;
  height: 100%;
  position: relative;
}

#main &gt; .inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 980px;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

dd {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.step-research {
  position: relative;;
  width: 100%;
  height: 100px;
  margin: 20px 0 30px 0;
}

.step-research.step1 {
  background: url(/contents/fundresearch/img/step1.png) no-repeat;
}

.step-research.step2 {
  background: url(/contents/fundresearch/img/step2.png) no-repeat;
}

.step-research.step1 .step-fund-select {
  position: absolute;
  width: 170px;
  height: 80px;
  top: 0;
  bottom: 0;
  left: 185px;
  right: 0;
  margin: auto 0;
  background: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;

  text-align: center;
  line-height: 80px;
  font-weight: bold;
  font-size: 107%;

  border: 1px solid #6575bb;
  box-shadow: inset 2px 2px 3px rgba(000,000,000,0.3);
  -webkit-box-shadow: inset 2px 2px 3px rgba(000,000,000,0.3);
  -moz-box-shadow: inset 2px 2px 3px rgba(000,000,000,0.3);
}

.step-research ul {
  position: absolute;
  top: 5px;
  right: 20px;

  margin: 0;
  padding: 0;
  list-style: none;
  width: 400px;
}

.step-research ul li {
  float: left;
  margin: 0 8px 0 0;
}

a.fund-button {
  margin:5px 1px;
  font-size:100%;
  display:inline-block;
  position:relative;
  min-width:180px;
  zoom:1;

  background-repeat:repeat-x;

  border-style:solid;
  border-width:1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;

  /*font-weight:600;*/
  font-size:107%;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration:none; line-height:1.1;
  text-align:center;
  vertical-align:baseline;
  white-space:nowrap;
  color:#333;

  cursor:pointer;
}

.step1 a.fund-button.research {
  padding: .7em 2px .6em 3px;

 
}

.step2 a.fund-button.select {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 185px;
  right: 0;
  margin: auto 0;
  width: 170px;
  min-width: 170px;
  height: 80px;
  text-align: center;
  line-height: 80px;
/*  font-weight: bold;*/
  font-size: 107%;
}

.step2 a.fund-button.research {
  padding: .7em 2px .6em 3px;
  
 
}

a.fund-button.term {
  min-width: 80px;
  padding: .7em 2px .6em 3px;
  margin: 0px 1px 5px 0px;
  font-weight: normal;
}

.bc-gray {
  background-color:#e5e5e5;
  background-image:url(/ap02rs/system/img/common/h5-glay.png);
  border-color:#d1d1d1 #b1b1b1 #b1b1b1 #cccccc;
  color:#333;
}

.bc-gray:active {
  background-color:#cecece;
  background-image:url(/contents/fundresearch/img/h5-glay-select.png);
  border-color: #b1b1b1;
  color:#333;
}

.active {
  background-image: none;
  background-color:#fff ;
  border: 1px solid #6575bb;
  pointer-events: none;
  cursor: default !important;
  box-shadow: inset 2px 2px 3px rgba(000,000,000,0.3);
  -webkit-box-shadow: inset 2px 2px 3px rgba(000,000,000,0.3);
  -moz-box-shadow: inset 2px 2px 3px rgba(000,000,000,0.3);
  font-weight: bold !important;
}

.bc-gray-long {
  background-color:#e5e5e5;
  background-image:url(/contents/fundresearch/img/bg-button-gray.png);
  border-color:#d1d1d1 #b1b1b1 #b1b1b1 #cccccc;
  color:#333;
}

.bc-gray-long:active {
  background-color:#d7d7d7;
  background-image:url(/contents/fundresearch/img/bg-button-gray-select.png);
  border-color:#b1b1b1;
  color:#333;
}

.current-fund {
  display: block;
  background: #fff;
  width: 187px;
  height: 35px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;

  text-align: center;
  line-height: 35px;
  font-weight: bold;
  font-size: 107%;

  margin: 4px 0px;
  border: 1px solid #6575bb;

  box-shadow: inset 2px 2px 3px rgba(000,000,000,0.3);
  -webkit-box-shadow: inset 2px 2px 3px rgba(000,000,000,0.3);
  -moz-box-shadow: inset 2px 2px 3px rgba(000,000,000,0.3);
}

.current-fund.analysis {
  height: 34px;


  line-height: 34px;
}

.select-fund {
  margin: 0 0 45px 0;
}

.select-none {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  background-color: #fff6d9;
  border: 1px solid #ffe1b0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 0;
}

.select-none::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: -65px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: #ff9d00 transparent transparent transparent;
  margin: auto;
}

.fund-type {
  position: relative;
  width: 100%;
  padding: 15px 0;
  background-color: #dbe0f2;
  background-image: url(/ap02rs/custom/img/pattern01/table-th-bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
  margin: 0 0 1px 0;
  cursor: pointer;
}

.fund-type span {
  margin: 0 0 0 15px;
  font-weight: bold;
  font-size: 107%;
}

.fund-type:after {
  content: '';
  position: absolute;
  top:0;
  bottom: 0;
  right: 15px;
  width: 7px;
  height: 7px;
  background-image: url(/contents/fundresearch/img/icon-down.png);
  background-repeat: no-repeat;
  margin: auto 0;
}

.fund-type.opened:after {
  background-image: url(/contents/fundresearch/img/icon-up.png);
  background-repeat: no-repeat;
}

.fund-list {
  display: none;
}
.fund-list.opened {
  display: block;
}

.fund-list table td {
  height: 40px;
}

.table-basic tr th:first-child,
.table-basic tr td:first-child {
  border-left: 0px none!important;
}

.table-basic tr th:last-child,
.table-basic tr td:last-child {
  border-right: 0px none!important;
}

.table-basic tr:nth-child(odd) td {
  background-color: #dfdfdf;
  background-position: bottom;
  background-image: url(/ap02rs/system/img/common/table-td-bg-2.png);
  background-repeat: repeat-x;
}

.table-basic.target-fund-list td {
  height: 40px;
}

.table-basic.target-fund-list tr:first-child {
  display: none;
}

.table-basic.target-fund-list tr:nth-child(2) td:first-child {
  background: #ff7f7f;
}
.table-basic.target-fund-list tr:nth-child(3) td:first-child {
  background: #7fbfff;
}
.table-basic.target-fund-list tr:nth-child(4) td:first-child {
  background: #3cb371;
}
.table-basic.target-fund-list tr:nth-child(5) td:first-child {
  background: #ffbf7f;
}
.table-basic.target-fund-list tr:nth-child(6) td:first-child {
  background: #bf7fff;
}

.table-basic.target-fund-list tr td.alphabet-cel {
  font-size: 160%;
}

.list-close {
  text-align: right;
  margin: 8px 0 10px 0;
}

.list-close a {
  cursor: pointer;
  color: #484848;
  text-decoration: none;
  background-image: url(/contents/fundresearch/img/icon-close.png);
  background-repeat: no-repeat;
  background-position: 1px 5px;
  padding-left: 14px;
}

a.button.btn-favorite.selected {
  pointer-events: none;
}
a.button.btn-favorite.selected span {
  opacity: 0.5;
  cursor: default;
}

/* ファンド分析 */
.fund-name-area {
  border-bottom: 2px solid #7286cd;
  padding: 10px 0 4px 14px;

  position: relative;
}

.fund-name-area::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 30px;
}
.fund-name-area.type-a::after {background: #ff7f7f;}
.fund-name-area.type-b::after {background: #7fbfff;}
.fund-name-area.type-c::after {background: #3cb371;}
.fund-name-area.type-d::after {background: #ffbf7f;}
.fund-name-area.type-e::after {background: #bf7fff;}


.fund-name-area span.fund-name {
  font-size: 145%;
  font-weight: bold;
  float: left;
}

.fund-name-area span.fund-change {
  display: block;
  text-align: right;
}

.chart-area {
  width: 100%;
  margin: 20px 0 10px 0;
}

.chart-area:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;  
  clear: both; 
  visibility:hidden;
}

.chart-area-analysis {
  width: 100%;
  height: 83000px;
  margin: 20px 0 10px 0;
}

.chart-area .chart-group {
    width: 780px;
}

.chart-area div {
  float: left;
}
.chart-area .chart {
  width: 780px;
  height: 500px;
}
.chart-area .indexchart {
  width: 780px;
  height: 350px;
  margin-bottom:10px;
}

.chart-area .assetchart {
  width: 780px;
  height: 150px;
  margin-bottom:10px;
}

.chart-area .dividendchart {
  width: 780px;
  height: 150px;
  margin-bottom:10px;
}
.chart-area .oestablishchart {
  width: 780px;
  height: 150px;
  margin-bottom:10px;
}

.chart-area .chart-setting {
  width: 185px;
  margin: 0 0 0 15px;
}

.chart-area .chart-setting dl dt {
  font-weight: bold;
}

.chart-area .chart-setting dl dt:nth-of-type(n+2) {
  margin: 10px 0 0 0;
}

input.button.wide {
  padding: 5px 12px 2px 12px;
}

.fund-back {
  clear:both;   
  margin: 30px 0 0 0;
  
}

/* ファンド比較 */
.fund-comparison-list {
  width: 100%;
}

.fund-comparison-list table {
  width: 780px;
}

.fund-comparison-list table th {
  padding: 11px 5px 8px 5px;
  font-weight: normal;
}

.fund-comparison-list table td {
  padding: 13px 5px 10px 5px;
}

.fund-comparison-list &gt; * {
  float: left;
}

.fund-comparison-list a.fund-button.chart-redraw {
  width: 180px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  font-size: 107%;
  margin: 0 0 0 15px;
}

.fund-comparison-list tr td input {
  width: 94%;
  text-align: right;
  padding-right: 3px;
}

.fund-comparison-list table td.legend {
  padding: 13px 25px 13px 25px;
}

.fund-comparison-list table td.legend span {
  display: block;
  width: 100%;
  height: 4px;
}

.fund-comparison-list table tr:nth-child(2) td.legend span {background: #ff7f7f;}
.fund-comparison-list table tr:nth-child(3) td.legend span {background: #7fbfff;}
.fund-comparison-list table tr:nth-child(4) td.legend span {background: #3cb371;}
.fund-comparison-list table tr:nth-child(5) td.legend span {background: #ffbf7f;}
.fund-comparison-list table tr:nth-child(6) td.legend span {background: #bf7fff;}

/* 積立シミュレーション */
.fund-simulation-legend {
  width: 100%;
}

.fund-simulation-legend table {
  width: 780px;
}

.fund-simulation-legend table th {
  padding: 11px 5px 8px 5px;
  font-weight: normal;
}

.fund-simulation-legend table td {
  padding: 13px 5px 10px 5px;
}

.fund-simulation-legend table:nth-of-type(2) {
  margin: 10px 0 0 0;
}

.fund-simulation-legend table td.disp-type {
  padding: 13px 25px 13px 25px;
}

.fund-simulation-legend table td.disp-type span {
  display: block;
  width: 100%;
  height: 4px;
}

.fund-simulation-legend table td.disp-type span.base {background: #77933c;}
.fund-simulation-legend table td.disp-type span.average {background: #ffbf7f;}
.fund-simulation-legend table td.disp-type span.asset {background: #7f7fff;}
.fund-simulation-legend table td.disp-type span.principal {
  background: #2a9184;
  height: 20px;
}

/* 積立投資 VS 一括投資 */
.fund-vervus-legend {
  width: 100%;
}

.fund-vervus-legend table {
  width: 780px;
}

.fund-vervus-legend table th {
  padding: 11px 5px 8px 5px;
  font-weight: normal;
}

.fund-vervus-legend table td {
  padding: 13px 5px 10px 5px;
}

.fund-vervus-legend table:nth-of-type(2) {
  margin: 10px 0 0 0;
}

.fund-vervus-legend table td.disp-type {
  padding: 13px 5px 13px 5px;
}

.fund-vervus-legend table td.disp-type span {
  display: inline-block;
  width: 100%;
  height: 4px;
}
.fund-vervus-legend table td.disp-type span.onceasset {
    background: rgb(239, 20, 9);
    width: 20px;
    vertical-align: middle;
}
.fund-vervus-legend table td.disp-type span.asset {
    background: rgb(9, 132, 239);
    width: 20px;
  vertical-align: middle;
}
.fund-vervus-legend table td.disp-type span.dividend {
    background: rgb(80, 175, 108);
    width: 20px;
    height: 10px;
}
.fund-vervus-legend table td.disp-type span.gainasset {
  background: rgb(206, 214, 104);
  width: 20px;
  height: 10px;
}

.title-legend {
  position: relative;
  width: 780px;
  padding: 12px 0;
  background-color: #dbe0f2;
  background-image: url(/ap02rs/custom/img/pattern01/table-th-bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
  text-align: center;
  cursor: pointer;
}

.title-legend span {
  font-weight: bold;
  font-size: 107%;
}

.chart-setting .fund-amount {
  width: 90px;
}

/* スライドスイッチ */
.disp-event input[type=radio],
.disp-event input[type=checkbox],
.composite-chart input[type=radio] {
    display: inline-block;
    margin-right: 6px;
}
.disp-event input[type=radio] + label,
.disp-event input[type=checkbox] + label,
.composite-chart input[type=radio] + label {
    position: relative;

    display: inline-block;
    margin-right: 12px;

    font-size: 12px;
    font-weight: bold;
    line-height: 28px;

    cursor: pointer;
}

@media (min-width: 1px) {
    .disp-event input[type=radio],
    .disp-event input[type=checkbox],
    .composite-chart input[type=radio] {
        display: none;
        margin: 0;
    }
    .disp-event input[type=radio] + label,
    .disp-event input[type=checkbox] + label,
    .composite-chart input[type=radio] + label {
        padding: 0 0 0 24px;
    }
    .disp-event input[type=radio] + label::before,
    .disp-event input[type=checkbox] + label::before,
    .composite-chart input[type=radio] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;

        background: #FFF;
    }
    .disp-event input[type=radio] + label::before,
    .composite-chart input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .disp-event input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .disp-event input[type=radio]:checked + label::after,
    .disp-event input[type=checkbox]:checked + label::after,
    .composite-chart input[type=radio]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .disp-event input[type=radio]:checked + label::after,
    .composite-chart input[type=radio]:checked + label::after {
        left: 5px;

        width: 8px;
        height: 8px;
        margin-top: -4px;

        background: #6575bb;
        border-radius: 8px;
    }
    .disp-event input[type=checkbox]:checked + label::after {
        left: 3px;

        width: 16px;
        height: 8px;
        margin-top: -8px;

        border-left: 3px solid #6575bb;
        border-bottom: 3px solid #6575bb;

        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* either */
    .disp-event .either,
    .composite-chart .either {
        position: relative;

        display: inline-block;
        width: 90px;
        overflow: hidden;
        border: 1px solid;
        border-color: #d1d1d1 #b1b1b1 #b1b1b1 #cccccc;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }
    .disp-event .either input[type=radio] + label,
    .composite-chart .either input[type=radio] + label {
        position: static;

        float: left;
        display: block;
        width: 50%;
        margin-right: 0;
        padding: 0;
        overflow: hidden;

        text-align: center;
    }
    .disp-event .either input[type=radio] + label::before,
    .composite-chart .either input[type=radio] + label::before {
        content: attr(data-label);

        top: 0;
        bottom: 0;
        z-index: 1;

        display: block;
        width: 50%;
        height: auto;
        margin-top: 0;

        text-align: center;

        color: transparent;
        background: transparent;
        border: 0 none;
        border-radius: 0;
    }
    .disp-event .either input[type=radio] + label:last-child::before,
    .composite-chart .either input[type=radio] + label:last-child::before {
        left: 50%;
        right: 0;

    }
    .disp-event .either input[type=radio]:checked + label::before,
    .composite-chart .either input[type=radio]:checked + label::before {
        color: #fff;
    }

    .disp-event .either input[type=radio] + label::after,
    .composite-chart .either input[type=radio] + label::after {
        border-radius: 0;
    }
    .disp-event .either input[type=radio]:first-child + label::after,
    .composite-chart .either input[type=radio]:first-child + label::after {
        content: none;
    }
    .disp-event .either input[type=radio] + label + input[type=radio] + label::after,
    .composite-chart .either input[type=radio] + label + input[type=radio] + label::after {
        content: "";

        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 0;

        display: block;
        width: auto;
        height: auto;
        margin: auto;

        background: #6575bb;
        border: 1px solid #fff;

        -webkit-transition: all 200ms;
        transition: all 200ms;

        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .disp-event .either input[type=radio]:checked + label + input[type=radio] + label::after,
    .composite-chart .either input[type=radio]:checked + label + input[type=radio] + label::after {
        left: 0;
        right: 50%;
    }
    .disp-event .either input[type=radio] + label + input[type=radio]:checked + label::after,
    .composite-chart .either input[type=radio] + label + input[type=radio]:checked + label::after {
        left: 50%;
        right: 0;
    }
}

/* overlay */
.overlay
{
  position: fixed;;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.overlay
{
  z-index: 20;
  overflow: hidden;
  background: rgba(0, 0, 0, .6);
}

.overlay.disabled
{
  display: none;
}

.overlay .item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);

  width: 500px;
  background: #fff;
  border: 5px solid #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  cursor: default;
}

.overlay .item.alert {
  height: 150px;
  line-height: 150px;
}

.overlay .item span {
  font-size: 120%;
  font-weight: bold;
}

.overlay .item .overlay-close {
  position: absolute;
  z-index: 40;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url('/contents/fundresearch/img/overlay-close.png') no-repeat;
}

.overlay .item.change-list {
  padding: 20px;
}

.overlay .item.change-list ul {
  margin: 20px 0 0 0;
  height: auto;
}

.overlay .item.change-list ul li {
  display: flex;
  position: relative;
}

.overlay .item.change-list ul li span {
  position: absolute;
  width: 6px;
  height: 34px;
  margin: 2px 0;
  z-index: 2;
}
.overlay .item.change-list ul li:nth-child(1) span {background: #ff7f7f;}
.overlay .item.change-list ul li:nth-child(2) span {background: #7fbfff;}
.overlay .item.change-list ul li:nth-child(3) span {background: #3cb371;}
.overlay .item.change-list ul li:nth-child(4) span {background: #ffbf7f;}
.overlay .item.change-list ul li:nth-child(5) span {background: #bf7fff;}

a.fund-button.change-fund {
  width: 100%;
  padding: .7em 2px .6em 15px;
  font-weight: normal;
  margin: 2px 0;
  text-align: left;

  text-overflow: ellipsis;
  overflow: hidden;
}

/* エラーメッセージ */
#message-alert {
  display: none;
}

/* custom width */
.w5 {
  width: 5%;
}
.w8 {
  width: 8%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w18 {
  width: 18%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
/* padding */
.pl12 {
  padding-left: 12px !important;
}

/* Highcharts用 */
.highcharts-plot-band-label {
  -ms-writing-mode: tb-rl; /* for MS IE8+ */
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.boldfont {
    font-weight: bold !important;
}

#message-nobasicpriceinfo {
    font-size: 125%;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}

.fundselect-bgcolor {
    background-color:#7030a0;
    color:#fff;
}
</pre></body></html>