#modal-select{
    display:none;
}
#modal-select.fixed{
    position:fixed;
}

.listTab li {
    width: 33.33%;
}
.listTab li a{
    display: block;
    padding: 0 5px;
    margin-left: 3px;
    position: relative;
    height: 56px;
}
.listTab li a span{
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* -- modal-fund-select_pageTop
-------------------------------------------------------------------------------- */
.pageTop-modal{
    display:block;
    position:fixed;
    bottom:20px;
    right:20px;
    width: 40px;
    height: 32px;
    margin:0 0 0 auto;
    border-radius:3px;
    background:rgba(27, 33, 38, 0.35);
    background-image:url('../img/parts_pagetop.png');
    background-repeat: no-repeat;
    background-size: 18px 10px;
    background-position:center;
    z-index:202;
    display:none;
}


/* -- modal-guide
-------------------------------------------------------------------------------- */
#modal-guide{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:200;
    display:none;
}
#modal-guide a.closeBtn{
    display:block;
    background:rgba(0,0,0,0.2);
    width:60px;
    height:60px;
    position:fixed;
    top:15px;
    right:15px;
    text-align:center;
    z-index:202;
    -moz-transition: background 150ms ease-in-out;
    -webkit-transition: background 150ms ease-in-out;
    transition: background 150ms ease-in-out;
    opacity:0;
}
#modal-guide a.closeBtn img{
    padding-top:18px;
}
#modal-guide .modalBack{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(250,250,250,0.98);
    top:0;
    left:0;
}
#modal-guide .modalBlock{
    max-width:950px;
    padding:60px 15px 100px;
    margin:0 auto;
    position:relative;
    z-index:201;
    margin-top:50px;
    opacity:0;
}
#modal-guide .modalWrap{
    margin-top:50px;
}
#modal-guide .modalWrap h3{
    font-size:24px;
    font-weight:normal;
    border-bottom: solid 1px #656f78;
    padding-bottom: 15px;
    text-align: center;
}
#modal-guide .modalWrap ul.description li{
    line-height:1.7;
    border-bottom: solid 1px #e0e0e0;
    padding: 20px 0;
    padding-left: 47px;
    position: relative;
}
#modal-guide .modalWrap ul.description li span{
    display: block;
    position: absolute;
    top:16px;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    text-align: center;
    color:#fff;
    background-color:#656f78;
}
#modal-guide .modalWrap ul.note{
    margin-top: 20px;
}
#modal-guide .modalWrap ul.note li{
    font-size: 13px;
    line-height: 1.7;
    padding-left: 1em;
    text-indent: -1em;
}
#modal-guide .modalWrap ul.note li:before{
    content: "※";
    display: inline-block;
    width: 1em;
    text-indent: 0;
    padding-left: 0;
}


/* -- contentBoxLead dt
-------------------------------------------------------------------------------- */
.contentBoxLead{
    margin-bottom:25px;
}
.contentBoxLead dt{
    width:100%;
}
.contentBoxLead dt p{
    line-height: 1.5;
    margin-bottom:15px;
}
.contentBoxLead dd{
    text-align:right;
}
.contentBoxLead dd a{
    color:#2996cc;
}


/* -- dispBox
-------------------------------------------------------------------------------- */
#chartdiv{
    margin:0 auto;
    position: relative;
    overflow:visible !important;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.chartWrap.hide #chartdiv{
    opacity:0;
}
#chartdiv svg + a{
    display:none !important;
}
#chartdiv circle{
    cursor:pointer;
}
#dispBox{
    font-size:13px;
    width: 194px;
    background: rgba(251,251,251,1);
    position: absolute;
    top:0;
    left: 0;
    margin: -77px 0 0 -20px;
    border:solid 2px #656f78;
    border-radius:2px;
    box-sizing:border-box;
    padding:7px 10px;
    z-index: 10;
    opacity:0;
    box-shadow:0px 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow:0px 1px 1px 1px rgba(0,0,0,0.1);
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    animation-duration: 300ms;
    animation-name: fade-out;
    -moz-animation-duration: 300ms;
    -moz-animation-name: fade-out;
    -webkit-animation-duration: 300ms;
    -webkit-animation-name: fade-out;
}
#dispBox.disable{
    display:none;
}
#dispBox.active{
    display:block;
    opacity: 1;
    animation-duration: 300ms;
    animation-name: fade-in;
    -moz-animation-duration: 300ms;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 300ms;
    -webkit-animation-name: fade-in;
}
#dispBox span{
    position: absolute;
    bottom: -19px;
    left: 0;
    margin-left:10px;
    border-top: solid 10px;
    border-bottom: solid 8px transparent;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#dispBox span:before{
    content:"";
    display:block;
    position: absolute;
    bottom: -5px;
    left: -8px;
    border-top: solid 10px rgba(251,251,251,1);
    border-bottom: solid 8px transparent;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
#dispBox p{
    line-height:1.4;
    font-weight:bold;
    color:#333;
    margin-bottom:2px;
}
#dispBox li{
    float:left;
    margin-right:1em;
    font-size:11px;
    color:inherit;
}
#dispBox a{
    color:inherit;
    text-decoration:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#dispBox.active{
    -webkit-animation: slide-in-up 500ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: slide-in-up 500ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
@-webkit-keyframes slide-in-up {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes slide-in-up {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}


/* -- dispWrap
-------------------------------------------------------------------------------- */
.dispWrap{
    border-bottom:none;
    border-top: solid 1px #e0e0e0;
    padding:20px 20px 10px;
}
.disp .btn{
    float: right;
}
.legend{
    width:100%;
    margin-bottom:10px;
}
.legend ul{
}
.legend li{
    float:left;
    margin-right:20px;
    margin-bottom:5px;
}
.legend li a{
    display:block;
    font-size:13px;
    color:inherit;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.legend li a:before{
    content:"";
    float:left;
    width:10px;
    height:10px;
    border-radius:5px;
    background:#000;
    margin:2px 5px 0 0;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.legend li a.disable{
    color:#ccc;
}
.legend li a.disable:before{
    background-color:#ccc !important;
}
.legend li a.col-1:before{
    background:#e84c3d;
}
.legend li a.col-2:before{
    background:#00aba9;
}
.legend li a.col-3:before{
    background:#99b433;
}
.legend li a.col-4:before{
    background:#e3a21a;
}
.legend li a.col-5:before{
    background:#3498db;
}
.legend li a.col-6:before{
    background:#955ba5;
}
.legend li a.col-7:before{
    background:#3e8e6b;
}
.legend li a.col-8:before{
    background:#34495e;
}


/* -- pulldown
-------------------------------------------------------------------------------- */
.pulldown-select{
    position:relative;
}
.pulldown-select:before{
    content:"";
    display: block;
    width:10px;
    height:10px;
    border-right:solid 1px #999;
    border-bottom:solid 1px #999;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -10px;
    pointer-events: none;
}
.pulldown-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
    font-family: arial,helvetica,sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ;
}
.pulldown-select select::-ms-expand {
    display: none;
}
.pulldown-select select{
    display: block;
    min-width:75px;
    height:38px;
    line-height:1.2;
    padding: 0 30px 0 10px;
    border: solid 1px #e0e0e0;
    border-radius: 3px;
    color: #333;
    background:#fafafa;
    cursor:pointer;
    box-sizing:border-box;
    width:100%;
}


/* -- navigator
-------------------------------------------------------------------------------- */
#risk-return-map .navigatorWrap{
    width:100%;
    height: 47px;
    border-top: solid 1px #e0e0e0;
    margin: 40px 0 25px;
}
.navigator{
    width:100%;
    border-bottom: solid 1px #e0e0e0;
}
.navigator.active{
    position: fixed;
    top:61px;
    left: 0;
    z-index: 3;
}
.navigator .btn{
    width:100%;
    background: #fff;
}
.navigator .btn ul{
    display:table;
    width:100%;
}
.navigator .btn li{
    display:table-cell;
}
.navigator .btn li a{
    display:block;
    padding:15px 10px;
    text-align:center;
    color:#333;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.navigator .btn .chart-change a{
    color:#ccc;
}
.navigator .btn .chart-change a.active{
    background:#2996cc;
    color:#fff;
}


/* -- chartnav
-------------------------------------------------------------------------------- */
#risk-return-map .chartBox{
    padding:0;
}
#risk-return-map #chartnav .chartnavBlock{
    padding: 20px 15px;
    background: #f0f0f0;
    border-radius: 4px;
    margin: 10px 15px 40px;
}
.chartWrap{
    position:relative;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.chartWrap:before{
    content: "";
    display: block;
    font-size:10px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-19px;
    margin-left:-4px;
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    -webkit-animation: loader 1.1s infinite ease;
    animation: loader 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index:1;
    display:none;
}
.chartWrap.hide:before{
    display:block;
}
@-webkit-keyframes loader {
  0%,
  100% {
    box-shadow: 0em -2.0em 0em 0em #2996cc, 1.4em -1.4em 0 0em rgba(41,105,204,0.2), 2.0em 0em 0 0em rgba(41,105,204,0.2), 1.4em 1.4em 0 0em rgba(41,105,204,0.2), 0em 2.0em 0 0em rgba(41,105,204,0.2), -1.4em 1.4em 0 0em rgba(41,105,204,0.2), -2.0em 0em 0 0em rgba(41,105,204,0.5), -1.4em -1.4em 0 0em rgba(41,105,204,0.7);
  }
  12.5% {
    box-shadow: 0em -2.0em 0em 0em rgba(41,105,204,0.7), 1.4em -1.4em 0 0em #2996cc, 2.0em 0em 0 0em rgba(41,105,204,0.2), 1.4em 1.4em 0 0em rgba(41,105,204,0.2), 0em 2.0em 0 0em rgba(41,105,204,0.2), -1.4em 1.4em 0 0em rgba(41,105,204,0.2), -2.0em 0em 0 0em rgba(41,105,204,0.2), -1.4em -1.4em 0 0em rgba(41,105,204,0.5);
  }
  25% {
    box-shadow: 0em -2.0em 0em 0em rgba(41,105,204,0.5), 1.4em -1.4em 0 0em rgba(41,105,204,0.7), 2.0em 0em 0 0em #2996cc, 1.4em 1.4em 0 0em rgba(41,105,204,0.2), 0em 2.0em 0 0em rgba(41,105,204,0.2), -1.4em 1.4em 0 0em rgba(41,105,204,0.2), -2.0em 0em 0 0em rgba(41,105,204,0.2), -1.4em -1.4em 0 0em rgba(41,105,204,0.2);
  }
  37.5% {
    box-shadow: 0em -2.0em 0em 0em rgba(41,105,204,0.2), 1.4em -1.4em 0 0em rgba(41,105,204,0.5), 2.0em 0em 0 0em rgba(41,105,204,0.7), 1.4em 1.4em 0 0em #2996cc, 0em 2.0em 0 0em rgba(41,105,204,0.2), -1.4em 1.4em 0 0em rgba(41,105,204,0.2), -2.0em 0em 0 0em rgba(41,105,204,0.2), -1.4em -1.4em 0 0em rgba(41,105,204,0.2);
  }
  50% {
    box-shadow: 0em -2.0em 0em 0em rgba(41,105,204,0.2), 1.4em -1.4em 0 0em rgba(41,105,204,0.2), 2.0em 0em 0 0em rgba(41,105,204,0.5), 1.4em 1.4em 0 0em rgba(41,105,204,0.7), 0em 2.0em 0 0em #2996cc, -1.4em 1.4em 0 0em rgba(41,105,204,0.2), -2.0em 0em 0 0em rgba(41,105,204,0.2), -1.4em -1.4em 0 0em rgba(41,105,204,0.2);
  }
  62.5% {
    box-shadow: 0em -2.0em 0em 0em rgba(41,105,204,0.2), 1.4em -1.4em 0 0em rgba(41,105,204,0.2), 2.0em 0em 0 0em rgba(41,105,204,0.2), 1.4em 1.4em 0 0em rgba(41,105,204,0.5), 0em 2.0em 0 0em rgba(41,105,204,0.7), -1.4em 1.4em 0 0em #2996cc, -2.0em 0em 0 0em rgba(41,105,204,0.2), -1.4em -1.4em 0 0em rgba(41,105,204,0.2);
  }
  75% {
    box-shadow: 0em -2.0em 0em 0em rgba(41,105,204,0.2), 1.4em -1.4em 0 0em rgba(41,105,204,0.2), 2.0em 0em 0 0em rgba(41,105,204,0.2), 1.4em 1.4em 0 0em rgba(41,105,204,0.2), 0em 2.0em 0 0em rgba(41,105,204,0.5), -1.4em 1.4em 0 0em rgba(41,105,204,0.7), -2.0em 0em 0 0em #2996cc, -1.4em -1.4em 0 0em rgba(41,105,204,0.2);
  }
  87.5% {
    box-shadow: 0em -2.0em 0em 0em rgba(41,105,204,0.2), 1.4em -1.4em 0 0em rgba(41,105,204,0.2), 2.0em 0em 0 0em rgba(41,105,204,0.2), 1.4em 1.4em 0 0em rgba(41,105,204,0.2), 0em 2.0em 0 0em rgba(41,105,204,0.2), -1.4em 1.4em 0 0em rgba(41,105,204,0.5), -2.0em 0em 0 0em rgba(41,105,204,0.7), -1.4em -1.4em 0 0em #2996cc;
  }
}
@keyframes loader {
  0%,
  100% {
    box-shadow: 0em -2.0em 0em 0em #2996cc, 1.4em -1.4em 0 0em rgba(41,105,204,0.2), 2.0em 0em 0 0em rgba(41,105,204,0.2), 1.4em 1.4em 0 0em rgba(41,105,204,0.2), 0em 2.0em 0 0em rgba(41,105,204,0.2), -1.4em 1.4em 0 0em rgba(41,105,204,0.2), -2.0em 0em 0 0em rgba(41,105,204,0.5), -1.4em -1.4em 0 0em rgba(41,105,204,0.7);
  }
  12.5% {
    box-shadow: 0em -2.0em 0em 0em rgba(41,105,204,0.7), 1.4em -1.4em 0 0em #2996cc, 2.0em 0em 0 0em rgba(41,105,204,0.2), 1.4em 1.4em 0 0em rgba(41,105,204,0.2), 0em 2.0em 0 0em rgba(41,105,204,0.2), -1.4em 1.4em 0 0em rgba(41,105,204,0.2), -2.0em 0em 0 0em rgba(41,105,204,0.2), -1.4em -1.4em 0 0em rgba(41,105,204,0.5);
  }
  25% {
    box-shadow: 0em -2.0em 0em 0em rgba(41,105,204,0.5), 1.4em -1.4em 0 0em rgba(41,105,204,0.7), 2.0em 0em 0 0em #2996cc, 1.4em 1.4em 0 0em rgba(41,105,204,0.2), 0em 2.0em 0 0em rgba(41,105,204,0.2), -1.4em 1.4em 0 0em rgba(41,105,204,0.2), -2.0em 0em 0 0em rgba(41,105,204,0.2), -1.4em -1.4em 0 0em rgba(41,105,204,0.2);
  }
  37.5% {
    box-shadow: 0em -2.0em 0em 0em rgba(41,105,204,0.2), 1.4em -1.4em 0 0em rgba(41,105,204,0.5), 2.0em 0em 0 0em rgba(41,105,204,0.7), 1.4em 1.4em 0 0em #2996cc, 0em 2.0em 0 0em rgba(41,105,204,0.2), -1.4em 1.4em 0 0em rgba(41,105,204,0.2), -2.0em 0em 0 0em rgba(41,105,204,0.2), -1.4em -1.4em 0 0em rgba(41,105,204,0.2);
  }
  50% {
    box-shadow: 0em -2.0em 0em 0em rgba(41,105,204,0.2), 1.4em -1.4em 0 0em rgba(41,105,204,0.2), 2.0em 0em 0 0em rgba(41,105,204,0.5), 1.4em 1.4em 0 0em rgba(41,105,204,0.7), 0em 2.0em 0 0em #2996cc, -1.4em 1.4em 0 0em rgba(41,105,204,0.2), -2.0em 0em 0 0em rgba(41,105,204,0.2), -1.4em -1.4em 0 0em rgba(41,105,204,0.2);
  }
  62.5% {
    box-shadow: 0em -2.0em 0em 0em rgba(41,105,204,0.2), 1.4em -1.4em 0 0em rgba(41,105,204,0.2), 2.0em 0em 0 0em rgba(41,105,204,0.2), 1.4em 1.4em 0 0em rgba(41,105,204,0.5), 0em 2.0em 0 0em rgba(41,105,204,0.7), -1.4em 1.4em 0 0em #2996cc, -2.0em 0em 0 0em rgba(41,105,204,0.2), -1.4em -1.4em 0 0em rgba(41,105,204,0.2);
  }
  75% {
    box-shadow: 0em -2.0em 0em 0em rgba(41,105,204,0.2), 1.4em -1.4em 0 0em rgba(41,105,204,0.2), 2.0em 0em 0 0em rgba(41,105,204,0.2), 1.4em 1.4em 0 0em rgba(41,105,204,0.2), 0em 2.0em 0 0em rgba(41,105,204,0.5), -1.4em 1.4em 0 0em rgba(41,105,204,0.7), -2.0em 0em 0 0em #2996cc, -1.4em -1.4em 0 0em rgba(41,105,204,0.2);
  }
  87.5% {
    box-shadow: 0em -2.0em 0em 0em rgba(41,105,204,0.2), 1.4em -1.4em 0 0em rgba(41,105,204,0.2), 2.0em 0em 0 0em rgba(41,105,204,0.2), 1.4em 1.4em 0 0em rgba(41,105,204,0.2), 0em 2.0em 0 0em rgba(41,105,204,0.2), -1.4em 1.4em 0 0em rgba(41,105,204,0.5), -2.0em 0em 0 0em rgba(41,105,204,0.7), -1.4em -1.4em 0 0em #2996cc;
  }
}
.chartNavi .chartnav-title .title{
    padding:0 15px;
}
.chartNavi .chartnav-title .title{
    margin-bottom:10px;
    font-size:16px;
    font-weight: bold;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* -- risk-return-guide
-------------------------------------------------------------------------------- */
.risk-return-guide{
    position:relative;
    margin: 0 20px;
}
.risk-return-guide .chartWrap{
    padding:0 0 25px 20px;
}
.left-guide{
    position:absolute;
    top:0;
    left:0;
    height:100%;
}
.left-guide p{
    font-size:13px;
    font-weight:bold;
    color:#333;
}
.left-guide p.liquid{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    padding:25px 0;
    box-sizing:border-box;
    writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
}
.left-guide p.liquid span.bar{
    display:block;
    position:relative;
}
.left-guide p.liquid span.bar:before{
    content:"";
    display:block;
    width:3px;
    height:50%;
    background: -moz-linear-gradient(bottom, #fff 30%, #2996cc 100%);
    background: -webkit-linear-gradient(bottom, #fff 30%,#2996cc 100%);
    background: linear-gradient(to top, #fff 30%,#2996cc 100%);
    position:absolute;
    top:0;
    left:5px;
}
.left-guide p.liquid span.bar:after{
    content:"";
    display:block;
    width:3px;
    height:50%;
    background: -moz-linear-gradient(bottom, #8cc63f 0%, #fff 70%);
    background: -webkit-linear-gradient(bottom, #8cc63f 0%,#fff 70%);
    background: linear-gradient(to top, #8cc63f 0%,#fff 70%);
    position:absolute;
    bottom:0;
    left:5px;
}
.left-guide p.liquid span.text{
    position:absolute;
    top:50%;
    left:0;
    margin-top:-26px;
    z-index:1;
}
.bottom-guide{
    width:100%;
    position:absolute;
    left:0;
    bottom:0;
}
.bottom-guide p{
    float:left;
    width:25px;
    font-size:13px;
    font-weight:bold;
    color:#333;
}
.bottom-guide p.liquid{
    width:100%;
    margin:0 -25px 0 -25px;
}
.bottom-guide p.liquid +p{
    text-align:right;
}
.bottom-guide p.liquid span.bar{
    display:block;
    margin:0 25px 0 25px;
    text-align:center;
    position:relative;
}
.bottom-guide p.liquid span.text{
    position:relative;
    z-index:1;
}
.bottom-guide p.liquid span.bar:before{
    content:"";
    display:block;
    width:50%;
    height:3px;
    background: -moz-linear-gradient(left, #8cc63f 0%, #fff 80%);
    background: -webkit-linear-gradient(left, #8cc63f 0%,#fff 80%);
    background: linear-gradient(to right, #8cc63f 0%,#fff 80%);
    position:absolute;
    left:0;
    top:5px;
}
.bottom-guide p.liquid span.bar:after{
    content:"";
    display:block;
    width:50%;
    height:3px;
    background: -moz-linear-gradient(left, #fff 20%, #2996cc 100%);
    background: -webkit-linear-gradient(left, #fff 20%,#2996cc 100%);
    background: linear-gradient(to right, #fff 20%,#2996cc 100%);
    position:absolute;
    right:0;
    top:5px;
}


/* -- select-fund-wrap
-------------------------------------------------------------------------------- */
.select-fund-wrap{
    padding:20px 8px 40px;
    background:#f0f0f0;
}
.select-fund-wrap.total{
    padding:20px 8px 0;
}
.select-fund-wrap.total:after{
    content: "";
    display: block;
    width: 100%;
    padding-top: 20px;
    border-bottom: solid 1px #e0e0e0;
}
.select-fund-wrap .chartNavi {
    padding:0;
}
.select-fund-wrap .listBox{
    background:#fafafa;
    border:solid 1px #e5e5e5;
    box-sizing:border-box;
}
.select-fund-wrap .listBox .listBoxNavi{
    padding-left:0 !important;
}
.select-fund-wrap .naviBtn li.mark{
    border-right:solid 1px #e0e0e0;
}
.select-fund-wrap .naviBtn li.mark{
    font-size:13px;
    font-weight:bold;
    color:#333;
    line-height:38px;
}
.select-fund-wrap .naviBtn li.mark span{
    float:right;
    width:14px;
    height:14px;
    margin:10px 0 0 10px;
    border-radius:8px;
    background:#fff;
    border:solid 1px #e0e0e0;
    text-indent:-9999px;
    overflow:hidden;
    position:relative;
}
.select-fund-wrap .naviBtn li.mark span.star{
    width:16px;
    height:16px;
    margin:9px 0 0 10px;
    background:url('../img/icon_star.png') no-repeat center;
    background-size:16px;
    border:none;
}
.select-fund-wrap .naviBtn li.mark span.star:before{
    display:none;
}
.select-fund-wrap .naviBtn li.mark span:before{
    content:"";
    display:block;
    margin:2px;
    width:10px;
    height:10px;
    border-radius:5px;
    background:#000;
}
.select-fund-wrap .naviBtn li.mark span.col-1:before{
    background:#e84c3d;
}
.select-fund-wrap .naviBtn li.mark span.col-2:before{
    background:#00aba9;
}
.select-fund-wrap .naviBtn li.mark span.col-3:before{
    background:#99b433;
}
.select-fund-wrap .naviBtn li.mark span.col-4:before{
    background:#e3a21a;
}
.select-fund-wrap .naviBtn li.mark span.col-5:before{
    background:#3498db;
}
.select-fund-wrap .naviBtn li.mark span.col-6:before{
    background:#955ba5;
}
.select-fund-wrap .naviBtn li.mark span.col-7:before{
    background:#3e8e6b;
}
.select-fund-wrap .naviBtn li.mark span.col-8:before{
    background:#34495e;
}
.select-fund-wrap .naviBtn li.mark span.col-9:before{
    background:#A6341F;
}
.select-fund-wrap .listBox .listBoxBlock {
    padding-right:0 !important;
}
.select-fund-wrap .listBox .fundname{
    padding-right:15px;
}
.select-fund-wrap .listBox .listBoxNavi li{
    padding:8px 15px !important;
}
.select-fund-wrap .listBox .listBoxNavi li p,
.modal-fund-select .listBox .listBoxNavi li p {
    float: left;
    font-size: 12px;
    line-height: 38px;
}
.select-fund-wrap .listBox .listBoxNavi li p.sub-title,
.modal-fund-select .listBox .listBoxNavi li p.sub-title {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    margin-right:10px;
}
.select-fund-wrap .listBox .listBoxNavi li p.total {
    font-size: 18px;
    margin-right:5px;
}
.select-fund-wrap .listBox .listBoxNavi li .pulldown-select,
.modal-fund-select .listBox .listBoxNavi li .pulldown-select {
    float: left;
    margin-right:5px;
}
.select-fund-wrap .listBox .pulldown-select select,
.modal-fund-select .listBox .pulldown-select select {
    background:#fff;
    font-size:16px;
}
.select-fund-wrap .listBox .iconBlock {
    margin-top: 7px !important;
}
.select-fund-wrap .listBox .iconBlock .iconHandling{
    color:#82909a;
}
.select-fund-wrap .listBox .value li{
    font-size:12px;
}
.select-fund-wrap .listBox .value li span + span{
    font-size:14px;
    font-weight:bold;
    color:#333;
}

/* -- listBox
-------------------------------------------------------------------------------- */
#modal-select .listBoxWrap{
    background:#e9e9e9;
    padding:10px 8px 30px;
    display:none;
}
#modal-select .listBoxWrap.pd{
    padding:0 15px 20px;
}
#modal-select .listBox{
    background:#fff;
    margin-top:8px;
}
#modal-select .listBox:first-child{
    margin-top:0;
}
#modal-select .listBoxTitle a{
    display:table;
    width:100%;
    border-top: solid 1px #e5e5e5;
    color:#333;
    padding:20px 0;
    font-size:16px;
}
#modal-select .listBoxTitle:first-child a{
    border-top: none;
}
#modal-select .comparisonBtn + .listBoxTitle a{
    border-top: none;
}
#modal-select .listBoxTitle a .menuTtl{
    display:table-cell;
    vertical-align:middle;
    padding-left:20px;
}
#modal-select .listBoxTitle a .menuTtl span{
    line-height:1.4;
}
#modal-select .listBoxTitle a .openMark{
    display:table-cell;
    vertical-align:middle;
    padding-left:20px;
    padding-right:20px;
    width: 20px;
}
#modal-select .listBoxTitle .openBtn .openMark span.bar1 {
    margin-top: -3px;
}
#modal-select .listBoxTitle .openBtn.active .openMark span.bar1 {
    margin-top: -10px;
}
#modal-select .listBoxTitle a.active{
    color:#2996cc;
    font-weight:bold;
    background:#e9e9e9;
    border-top-color:#d9d9d9;
}
#modal-select .listBox .listBoxBlock{
    padding:15px 15px 13px;
    position:relative;
}
#modal-select .listBox .fundname{
    font-size:16px;
    margin-bottom:8px;
    font-weight:bold;
    line-height:1.4;
    color:#333;
}
#modal-select .listBox .iconBlock{
    display:block;
    margin-bottom:8px;
}
#modal-select .listBox .value li{
    float:left;
    margin-right:15px;
    line-height:20px;
}
#modal-select .listBox .value li .fwB{
    font-size:16px;
    font-weight:bold;
}
#modal-select .listBox .subTitle{
    font-size:12px;
    font-weight:normal;
}
#modal-select .listBox .listBoxNavi{
    border-top:solid 1px #e5e5e5;
    background:#fafafa;
    padding-left:3px;
}
#modal-select .listBox .listBoxNavi li{
    margin:0 0 0 3px;
    padding:10px 10px;
}
#modal-select .listBox .listBoxNavi li:first-child{
    margin-left:0;
}
#modal-select .listBox .listBoxNavi li.select{
    float: left;
    font-size: 10px;
    line-height:14px;
    font-weight: bold;
    color: #888;
    padding:9px 18px 9px 17px;
    border-left:solid 1px #e5e5e5;
    position: relative;
    z-index: 1;
}
#modal-select .listBox .listBoxNavi li.select span{
    float:left;
    padding-right:10px;
    height:30px;
}
#modal-select .listBox .listBoxNavi li.select span.text{
    text-indent:0;
    padding:0;
    width:auto;
    padding-top:2px;
}
#modal-select .listBox a.detailBtn{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    overflow:hidden;
    text-indent:-9999px;
}
#modal-select .listBoxTitle.comparison{
    border-left:solid 5px #666;
}
#modal-select .listBoxWrap.comparison{
    padding: 10px 15px 35px;
    border-left:solid 5px #666;
}
#modal-select .listBoxWrap .fund_link{
    margin-top:13px;
}
#modal-select .listBoxWrap .fund_link a{
    color:#2996cc;
}
#modal-select .listBox .listBoxBlock {
    padding-right:0 !important;
}
#modal-select .listBox .fundname{
    padding-right:15px;
}
#modal-select .listBox .listBoxNavi li p,
.modal-fund-select .listBox .listBoxNavi li p {
    float: left;
    font-size: 12px;
    line-height: 38px;
}
#modal-select .listBox .listBoxNavi li p.sub-title,
.modal-fund-select .listBox .listBoxNavi li p.sub-title {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    margin-right:10px;
}
#modal-select .listBox .listBoxNavi li p.total {
    font-size: 18px;
    margin-right:5px;
}
#modal-select .listBox .listBoxNavi li .pulldown-select,
.modal-fund-select .listBox .listBoxNavi li .pulldown-select {
    float: left;
    margin-right:5px;
}
#modal-select .listBox .pulldown-select select,
.modal-fund-select .listBox .pulldown-select select {
    background:#fff;
    font-size:16px;
}
#modal-select .listBox .iconBlock {
    margin-top: 7px !important;
}
#modal-select .listBox .iconBlock .iconHandling{
    color:#82909a;
}
#modal-select .listBox .value li{
    font-size:12px;
}
#modal-select .listBox .value li span + span{
    font-size:14px;
    font-weight:bold;
    color:#333;
}


/* -- chart-slider-nav(#risk-return-map)
-------------------------------------------------------------------------------- */
.chart-slider-wrap{
    float:left;
    width:100%;
    margin-right:-230px;
}
#risk-return-map .chart-slider-wrap .chart-slider-inner{
    margin-right:0px;
}
.chart-slider-nav{
    padding:3px 0;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
#risk-return-map .chart-slider-nav .title{
    float:left;
    margin-left: -100%;
    width:58px;
}
.searchBox-wrap .title p,
.chart-slider-nav .title p{
    font-size:13px;
    line-height:1.4;
    font-weight:bold;
    color:#333;
}
.chart-slider-nav .title p{
    padding-top:2px;
}
.chart-slider-nav .title p .new-line{
    display:block;
}
.chart-slider-nav .slider-range-wrap{
    float:left;
    width:100%;
}
#risk-return-map .chart-slider-nav .slider-range{
    margin-top:16px;
    margin-right: 110px;
    margin-left: 78px;
    position:relative;
}
.chart-slider-nav .rangeBar{
    width:100%;
    height:5px;
    border-radius:2.5px;
    background-color:#d5d5d5;
    text-indent:-9999px;
    overflow:hidden;
    box-shadow: inset 0px 0px 3px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.8);
    cursor:pointer;
}
.chart-slider-nav .rangeBar p{
    background-color:#2996cc;
    width:0px;
    height:5px;
}
.chart-slider-nav .rangePointer{
    width:26px;
    height:26px;
    position:absolute;
    top:-13px;
    left:0;
    margin-left:-16px;
    padding:3px;
    z-index:1;
}
.chart-slider-nav .rangePointer span{
    display:block;
    background-color:#fff;
    width:24px;
    height:24px;
    border-radius:13px;
    border:solid 1px #999;
    text-indent:-9999px;
    overflow:hidden;
    background: -webkit-gradient( linear, left top, left bottom, from(#fff), to(#f7f7f7));
    background: -moz-linear-gradient( top, #fff, #f7f7f7);
    background: -ms-linear-gradient( top, #fff, #f7f7f7);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}
#risk-return-map .chart-slider-nav .slider-num{
    float:left;
    margin-left: -90px;
}
.chart-slider-nav .slider-num p{
    float:left;
    font-size:12px;
    width:90px;
    line-height:1.4;
}
.chart-slider-nav .slider-num p span.value{
    float:left;
    background-color:#fafafa;
    border:solid 1px #d5d5d5;
    padding:10px 5px;
    border-radius:3px;
    line-height:1;
    font-size:16px;
    margin-right:5px;
    width:48px;
    text-align:center;
}
.chart-slider-nav .slider-num p span.text{
    display:block;
    padding-top:4px;
}
.chart-slider-nav .slider-num p span.text.one-line{
    padding-top:11px;
}


/* -- searchBox
-------------------------------------------------------------------------------- */
.searchBox-wrap{
    margin-bottom:15px;
}
.searchBox-wrap .title{
    margin-bottom:5px;
}
.searchBox-wrap .searchBox{
}
.searchBox-wrap .searchBox ul {
    background: #fff;
    padding: 20px 0 0 25px;
    border-radius: 4px;
}
.searchBox-wrap .searchBox li {
    float: left;
    width: 108px;
    margin-bottom: 20px;
}
.searchBox-wrap .searchBox li .checkBtn + span {
    padding-right: 12px;
}

/* -- modal-fund-select
-------------------------------------------------------------------------------- */
#tabCont-2{
    display: none;
}
.modal-fund-select{
    background:rgba(0,0,0,0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.modal-fund-select .modal-fund-inner{
    margin-top:50px;
    opacity:0;
}
.modal-fund-select .modal-titleWrap{
    padding: 0 15px;
}
.modal-fund-select .title{
    padding:35px 0;
}
.modal-fund-select .title p{
    font-size:24px;
    color:#fff;
}
.modal-fund-select a.closeBtn{
    display: block;
    background: rgba(0,0,0,0.2);
    width: 60px;
    height: 60px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    z-index: 12;
    -moz-transition: background 150ms ease-in-out;
    -webkit-transition: background 150ms ease-in-out;
    transition: background 150ms ease-in-out;
    opacity:0;
}
.modal-fund-select a.closeBtn img{
    padding-top:18px;
}
.modal-fund-select .listTab li{
    width:50%;
}
.modal-fund-select .listTab li:first-child a{
    margin-left:0;
}
.modal-fund-select .listTab li a{
    margin-left:5px;
    background:#999999;
    color:#fff;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.modal-fund-select .listTab li a.active{
    background:#fff;
    color:#2996cc;
}
.modal-fund-select .contentBoxWrap{
    background:#fff;
    padding:0;
}
.modal-fund-select .contentBox{
    width:100%;
    padding-bottom:70px;
}
.modal-fund-select .comparisonBtn + .listBoxTitle a {
    border-top: solid 1px #e5e5e5 !important;
}
.modal-fund-select .listBoxTitle a {
}


/* -- comparisonBtn（.modal-fund-select ）
-------------------------------------------------------------------------------- */
.modal-fund-select .comparisonBtnBlock{
    width:100%;
    height:69px;
    position:relative;
}
.modal-fund-select .comparisonBtnBlock ul{
    padding:15px;
    background: #fff;
    box-sizing:border-box;
    border-bottom:solid 1px #e5e5e5;
}
.modal-fund-select .comparisonBtnBlock ul.active{
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index:10;
}
.modal-fund-select .comparisonBtnBlock li{
    float:left;
    width:50%;
}
.modal-fund-select .comparisonBtnBlock li a{
    display:block;
    text-align:center;
    font-size:14px;
    padding:10px 0;
    font-weight:bold;
    border:solid 1px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.modal-fund-select .comparisonBtnBlock li a.clearBtn{
    color:#fff;
    background:#656f78;
    border-color:#656f78;
    border-radius:3px 0 0 3px;
    border-right:none;
}
.modal-fund-select .comparisonBtnBlock li a.comparisonBtn{
    color:#ccc;
    background:#fff;
    border-color:#e0e0e0;
    border-radius:0 3px 3px 0;
    border-left:none;
}
.modal-fund-select .comparisonBtnBlock li a.comparisonBtn.selected{
    color:#fff;
    background:#2996cc;
    border-color:#2996cc;
}


/* -- listBox（modal）
-------------------------------------------------------------------------------- */
.modal-fund-select .listBoxOutWrap{
    border-bottom: solid 1px #e5e5e5;
}
.modal-fund-select .listBox .listBoxBlock {
    padding-right:0 !important;
}
.modal-fund-select .listBox .fundname{
    padding-right:15px;
}
.modal-fund-select .listBox .value li{
    font-size: 12px;
}
.modal-fund-select .listBox .value li span + span{
    font-size: 14px;
    font-weight:bold;
    color:#333;
}
.modal-fund-select .listBox .listBoxNavi{
    padding-left:0 !important;
}
.modal-fund-select .listBox .listBoxNavi li{
    padding: 8px 15px !important;
}
.modal-fund-select .listBox .listBoxNavi li.select{
    padding:11px 18px 11px 17px !important;
}