@charset "UTF-8";

/* 罫線なし */
.c-tableA .c-tableA__item .column.noborder {
  border-bottom: none;
}

/* キャンセルボタン */
.c-btn-s.cancel {
  background-color: #FFF;
  border: 1px solid #0088cc;
  color: #0088cc;
  -webkit-transition: all 0.15s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.15s cubic-bezier(0, 0.5, 0.5, 1);
  text-decoration: none;
}
.c-btn-s.cancel:hover, .c-btn-s.cancel:active, .c-btn-s.cancel:focus {
  background-color: #FFF;
  border: 1px solid #00a3f5;
  color: #00a3f5;
}



/* スピンボタン（上下ボタン）を非表示 */
input[type="number"] {
  -webkit-appearance:textfield;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button{
  display: none;
  -webkit-appearance: none;
}


input[type="date"] {
  -webkit-appearance:textfield;
}
input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-outer-spin-button{
  display: none;
  -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}



/*
.p-size-w20 {
  width: 20%;
}
.p-size-w30 {
  width: 30%;
}
.p-size-w40 {
  width: 40%;
}
.p-size-w50 {
  width: 50%;
}
.p-size-w70 {
  width: 70%;
}
.p-size-w80 {
  width: 80%;
}
.p-size-w90 {
  width: 90%;
}
.p-size-w95 {
  width: 95%;
}
*/

.p-size-year {
  width: 70px;
}

.p-size-caseno {
  width: 120px;
}
.p-size-grp {
  width: 180px;
}
.p-size-pref {
  width: 150px;
}
.p-size-ages {
  width: 150px;
}
.p-size-sm {
  width: 200px;
}

.p-numeric {
  text-align:right;
}


.p-checkbox-text {
  cursor:pointer;
}
.p-checkbox-text:before {
  cursor:pointer;
}
.p-radio-text {
  cursor:pointer;
}
.p-radio-text:before {
  cursor:pointer;
}


.c-btn-s.size-l {
  width: 300px;
}

.btn_sorter {
  padding: 0px 10px;
}

