/*
https://www.ipentec.com/document/javascript-list-sortable-item
*/

[draggable] {
    user-select: none;
}

#columns{
    list-style-type: none;
    padding-left: 0;
}
#columns_0{
    list-style-type: none;
    padding-left: 0;
}

.column{
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}
.column_0{
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

.box_number{
  width: 7%;
}
.box_content{
  margin-left: 1vw;
  width: 90%;
}

.box_right{
  /*
    height: 200px;
    width: 100px;
    */
    color: black;

    background-color: white;//lightgrey;//#ccc;
    border: 1px solid #666666;

    -webkit-align-items: center;    /* 縦方向中央揃え（Safari用） */
    align-items: center;    /* 縦方向中央揃え */
  /*-webkit-justify-content: center;*/     /* 横方向中央揃え（Safari用） */
  /*  justify-content: center; */    /* 横方向中央揃え */

    cursor: move;
}


.box_left{

    color: black;
    background-color: white;//#ccc;
    border: 1px solid #666666;


    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
  -webkit-justify-content: center;

     /* 横方向中央揃え（Safari用） */
    justify-content: center;
     /* 横方向中央揃え */



}
.upslide{


    margin-top: -110px;
    /*
    margin-top: 0px;
    */

}
.box_right input{
  background-color: transparent;
  border: 1px solid whitesmoke;
  /* margin-left: 1em; */
  margin-left: 2em;

  z-index: 90;
}
.box_right .memo_txt{
  background-color: transparent;
  border: 1px solid whitesmoke;
  z-index: 90;

  /* margin-left: 1em; */
  margin-left: 2em;
}


.box_right .memo_box{
  background-color: transparent;
}

.box_right .row_box{
  margin-left: 1em;
}


.box_right .ribon{

  width: 120px;
  margin-left: 72%;
   margin-top: 0px;
   z-index: 80;
   display:none;
/*
  opacity: 0;
  transition: .7s;
  */
}

.box_right .ribon.show {
  /*
  opacity: 1;
  */
}


.box_right .select1{
  font-size: 1em;
  border :1px solid #eee;

  /* margin-left: 4em; */
  margin-left: 3em;

}
.box_right .select2{
  font-size: 1em;
  border :0.5px solid #eee;
  margin-left: 1em;
  margin-bottom: 1em;
  margin-top: 1em;
}

.box_right .chkbox{
/*  margin-top: 1em; */
  font-size: 1em;
  z-index: 90;
}


.row-eq-height {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: wrap;
}

.column.dragElem{
    opacity: 0.4;
}

.column.dropElem{
    opacity: 1;
}

.column.over{
  /* 移動先の目安のライン*/
  border-top: 3px solid orange;//lightgrey;
}


.handle2{
  height: 10px;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 2px 2px 4px gray;
  background-color: lightgray;
  width:50%;
  margin-top: 10px;
  margin-left:auto;
  margin-right:auto;

   background: linear-gradient(white,lightgray, white);
   background: -moz-linear-gradient(white, lightgray , white);
   background: -webkit-linear-gradient(white, lightgray ,white);

  cursor: grab;

  display:none;

}


.hidden_rank{
  display: none;
}
.hidden_txt{
  display: none;
}
.hidden_cat{
  display: none;
}
.hidden_time{
  display: none;
}
.hidden_achive{
  display: none;
}
.hidden_memo{
  display: none;
}
.hidden_mtx{
  display: none;
}


/*
.hidden_rank{
  display: inline-block;
}
.hidden_txt{
  display: inline-block;
}
.hidden_cat{
  display: inline-block;
}
.hidden_time{
  display: inline-block;
}
.hidden_achive{
  display: inline-block;
}
.hidden_memo{
  display: inline-block;
}
.hidden_mtx{
  display: inline-block;
}
*/


#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;

  z-index: 999;

}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;

  color: #ff1493;//#3f98ef;

  /*
  color: blue;
  */

  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;

  color: #ff1493;//#3f98ef;

  /*
  color: blue;
  */

}

#btn{
  margin-right: 5%;
}

#not_sp{
    display: block;
}
#for_sp{
    display: none;
}

.label_chkbox{
  font-weight: normal;
}

#airplane{
/*
  position:absolute;
*/
  position:fixed;

/*
  margin-left: -60%;
  */
  margin-left: 60px;//%;
  margin-top: -15%;

  z-index: 99;

}
#airplane img{

  width: 14em;
}

#notice1{
    display:none;
    border: 1px solid;
    background-color: white;
    z-index: 99;
    font-size: 1em;
    color: blue;
    padding: 1em 1em;
    position:fixed;
    margin-top:-4em;
    margin-left:0%;
    box-shadow: 4px 4px 8px -4px;
}
.notice1_disp_fdout{
   transition: opacity 4s, visibility 4s;
   opacity: 0;
   visibility: hidden;
}
#notice2{
    display:none;
    border: 1px solid;
    background-color: white;
    z-index: 99;
    font-size: 1em;
    color: green;
    padding: 1em 1em;
    position:fixed;
    margin-top:-4em;
    margin-left:0%;
    box-shadow: 4px 4px 8px -4px;
}
.notice2_disp_fdout{
   transition: opacity 5s, visibility 5s;
   opacity: 0;
   visibility: hidden;
}

/*------------  SP  --------------------------------------------------*/

@media screen and (max-width : 760px){

/* ランク番号表示ボックス全体は非表示 */
#lank_number{
    display: none;
}

.box select{
  margin-bottom: 15px;
}

.box_content{
  margin-left: 5%;
  width: 90%;
}


.box_right .select1{
  margin-top: 1em;
}
.box_right .select2{
  margin-top: 0.5em;
}

.box_right .chkbox{

  margin-top: 1.2em;

}
.box_right .memo_box{
  margin-top: 1.2em;
  margin-bottom: 1em;
  margin-left: 1em;
}

.box_right input{
  background-color: transparent;
  border: 1px solid whitesmoke;
  z-index: 90;

    margin-left: 1em;
}
.box_right .memo_txt{
  background-color: transparent;
  border: 1px solid whitesmoke;
  z-index: 90;

    margin-left: 1em;
}

.upslide{

    margin-top: -0.8em;

}

.box_right .select1{

  margin-left: 29px;

}

#not_sp{
    display: none;
}
#for_sp{
    display: block;
}


/* スマホはランク番号表示にこれを使う*/
.hidden_rank{
  display: block;
  text-align: left;
  margin-top: 0.5em;
  margin-left: 0.5em;
  color:blue;
  color:lightgrey;

  font-weight: bold;
  font-size: 2em;
  font-style: italic;
  text-shadow: 1px 1px 3px grey;//silver
}


.box_right .ribon{
 width: 30%;
  margin-left: 70%;
  margin-top: -60px;
}



.handle2{
  display:block;
}

}

#airplane{
  margin-left: -80%;
  margin-top: -15%;
}

#notice2{
  /*
    margin-top:-4em;
    margin-left: 20px;
    */

}

}
