/*
 * kTools
 * © 2019 Caryncolabo
 */
.block {
    padding: 20px 20px 20px 20px;
}
.kintoneplugin-table {
    margin-left: 0px;
}
.label-title {
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #7db4e6;
}
.tb {
    display: table;
    width: 100%;
}
.tb-item {
    display: inline-block;
    padding-right: 150px;
}

h1 {
    padding: 0.5em;/*文字周りの余白*/
    color: #777777;/*文字色*/
    background: #f4f8ff;/*背景色*/
    border-left: solid 5px #7db4e6;/*左線（実線 太さ 色）*/
    font-weight: bold !important;
    font-size: x-large !important;
}
.th-label {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  white-space: nowrap;
}
.btn-sort-up,
.btn-sort-down {
  display: inline-block;
  text-decoration: none;
  height:30px;
  width: 30px;
  margin: 10px 5px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: #175ba8;
  border: 1px solid #dcd9d8;
  border-radius: 50%;
  transition: 0.3s;
}
.btn-sort-up:hover,
.btn-sort-down:hover {
  background: #8393ca;
}