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

.listTab li a{
    display: block;
    padding: 0px;
    margin-left: 3px;
    position: relative;
    height: 45px;
}
.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:10;
    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:12;
    -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:hover{
    background:rgba(0,0,0,0.4);
}
#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:11;
    margin-top:50px;
    opacity:0;
}
#modal-guide .modalWrap{
    margin-top:50px;
}
#modal-guide .modalWrap h3{
    font-size:26px;
    font-weight:normal;
    border-bottom: solid 1px #656f78;
    padding-bottom: 20px;
}
#modal-guide .modalWrap ul.description li{
    line-height:1.8;
    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.8;
    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 dt{
    float:left;
    width:100%;
    margin-right:-174px;
}
.contentBoxLead dt p{
    margin-right:174px;
    line-height:1.8;
    margin-top:-5px;
}
.contentBoxLead dd{
    float:right;
}
.contentBoxLead dd a{
    display:block;
    padding: 10px 15px;
    border: solid 1px #e0e0e0;
    border-radius: 3px;
    color:#333;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.contentBoxLead dd a:hover{
    border-color:#2996cc;
    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;
}
#chartdiv2{
    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 #chartdiv2{
    opacity:0;
}
#chartdiv2 svg + a{
    display:none !important;
}
#chartdiv2 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;
    margin: 40px 0 20px;
    padding-top:15px;
}
.disp .btn{
    float: right;
}
.legend{
    float:left;
    width:100%;
    margin-right:-80px;
}
.legend.disable{
    display:none;
}
.legend ul{
    padding-top:6px;
    margin-right:80px;
}
.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;
}


/* -- listContentTable
-------------------------------------------------------------------------------- */
.listContentTable th{
    /*
    border-bottom:none !important;
    */
}
.listContentTable .total td{
    background:#f0f0ed;
}
.listContentTable td .chart-mark{
    display:block;
    width:14px;
    height:14px;
    border-radius:7px;
    margin:11px auto;
    border:solid 1px #e0e0e0;
    position:relative;
}
.listContentTable td .chart-mark:before{
    content:"";
    display:block;
    width:10px;
    height:10px;
    background:#000;
    border-radius:5px;
    position:absolute;
    top:2px;
    left:2px;
}
.listContentTable td .star-mark{
    display:block;
    width:16px;
    height:16px;
    margin:11px auto;
    background:url('../img/icon_star.png') no-repeat center;
    background-size:16px;
}
.listContentTable td .chart-mark.col-1:before{
    background:#e84c3d;
}
.listContentTable td .chart-mark.col-2:before{
    background:#00aba9;
}
.listContentTable td .chart-mark.col-3:before{
    background:#99b433;
}
.listContentTable td .chart-mark.col-4:before{
    background:#e3a21a;
}
.listContentTable td .chart-mark.col-5:before{
    background:#3498db;
}
.listContentTable td .chart-mark.col-6:before{
    background:#955ba5;
}
.listContentTable td .chart-mark.col-7:before{
    background:#3e8e6b;
}
.listContentTable td .chart-mark.col-8:before{
    background:#34495e;
}
.listContentTable td .chart-mark.col-9:before{
    background:#A6341F;
}


/* -- 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%;
}
.listContentTable td .pulldown-select select{
    font-size:16px;
}


/* -- navigator
-------------------------------------------------------------------------------- */
#risk-return-map .navigatorWrap{
    border-bottom:none;
    border-top: solid 1px #e0e0e0;
    margin: 40px 0 0;
    padding:15px 0 0;
}
.navigator .btn{
    float: right;
}
.navigator .btn li{
    float: left;
    margin-left:5px;
    position:relative;
}
.navigator .btn li a{
    display:block;
    padding:10px 15px;
    border:solid 1px #e0e0e0;
    border-radius:3px;
    color:#333;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.navigator .btn li a:hover{
    border-color:#2996cc;
    color:#2996cc;
}
.navigator .btn .chart-change a,
.navigator .btn .chart-change a:hover{
    color:#ccc;
    border-color:#e0e0e0;
}
.navigator .btn .chart-change a.active{
    border:solid 1px #2996cc;
    background:#2996cc;
    color:#fff;
}
.navigator .btn .chart-change a.active:hover{
    background:#54abd6;
    border-color:#4b89a9;
}

/* -- chartnav
-------------------------------------------------------------------------------- */
#risk-return-map #chartnav .chartnavBlock{
    padding: 30px 35px 25px;
    background: #f2f2f2;
    border-radius: 4px;
}
.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;
  }
}


/* -- risk-return-guide
-------------------------------------------------------------------------------- */
.risk-return-guide{
    padding-left:40px;
    padding-bottom:40px;
    position:relative;
}
.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 90%);
    background: -webkit-linear-gradient(left, #8cc63f 0%,#fff 90%);
    background: linear-gradient(to right, #8cc63f 0%,#fff 90%);
    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 10%, #2996cc 100%);
    background: -webkit-linear-gradient(left, #fff 10%,#2996cc 100%);
    background: linear-gradient(to right, #fff 10%,#2996cc 100%);
    position:absolute;
    right:0;
    top:5px;
}


/* -- chart-slider-nav(#risk-return-map)
-------------------------------------------------------------------------------- */
#risk-return-map .chartNavi {
    padding:0;
}
.chartNavi .chartnav-title .title{
    margin-bottom:12px;
    font-size:16px;
    font-weight: bold;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.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:5px 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:118px;
}
.searchBox-wrap .title p,
.chart-slider-nav .title p{
    line-height:38px;
    font-weight:bold;
    color:#333;
}
.chart-slider-nav .slider-range-wrap{
    float:left;
    width:100%;
}
#risk-return-map .chart-slider-nav .slider-range{
    margin-top:16px;
    margin-right: 163px;
    margin-left: 118px;
    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:22px;
    height:22px;
    position:absolute;
    top:-12px;
    left:0;
    margin-left:-14px;
    padding:3px;
    cursor:pointer;
    z-index:1;
}
.chart-slider-nav .rangePointer span{
    display:block;
    background-color:#fff;
    width:20px;
    height:20px;
    border-radius:11px;
    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: -143px;
}
.chart-slider-nav .slider-num p{
    float:left;
    line-height:38px;
}
.chart-slider-nav .slider-num p span.value{
    float:left;
    background-color:#fafafa;
    border:solid 1px #d5d5d5;
    padding:10px 10px;
    border-radius:3px;
    line-height:1;
    font-size:16px;
    margin-right:5px;
    width:58px;
    text-align:center;
}


/* -- searchBox
-------------------------------------------------------------------------------- */
.searchBox-wrap{
    display:table;
    margin-bottom:15px;
}
.searchBox-wrap .title{
    display:table-cell;
    width: 107px;
    vertical-align:middle;
}
.searchBox-wrap .searchBox{
    display:table-cell;
    vertical-align:middle;
}
.searchBox-wrap .searchBox ul {
    background: #fff;
    padding: 20px 13px 0 30px;
    border-radius: 4px;
    box-sizing:border-box;
}
.searchBox-wrap .searchBox li {
    float: left;
    width: 146px;
    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{
    max-width:950px;
    padding: 0 15px;
    margin:0 auto;
}
.modal-fund-select .title{
    padding:35px 0;
}
.modal-fund-select .title p{
    font-size:28px;
    color:#fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.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:hover{
    background:rgba(0,0,0,0.4);
}
.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;
}
.modal-fund-select .listTab li a:hover{
    background:#aaa;
}
.modal-fund-select .listTab li a.active{
    background:rgba(250,250,250,0.98);
    color:#2996cc;
}
.modal-fund-select .contentBoxWrap{
    background:rgba(250,250,250,0.98);
    padding:40px 0 100px;
}
.modal-fund-select .contentBox{
    max-width:950px;
    padding: 0 15px;
    margin:0 auto;
}
.modal-fund-select .tab-genre{
    margin-bottom:10px;
}
.modal-fund-select .tab-genre li{
    float:left;
    margin-right:5px;
    margin-bottom:5px;
}
.modal-fund-select .tab-genre li:first-child{
    margin-left:0px;
}
.modal-fund-select .tab-genre li a,
.modal-fund-select .tab-genre li a.mouseOver:hover{
    display:block;
    padding:10px 15px;
    border-radius:3px;
    color:#fff;
    background-color:#656f78;
    border:solid 1px #656f78;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.modal-fund-select .tab-genre li a:hover{
    background-color:rgba(101, 111, 120, 0.8);
}
.modal-fund-select .tab-genre li a.disable,
.modal-fund-select .tab-genre li a.disable.mouseOver:hover{
    color: #ccc;
    background-color:rgba(250,250,250,0.98);
    border-color:#e0e0e0;
}
.modal-fund-select .tab-genre li a.disable:hover{
    color: #656f78;
    background-color:#fff;
}
