@charset "utf-8";
/* CSS Document */

/* common */

.menuButtonClass {
	cursor: pointer;
}

.menuUlClass,.trend_main,.color_list,.setting_list {
    padding:0;
}


ul.color_list {
     list-style:none;
     
}

.visited{
	cursor:pointer;
}

/* main */
.chartPanel .name{
	float:left;
	width:278px;
	height:22px;
	margin-top:2px;
	border:1px #AEAEAE solid;
	padding:0px 5px;
}

.search_box{
	width:290px;
	margin-top:8px;
	float:left;
}

.search_box span{
	float:left;
}

.search_box input{
	float:left;
	margin-top:6px;
	margin-left:5px;
}

.search li{
	float:left;
}

.search_box .button_box{
	float:right;
}

.search select{
	height:25px;
	vertical-align:middle;
	text-align:left;
	margin-right:5px;
	border:1px solid #acacac;
	border-radius: 5px;
	padding:3px 8px 2px 4px;
}

.search select:hover{
	border:1px solid #0098FF;
}

.search_box img{
	float:left;
	margin-left:5px;
	margin-top:3px;
}

.search_box span{
	float:left;
	margin-top:5px;
	margin-left:5px;
}

.hyper_link{
	color:blue;
	margin-right:15px;
	font-weight:bold;
}

.menu_button{
	float:left;
	padding:0px 15px;
	height:35px;
	line-height:35px;
	font-size:14px;		
	font-weight: bold;
	color:#ffffff
}

.menu_button:hover {
	color: #003387;
	background:#ffffff;
}

.search_button{
	/* float:right; */	float:left;
	padding:0px 10px;
	height:23px;
	line-height:23px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px #8C8F90 solid;
	border-top:1px #B7BABC solid;
	border-bottom:1px #5E6061 solid;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ffffff), color-stop(1, #CECECE)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#CECECE', GradientType='0'); /* IE*/
	background:url(about:blank);
	background: -moz-linear-gradient(top, #ffffff 0%, #CECECE 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #ffffff, #CECECE); /* Firefox */
	background: -webkit-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#CECECE 100%); /* W3C */
	margin-left: 10px;
	margin-top: 2px;
}

.search_button:hover, .global_setting_button:hover, #mwChildPriceBoardButton a:hover,#currencyPairOrderMiddle button:hover, .priceBoardButtonC a:hover, .version_button:hover {
    border:1px solid #0098FF;
}

#printConfirm{
	width:60px;
}

.search_button_disabled {
	float:left;
	padding:0px 15px;
	height:23px;
	line-height:23px;
	color:gray;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px #8C8F90 solid;
	border-top:1px #B7BABC solid;
	border-bottom:1px #5E6061 solid;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ffffff), color-stop(1, #CECECE)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#CECECE', GradientType='0'); /* IE*/
	background:url(about:blank);
	background: -moz-linear-gradient(top, #ffffff 0%, #CECECE 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #ffffff, #CECECE); /* Firefox */
	background: -webkit-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#CECECE 100%); /* W3C */
	margin-left: 10px;
	margin-top: 2px;
}

.main_nav2 a[disabled]{
	color:gray;
	border:1px #8C8F90 solid;
}

.favorite_button li{
	float:left;
	width:295px;
}

.favorite_button a{
	margin-top:8px;
}

.tools_box{
	width:auto;
	/* height:39px; */	height:46px;
	/* margin-top:5px; */	margin:0px;
	/* margin-left:5px; */	margin-left:0px;
	border-bottom:1px #AEAEAE solid;
	background-color:#640000;
	box-sizing:border-box;
	padding:5px;
}

.tools_button{
	float:left;
	/*width:36px;
	height:32px;
	margin-left:3px;*/
	line-height:22px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px white solid;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ffffff), color-stop(1, #CECECE)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#CECECE', GradientType='0'); /* IE*/
	background:url(about:blank);
	background: -moz-linear-gradient(top, #ffffff 0%, #CECECE 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #ffffff, #CECECE); /* Firefox */
	background: -webkit-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#CECECE 100%); /* W3C */
}

.tools_button:hover{
	border:1px white solid;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ffffff), color-stop(1, #BCCFE5)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#BCCFE5', GradientType='0'); /* IE*/
	background:url(about:blank);
	background: -moz-linear-gradient(top, #ffffff 0%, #BCCFE5 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #ffffff, #BCCFE5); /* Firefox */
	background: -webkit-linear-gradient(top, #ffffff 0%,#BCCFE5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#BCCFE5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#BCCFE5 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#BCCFE5 100%); /* W3C */
}

.tools_button_selected{
	float:left;
	width:36px;
	height:32px;
	margin-left:3px;
	line-height:23px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px #628DC0 solid;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ffffff), color-stop(1, #BCCFE5)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#BCCFE5', GradientType='0'); /* IE*/
	background:url(about:blank);
	background: -moz-linear-gradient(top, #ffffff 0%, #BCCFE5 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #ffffff, #BCCFE5); /* Firefox */
	background: -webkit-linear-gradient(top, #ffffff 0%,#BCCFE5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#BCCFE5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#BCCFE5 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#BCCFE5 100%); /* W3C */
}

.ad_box{
	width:305px;
	height:250px;
	background:#FFF;
	margin-top:5px;
}

.forecast_box{
	width:305px;
	height:auto;
	margin-top:8px;
	float:left;
	margin-left:5px;
	border-bottom: 1px solid #AEAEAE;
}


.forecast_select{
	float:left;
}

.forecast_select li{
	width:90px;
}

.forecast_select img{
	float:left;
	margin-top:3px;
	margin-left:4px;
}

.forecast_select span{
	float:left;
	margin-left:5px;
	margin-top:5px;
	width:54px;
}

.forecast_select .select_input{
	float:left;
	margin-bottom:5px;
	margin-top:10px;
	margin-left:5px;
}

.select_input input{
	float:left;
	margin-top:5px;
}

.select_input span{
	float:left;
	margin-top: 4px;
}

.forecast_select .explanation{
	float:left;
	width:290px;
	margin-top:-6px;
}

.explanation span{
	width:280px;
}


.forecast_select .simulation_box{
	float:left;
	width:290px;
	margin-left:5px;
	margin-top:5px;
}

.simulation_box input{
	float:left;
	margin-left:0px;
	margin-top:5px;
}

.simulation_box .simulation_main{
	width:269px;
	float:left;
}

.simulation_box .simulation_main02{
	width:290px;
	float:left;
	margin-left:-1px;
}

.forecast_box02{
	width:290px;
	height:auto;
	float:left;
	margin-left:5px;
	border: 1px solid #AEAEAE;
	border-top:0px;
	background:#fff;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}

.forecast_show{
	float:left;
	height:23px;
	width:285px;
	padding-left:5px;
	line-height:23px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px #8C8F90 solid;
	border-top:1px #B7BABC solid;
	border-bottom:1px #5E6061 solid;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ffffff), color-stop(1, #CECECE)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#CECECE', GradientType='0'); /* IE*/
	background:url(about:blank);
	background: -moz-linear-gradient(top, #ffffff 0%, #CECECE 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #ffffff, #CECECE); /* Firefox */
	background: -webkit-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#CECECE 100%); /* W3C */
	margin-top:4px;
	margin-left:5px;
}

.forecast_show_over{
	float:left;
	height:23px;
	width:285px;
	padding-left:5px;
	line-height:23px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	border:1px #8C8F90 solid;
	border-top:1px #B7BABC solid;
	border-bottom:1px #5E6061 solid;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ffffff), color-stop(1, #CECECE)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#CECECE', GradientType='0'); /* IE*/
	background:url(about:blank);
	background: -moz-linear-gradient(top, #ffffff 0%, #CECECE 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #ffffff, #CECECE); /* Firefox */
	background: -webkit-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#CECECE 100%); /* W3C */
	margin-top:4px;
	margin-left:5px;
}

.forecast_show:hover{
	 border:1px solid #0098FF;
}


.explanation .title_block{
	float:left;
	height:10px;
	width:10px;
	background:#6D6D6D;
	margin-top:7px;
}

.explanation a{
	float:right;
	width:10px;
	font-weight:bold;
	margin-top:7px;
}

.explanation .explanation_title{
	width:150px;
	font-weight:bold;
}

.price_box{
	float:left;
	width:290px;
	height:90px;
	margin-top:3px;
	background:#F3F3F3;
	border:1px #C1C2C4 solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.price_titel{
	display:block;
	margin-top:5px;
	margin-left:20px;
}

.rise_box{
	float:left;
	width:67px;
	height:60px;
	background:#ffffff;
	border:1px #C1C2C4 solid;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin-left:2px;
	margin-top:5px;
}

.rise_box .rise_name{
	display:block;
	width:67px;
	height:22px;
	line-height:22px;
	text-align:center;
	border-bottom:1px #C1C2C4 solid;
}

.red_text{
	display:block;
	width:67px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:red;
	font-size:26px;
	font-weight:bold;
}

.blue_text{
	display:block;
	width:67px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:blue;
	font-size:26px;
	font-weight:bold;
}

.blue_text{
	display:block;
	width:67px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:blue;
	font-size:26px;
	font-weight:bold;
}

.green_text{
	display:block;
	width:67px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:green;
	font-size:26px;
	font-weight:bold;
}

.rise_box img{
    margin-top:9px;
	margin-left:19px;
}

.economic_titel{
	float:left;
	margin-top:10px;
	margin-left:20px;
}

.setting_button{
	width:50px;
	padding:0px;
	text-align:center;
	margin-right:5px;
	margin-top:5px;
}
	

.right{
	float:left;
	width:auto;
	height:auto;
	min-width:450px;
	display:none;
}

.top_button{
	float:left;
	padding:0px 15px;
	height:23px;
	line-height:23px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px #8C8F90 solid;
	border-top:1px #B7BABC solid;
	border-bottom:1px #5E6061 solid;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ffffff), color-stop(1, #CECECE)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#CECECE', GradientType='0'); /* IE*/
	background:url(about:blank);
	background: -moz-linear-gradient(top, #ffffff 0%, #CECECE 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #ffffff, #CECECE); /* Firefox */
	background: -webkit-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#CECECE 100%); /* W3C */
	margin-right:5px;
}

.top_button:hover{
	border:1px solid #0098FF;
}

.right_top{
	width:auto;
	height:30px;
	margin-top:5px;
}

.font_select{
	float:right;
}

.main_nav .font_select span{
	float:left;
	height:25px;
	line-height:25px;
	margin-right:5px;
	margin-top:3px;
}

.main_nav2 .font_select span{
	float:left;
	height:25px;
	line-height:25px;
	margin-right:5px;
	margin-top:3px;
}

.main_nav .font_select select{
	float:left;
	height:25px;
	vertical-align:middle;
	text-align:left;
	margin-right:10px;
	border:1px solid #acacac;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:3px 8px 2px 4px;
}

.main_nav2 .font_select select{
	float:left;
	height:25px;
	vertical-align:middle;
	text-align:left;
	margin-right:10px;
	border:1px solid #acacac;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:3px 8px 2px 4px;
}

.font_select select:hover{
	border:1px solid #0098FF;
}

.right_main{
	width:auto;
	height:auto;
	border:1px #A5A5A5 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.main_nav{
	height:30px;
	line-height:30px;
	background:#F3F3F3;
	border-bottom:1px #A5A5A5 solid;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.main_nav2{
	height:30px;
	line-height:30px;
	background:#F3F3F3;
	border-bottom:1px #A5A5A5 solid;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.main_nav3{
	height:30px;
	/* padding-top:5px; */
	line-height:30px;
	/* background:#F3F3F3; */
	padding-left:40px;	
}

.main_nav4{
	height:30px;
	line-height:30px;
	width:250px;
	/* background:#F3F3F3; */
	marign:0 auto;
}

.main_nav4 a{
	width:56px;
	text-align:center;
	margin-right:0px;
}

.main_nav select{
	float:left;
	height:25px;
	vertical-align:middle;
	text-align:left;
	margin-left:5px;
	border:1px solid #acacac;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:3px 8px 2px 4px;
	margin-top:3px;
}

.main_nav2 select{
	float:left;
	height:25px;
	vertical-align:middle;
	text-align:left;
	margin-left:5px;
	border:1px solid #acacac;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:3px 8px 2px 4px;
	margin-top:3px;
}

.main_nav select:hover{
	border:1px solid #0098FF;
}

.main_nav2 select:hover{
	border:1px solid #0098FF;
}

.main_nav input{
	float:right;
	margin-top:8px;
	margin-right:5px;
}

.main_nav2 input{
	float:right;
	margin-top:8px;
	margin-right:5px;
}

.main_nav span{
	float:right;
	margin-right:8px;
}

.main_nav2 span{
	float:right;
	margin-right:8px;
}

.onoff_button{
	height:22px;
	width:60px;
	float:right;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px #8C8F90 solid;
	border-top:1px #B7BABC solid;
	border-bottom:1px #5E6061 solid;
	margin-top:3px;
	margin-right:5px;
/* 	background:#6D6D6D; */
}

.on_button{
	height:22px;
	width:30px;
	line-height:22px;
	float:left;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-radius:5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px;
	text-align:center;
	font-weight:bold;
	background:#fff;
	box-shadow: 0 0 2px #D3D3D3 inset;
}

.off_button{
	height:22px;
	width:30px;
	line-height:22px;
	float:right;
	-moz-border-radius:0px 3px 3px 0px;
	-webkit-border-radius:0px 3px 3px 0px;
	border-radius:0px 3px 3px 0px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #868686), color-stop(1, #6D6D6D)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#868686', endColorstr='#6D6D6D', GradientType='0'); /* IE*/
	background:url(about:blank);
	background: -moz-linear-gradient(top, #868686 0%, #6D6D6D 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #868686, #6D6D6D); /* Firefox */
	background: -webkit-linear-gradient(top, #868686 0%,#6D6D6D 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #868686 0%,#6D6D6D 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #868686 0%,#6D6D6D 100%); /* IE10+ */
	background: linear-gradient(top, #868686 0%,#6D6D6D 100%); /* W3C */
}

.on_button_select{
	height:22px;
	width:30px;
	line-height:22px;
	float:left;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-radius:5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #868686), color-stop(1, #6D6D6D)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#868686', endColorstr='#6D6D6D', GradientType='0'); /* IE*/
	background:url(about:blank);
	background: -moz-linear-gradient(top, #868686 0%, #6D6D6D 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #868686, #6D6D6D); /* Firefox */
	background: -webkit-linear-gradient(top, #868686 0%,#6D6D6D 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #868686 0%,#6D6D6D 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #868686 0%,#6D6D6D 100%); /* IE10+ */
	background: linear-gradient(top, #868686 0%,#6D6D6D 100%); /* W3C */
}

.off_button_select{
	height:22px;
	width:30px;
	line-height:22px;
	float:right;
	-moz-border-radius:0px 3px 3px 0px;
	-webkit-border-radius:0px 3px 3px 0px;
	border-radius:0px 3px 3px 0px;
	text-align:center;
	font-weight:bold;
	background:#fff;
	box-shadow: 0 0 2px #D3D3D3 inset;
}

.right_chart{
	background:#ffffff;
	height:876px;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

.go_left{
	float:left;
	width:10px;
	height:37px;
	border:1px #A5A5A5 solid;
	border-left:0px;
	background:#E1E1E1;
	margin-left:-1px;
	border-radius:0px 3px 3px 0px;
	-webkit-border-radius:0px 3px 3px 0px;
	border-radius:0px 3px 3px 0px;
	box-shadow: -1px 0 0 #ffffff inset, 0 -1px 0 #ffffff inset,  0 1px 0 #ffffff inset;
}

.go_left img{
    margin-top:11px;
}

.chart_box{
	float:left;
	height:870px;
	width:98%;
	background:#6D6D6D;
	margin:3px;
}

.chart_box2{
	float:left;
	height:600px;
	width:100%;
	background:#6D6D6D;
}

.index_box{
	position: absolute;  
    z-index:1000;
	width:334px;
	height:298px;
	border:1px #999999 solid;
	background:#EDEDED;
}

.index_button{
	height:23px;
	width:144px;
	float:left;
	line-height:23px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px #8C8F90 solid;
	border-top:1px #B7BABC solid;
	border-bottom:1px #5E6061 solid;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ffffff), color-stop(1, #CECECE)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#CECECE', GradientType='0'); /* IE*/
	background:url(about:blank);
	background: -moz-linear-gradient(top, #ffffff 0%, #CECECE 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #ffffff, #CECECE); /* Firefox */
	background: -webkit-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#CECECE 100%); /* W3C */
	margin-left:16px;
	margin-top:22px;
	text-align:center;
}

.index_button02{
	margin-left:10px;
}

.brand_box{
	position: absolute;  
    z-index:1030;
	width:698px;
	height:412px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#E2E2E2;
    padding-top:5px;
    box-shadow:0px 1px 2px 1px #474747;
}

.brand_box select{
	height:25px;
	vertical-align:middle;
	text-align:left;
	margin-right:5px;
	border:1px solid #acacac;
	border-radius: 5px;
	padding:3px 8px 2px 4px;
}

.brand_search{
	float:left;
	margin-top:10px;
	margin-left:18px;
}

.brand_search li{
	float:left;
	width:120px;
}

.brand_search span{
	float:left;
	margin-top:4px;
	margin-right:10px;
}

.brand_search input{
	float:left;
	/*width:140px; */
	height:24px;
	border:1px #AEAEAE solid;
	padding:0px 5px;
}

.bank_select{
	float:left;
	width:100%;
}



.bank_select li{
	float:left;
	width:300px;
	margin-top:15px;
}

.bank_select .bank_title{
	width:100%;
	font-size:14px;
}

.bank_select input{
	float:left;
	margin-right:10px;
	margin-top:1px;
	margin-left:15px;
}

.bank_select span{
	float:left;
}

.air_box{
	height:280px;
	width:638px;
	float:left;
	margin-left:18px;
	margin-top:10px;
}

.air_select{
	float:left;
}

.air_select li{
	float:left;
	width:300px;
	margin-top:15px;
}

.air_select .air_title{
	width:100%;
	margin-left:0px;
	font-size:14px;
}

.air_select input{
	float:left;
	margin-top:1px;
	margin-right:10px;
	margin-left:15px;
}

.air_select span{
	float:left;
}

.brand_select a{
	margin-top:12px;
}


.shape_box{
	position: absolute;  
    z-index:1001;
	width:452px;
	height:304px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#E2E2E2;
    padding-top:5px;
    box-shadow:0px 1px 2px 1px #474747;
}

.close_button{
	font-size:28px;
    margin-right:10px;
    display:inline-block;
    float:right;
    font-weight:bold;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
}


.close_button:hover{
    background-image: -moz-linear-gradient(top, #fefefe, #d1d1d1); /* Firefox */
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #fefefe), color-stop(1, #d1d1d1)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#d1d1d1', GradientType='0'); /* IE*/
	background: -moz-linear-gradient(top, #fefefe 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#d1d1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#d1d1d1 100%); /* IE10+ */
	background: linear-gradient(top, #fefefe 0%,#d1d1d1 100%); /* W3C */
    margin-right:9px;
    margin-top:-1px;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    border:1px #9d9d9d solid;
}

.shape_text{
	float:left;
	width:130px;
	height:68px;
	margin-left:10px;
	margin-top:24px;
}

.number_box{
	width:432px;
	height:auto;
	float:left;
}

.number_text{
	float:left;
	width:130px;
	height:46px;
	margin-left:10px;
}

.number_box ul{
	float:left;
	width:230px;
}


.param_slider{
	float:left;
	width:80px;
	margin-top:3px;
}

.options_select input{
	float:left;
	margin-top:1px;
}

.options_select span{
	float:left;
	margin-left:5px;
}

.highvalue_box{
	position: absolute;  
    z-index:1002;
	width:80px;
	height:auto;
	background:#ffffff;
	border:1px #999999 solid;
}

.highvalue_box li{
	width:auto;
	height:22px;
	line-height:22px;
	padding-left:20px;
	cursor:pointer;
}

.highvalue_box li:hover{
	background:#B2E1FF;
}

.highvalue_span{
	margin-left:-13px;
	margin-right:6px;
}

.file_box{
	position: absolute;  
    z-index:1004;
	width:133px;
	height:auto;
	background:#ffffff;
	border:1px #999999 solid;
}

.file_box li{
	width:auto;
	height:22px;
	line-height:22px;
	padding-left:20px;
	cursor:pointer;
}

.file_box li:hover{
	background:#B2E1FF;
}

.file_triangle{
	float:right;
    width:0;
    height:0;  
    line-height:0;
	border-width:5px;  
    border-style:solid;  
    border-color:transparent transparent transparent #000;
	margin-right:5px;
	margin-top:6px;
}

.print_box{
	position: absolute;  
    z-index:1005;
	width:145px;
	height:auto;
	background:#ffffff;
	border:1px #999999 solid;
}

.print_box li{
	width:auto;
	height:22px;
	line-height:22px;
	padding-left:20px;
	cursor:pointer;
}

.print_box li:hover{
	background:#B2E1FF;
}

.technical_box{
	position: absolute;  
    z-index:1006;
	width:518px;
	height:378px;
	background:#ffffff;
	border:1px #999999 solid;
}


.technical_main{
	float:left;
	width:auro;
    height:auto;
	margin-right:15px;
}


.technical_main li{
	width:auto;
	height:20px;
}

.technical_main input{
	float:left;
	margin-right: 5px;
    margin-left: 5px;
}

.technical_text{
	float:left;
	height: 13px;
    line-height: 13px;
}


.technical_title{
   display: block;
   height: 24px;
   line-height: 24px;
   font-weight:bold;
   margin-left:5px;
}

.technical_button a {
	margin-right:10px;
}

.technical_button{
	float:left;
	margin-top:40px;
}

.color_box{
	position: absolute;  
    z-index:1008;
	width:372px;
	height:504px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#E2E2E2;
	padding-top:5px;
	box-shadow:0px 1px 2px 1px #474747;
}

.color_title{
	display:block;
	width:auto;
	padding-left:74px;
	font-weight:bold;
}

.color_ul{
	float:left;
	margin-top:10px;
}

.color_ul li{
	float:left;
	margin-top:5px;
}

.color_text{
	float:left;
	width:150px;
	padding-left:74px;
}

.color_select{
	float:left;
	width:50px;
	height:20px;
	border:1px #999999 solid;
}

.color_button a{
	margin-top:5px;
}

.setting_box{
	position: absolute;  
    z-index:1010;
	width:704px;
	height:500px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#E2E2E2;
	padding-top:5px;
	box-shadow:0px 1px 2px 1px #474747;
}

.setting_left{
	float:left;
	width:210px;
	height:420px;
	border:1px #C1C2C4 solid;
	margin:5px;
	margin-bottom:7px;
}

.setting_right{
	float:right;
	height:100px;
	border:1px #C1C2C4 solid;
	margin:5px;
	margin-bottom:7px;
}

.setting_text{
	float:left;
	width:100%;
	margin:15px;
	color:blue;
}

.setting_main li{
	float:left;
	width:100%;
	margin-bottom:10px;
}

.setting_main input{
	float:left;
	margin-top:3px;
}

.setting_main .input_space{
	float:left;
	margin-top:3px;
	margin-right:0px;
	width:13px;
	margin-left:0px;
}

.setting_panel .number_input{
	width:38px;
	height:18px;
	line-height: 18px;
	margin-top: 0px;
	border:1px #AEAEAE solid;
	padding:0px 5px;
	margin-left:5px;
}

.setting_main .market_select{
	float:left;
	width:85px;
	height:24px;
	margin-top:-4px;
	border:1px #AEAEAE solid;
}

.setting_main .text_span{
	float:left;
	width:60px;
	margin-top:0px;
	margin-left:5px;
	padding:0px 5px;
}

.setting_main_span{
	float:left;
	width:130px;
	margin-top:3px;
	margin-left:15px;
}

.setting_main_symbol {
	float:left;
	width:10px;
	margin-left:5px;
	margin-top:2px;
}

.setting_box a{
	margin-left:10px;
}

.setting_box .no_setting{
	margin-left:15px;
	width: 200px;
}

.favorite_box{
	position: absolute;  
    z-index:1012;
	width:214px;
	height:auto;
	background:#ffffff;
	border:1px #999999 solid;
}

.favorite_box li{
	width:auto;
	height:22px;
	line-height:22px;
	padding-left:20px;
	cursor:pointer;
}

.favorite_box li:hover{
	background:#B2E1FF;
}

.favorite_box .favorite_cut{
	width:199px;
	height:2px;
	background:#CCCCCC;
	margin:10px 2px ;
}

.favorite_add{
	position: absolute;  
    z-index:1020;
	width:404px;
	height:202px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#E2E2E2;
	padding-top:5px;
	box-shadow:0px 1px 2px 1px #474747;
}

.favorite_add li{
	float:left;
	width:100%;
	margin-top:10px;
}

.add_text{
	float:left;
	margin-left:60px;	
	margin-right:40px;
	margin-top:5px;
}

.favorite_add input{
	float:left;
	height:22px;
	width:190px;
	border:1px #AEAEAE solid;
	padding:0px 5px;
}

.favorite_add div a{
	margin-left:10px;
	margin-top:50px;
}

.range_box{
	position: absolute;  
    z-index:1040;
	width:240px;
	height:200px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#E2E2E2;
	padding-top:5px;
	box-shadow:0px 1px 2px 1px #474747;
}

.range_fill{
	float:left;
	margin-top:30px;
	margin-left:18px;
}

.range_fill li{
	float:left;
	margin-bottom:10px;
}

.range_fill span{
	float:left;
	margin-top:4px;
	margin-right:10px;
}

.range_fill input{
    float:left;
	height:22px;
	width:135px;
	border:1px #AEAEAE solid;
	padding:0px 5px;
}

.next_button{
	float:right;
	width:63px;
	height:23px;
	line-height:23px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px #8C8F90 solid;
	border-top:1px #B7BABC solid;
	border-bottom:1px #5E6061 solid;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ffffff), color-stop(1, #CECECE)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#CECECE', GradientType='0'); /* IE*/
	background:url(about:blank);
	background: -moz-linear-gradient(top, #ffffff 0%, #CECECE 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #ffffff, #CECECE); /* Firefox */
	background: -webkit-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#CECECE 100%); /* W3C */
	text-align:center;
}

.next_button:hover{
    border:1px solid #0098FF;
}

.comment{
	float:left;
	width:100%;
	margin-left:21px;
	margin-top:10px;
	margin-bottom:5px;
}

.comment span{
	float:left;
	width:10px;
}

.comment textarea{
	width:460px;
	height:82px;
	border:1px #AEAEAE solid;
	padding:3px 5px;
	margin-left:5px;
}

.motion{
	float:right;
	width:100%;
	margin-top:15px;
}

.motion li{
	float:right;
	line-height:25px;
	margin-right:10px;
}

.unselect_button{
	float:right;
	padding:0px 15px;
	height:23px;
	line-height:23px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px #C6C7C8 solid;
	border-top:1px #DBDDDE solid;
	border-bottom:1px #AFB0B0 solid;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ffffff), color-stop(1, #F3F3F3)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F3F3F3', GradientType='0'); /* IE*/
	background:url(about:blank);
	background: -moz-linear-gradient(top, #ffffff 0%, #F3F3F3 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #ffffff, #F3F3F3); /* Firefox */
	background: -webkit-linear-gradient(top, #ffffff 0%,#F3F3F3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#F3F3F3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#F3F3F3 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#F3F3F3 100%); /* W3C */
	color:#AAB3B3;
}

.right_foot{
	float:right;
	margin-top:2px;
	margin-right:3px;
}

.select_stock:hover{
	cursor: pointer;
}

.chartlist_delete{
	width:14px;
	height:14px;
	background:url(../images/DreamChart/chartlist_delete_hover.png);
}

.labelSpan{
	width:14px;
	height:14px;
	float: left;
	margin-right: 2px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.divLabel {
	float: left;
	font-size: calc(5px + .5vw);
	margin-right: 20px;
	cursor: pointer;
}

.chartlist_delete:hover{
	background:url(../images/DreamChart/chartlist_delete.png);
}

.cursor_pointer{ cursor: pointer; }

.loading_div{
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute; 
	display: none; 
	z-index: 100;
}
.loading_div1{
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute; 
	display: none; 
	z-index: 1000;
}
.loading_div img{
	vertical-align: middle;
}

.color_setting{
	width:295px;
	height:130px;
}

.color_list{
	float:left;
	margin-top:10px;
}

.color_list li{
	width: 100%;
	float:left;
	margin-bottom: 10px;
	line-height: 20px;
}

.color_list span{
	float:left;
	width: 50px;
	margin-right: 10px;
}

.color_list a{
	margin-right:5px;
}

/* error page */

.main_box{
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:10px;
	box-shadow: 0px 1px 1px #AAA;
}

.copyright{
	margin-left:10px;
	float:left;
}

.right_foot02{
    float: right;
    margin-right: 10px;
}


.price_board_box{
	position: absolute;  
    z-index:1040;
	width:590px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#E2E2E2;
	padding-top:5px;
	box-shadow:0px 1px 2px 1px #474747;
}

.price_board_table {
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	width:100%;
	margin-bottom: 5px;
}

.price_name {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	color: #3c3c39;
	background-color: #eae4d0;
	width: 16%;
	min-width:80px;
}

.price_value {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	color: #3c3c39;
	background-color: #eae4d0;
	width: 14%;
	min-width:60px;
}

.price_tickchart {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	color: #3c3c39;
	background-color: #eae4d0;
	width: 14%;
	min-width:50px;
}

.signal_delete {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #666666;
	/* color: #FFFFFF; */
	/* background-color: #6D6D6D; */
	width: 70px;
}

.signal_name {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	/* color: #FFFFFF; */
	/* background-color: #6D6D6D; */
	width: 90px;
}

.signal_business {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #666666;
	/* color: #FFFFFF;
	background-color: #6D6D6D; */
	width: 70px;
}

.signal_condition {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	/* color: #FFFFFF;
	background-color: #6D6D6D; */
	width: 350px;
	text-align: center;
}

#signalBoard select{
/* 	float:left; */
	height:25px;
	vertical-align:middle;
	text-align:left;
	margin-left:3px;
	border:1px solid #acacac;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding:3px 8px 2px 4px;
}

#signalBoard select:hover{
	border:1px solid #0098FF;
}

#signalBoard input{
	width:25px;
	height:18px;
	vertical-align:middle;
	text-align:left;
	margin-right:3px;
	margin-left:3px;
	border:1px solid #acacac;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding:2px 2px 2px 2px;
}

#signalBoard input:hover{
	border:1px solid #0098FF;
}

#priceBoard tr:nth-child(2n) {
	background-color: #ffffff;
}

#priceBoard tr:nth-child(2n+1) {
	background-color: #f8f8f6;
}

#priceBoard td {
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-style: solid;
	border-color: #666666;
	color: #000000;
	height:28px;
	text-align: right;
}

#priceBoard [name=tick] {
	text-align: center;
}

#priceBoard td:hover[name=tick] {
	background-color: #00FF00;
}

#priceBoard canvas{

}

#priceBoard span{
	line-height:24px;
}

.pb_name_span {
	float:left;
	margin-top: 3px;
}

.pb_arrow_span {
	float:right;
	font-size: 16px;
	color:#cc0000;
}

.pb_box {
	width:auto;
	/* height:28px; */	height:35px;
	/* margin-top:5px; */	margin:0px;
	border-bottom:1px #AEAEAE solid;
	/* Webkit系 */
    background: -webkit-gradient(linear, left top, left bottom, from(#015079), to(#001236));
    /* Mozilla系 */
    background: -moz-linear-gradient(top, #015079, #001236);
    /* IE10+ */
    background: -ms-linear-gradient(top, #015079, #001236);
    /* IE8-9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#015079', endColorstr='#001236', GradientType=0)";
	padding:0px;
	box-sizing:border-box;
}

.pb_box a {
	margin-right:15px;
}

.mwChild .chart .p{
	margin-right:45px;
}

.tech_list_box {
	position: absolute;  
    z-index:1002;
/* 	width:600px; */
/* 	height:410px; */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
/* 	background: #E2E2E2; */
	padding-top: 5px;
    box-shadow: 0px 1px 2px 1px #474747;
}

.tech_list_box .search_button {
	text-align:center;
	margin-left:0px;
	margin-right:10px;
}

.gray_bg {
	opacity: 0.6;
    background-color: #000000;
    position: fixed;
    z-index: 8;
    width: 100%;
    height: 100%;
    margin: auto;
    display: none;
}

.setting_panel {
	height: 0px;
	overflow: hidden;
}

.setting_list span {
	vertical-align:middle;
}

.setting_list .ts_checkbox {
	margin-top: 0px;
	padding:0px 5px;
	margin-left:5px;
}

.multitime_minmax {
	margin-left:5px;
}

/*.trend_main li .multitime_checkbox {
	margin-left: 28px;
	margin-right:5px;
}*/

/* ////////////// */
#positionRelative{
	float:left;
	position: relative;
}
#layoutMenu{
		position:absolute;
		left:0px;
		top:36px;
		list-style:none;
		margin:0px;
		padding:0px;
		display:none;
		white-space: nowrap;
	}
#layoutMenu li{
		background-color:#ffffff;
		color: #003387;
		padding:8px 15px;
		display:block;
		font-size:14px;		
		font-weight: bold;
}
#layoutMenu li a{
		margin:0px;
		padding:0px;
				
}


.campaign_bar {
	background-color:#a9a9a9;
	height:35px;
	width:300px;
	text-align:center;
	display: table-cell;
	vertical-align:middle;
	font-size:14px;	
}

/* レイアウト、分割////////////// */
#frameDivision {
	display: none;
	position: absolute;  
	top:150px;
	left:400px;
    z-index:1002;
	width:680px;
	height:357px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
	background: #E2E2E2;
	padding-top:5px;
    box-shadow: 0px 1px 2px 1px #474747;
}
#frameDivisionTitle{
	height:25px;
	
}
#frameDivisionContent{
	background-color:#004040;
	width:666px;
	height:323px;
	padding:2px;
	text-align:center;
}

.layoutImg{
	display:inline-block;
	float:left;
	width:222px;
	height:162px;
	margin:0px;
	padding:1px;
	box-sizing:border-box;
	border:2px solid #004040;
}
.layoutImg img{
	width:216px;
	height:156px;
}




.trendLine_setting_box {
	position: absolute;  
    z-index:1002;
/* 	width:285px; */
/* 	height:auto; */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
/* 	background: #E2E2E2; */
	padding-top: 5px;
    box-shadow: 0px 1px 2px 1px #474747;
}

.chartLineType_setting_box {
	position: absolute;  
    z-index:1002;
	width:230px;
	height:auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
	background: #E2E2E2;
	padding-top: 5px;
    box-shadow: 0px 1px 2px 1px #474747;
}

.global_setting_box {
	position: absolute;  
    z-index:1003;
	width:400px;
	height:330px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
	background: #E2E2E2;
	padding-top: 5px;
    box-shadow: 0px 1px 2px 1px #474747;
}
#global_setting_box .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
	width:24px;
	text-align:center;
}
.global_setting {
	margin: 10px 10px 10px 10px;
}

.cross_radio {
	margin-left: 10px;
}

.global_setting ul li {
	margin-bottom: 10px;
}

.global_setting ul li input{
	vertical-align:middle;
	margin-right: 2px;
}

#global_setting_buttons{
	padding-left: 42px;
	text-align:center;
}


.global_setting_button{
	/* float:right; */	float:left;
	padding:0px 15px;
	width:60px;
	height:23px;
	line-height:23px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px #8C8F90 solid;
	border-top:1px #B7BABC solid;
	border-bottom:1px #5E6061 solid;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ffffff), color-stop(1, #CECECE)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#CECECE', GradientType='0'); /* IE*/
	background:url(about:blank);
	background: -moz-linear-gradient(top, #ffffff 0%, #CECECE 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #ffffff, #CECECE); /* Firefox */
	background: -webkit-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#CECECE 100%); /* W3C */
	margin-right: 20px;
	margin-top: 2px;
}

.colorpicker {
	border: 1px solid #C9C9C9;
}

/* ///////////// プライスボード設定画面関連 ////////////////// */
.clearBoth{
	clear:both;
}
.mwChildTitleSet{
	float:left;
	width:100px;
	margin:0px;
	height:25px;
	overflow:hidden;
}

.mwChildTitleSetButton {	
	margin:0px;
	height:24px;
	padding:4px 15px 0 15px;	
	overflow:hidden;
	text-align:center;
	color:#FFFFFF;	
	background: -moz-linear-gradient(top, #888888 0%, #000000 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #888888, #000000); /* Firefox */
	background: -webkit-linear-gradient(top, #888888 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #888888 0%, #000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #888888 0%, #000000 100%); /* IE10+ */
	background: linear-gradient(top, #888888 0%, #000000 100%); /* W3C */
	box-sizing:border-box;
}

.mwChildTitleSetButton:hover {	
	background:#FFFFFF;
	color:#000000;	
}

#mwChildPriceBoard{
	display:none;
	position:absolute;
	left:200px;
	top:100px;
	width:404px;
	box-shadow: 0px 1px 2px 1px #474747;
}

#mwChildPriceBoardTitle{
	height:25px;
	padding:5px 0;
	color:#000000;
	box-sizing:border-box;
}
#mwChildPriceBoardTitle a{
	margin:-5px 0 0 0;
}
#mwChildPriceBoardButton{
	padding:5px;
	/* background-color:black; */
	text-align:center;
}
.mwChildPriceBoard_button{
	display:inline-block;
	/* float:left; */
	width:60px;
	padding:0px 15px;
	height:23px;
	line-height:23px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px #8C8F90 solid;
	border-top:1px #B7BABC solid;
	border-bottom:1px #5E6061 solid;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ffffff), color-stop(1, #CECECE)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#CECECE', GradientType='0'); /* IE*/
	background:url(about:blank);
	background: -moz-linear-gradient(top, #ffffff 0%, #CECECE 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #ffffff, #CECECE); /* Firefox */
	background: -webkit-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#CECECE 100%); /* W3C */
	margin-left: 10px;
	margin-top: 2px;
}
#currencyPairOrderLeft,#currencyPairOrderRight{
	border:1px solid #E2E2E2;
	width:147px;
	height:315px;
	/* background-color:green; */
	float:left;
	padding:5px;
	box-sizing:border-box;
}
#currencyPairOrderLeft li,#currencyPairOrderRight li{
	padding:2px 5px;
	margin:0;
	box-sizing:border-box;
	width:135px;
	height:20px;
	cursor:pointer;
	
}
.first{
	display:inline-block;
	width:120px;
	text-align:center;
	/* background-color:yellow; */
	padding:5px;
	box-sizing:border-box;
}
#currencyPairOrderLeft img,#currencyPairOrderRight img{
	float:left;
	width:41px;
	height:16px;
	margin-right:1px;
	/* margin-top:2px; */
}
#currencyPairOrderLeft span,#currencyPairOrderRight span{
	float:left;
	display:inline-block;
	margin:0px;
	margin-left:5px;
	padding:1px 0;
	line-height:16px;
}
#currencyPairOrderMiddle{
	width:100px;
	height:286px;
	/* background-color:blue; */
	float:left;
	box-sizing:border-box;
	padding:50px 10px;
	box-sizing:border-box;
}

.priceBoardButtonC {
	padding:0px;
	margin:10px auto;
	text-align:center;
	/* background-color:green; */
}

.priceBoardButtonC .mwChildPriceBoard_button {
	width:120px;
}

.priceBoardButtonC a {
	float:left;
}

#currencyPairOrderMiddle button {
	padding:0px 15px;
	height:23px;
	line-height:23px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px #8C8F90 solid;
	border-top:1px #B7BABC solid;
	border-bottom:1px #5E6061 solid;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ffffff), color-stop(1, #CECECE)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#CECECE', GradientType='0'); /* IE*/
	background:url(about:blank);
	background: -moz-linear-gradient(top, #ffffff 0%, #CECECE 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #ffffff, #CECECE); /* Firefox */
	background: -webkit-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#CECECE 100%); /* W3C */
	margin-top: 2px;
	width:80px;
}

#displayItem li{
	height:15px;
	display:block;
	padding:0px;
	margin:5px;
	/* background-color:green; */
}
#displayItem li span{
	display:inline-block;
	padding:0px 5px;
}
/* ///////////////////////////////////////// */

.favSpan:hover{
	background:#B2E1FF;
}

.spanCursor{
	cursor:pointer;
	width: 210px;
	display: inline-block;
	white-space:nowrap;
}

.posiRelative{
	position:relitive;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

#hamburgerButton{
	margin:0px;
	margin:0px;
}
#hamburgerMenu{
		position:absolute;
		right:0px;
		top:36px;
		list-style:none;
		margin:0px;
		padding:0px;
		display:none;
		white-space: nowrap;
	}
#hamburgerMenu li{
		background-color:#ffffff;
		color: #003387;
		padding:8px 15px;
		display:block;
		font-size:14px;		
		font-weight: bold;
}
#hamburgerMenu li a{
		margin:0px;
		padding:0px;
				
}

.bottom_button{
	margin-top:10px;
	text-align:center;
}
.dialog_setting_box{
	position: absolute; 
	display:none; 
    z-index:1003;
	width:400px;
	height:320px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
	background: #E2E2E2;
	padding-top: 5px;
    box-shadow: 0px 1px 2px 1px #474747;
}

.dialgoTitle{
	display: inline-block;
	font-weight:bold;
	margin-left:12px;
	margin-top:2px;
	color:#ffffff;
}
.dialogTitleCloseButton{
	font-size:28px;
    display:inline-block;
    float:right;
    font-weight:bold;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
}
.dialogTitleCloseButton:hover{
    background-image: -moz-linear-gradient(top, #fefefe, #d1d1d1); /* Firefox */
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #fefefe), color-stop(1, #d1d1d1)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#d1d1d1', GradientType='0'); /* IE*/
	background: -moz-linear-gradient(top, #fefefe 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#d1d1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#d1d1d1 100%); /* IE10+ */
	background: linear-gradient(top, #fefefe 0%,#d1d1d1 100%); /* W3C */
    margin-top:-1px;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    border:1px #9d9d9d solid;
}

.buttonStyle{
	/* float:right; */	float:left;
	padding:0px 15px 2px 15px;
	height:25px;
	line-height:21px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px #8C8F90 solid;
	border-top:1px #B7BABC solid;
	border-bottom:1px #5E6061 solid;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ffffff), color-stop(1, #CECECE)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#CECECE', GradientType='0'); /* IE*/
	background:url(about:blank);
	background: -moz-linear-gradient(top, #ffffff 0%, #CECECE 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #ffffff, #CECECE); /* Firefox */
	background: -webkit-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#CECECE 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#CECECE 100%); /* W3C */
	margin-left: 10px;
	margin-top: 2px;
	box-sizing:border-box;
}

.buttonStyle:hover {
    border:1px solid #0098FF;
}

.dialog_tech_container{
	left: 316px; 
	top: 193px; 
	height: 469px; 
	display: block; 
	position: absolute;	
}

.dialog_tech_title {
	height:30px;
}

.dialog_tech_content {
	margin-top:0;
	-ms-overflow-x: hidden; 
	-ms-overflow-y: scroll;
	
}

.menuListContainer {
	position:relative;
	display:inline-block;
	height:25px;
	/* float:left; */
	overflow:visible;
	margin-right:-5px;
	/* margin-left:15px; */
}

.menuButtonClass {	
	margin:0px;
	height:24px;
	padding:4px 15px 0 15px;	
	overflow:hidden;
	/* display:inline-block; */
	text-align:center;
	color:#FFFFFF;	
	background: -moz-linear-gradient(top, #888888 0%, #000000 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #888888, #000000); /* Firefox */
	background: -webkit-linear-gradient(top, #888888 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #888888 0%, #000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #888888 0%, #000000 100%); /* IE10+ */
	background: linear-gradient(top, #888888 0%, #000000 100%); /* W3C */
	border:1px solid gray;
	box-sizing:border-box;
}

.menuButtonClass:hover {	
	background: #ffffff !important; 
	/*background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* FF3.6+ */
	/*background-image: -moz-linear-gradient(top, #ffffff, #ffffff); /* Firefox */
	/*background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* IE10+ */
	/*background: linear-gradient(top, #ffffff 0%, #ffffff 100%); /* W3C */
	color:#000000;	
}

.menuButtonClass:hover {	
	background-color:#FFFFFF;
	color:#000000;	
}

.menuButtonClass[disabled] {	
	background-color:transparent;
	color:gray;	
}

.menuUlClass {
	margin-top:3px;
	position:absolute;
	display:none;
	z-index:1000;
	background:#FFFFFF;
	color:#003387;
}

.menuLiClass {
	padding:2px 10px;
	white-space:nowrap;
	height:20px;
	line-height:16px;
	vertical-align:middle;
	box-sizing:border-box;
	text-align: left;
}

.menuLiClass img {
	float:left;
	display:inline-block;
}

.menuLiClass span {
	float:left;
	display:inline-block;
	margin-top:1px;
	line-height:16px;
}

.reductionButtonContainer {
	position:absolute;
	top:0;
	right:0;
	height:25px;
	display:inline-block;
}

.table {
	margin:5px;
}

#currencyPairTip {
	display:none;
	position:absolute;
	padding:5px 10px;
	line-height:16px;
	background:gray;
	color:white;
	border-radius:5px;
}

.priceInput {
	position: absolute;
	z-index: 9999; 
	display:none; 
	width: 200px;
	height: 125px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
	background: #E2E2E2;
	padding: 0 5px 0;
    box-shadow: 0px 1px 2px 1px #474747;
}

/* .priceInput>div {
	text-align:center;
	padding:5px 0 0;
} */

.priceInput_title {
	height:22px;
	padding:5px 0;
}

.priceInput_title span {
	float:left;	
	cursor:default;
}

.priceInput_content {
	background:#FFFFFF;
	height:45px;
	text-align:center;
	padding:5px;
	
}

.priceInput_content p {
	cursor:default;
}

.priceInput_content button {
	border-radius:5px;
}

.priceInput_content input {
	width:100px;
	height:20px;
}

.priceInput_bottom {
	padding:5px 20px 5px;
}

/* .commentInput {
	width: 200px;
	height: 130px;
	display:none;
	background-color:gray;
	position: absolute;
	z-index: 9999;
	top: 500px;
	left: 800px;
} */

.commentInput {
	position: absolute;
	z-index: 9999; 
	display:none; 
	width: 200px;
	height: 125px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
	background: #E2E2E2;
	padding: 0 5px 0;
    box-shadow: 0px 1px 2px 1px #474747;
}

.textArea {
	margin:10px 0 5px;
	border:0px;
	width:100%;
	height:72px;
}

.commentInput_bottom {
	padding:0 15px;
}

.commentInput_bottom a {

}
.outOfRangerDiv {
	width: 250px;
	height: 80px;
	display:none;
	vertical-align:middle;
	background-color:gray;
	position: absolute;
	z-index: 9999;
	top: 500px;
	left: 800px;
}

#chartDiv[theme="1"] .labelDiv {
	color: #FFFFFF !important;
}
#chartDiv[theme="2"] .labelDiv {
    color: #000000 !important;
}
.DreamChartScrollBar,.DreamChartSlideBar {
	display: none;
}

.chart_seachDiv {

  text-align: right;
  /*margin-top: 2px;
  margin-bottom: 2px;*/
}

.chart_chartDiv {
  margin:0 auto;
  text-align: left;
  background-color:#171818;
}


.scrollDiv {
	position: absolute;  
    z-index:99;
	width:100px;
}

/*-------------------------  PC  ----------------------------*/
/*---------------- MEDIA QUERIES 幅1279px 以下 ---------------*/
@media (max-width: 1279px) {

.divLabel {
		font-size: .9rem;
		}
.DreamChartViewData {
		font-size: .9rem;
		}
.DreamChartViewDrawTag {
		font-size: .9rem;
		}
.DreamChartViewTag {
		font-size: .9rem;
		}
.DreamChartViewTag span{
		font-size: .9rem;
		}

}