
<style type="text/css">

/*-----------------------------------*/
/* portf.html */
/*-----------------------------------*/


.block5m{
	font: 10px sans-serif;
}

.block3{
    float:left;
    width:32%;
    font-size:14px;
}

.b3wrapper1{
    width:50%;
    float:left;
}
.b3wrapper1 button{
    padding:0 2em;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {
 /* display: none; */
}

    text.symbol {
        fill: #BBBBBB;
    }

.line {
  fill: none;
  stroke: steelblue;
/*  stroke:#FF3300; */
/*  stroke:#0066FF; */

  stroke-width: 1.5px;
/*  stroke-width: 1px; */
}

.line2 {
  fill: none;
  stroke:#FF3300;
/*  stroke:#0066FF; */
/*  stroke-width: 1.5px; */
  stroke-width: 1px;
}

.line3 {
    fill:none;
    stroke:#BBBBBB;
    stroke-width:0.5px;
}

.dot{
/*  stroke:#000; */
}

.tblock{
  font-family: sans-serif;
  font-size: 12px;
  width:100px;
}

/* market movers */
.dotf{
    cursor:auro;
}
.dotf:hover{
    cursor:pointer;
}
/*-----------------------------------*/
/* form input element */
/*-----------------------------------*/
/* --------------------------------- */
/* form エレメント etc  */
/* --------------------------------- */
.form-control {
    display: block;
    width: 100%;
    max-width:130px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #3B3B3B;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
    color: #898989;
}

.form-control::-moz-placeholder {
    color: #898989;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #898989;
}

.form-control::-webkit-input-placeholder {
    color: #898989;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.form-control2 {
    display: block; 
    height: 34px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #3B3B3B;
    border: 1px solid #cccccc;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.4em;
    background:#fff url(./../images/caret-down.png) no-repeat;
    background-size:7px 14px;
    background-position: 94% center;
}
/* for FireFox */
@-moz-document url-prefix() {
    .form-control2 {
        background:none;
        background-color:#fff;
    }
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

/* -------------- 例
   <div class="form-group">
   <label for="id1"></label>
   <input type="text" class="form-control" id="id1" name="name" placeholder="code">
   </div>
-----------------*/

html {
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.42857143;
  -webkit-tap-highlight-color: transparent;
}
body {
  background: #fff;
  color: #333;
  font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Hiragino Kaku Gothic Pro", Meiryo, "Malgun Gothic", sans-serif;
  font-size: 1.4rem;
  overflow-x: hidden;
}

.btn .icon,
.toast .icon,
.menu .icon {
  font-size: 1.3333em;
  line-height: .8em;
  margin-right: .2rem;
  vertical-align: -20%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
}
h1 {
  font-size: 5rem;
}
h2 {
  font-size: 4rem;
}
h3 {
  font-size: 3rem;
}
h4 {
  font-size: 2.4rem;
}
h5 {
  font-size: 2rem;
}
h6 {
  font-size: 1.6rem;
}


.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: .1rem solid #c5c5c5;
  border-radius: .3rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  outline: 0;
  padding: .5rem .8rem;
  vertical-align: middle;
}
.form-select:not([multiple]) {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center / .8rem 1rem;
  height: 3.2rem;
  padding-right: 2.4rem;
}
.form-select:focus {
  border-color: #5764c6;
}
.form-select::-ms-expand {
  display: none;
}
.form-select.select-sm {
  border-radius: .2rem;
  font-size: 1.2rem;
  height: 2.4rem;
  padding: .4rem 2rem .4rem .6rem;
}
.form-select.select-lg {
  font-size: 1.6rem;
  height: 4.2rem;
  line-height: 2rem;
  padding: 1rem 2.4rem 1rem .8rem;
}

/* buttons */
.btn {
  -webkit-appearance: none;
  background: transparent;
  border: .1rem solid #5764c6;
  border-radius: .3rem;
  color: #5764c6;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  height: 3.2rem;
  line-height: 1.6rem;
  min-width:120px;
  outline: 0;
  padding: .7rem 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus {
  background: #f3f4fb;
}
.btn:hover {
  background: #5764c6;
  border-color: #4452c0;
  color: #fff;
}
.btn:active,
.btn.active {
  background: #4452c0;
  border-color: #3b49af;
  color: #fff;
}
.btn.btn-primary {
  background: #5764c6;
  border-color: #4452c0;
  color: #fff;
}
.btn.btn-primary:focus {
  background: #4f5dc3;
}
.btn.btn-primary:hover {
  background: #4452c0;
  border-color: #3b49af;
  color: #fff;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
  background: #3b49af;
  border-color: #35419c;
  color: #fff;
}
.btn.btn-primary.loading::after {
  border-color: #fff;
  border-right-color: transparent;
  border-top-color: transparent;
}
.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #5764c6;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
  color: #35419c;
}
.btn.btn-link:active,
.btn.btn-link.active {
  color: #283176;
}
.btn.btn-sm {
  border-radius: .2rem;
  font-size: 1.2rem;
  height: 2.4rem;
  line-height: 1.4rem;
  padding: .4rem 1rem;
}
.btn.btn-lg {
  border-radius: .4rem;
  font-size: 1.8rem;
  height: 4.2rem;
  line-height: 2rem;
  padding: 1rem 1.8rem;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-clear {
  background: transparent;
  border: 0;
  color: #666;
  height: 2rem;
  margin-left: .3rem;
  opacity: .45;
  padding: 0;
}
.btn.btn-clear:hover {
  opacity: .85;
}
.btn.btn-clear::before {
  content: "\00d7";
  font-size: 2rem;
}
.btn-group {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn-group .btn {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -.1rem;
}
.btn-group .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -.1rem;
}
.btn-group .btn:hover,
.btn-group .btn:focus {
  z-index: 99;
}
.btn-group.btn-group-block {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}



/*-----------------------------------*/
/* chart page layout */
/*-----------------------------------*/

.wrapp50pct{
    width:50%;
    float:left;
}
.wrapp55pct{
    width:55%;
    float:left;
}
.wrapp45pct{
    width:45%;
    float:left;
}

.wrappRline {
    border: 1px solid #bbb;
}

/*-----------------------------------*/
/* for viewcomp */
/*-----------------------------------*/
.block3s1{
    float:left;
    width:36%;
    font-size:14px;
}
.block3s2{
    float:left;
    width:32%;
    font-size:14px;
}

.block3s3{
    float:left;
    width:32%;
    font-size:14px;
}

.formtitle {
    color:#0c0c50;
    font-size:18px;
}
.block3s1 button {
    padding:0 1em;
    margin-top:1.8em;
    margin-left:0;
}

.block3s3 button {
    min-width:80px;
    width:130px;
    padding:0 1em;
    margin-top:1.8em;
}

/*-----------------------------------*/
/* layout nasdaq.html, nyse.html,.. */
/* viewequity.php, viewequity3.php */
/*-----------------------------------*/

.block3m,
  /* chi.html, fra.html, .. */
.block3mL{
	width:100%;
}

.wrapper1{
    width:76%;
    height:36px;
    float:left;
    font-size:16px;
}

.wrapper2{
    width:24%;
    height:36px;
    float:left;
    position:static;
}

.wrapp50 {
	width:50%;
	height:36px;
	float:left;
}

.wrapp33 {
	width:33.3333%;
	height:36px;
	float:left;
}

.wrap1div6{
    width:16.666%;
    height:36px;
    float:left;
}

/*-----------------------------------*/
/* chart form control layout */
/*-----------------------------------*/

.form_wrapper1{
    width:14%;
    float:left;
    height:36px;
    padding-top:8px;
    padding-left:12px;
    color:#0c0c50;
}

.form_wrapper2{
    max-width:180px;
    min-width:120px;
    height:36px;
    float:left;
}
.form_wrapper3{
    height:36px;
    float:left;
    padding-top:8px;
}

.form_wrapper3 a {
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.form_wrapper3 a:hover{
    color:#fff;
}
.form_wrapper3_1{
    padding-left:30px;
    padding-right:30px;
}

.form_wrapper4{
    height:36px;
    position:relative;
    float:left;
}

/* indice.php viewindice.php */
@media screen and (min-width:769px) {
.block3 .b3wrapper1 .form-control2{
    margin-left:20px;
    height:36px;
}
}

/* comp.php viewcomp.php */
.block3s1 .b3wrapper1 .form-control2,
.block3s2 .b3wrapper1 .form-control2{
    min-width:120px;
}

/* -------------------------------------------------------------- */
/* 画像位置 iPad(縦)表示 (768 x 1024) */
/* -------------------------------------------------------------- */

@media screen and (max-width:768px) {
	.block3s3 .wrapp50pct button {
		width:110px;
	}
}

/* -------------------------------------------------------------- */
/* 画像位置 smartphone(横)表示 6plus(414px x 736px), 6(375 x 667), 5s(320 x 568) */
/* -------------------------------------------------------------- */

@media screen and (min-width:415px) and (max-width: 568px) {
    .wrapper2 button{
        min-width: 100px;
        padding:0.7em 1em;
    }
}

/* -------------------------------------------------------------- */
/* 画像位置 smartphone(縦)表示 6plus(414px x 736px), 6(375 x 667), 5s(320 x 568) */
/* -------------------------------------------------------------- */


@media screen and (min-width:320px) and (max-width: 414px) {
    .wrapper1{
        width:70%;
    }
    .wrapper2{
        width:30%;
	float:right;
    }
    .wrapper2 button{
        min-width: 80px;
        padding:0.7em 1em;
    }
    .wrapper2 span{
	display:none;
    }

     /* asx.html,... */
    .block3m div.form_wrapper1{
        width:34%;
    }

     /* chi.html,.. */
    .block3mL div.form_wrapper1{
        width:34%;
    }

    .block3mL .form_wrapper2{
        padding-left: 6px;
        width:66%;
    }

    .form_wrapper3{
        display:none;
    }
    .form_wrapper4{
        display:none;
    }

    /* portf.html, viewindice.php */
    .block3 div.b3wrapper1{
        width:100%;
        height:40px;
    }
    .block3 div.b3wrapper1 span{
        display:none;
    }
    .block3 div.b3wrapper1 button{
        min-width: 96px;
        padding:0 1em;
        margin-bottom:0em;
        margin-top:0em;
    }
    .block3 div.b3wrapper1 button span{
        display:none;
    }
    .block3 div.b3wrapper1 .form-control2{
        min-width: 96px;
        width:96px;
    }

    /* viewcomp.php */
    .block3s1 {
        width:100%;
        margin:0;
        border:0px;
    }
    .block3s2 {
        width:100%;
        margin:0;
        border: 0px;
    }
    .block3s3 {
        width:100%;
        padding-bottom:18px;
    }
    .formtitle {
        font-size:16px;
    }

    .b3wrapper1 {
        width:48%;
        height:66px;
        padding: 0 1%;
        float:left;
    }

    .block3s1 .form_wrapper2,
    .block3s2 .form_wrapper2{
        max-width:150px;
        width:90%;
        float:left;
    }
    .block3s2 .form-select{
        min-width:130px;
    }

    .block3s1 button span{
        display:none;
    }

    .block3s1 button{
        padding:0 1em;
    }
    
    .block3s3 button {
    min-width:80px;
    width:130px;
    margin-top:0;
    }

    .wrap1div6{
        width:50%;
        height:36px;
        margin-bottom:1em;
        float:left;
    }
    .wrap1div6 p{
        display:none;
    }
}

/* -------------------------------------------------------------- */
/* 画像位置 smartphone(横)表示 6plus(414px x 736px), 6(375 x 667), 5s(320 x 568) */
/* -------------------------------------------------------------- */

/* iPhone 5s 横 */
@media screen and (min-width:480px) and (max-width: 568px) {
    .block3mL div.form_wrapper1{
        width:18%;
    }
    .block3mL .form_wrapper2{
        padding-left: 6px;
        width:40%;
    }
    .block3mL div.form_wrapper3{
       width:10%;
    }
    .form_wrapper3_1{
        padding-left:10px;
        padding-right:10px;
    }
    .block3mL div.form_wrapper4{
        width:30%;
    }

    /* ASX.php,.. */
    .block3m div.form_wrapper1{
        width:18%;
    }
    .block3m .form_wrapper2{
        padding-left: 6px;
    }

    /* portf.html */
    .block3 div.b3wrapper1{
        width:100%;
        height:40px;
    }

    .block3 div.b3wrapper1 button{
        padding:0 1em;
        margin-bottom:0em;
        margin-top:0em;
    }

    /* viewcomp */
    .block3s1,
    .block3s2{
        width:39%;
        margin-right: 1%;
    }
    .block3s3{
        width:19%;
        margin-right: 1%;
    }

    .formtitle{
        font-size:10px;
    }
    .block3s1 .form_wrapper2,
    .block3s2 .form_wrapper2{
        max-width:150px;
        width:95%;
    }

    .block3s3 button span,
    .block3s1 button span {
        display:none;
    }

    .block3s1 button{
        margin-top:1.4em;
        padding:0 1em;
    }

    .block3s3 button{
        margin-top:1.4em;
        padding:0 1em;
    }
}

/* iPhone 6s 横 */ 
@media screen and (min-width:569px) and (max-width: 667px) {
    .block3m div.wrapper1,
    .block3mL div.wrapper1{
        width:74%;
    }
    .block3m div.wrapper2,
    .block3mL div.wrapper2{
        width:26%;
    }
    .block3mL div.form_wrapper1{
        width:18%;
    }
    .block3mL .form_wrapper2{
        padding-left: 6px;
        width:40%;
    }
    .block3mL div.form_wrapper3{
       width:10%;
    }
    .block3mL span.form_wrapper3_1{
        padding-left:12px;
        padding-right:12px;
    }
    .block3mL div.form_wrapper4{
        width:30%;
    }

    /* ASX.php,.. */
    .block3m div.form_wrapper1{
        width:18%;
    }
    .block3m .form_wrapper2{
        padding-left: 6px;
    }

    /* portf.html */
    .block3 div.b3wrapper1{
        width:100%;
        height:40px;
    }

    .block3 div.b3wrapper1 button{
        padding:0 1em;
        margin-bottom:0em;
        margin-top:0em;
    }

    /* viewcomp */

    .formtitle{
        font-size:12px;
    }

    .block3s1 .form_wrapper2,
    .block3s2 .form_wrapper2{
        max-width:150px;
        width:95%;
    }
    .block3s1 button span {
        display:none;
    }
    .block3s1 button {
        width:90px;
        margin-top:1.4em;
    }

    .block3s3 button{
        width:150px;
        margin-top:1.4em;
    }
}

/* iPhone 6sPlus 横 */ 
@media screen and (min-width:668px) and (max-width: 736px) {
    .block3mL div.wrapper1{
        width:74%;
    }
    .block3mL div.wrapper2{
        width:26%;
    }
    .block3mL div.form_wrapper1{
        width:16%;
    }
    .block3mL .form_wrapper2{
        padding-left: 6px;
        width:42%;
    }
    .block3mL div.form_wrapper3{
       width:10%;
    }
    .block3mL span.form_wrapper3_1{
        padding-left:12px;
        padding-right:12px;
    }
    .block3mL div.form_wrapper4{
        width:30%;
    }

    /* portf.html */
    .block3 div.b3wrapper1{
        width:100%;
        height:40px;
    }

    .block3 div.b3wrapper1 button{
        padding:0 1em;
        margin-bottom:0em;
        margin-top:0em;
    }

    /* viewcomp */
    .formtitle{
        font-size:14px;
    }
    .block3s1 .form_wrapper2,
    .block3s2 .form_wrapper2{
        max-width:150px;
        width:95%;
    }
    .block3s1 button span {
        display:none;
    }
    .block3s1 button,
    .block3s3 button {
        margin-top:1.4em;
    }

}

/* iPad 縦(768 x 1024) */ 
@media screen and (min-width:737px) and (max-width: 768px) {
            /* chi.html,.. */
    .block3mL div.wrapper1{
        width:80%;
    }
    .block3mL div.wrapper2{
        width:20%;
    }

    .block3mL span.form_wrapper3_1{
        padding-left:4px;
        padding-right:4px;
    }
    .block3mL div.form_wrapper4{
        float:right;
    }

    .block3mL div.wrapper2 button{
        min-width: 120px;
        padding:0.7em 1em;
        float:left;
    }

    /* viewcomp */
    .block3s1 .form_wrapper2,
    .block3s2 .form_wrapper2{
        max-width:150px;
        width:90%;
    }

    .formtitle{
        font-size:14px;
    }
    .block3s1 .button--wayra {
        min-width:120px;
        margin-top:1em;
    }
    .block3s3 button {
        width:150px;
    }
}

/* --------------------------------------- */
/* VaR */
/* --------------------------------------- */
.modalwin{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#222;
    opacity:0.6;
    z-index: 12;
}

/* Growl-style notifications */

.ns-growl2 {
    top: 100px;
    width: 60%;
    height:320px;
    margin-left:20%;
    margin-right:20%;
    min-width:220px;
    border-radius: 5px;
    text-align:center;
}

.ns-growl3 {
    top: 100px;
    width: 60%;
    height:520px;
    margin-left:20%;
    margin-right:20%;
    min-width:220px;
    border-radius: 5px;
    text-align:center;
}

.cname{
    color:#fff;
}

/* iPhone6Plus 横*/
@media screen and (max-height: 414px) {

}
/* iPhone6 横*/
@media screen and (max-height: 375px) {

}

/* iPhone5s 横*/
@media screen and (max-height: 320px) {

}

/* iPhone6Plus 縦*/
@media screen and (max-width: 414px) {

}


/* iPhone6 横*/
@media screen and (max-width: 375px) {
}

.ns-growl2 p {
	margin: 0;
	line-height: 1.3;
}

[class^="ns-effect-"].ns-growl.ns-hide,
[class*=" ns-effect-"].ns-growl.ns-hide {
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}

[class^="ns-effect-"].ns-growl3.ns-hide,
[class*=" ns-effect-"].ns-growl3.ns-hide,
[class^="ns-effect-"].ns-growl2.ns-hide,
[class*=" ns-effect-"].ns-growl2.ns-hide {
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}

/* Scale */

.ns-effect-scale2 {
	background: transparent;
	box-shadow: 0 25px 10px -15px rgba(0,0,0,0.05);
	color:#fff;
}


.ns-effect-scale {
	/* background: #fff; */
	box-shadow: 0 25px 10px -15px rgba(0,0,0,0.05);
	color:#555;
       font-weight:600;
}

.ns-effect-scale2 a,
.ns-effect-scale a {
       color: #4f7bab;
       text-decoration:none;
}

.ns-effect-scale2 a:hover,
.ns-effect-scale2 a:focus,
.ns-effect-scale a:hover,
.ns-effect-scale a:focus {
       color: #1f8a4c;
       text-decoration:underline;
}

.ns-effect-scale2 .ns-close::before,
.ns-effect-scale2 .ns-close::after,
.ns-effect-scale .ns-close::before,
.ns-effect-scale .ns-close::after {
	background: #1f8a4c;
}

.ns-effect-scale .ns-close:hover::before,
.ns-effect-scale .ns-close:hover::after {
	background: #fff;
}
.ns-effect-scale2 .ns-close:hover::before,
.ns-effect-scale2 .ns-close:hover::after {
       background: transparent;
}

.ns-effect-scale2.ns-show,
.ns-effect-scale2.ns-hide,
.ns-effect-scale.ns-show,
.ns-effect-scale.ns-hide {
	-webkit-animation-name: animScale;
	animation-name: animScale;
	-webkit-animation-duration: 0.25s;
	animation-duration: 0.25s;
}

@-webkit-keyframes animScale {
	0% { opacity: 0; -webkit-transform: translate3d(0,40px,0) scale3d(0.1,0.6,1); }
	100% { opacity: 1; -webkit-transform: translate3d(0,0,0) scale3d(1,1,1); }
}

@keyframes animScale {
	0% { opacity: 0; -webkit-transform: translate3d(0,40px,0) scale3d(0.1,0.6,1); transform: translate3d(0,40px,0) scale3d(0.1,0.6,1); }
	100% { opacity: 1; -webkit-transform: translate3d(0,0,0) scale3d(1,1,1); transform: translate3d(0,0,0) scale3d(1,1,1); }
}
}


/* --------------------------------------- */
/* symbol */
/* --------------------------------------- */

.symbol_wrap1{
    width:30%;
    margin-right:70%;
    padding-bottom:1.8em;
    float:left;
}

.symbol_wrap2{
    width:70%;
    float:left;
}

.symbolwrapper{
    width:100%;
    height:250px;
}

.symbolwrapper input{
    display:none;
}

.symbolwrapper label{
    display:block;
    font-size:14px;
    border: 0px solid #ccc;
    width:26px;
    height:22px;
    float:left;
    text-align:center;
    cursor:pointer;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}

.symbolwrapper div{
    height:0px;
    padding-left:10px;
    transition:0.6s;
    overflow:auto;
    border-radius:3px;
    color:#555;
    line-height: 1.5;
}
.symbolbody{
    font-size:14px;
    width:100%;
    float:left;
    display: none;
}

.symbolwrapper div span{
/*    color:#3889e3; */
    color: #9baaa7;
}

/* --------------------------------------- */
/* spinner */
/* --------------------------------------- */

.spinner {
  width: 40px;
  height: 40px;
  margin: 0px auto;
  background-color: #333;
  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.descrip_str{
    color:#9baaa7;
}

.symbolmenu{
    float:left;
}

#chk_0:checked ~ label[for="chk_0"],
#chk_1:checked ~ label[for="chk_1"],
#chk_2:checked ~ label[for="chk_2"],
#chk_3:checked ~ label[for="chk_3"],
#chk_4:checked ~ label[for="chk_4"],
#chk_5:checked ~ label[for="chk_5"],
#chk_6:checked ~ label[for="chk_6"],
#chk_7:checked ~ label[for="chk_7"],
#chk_8:checked ~ label[for="chk_8"],
#chk_9:checked ~ label[for="chk_9"],
#chk_10:checked ~ label[for="chk_10"],
#chk_11:checked ~ label[for="chk_11"],
#chk_12:checked ~ label[for="chk_12"],
#chk_13:checked ~ label[for="chk_13"],
#chk_14:checked ~ label[for="chk_14"],
#chk_15:checked ~ label[for="chk_15"],
#chk_16:checked ~ label[for="chk_16"],
#chk_17:checked ~ label[for="chk_17"],
#chk_18:checked ~ label[for="chk_18"],
#chk_19:checked ~ label[for="chk_19"],
#chk_20:checked ~ label[for="chk_20"],
#chk_21:checked ~ label[for="chk_21"],
#chk_22:checked ~ label[for="chk_22"],
#chk_23:checked ~ label[for="chk_23"],
#chk_24:checked ~ label[for="chk_24"],
#chk_25:checked ~ label[for="chk_25"],
#chk_26:checked ~ label[for="chk_26"],
#chk_27:checked ~ label[for="chk_27"],
#chk_28:checked ~ label[for="chk_28"],
#chk_29:checked ~ label[for="chk_29"],
#chk_30:checked ~ label[for="chk_30"],
#chk_31:checked ~ label[for="chk_31"],
#chk_32:checked ~ label[for="chk_32"],
#chk_33:checked ~ label[for="chk_33"],
#chk_34:checked ~ label[for="chk_34"],
#chk_35:checked ~ label[for="chk_35"],
#chk_36:checked ~ label[for="chk_36"]
{
    background:#fff;
/*    color:#3889e3; */
	color: #9baaa7;

    border-bottom-width:0px;
}


#chk_0:checked ~ div[for="chk_0"],
#chk_1:checked ~ div[for="chk_1"],
#chk_2:checked ~ div[for="chk_2"],
#chk_3:checked ~ div[for="chk_3"],
#chk_4:checked ~ div[for="chk_4"],
#chk_5:checked ~ div[for="chk_5"],
#chk_6:checked ~ div[for="chk_6"],
#chk_7:checked ~ div[for="chk_7"],
#chk_8:checked ~ div[for="chk_8"],
#chk_9:checked ~ div[for="chk_9"],
#chk_10:checked ~ div[for="chk_10"],
#chk_11:checked ~ div[for="chk_11"],
#chk_12:checked ~ div[for="chk_12"],
#chk_13:checked ~ div[for="chk_13"],
#chk_14:checked ~ div[for="chk_14"],
#chk_15:checked ~ div[for="chk_15"],
#chk_16:checked ~ div[for="chk_16"],
#chk_17:checked ~ div[for="chk_17"],
#chk_18:checked ~ div[for="chk_18"],
#chk_19:checked ~ div[for="chk_19"],
#chk_20:checked ~ div[for="chk_20"],
#chk_21:checked ~ div[for="chk_21"],
#chk_22:checked ~ div[for="chk_22"],
#chk_23:checked ~ div[for="chk_23"],
#chk_24:checked ~ div[for="chk_24"],
#chk_25:checked ~ div[for="chk_25"],
#chk_26:checked ~ div[for="chk_26"],
#chk_27:checked ~ div[for="chk_27"],
#chk_28:checked ~ div[for="chk_28"],
#chk_29:checked ~ div[for="chk_29"],
#chk_30:checked ~ div[for="chk_30"],
#chk_31:checked ~ div[for="chk_31"],
#chk_32:checked ~ div[for="chk_32"],
#chk_33:checked ~ div[for="chk_33"],
#chk_34:checked ~ div[for="chk_34"],
#chk_35:checked ~ div[for="chk_35"],
#chk_36:checked ~ div[for="chk_36"]
{
    height:100px;
  /*  border-top: 1px solid #CCC; */
    display:block;
}

/* --------------------------------------- */
/* s ratio */
/* --------------------------------------- */

.block5m2{
	width:100%;
	height:480px;
	background: #FFF;
	border: 1px solid #D5D5D6;
	border-top-color: #E0E1E2;
	border-bottom-color: #C0C1C2;
	margin-left:6px;
	margin-bottom:6px;
	text-align: left;
    font-size:12px;
	float:left;
	overflow:hidden;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	border-radius: 6px;
}
.bar {
  fill: steelblue;
}

.bar:hover {
  fill: brown;
}

.axis--x path {
  display: none;
}
</style>
