<style>

    body {
        font: 10px sans-serif;
    }

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

    text.symbol {
        fill: #BBBBBB;
    }

    path {
        fill: none;
        stroke-width: 1;
    }

    path.candle {
        stroke: #000000;
    }

    path.candle.body {
        stroke-width: 0;
    }

    path.candle.up {
        fill: #0033CC;
        stroke: #0033CC;

    }

    path.candle.down {
        fill: #FF0000;
        stroke: #FF0000;
    }

    .close.annotation.up path {
        fill: #0033CC;
    }

    path.volume {
        fill: #DDDDDD;
    }

    .indicator-plot path.line {
        fill: none;
        stroke-width: 1;
    }

    .ma-0 path.line {
        stroke: #1f77b4;
    }

    .ma-1 path.line {
        stroke: #aec7e8;
    }

    .ma-2 path.line {
        stroke: #ff7f0e;
    }


    path.macd {
        stroke: #0000AA;
    }

    path.signal {
        stroke: #FF9999;
    }

    path.zero {
        stroke: #BBBBBB;
        stroke-dasharray: 0;
        stroke-opacity: 0.5;
    }

    path.difference {
        fill: #BBBBBB;
        opacity: 0.5;
    }

    path.rsi {
        stroke: #000000;
    }

    path.overbought, path.oversold {
        stroke: #FF9999;
        stroke-dasharray: 5, 5;
    }

    path.middle, path.zero {
        stroke: #BBBBBB;
        stroke-dasharray: 5, 5;
    }

    .analysis path, .analysis circle {
        stroke: blue;
        stroke-width: 0.8;
    }

    .trendline circle {
        stroke-width: 0;
        display: none;
    }

    .mouseover .trendline path {
        stroke-width: 1.2;
    }

    .mouseover .trendline circle {
        stroke-width: 1;
        display: inline;
    }

    .dragging .trendline path, .dragging .trendline circle {
        stroke: darkblue;
    }

    .interaction path, .interaction circle {
        pointer-events: all;
    }

    .interaction .body {
        cursor: move;
    }

    .trendlines .interaction .start, .trendlines .interaction .end {
        cursor: nwse-resize;
    }

    .supstance path {
        stroke-dasharray: 2, 2;
    }

    .supstances .interaction path {
        pointer-events: all;
        cursor: ns-resize;
    }

    .mouseover .supstance path {
        stroke-width: 1.5;
    }

    .dragging .supstance path {
        stroke: darkblue;
    }

    .crosshair {
        cursor: crosshair;
    }

    .crosshair path.wire {
        stroke: #DDDDDD;
        stroke-dasharray: 1, 1;
    }

    .crosshair .axisannotation path {
        fill: #DDDDDD;
    }

.block5m2{
	width:100%;
	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;
}

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

.block3{
	width:100%;
	font-size:16px;
}


/*-----------------------------------*/
/* form input element */
/*-----------------------------------*/
/* --------------------------------- */
/* form エレメント etc  */
/* --------------------------------- */
.form-control {
    display: block;
    width: 100%;
    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:#eee 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;
}



/*-----------------------------------*/
/* chart page layout */
/*-----------------------------------*/
.wrapper1{
    width:60%;
    height:36px;
    float:left;
    font-size:16px;
}

.wrapper2{
    width:39%;
    height:36px;
    float:left;
    position:static;
}
.wrapper2 button{
    font-size:14px;
    bottom:16px;
    padding:0.7em 2em;
}

.form_wrapper1{
    width:14%;
    float:left;
    padding-top:8px;
}

.formtitle2 {
    color:#0c0c50;
    margin-left:12px;
}

.form_wrapper2{
    float:left;
}
.block3 .form_wrapper2{
    max-width:200px;
    min-width:140px;
}

.form_wrapper3{
    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{
    width:26%;
    max-width:120px;
    height:30px;
    position:relative;
    float:left;
}

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

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

@media screen and (min-width:320px) and (max-width: 414px) {
    .block3 div.wrapper1{
        width:60%;
        height:72px;
    }
    .block3 div.wrapper2{
        width:40%;
        height:72px;
    }
    .block3 div.wrapper2 button{
        min-width: 100px;
        padding:0.7em 1em;
        margin-bottom:0em;
        margin-top:0.5em;
        margin-left:0em;
    }

    .block3 div.form_wrapper1{
        width:30%;
    }
    .block3 .form_wrapper2{
        max-width: 180px;
    }

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

}

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

/* iPhone 5s 横(320x568), 600x800 */
@media screen and (min-width:480px) and (max-width: 600px) {

    /* jpx.html */
    .block3 div.wrapper1{
        width:65%;
    }
    .block3 div.wrapper2{
        width:35%;
    }
    .block3 div.wrapper1_1{
        width:100%;
	height:36px;
    }
    .block3 div.form_wrapper1{
        width:20%;
        height:36px;
    }
    .block3 div.form_wrapper3{
        height:36px;
    }
    .block3 span.form_wrapper3_1{
        padding-left:6px;
        padding-right:6px;
    }
    .block3 div.form_wrapper4{
        width:28%;
        height:36px;
    }

    .block3 div.wrapper2 button{
        min-width: 80px;
        padding:0.7em 0.5em;
        margin-bottom:0em;
        margin-top:1em;
        margin-left:0em;
    }
}

/* iPhone 6s 横 */ 
@media screen and (min-width:601px) and (max-width: 667px) {
    /* jpx.html */
    .block3 div.wrapper1{
        width:64%;
    }
    .block3 div.wrapper2{
        width:36%;
    }
    .block3 div.form_wrapper1{
        width:18%;
    }
    .block3 span.form_wrapper3_1{
        padding-left:12px;
        padding-right:12px;
    }
    .block3 div.wrapper2 button{
        min-width: 100px;
        padding:0.7em 1em;
        margin-bottom:0em;
        margin-top:1em;
        margin-left:0em;
    }
}

/* iPhone 6sPlus 横 */ 
@media screen and (min-width:668px) and (max-width: 736px) {

    /* jpx.html */

    .block3 div.form_wrapper1{
        width:18%;
    }
    .block3 span.form_wrapper3_1{
        padding-left:12px;
        padding-right:12px;
    }
    .block3 .form_wrapper2{
        max-width: 180px;
    }

    .block3 div.wrapper2 button{
        min-width: 100px;
        padding:0.7em 1em;
    }
}

/* -------------------------------------------------------------- */
/* 画像位置 iPad(縦)表示 (786px x 1024px)  */
/* -------------------------------------------------------------- */
@media screen and (min-width:737px) and (max-width: 786px) {
    .block3 div.wrapper1{
        width:60%;
    }
    .block3 div.wrapper2{
        width:40%;
    }

    .block3 span.form_wrapper3_1{
        padding-left:12px;
        padding-right:12px;
    }

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


/* -------------------------------------------------------------- */
/* Symbol 表示 style                                  */
/* -------------------------------------------------------------- */
/* symbol */


.symbol_wrap1{
    width:30%;
    margin-right:70%;
    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;
}

.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"]
{
    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"]

{
    height:100px;
  /*  border-top: 1px solid #CCC; */
    display:block;
}


.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;
}

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

.cname{
    color:#fff;
}

/* 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-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-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); }
}
}


</style>


