.top_explain{
  width:674px;
}
#his_list_tb{
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

#his_list_tb tr:nth-child(even){
  background-color: #f2f2f2;
}

#his_list_tb th, #his_list_tb td{
  border: 1px solid #ddd;
  padding: 10px;
  text-align: -webkit-center;
}
#his_list_down{
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
}
#set {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#set td, #set th {
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 2px;
  padding-right: 2px;
}


#set th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: white;
  color: black;
  width: 60px;
  font-weight: unset;
  position: sticky;
  top: 0px;
}

#set tr {
  text-align: right;
}
#btns{
  text-align-last: center;
  margin-top: 20px;
  width:100%;
}
#btn_new{
  margin-right:10px;
  background-color: #01579b;
  color: white;
  font-size: large;
  border-radius: 4px;
}
#btn_del, #btn_start, #btn_stop{
  margin-left: 10px;
  background-color: #01579b;
  color: white;
  font-size: large;
  border-radius: 4px;
}
#th_dtls{
  background-color: white;
  text-align: center;
  height:50px;
}
#td_dtls{
  background-color: white;
  text-align: right;
  height:50px;
}
#td_total{
  background-color: white;
  text-align: center;
  height:50px;
}
#his_body {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#his_body td, #his_body th {
  border-bottom: 1px solid #ddd;
  padding: 6px;
  text-align: center;
}
#his_body th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: white;
  color: black;
  width: 60px;
  font-weight: unset;
  position: sticky;
  top: 0px;
  display:none;
}
#his tr{
  text-align: center;
}
.set{
  width: 100%;
}
.his_list_tb{
  width: 100%;
}
.his{
  width: 100%
}
#set .clickedrow td{
  background-color: #E0F2FE;
}
a.r_panel_whole_click{
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
#his_body{
  text-align: center;
}
.order_btn_div{
  width:100%;
  text-align: -webkit-center;
  margin-top: 25px;
}
.place_order_btn{
    display: block;
    width: 100%;
    height: 44px;
    background: #05C37A;
    text-align: center;
    border-radius: 28px;
    color: white;
    font-weight: bold;
    line-height: 44px;
    font-size: larger;
	margin-left:auto;
	margin-right:auto;
}
a.place_order_btn:hover {
  color: #d3d3d3;
  text-decoration: none;
}
#currency{
  width: 100%;
  text-align: -webkit-left;
}
#bid_buy_price, #ask_sell_price{
  width: 50%;
  text-align: -webkit-left;
}
#bid_sell_price, #ask_buy_price{
  text-align: -webkit-left;
}
#price_input, #price_input_btc, #price_input_curr{
  height:37px;
  text-align: -webkit-left;
}

#instruct{
  text-align:center;
  display: flex; 
  width: 63%; 
  margin:10px auto; 
  flex-wrap:wrap;
}

#nickname_auto_trade{
  border: 1px solid #c3c3c3;
  width: 100%;
  height: 37px;
  text-align: -webkit-left;
}

h4.explain-modal-title{
  font-size:larger;
}

.modal-explain-content{
    padding: 20px;
}

#compound_interest_option, #compound_interest_option > *,
#auto_rate_change_option, #auto_rate_change_option > *{
    display: inline-block;
    text-align:right;
    padding-right: 0px;
}
.liquidation_row{
    margin-right: 0px;
    margin-left: 0px;
}
.ask_row{
    margin-right: 0px;
    margin-left: 0px;
}
.bid_row{
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    align-items: center;
}
.auto_rate_change_explain, .compound_interest_explain{
    cursor: pointer;
    white-space: nowrap;
}
p#heading{
  font-size:large;
}
.r_panel{
    width:100%;
    text-align:center;
    font-size:18px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    margin-bottom:3px;
    background-color: white;
}
#rpanel_selected_option{
    border-style: solid;
    border-color: lightgray;
    margin-bottom:3px;
    background-color: #01579b;
    text-decoration:none; 
    pointer-events: none;
    cursor: default;
    color:white;
}
#rpanel_selected_option a{
   color:white;
}
#bn{
    width: 100%;
    text-align:center;
    width: 280px;
}

#body_elements_auto_trade {
  padding: 3px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.all_elements_auto_trade {
  width: 49%; 
  float: left;
  background-color: #ebebeb;
  border: 1px solid #0000004d;
}

.explain_with_intro{
    background-color: white;
    border-radius: 10px;
    padding: 15px;
}

.intro_page_url{
    background-color: white;
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    margin: 5px 10px 10px;
    color: #0695F0;
    display:flex;
}

.breif_explain_auto_trade {
  text-align:center;
  justify-content: center;
  width: calc(64% + 20px);
  margin:0 auto;
  column-count: 2;
  column-gap: 20px;
  row-gap: 0px;
}


.intro{
    width: 100%;
    margin: 10px 10px 5px;
    display: inline-block;
}

.history{
    width: 100%;
    margin: 5px 10px 10px;
    display: inline-block;
}

.setting{
    width: 100%;
    padding-right: 20px;
    display: inline-block;
}

.logic_list_and_intro_page{
    width: 100%;
    padding-right: 20px;
    display: inline-block;
}

.settings_auto_trade {
  display: grid;
  margin: 10px 0px 5px 10px;
  padding:20px 40px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
}

.trade_history{
    width: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 15px;
}

.logic_list{
    width: 100%;
    background-color: white;
    border-radius: 10px;
    margin: 5px 10px 10px;
    padding: 15px;
}

.trade_history_auto_trade {
  text-align:center;
}

.settings_list_auto_trade {
  text-align:center;
}
.explain_img{
  width:100%;
}

.triangle-down {
	width: 0;
	height: 0;
	border-left: 66px solid transparent;
	border-right: 66px solid transparent;
	border-top: 18px solid orange;
	margin-left:auto;
	margin-right:auto;
}

.tri_div{
    text-align: -webkit-center;
    margin: 10px
}

#mul_elements_common {
    display: block;
    position: relative;

}

.intro_text{
  width:70%;
  line-height:27px
}

.q_icon{
  width:30%;
  text-align:end;
}

.no_login{
  height:200px;
}

.dialog .modal-footer{
  background-color: white;
  text-align: center;
}

.table-bordered>tbody>tr>td{
  border:1px solid white;
}

.table>tbody>tr>td{
  border:1px solid white;
  text-align-last: right;
}

.table-bordered>tbody>tr>th{
  border:1px solid white;
}

.table>tbody>tr>th{
  border:1px solid white;
}

.table-bordered {
    border:1px solid #fff;
}

.btn-primary {
    background-color: #ffffff;
    border-color: #FB5173;
    color: #FB5173;
    border-radius: 30px;
}

.btn-primary:hover {
    background-color: #FB5173;
    border-color: #FB5173;
}

.btn-primary:active {
    background-color: #FB5173;
    border-color: #FB5173;
}

.btn-primary:focus {
    background-color: #FB5173;
    border-color: #FB5173;
}

.dialog-btn-default {
    background-color: white;
    border-color: white;
    color:#0695F0;
    border-radius: 30px;
}

.dialog-btn-default:hover {
    background-color: white;
    border-color: #0695F0;
    color: #0695F0;
}

.dialog-btn-default:active {
    background-color: white;
    border-color: #0695F0;
    color: #0695F0;
}

.dialog-btn-default:focus {
    background-color: white;
    border-color: #0695F0;
    color: #0695F0;
}

.detail-btn{
    background-color: #e0f2fe00;
    border: none;
    color: black;
    padding: 12px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 40px;
    height: 10px;
    line-height: 1px;
    font-weight: bold;
}

.nickname_dialog{
   margin-left:8px;
   font-weight: bold;
}

.text-success{
   margin-top:10px;
   margin-left:7px;
   padding-right: 6px;
}

.img-fluid{
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 600px) {
.easy-modal-dialog {
  width: 420px;
  transform: translate(0,0);
}
}
@media only screen and (max-width: 600px) {
.top_explain{
  width:100%;
}
.explain_img{
  width:100%;
}
#explain{
  width:100%;
}
top_page_simple_ex banner-head-swiper swiper-container-setting swiper-container-horizontal{
  height: 90px;
}
.set{
  width: 100%;
  height:200px;
}
.his_list_tb{
  width: 100%;
}
.his{
  width: 100%
}
#btns{
  width:100%;
}
.outline_border{
  width:100%;
}
#currency{
  width:100%;
  text-align-last: left;
}
#bid_buy_price, #ask_sell_price{
  width: 50%;
  text-align: -webkit-left;
}
#bid_sell_price, #ask_buy_price{
  text-align: -webkit-left;
}
#bid_sell, #ask_sell{
  margin-bottom: 100%;
}
#price_input, #price_input_btc, #price_input_curr{
  text-align-last: left;
}

#nickname_auto_trade{
  text-align-last: left;
}

.order_btn_div{
  width:100%;
  text-align: -webkit-center;
  margin-top: 10px;
}
p#heading{

}
.order_label_mobile{
  width: 100%;
  font-size: initial;
  padding: 2px;
  text-align-last: left;
}
#instruct{
  width: 100%;
}

.breif_explain_auto_trade {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-count: auto;
}

.intro{
    width: 100%;
    order:1;
}

.setting{
    width: 100%;
    order: 2;
}

.logic_list_and_intro_page{
    width: 100%;
    order: 3;
}

.history{
    width: 100%;
    order:4;
}

.settings_auto_trade{
  width: 100%;
  padding: 20px;
}

.trade_history{
    width: 100%;
}

.logic_list{
    width: 100%;
}
.no_login{
  height:160px;
}

.table>tbody>tr>th{
  padding;8px 5px 8px 5px;
}

.table>tbody>tr>td{
  padding;8px 5px 8px 5px;
  
}

.dialog .modal-body {
    padding-left: 2px;
    padding-right: 2px;
}

.easy-modal-dialog {
    position: relative;
    width: auto;
    margin: 4px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

}

.dot_red_sell{
    height: 30px;
    width: 30px;
    background-color: #FEF5F8;
    border-radius: 50%;
    display: inline-block;
    color: #FC79B4;
    line-height: 30px;
    text-align: -webkit-center;
    font-size: 15px;
    font-weight: bolder;
}
.dot_green_buy{
    height: 30px;
    width: 30px;
    background-color: #F7FCF8;
    border-radius: 50%;
    display: inline-block;
    color: #05C37A;
    line-height: 30px;
    text-align: -webkit-center;
    font-size: 15px;
    font-weight: bolder;
}

.instructions{
    list-style: none;
}

.instructions li{
    text-indent: -1.5em;
}

#currency_list_btn{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.action_type_btn{
    width: 49%;
    color: #808080;
    background: none;
    border-radius: 0px;
}
.action_type_btn:focus, .action_type_btn:focus-visible, .action_type_btn:focus:not(:focus-visible){
    outline: none;
    border: none;
    box-shadow: none;
}

.pause{
    color:grey;
}

.bid_percent{
    color:#FC79B4;
}

.ask_percent{
    color:#05C37A;
}

@media screen and (min-width: 600px) {
  #currency_list {
    width: 80%;
  }
  .explain-modal-dialog {
  max-width: 70%;
  margin: 8px auto;
}
}

@media only screen and (max-width: 600px) {
  #currency_list{
    width:80%;
    text_al7ign:left;
  }
.column_wrapper {
    border-radius: 5px;
    text-align: center;
    }
.explain-modal-dialog {
  max-width: 98%;
  margin: 8px auto;
}
}
#compound_interest_option, #compound_interest_option > *,
#auto_rate_change_option, #auto_rate_change_option > *{
    display: inline;
    text-align:right;
    padding-right: 0px;
}

table.currency_list_tbl tr:hover {
  background-color: #1E90FF;
}

.input_form {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 8px;
}

.otegaru-twitter {
  padding: 16px 0;
}

.otegaru-twitter-link {
  background-color: #fff;
  color: #0695F0;
  border: 1px solid #0695F0;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 36px;
}

.otegaru-twitter-link svg {
  width: 18px;
  height: 18px;
}

.otegaru-twitter-link span {
  margin-left: 8px;
}

.otegaru-twitter-link:hover, .otegaru-twitter-link:active, .otegaru-twitter-link:focus {
  text-decoration: none;
  background-color: #F3FAFF;
  color: #0695F0;
}

.dialog_panel, .dialog_panel .panel-body {
    border: none;
    border-radius: 8px;
    box-shadow: none;
    font-family: "Noto Sans JP", Roboto, Meiryo, tahoma, arial;
}

.dialog_panel .panel-body {
    padding: 8px 14px;
}

.panel-bg-success {
    background: #FBFBFC;
}

.panel-bg-warning {
    background: #FEF7F7;
}

.dialog_panel_list li{
    color: #808080;
    line-height: 1.5em;
    padding-bottom: 3px;
    padding-top: 3px;
}

.dialog_panel_list li:first-child {
    padding-top: 0px;
}
.dialog_panel_list li:last-child {
    padding-bottom: 0px;
}

.dialog_panel_timestamp, .dialog_setting_memo {
    color: #808080;
}

#panel_next_stop, #panel_stop_reason {
    margin: 0;
    margin-bottom: 0.3em;
    color: #FB5173;
}

#dialog_bid_rate {
    color: #05C37A;
}

#dialog_ask_rate {
    color: #FC79B4;
}

#btn-confirm, #btn-confirm_cancel {
    background: none;
    color: #808080;
    border: none;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
}

#btn-confirm_cancel {
    color: #FB5173;
    font-weight: bold;
}

#btn-confirm:focus, #btn-confirm:focus-visible,
#btn-confirm_cancel:focus, #btn-confirm_cancel:focus-visible {
    outline: 1px solid #FFFFFF;
}

#btn-confirm_restart {
    background: #0695F0;
    color: #ffffff;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

#btn-confirm_restart:hover, #btn-confirm_restart:focus,
#btn-confirm_restart:active {
    background: #0784d3;
    border: none;
}

#btn-restart:hover, #btn-restart:focus, #btn-restart:active {
    background: #fef7f7;
    color: #FB5173;
}

#btn-bid_stop, #btn-ask_stop {
    padding-top: 8px;
    font-weight: bold;
}

#ask-btn-text {
    color: #FC79B4;
}

#bid-btn-text {
    color: #05C37A;
}

#bid-bid-btn-text, #ask-bid-btn-text{
    color: #05C37A;
}

#bid-ask-btn-text, #ask-ask-btn-text{
    color: #FC79B4;
}

.btn-primary:hover>#bid-bid-btn-text, .btn-primary:hover>#bid-ask-btn-text,
.btn-primary:hover>#ask-bid-btn-text, .btn-primary:hover>#ask-ask-btn-text,
.btn-primary:focus>#bid-bid-btn-text, .btn-primary:focus>#bid-ask-btn-text,
.btn-primary:focus>#ask-bid-btn-text, .btn-primary:focus>#ask-ask-btn-text,
.btn-primary:active>#bid-bid-btn-text, .btn-primary:active>#bid-ask-btn-text,
.btn-primary:active>#ask-bid-btn-text, .btn-primary:active>#ask-ask-btn-text{
    color: white;
}

#btn-bid_stop:hover, #btn-bid_stop:focus, #btn-bid_stop:active,
#btn-bid-stop:hover, #btn-bid-stop:focus, #btn-bid-stop:active,
#btn-ask_stop:hover, #btn-ask_stop:focus, #btn-ask_stop:active,
#btn-ask-stop:hover, #btn-ask-stop:focus, #btn-ask-stop:active{
    background: #fef7f7;
    color: #FB5173;
    font-weight: bold;
}

#btn-bid-stop, #btn-ask-stop, #btn-restart, #btn-delete, #btn-cancel {
    width: 45%;
}

#dialog_back_btn {
    width: 40%;
}

#dialog_modal_confirm_content, #restart_dlg_message {
    padding-top: 10px;
    padding-bottom: 25px;
    color: #808080;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 600px) {
  .sp_br {
    display: block;
  }
}
