html{
    height:100%;
    overflow:auto;
}
body {
	height: 100%;
    overflow:auto;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,  p, blockquote, th, td{ 
    margin:0 auto; 
    padding:0; 
     
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

input {
    margin:0 auto; 
    padding:0; 
}
 
a {
    text-decoration:none;
    color:#000000;
    outline:none;
    cursor:pointer;
}

img{
    outline:none;
    border:0;
}

body, th, td, input, textarea, select{
	font-family:"Meiryo UI", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Sans-Serif;;
    font-size:12px;
    color:#000;
    word-wrap:break-word;
}

textarea {
	resize:none;
}

body{
    width:100%; 
}

ul,li{ 
    list-style:none outside none; 
} 

.select_box{
	float:left;
	height:46px;
	overflow:hidden;
	padding-right:2px;
	border-right:2px #CCCCCC solid;
	background-color: #E4E2E4;
}

.select_box select{
	width: 80px;
	height: 20px;
}

.select_box .ui-selectmenu-button {
	margin-left: 0px;
	height: 25px;
	padding:0px;
}

.select_box .currencyPairSelector {
	width: 155px;
}

.select_box .periodSelector{
	width: 65px;
}

textarea,input,select:focus{
    outline:0;
}

label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.display_button{
	display: inline-block;
	height:21px;
	line-height:20px;
	padding:0px 10px;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #FCFCFC), color-stop(1, #F1F1F1)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC', endColorstr='#F1F1F1', GradientType='0'); /* IE*/
	background:url(about:blank);
	background: -moz-linear-gradient(top, #FCFCFC 0%, #F1F1F1 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #FCFCFC, #F1F1F1); /* Firefox */
	background: -webkit-linear-gradient(top, #FCFCFC 0%,#F1F1F1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FCFCFC 0%,#F1F1F1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FCFCFC 0%,#F1F1F1 100%); /* IE10+ */
	background: linear-gradient(top, #FCFCFC 0%,#F1F1F1 100%); /* W3C */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px #CDCBCD solid;
	border-bottom:1px #9E9C9E solid;
	border-top:1px #D3D1D3 solid;
	color:#737373;
	margin: 0px 0px 0px 5px;
}

.display_button:hover{
	color:#C6C6C6;
}

.summary_button{
	text-decoration:none;
	float:left;
	padding:0px 10px;
	height:21px;
	line-height:19px;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #E9EDF5), color-stop(1, #B6BECE)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9EDF5', endColorstr='#B6BECE', GradientType='0'); /* IE*/
	background:url(about:blank);
	background: -moz-linear-gradient(top, #E9EDF5 0%, #B6BECE 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #E4EAF6, #A5BCF0); /* Firefox */
	background: -webkit-linear-gradient(top, #E9EDF5 0%,#B6BECE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E9EDF5 0%,#B6BECE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #E9EDF5 0%,#B6BECE 100%); /* IE10+ */
	background: linear-gradient(top, #E9EDF5 0%,#B6BECE 100%); /* W3C */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px #9EAAC4 solid;
	border-top:1px #9FABC5 solid;
	border-bottom:1px #9DABC8 solid;
	color:#4E504F;    
	margin-top:1px;
}

.summary_button:hover{
	filter:alpha(opacity=70); /*IE*/
	-moz-opacity:0.7; /*Firefox*/
	opacity:0.7;/**/
}

.number_input{
	height:21px;
	padding:0px 2px;
	width:80px;
	margin:2px 0px 0px 5px;
	bavkground:#DEDCDE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px #CDCBCD solid;
}

.number_input:hover{
	box-shadow: 0px 0px 0px 2px #88BBF3;
	border:1px #75A8DF solid;
}

.popup_dialog_frame {
	position: fixed;  
    z-index:1001;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	background: #E3E3E3;
    box-shadow: 2px 2px 2px #474747;
    top: 100px;
    left: 100px;
}

.popup_dialog_title {
	padding-top:5px;
	padding-bottom:5px;
	height:20px;
}

.popup_dialog_title_span {
	display: inline-block;
	font-weight:bold;
	margin-left:12px;
	margin-top:2px;
}

.popup_dialog_content {
	margin: 0px 10px 5px 10px;
	/** jquery ui tabsのcssを修正 */
	border: 0px !important;
}

.popup_dialog_tab {
	/** jquery ui tabsのcssを修正 */
	background:#E3E3E3 !important;
	border: 0px !important;
	padding: 0px !important;
}

.popup_dialog_tab_content {
	/** jquery ui tabsのcssを修正 */
	border-width: 1px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	background:#FFFFFF !important;
}

.popup_dialog_frame .common_button {
	width:60px;
}

.popup_dialog_frame .ui-widget-content {
	background:#E3E3E3;
}

.common_button {
	display:inline-block;
	padding:0px 5px;
	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;
	text-align: center;
}

.common_button:hover {
    border:1px solid #0098FF;
}

.common_button[disabled] {	
	background-color:transparent;
	color:gray;	
}

.close_button{
	font-size:20px;
    margin-right:10px;
    display:inline-block;
    float:right;
    font-weight:bold;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    border:1px;
}

.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;
}

.technical_setting .li1 {
	margin-left: 5px;
	margin-right:5px;
	display:block;
	height:22px;
	line-height:22px;
	cursor: default;
	overflow:hidden;
}

.technical_setting .li0 {
	margin-left: 5px;
	margin-right:5px;
	display:block;
	height:22px;
	line-height:22px;
	cursor: default;
	overflow:hidden;
	background:#EDF7F9;
}

.technical_setting li:hover {
	background:#B2E1FF;
	margin-left:5px;
}

.technical_setting input{
	vertical-align:middle;
	margin-left: 10px;
}

.technical_setting label {
	margin-left:5px;
	vertical-align: middle;
}

.technical_setting_button_up {
	background-image:url(default/images/accordion_arrows.png);
	background-repeat:no-repeat;
	background-position: -16px 0px;
	background-color: transparent;
	outline: none;
	border: 0px;
	float: right;
	width: 18px;
	height: 18px;
}

.technical_setting_button_dn {
	background-image:url(default/images/accordion_arrows.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	background-color: transparent;
	outline: none;
	border: 0px;
	float: right;
	width: 18px;
	height: 18px;
}

.techinical_param_setting_panel {
	overflow: hidden;
}

#technical_setting_popup .number_input{
	width:50px;
	height:18px;
	line-height: 18px;
	margin-top: 0px;
	border:1px #AEAEAE solid;
	padding:0px 5px;
	margin-left:5px;
}

.techinical_param_setting_list .li0 {
	height: 20px;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left:5px;
	margin-right:5px;
	background:#EDF7F9;
}

.techinical_param_setting_list .li1 {
	height: 20px;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left:5px;
	margin-right:5px;
}


.techinical_param_setting_list li input {
	margin-right:10px;
}

.techinical_param_setting_list li input[type="checkbox"] {
	margin-left:0px !important;
}

.techinical_param_setting_list li label {
	margin-left: 15px;
}

.techinical_param_setting_list .fix_width_label {
	display: inline-block;
	width: 120px;
}

.techinical_param_setting_list span {
	vertical-align:middle;
	width: 120px;
}

.techinical_param_setting_list .ts_checkbox {
	margin-top: 0px;
	padding:0px 5px;
}

.techinical_param_slider {
	width: 85px;
	display: inline-block;
	margin-left:12px;
	margin-right:12px;
	vertical-align: middle;
}

.minus_button {
	display:inline-block;
	height:16px;
	width:12px;
	line-height:16px;
	-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;
	cursor: pointer;
	padding: 0px 2px 0px 2px;
}

.plus_button {
	display:inline-block;
	height:16px;
	width:12px;
	line-height:16px;
	-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;
	cursor: pointer;
	padding: 0px 2px 0px 2px;
}

.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;
}

.colorpicker {
	border: 1px solid #C9C9C9;
}

.divLabel {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	margin-bottom:5px;
	padding-top: 1px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	font-size:10px;
	background-color: rgba(204,204,204,0.6);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.labelSpan{
	width:8px;
	height:12px;
	float: left;
	margin-right: 2px;
	margin-top: 1px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.selectScroll {
	height:184px;
	overflow-y: scroll;
}

.newsSearch_title{
	width:auto;
	height:40px;
	margin:0 auto;
}
.newsSearch_input{
	float:left;
	margin-top: 6px;
}
.newsSearch_button{
	float:left;
	padding:0px 15px;
	height:28px;
	line-height:24px;
	-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: 7px;
}
.newsSearch_table{
	width:100%;
	height:250px;
	border-top:1px #808080 solid;
	border-bottom:1px #808080 solid;
	overflow: auto;
	background-image: url(../img/news_list_bg.png);
	background-position:0px 0px;
}
@-moz-document url-prefix() {.newsSearch_table { background-position:-1px 0px; }}

.newsSearch_table table{
	width:100%;
    border-collapse:collapse;
    text-align:center;
}
.newsSearch_table table td{
	text-align: center;
    height:24px;
}
.news2Data0 { background-color: white; }
.news2Data1 { background-color: #EDF7F9; }
.newsSearch_table td:nth-child(1) { width: 195px; }
.newsSearch_table td:nth-child(2) { width: auto; border-left:1px #808080 solid; text-align: left; }

.news2Data:hover { background-color: rgb(154,194,230); }
.news2Data { cursor:pointer; }

.news2DataSelect{ background-color: rgb(117,168,213); }
.news2DataSelect:hover{ background-color: rgb(117,168,213); }

.econSearch_table{
	width:100%;
	border-top:1px #808080 solid;
	border-bottom:1px #808080 solid;
	overflow: auto;
	background-image: url(../img/econ_list_bg.png);
	background-position:0px 0px;
}
@-moz-document url-prefix() {.econSearch_table { background-position:-1px 0px; }}

.econSearch_table table{
	width:100%;
    border-collapse:collapse;
    text-align:center;
}
.econSearch_table table td{
	text-align: center;
    height:24px;
}
.econSearch_table td:nth-child(1) { width: 96px; }
.econSearch_table td:nth-child(2) { width: 71px; border-left:1px #808080 solid;}
.econSearch_table td:nth-child(3) { width: 96px; border-left:1px #808080 solid;}
.econSearch_table td:nth-child(4) { width: 300px; border-left:1px #808080 solid;}
.econSearch_table td:nth-child(5) { width: auto; border-left:1px #808080 solid; }

.newsDetail_message{
	width:auto; 
	height:290px;
	background-color:#eeeeee;
	overflow: auto;
}
.newsDetail_message .bold_span1{
	font-weight:bold; 
	display:block; 
	width:auto; 
	height:auto; 
	padding-bottom:5px;
}
.newsDetail_message .bold_span2{
	font-weight:bold; 
	display:block; 
	width:auto; 
	height:auto; 
	padding-bottom:5px;
}

.newsDetail_opt{
	width:auto; 
	height:30px; 
	line-height:30px;
	background-color:#eeeeee;
}
.newsDetail_opt span{
	font-weight:bold; 
	width:60px; 
	height:30px; 
	line-height:30px; 
	float:right; 
	text-align:center; 
	color:#6E6EFE; 
	cursor:pointer;
}

#block_event_div {
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed; 
	display: none; 
	z-index: 100;
}

#popup_page_bg_div {
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed; 
	display: none; 
	z-index: 999;
	opacity:0.4;
	background-color:#000000;
}

.alerm_setting_box {
    z-index:101;
	width:580px;
	height:450px;
	padding-top: 5px;
}

#news_currencyPair_box {
	z-index:101;
	width:500px;
	height:200px;
	padding-top: 5px;
}

#news_currencyPair_box_title {
	height:10px;
}

.loading_div{
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed; 
	background-color: rgb(0, 0, 0);
    opacity: 0.3;
	display: none; 
	z-index: 9999;
}

.loading_div img{
	vertical-align: middle;
}
.loading_div span{
	height:100%;
	display:inline-block;
	vertical-align: middle;
}

.DreamChartViewTag span {
	font-size:11px;	
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999;
}

.ui-selectmenu-button {
	height: 20px !important;
	background-color: white !important;
}

.ui-selectmenu-button .ui-icon-triangle-1-s {
	right: 0.3em !important;
}

.ui-selectmenu-text {
	padding: 2px 0px 0px 4px !important;
}

#newsShowDiv {
	display: none;
	position: fixed;
	z-index: 1000;
	width: 250px;
	background: #FFFFE0;
	padding-left: 5px;
	-webkit-box-shadow: 1px 1px 1px;
	-moz-box-shadow: 1px 1px 1px;
	box-shadow: 1px 1px 1px;
}

#selectorDateTime {
	display: none;
	position: absolute;
	width: 250px;
	z-Index: 1000;
	background: #FFF;
	border: 1px;
	box-shadow: 0px 2px 2px #000;
}

.econDetail_opt{
	width:auto; 
	height:30px; 
	line-height:30px;
	background-color:#eeeeee;
}
.econDetail_opt span{
	font-weight:bold; 
	width:60px; 
	height:30px; 
	line-height:30px; 
	float:right; 
	text-align:center; 
	color:#6E6EFE; 
	cursor:pointer;
}
.popup_close{
	width: 200px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px #787A7B solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 12px;
	cursor: pointer;
}
.progresser_div{
	width: 300px;
	height: 70px;
	background: rgba(144,163,170,1);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	position: absolute;
	left: 50%;
	top : 50%;
	margin-left: -150px;
	margin-top: -35px;
	z-index: 210;
	display: none;
}
.progresser_text{
	text-align: center;
	padding-top: 15px;
}
#progressbar{
	width: 200px;
	height: 5px;
	margin: 0 auto;
	margin-top: 10px;
}