.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: 130px;
    height: 44px;
    background: #259fff;
    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 {
  background: #7da0cb;
  border: solid 1px #8d9297;
  color: #d3d3d3;
  text-decoration: none;
}
#currency{
  width: 100%;
  text-align: -webkit-left;
}
#buy_price{
  width: 100%;
  text-align: -webkit-left;
}
#sell_price{
  width:100%;
  text-align: -webkit-left;
}
#price_input, #price_input_btc{
  width: 100%;
  height:37px;
  text-align: -webkit-left;
}

#compound_interest_option, #compound_interest_option > *,
#auto_rate_change_option, #auto_rate_change_option > *{
    display: inline;
    text-align:right;
    padding-right: 0px;
    padding-left: 0px;
}
#auto_rate_change_option {
  padding-bottom: 0px;
}

#instruct{
  width:100%;
  margin-left: -10px;
  font-size:13.5px;
}

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

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;
    margin: 0px 0px 10px 0px;
}

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

.breif_explain_auto_trade {
  text-align:center;
  justify-content: center;
  display: flex; 
  width: 100%; 
  margin:0 auto; 
  flex-wrap:wrap;
}

.explain_autotrade{
  font-size: 15px;
}

.intro{
   width: 32%;
   margin: 10px;
   order:1;
}

.settings_auto_trade {
  display: grid;
  margin: 10px;
  padding:40px;
  width: 32%;
  background-color: white;
  border-radius: 10px;
  order:2;
}

.trade_history{
    width: 32%;
    background-color: white;
    border-radius: 10px;
    margin: 10px;
    padding: 15px;
    order:3;
}

.logic_list{
    width: 32%;
    background-color: white;
    border-radius: 10px;
    margin: 10px;
    padding: 15px;
    order:4;
}

.trade_history_auto_trade {
  text-align:center;
}

.settings_list_auto_trade {
  text-align:center;
}
.breif_explain_auto_trade 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;
}

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

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

.no_login{
  height:200px;
}

.explain-modal-dialog {
  max-width: 70%;
  margin: 8px auto;
}

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

.auto_rate_change_explain, .compound_interest_explain{
    cursor: pointer;
    white-space: nowrap;
}

.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;
}
#mul_elements_common{
  text-align-last: center;
}
.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;
}
#buy_price{
  width:100%;
  text-align-last: left;
}
#sell_price{
  width:100%;
  text-align-last: left;
}
#sell{
  margin-bottom: 100%;
}
#price_input, #price_input_btc{
  width:100%;
  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%;
  padding: 2px;
  text-align-last: left;
}
#instruct{
  width: 100%;
}
.intro{
  width: 100%;
  order:2;
}
.settings_auto_trade{
  width: 100%;
  padding: 20px;
  order:1;
}
.trade_history{
    width: 100%;
    order:4;
}

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

.explain-modal-dialog {
  max-width: 98%;
  margin: 8px auto;
}
}

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

.pause{
    color:grey;
}

.bid_percent{
    color:#FC79B4;
}

.ask_percent{
    color:#05C37A;
}

@media screen and (min-width: 600px) {
  #currency_list {
    width: 26%;
  }
}

@media only screen and (max-width: 600px) {
  #currency_list{
    width:80%;
    text_algn:left;
  }
}

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

/*人気ランキング用CSS*/
.popular_logic_list, .popular_logic_order {
    width: 35%;
    height: 550px;
    background-color: white;
    border-radius: 10px;
    margin: 10px;
    padding: 15px;
    order:3;
}

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

#popular_body {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#popular_body td, #popular_body th {
  border-bottom: 1px solid #ddd;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
}

#popular_body th {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  background: #f9f9f9;
  color: #555;
  width: 70px;
  font-weight: unset;
  position: sticky;
  top: 0px;
}

.setting-clone-btn {
    width: 55px;
    background: white;
    border: 1px solid #0695F0;
    color: #0695F0;
    border-radius: 15px;
}

.ranking_trade_history {
    width: 35%;
    background-color: white;
    border-radius: 10px;
    margin: 10px;
    padding: 15px;
    order:3;
}

.p-0 {
    padding: 0px;
}

.popular_order_form {
    padding-top: 8px;
}

.group_wrapper {
    padding: 14px 2px;
    background: #f7fcf8;
    border-radius: 5px;
}

#input_price_label {
    text-align: center;
    padding-top: 14px;
    margin-bottom: 0;
    padding-right: 0px;
}

.btn-input-price {
    border-radius: 18px;
    margin: auto;
    width: 23%;
    color: #808080;
}

.btn-input-price:focus, .btn-input-price:active {
    outline: none;
}

#btn_setting_set {
    border-radius: 20px;
    background: #05C37A;
    color: white;
}

#btn_setting_set:focus, #btn_setting_set:active,
#btn_setting_set:hover {
    background: #05C37A;
    outline: none;
}

#bid_label_bid,  #ask_label_bid {
    color: #FC79B4;
}

#bid_label_ask, #ask_label_ask {
    color: #05C37A;
}

#bid_label_bid, #bid_label_ask, #ask_label_bid, #ask_label_ask {
    padding-right: 5px;
}

#input_jpy_label, #input_btc_label, #input_currency_label {
    float: right;
    margin-top: -32px;
    padding-right: 20px;
}

#input_jpy_area, #input_btc_area {
    padding: 0px;
}

#jpy_balance_box span, #btc_balance_box span {
    font-size: 16px;
    font-weight: bold;
}

#currency_text, #input_price_label {
    color: #808080;
}

.balance_label {
    padding-top: 5px;
    color: #808080;
}

.column_wrapper {
    padding: 14px 1px;
    background: #f7fcf8;
    border-radius: 5px;
    text-align: center;
}

.buy_sell_info_row {
    padding-left: 0px;
}

#currency_label, #buy_sell_label {
    padding: 14px 1px;
    color: #808080;
    margin-bottom: 0px;
}

#zantaka_jpy {
    padding-right: 4px;
}

#nickname_popular_trade {
    font-size: 14px;
}

.ranking_trade_notes {
    width: 69%;
    margin: 25px 0px;
}

.instructions {
    padding-inline-start: 0px;
}

.instructions li {
    text-indent: 0px;
}

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

.ranking_trade_setting_intro {
    width: 35%;
    margin: 10px;
    order:4;
}

@media only screen and (max-width: 768px) {
    .popular_logic_list, .popular_logic_order,
    .trade_logic_list, .ranking_trade_history,
    .intro_ranking_trade{
        width: 100%;
        padding: 20px;
    }
    .ranking_trade_setting_intro {
        width: 100%;
        order: 3;
    }
    .popular_logic_order {
        height: 530px;
    }
    .trade_logic_list {
        order: 3;
    }
    .ranking_trade_history {
        order: 4;
    }
    #input_jpy_area, #input_btc_area {
        padding-right: 15px;
    }
    #input_jpy_label, #input_btc_label, #input_currency_label {
        padding-right: 10px;
    }
    .group_wrapper {
        padding: 12px 2px;
    }
    #jpy_balance_box span, #btc_balance_box span {
        font-size: 14px;
    }
    .jpy_price_sign {
        margin-bottom: 5px;
    }
    .row_wrapper {
        padding-left: 0px;
    }
    .currency_info_row {
        margin-bottom: 15px;
    }
    .buy_sell_info_row {
        padding-left: 15px;
    }
    #currency_label, #buy_sell_label, #input_price_label {
        text-align: left;
    }
    #currency_text, .column_wrapper {
        text-align: left;
        padding-left: 20px;
    }
    .ranking_trade_notes {
        width:90%;
    }
    .instructions {
        padding-inline-start: 0px;
    }
    .instructions li {
        text-indent: 0px;
    }

}

.sp_br {
  display: none;
}

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