/* remove spin-button */
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
h1,h2,h3,h4,h5,h6{
  font-weight: 400;
}
html,body{
  height: 100%;
}
#mynav{
  background-color: #f3628d;
  background-color: #fcfcfc;
  min-height:56px;
  border-bottom:1px solid #ccc;
}
/* Bootstrapのボタンに初期設定されている周囲のborder（枠線）をキャンセル */
.navbar-toggler {
  padding: 0 !important;
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.form-control,
.form-select,
.input-group-text {
      border-color: gray;
      border-radius: 2px
}
.btn{
      --bs-btn-border-radius: 2px;
}
.btn-primary {
      --bs-btn-bg: #2196f3;
}
table.master{
    border:1px solid #aaa;
    line-height: 1.25em;
}
table.master th, table.master td{
    padding:.1rem .2rem;
}
table.master th{
    font-weight: 400;
    background-color:#ddd !important;
    text-align: center;
}
/** */
table.result{
  border:1px solid #333;
}
table.result th, table.result td{
  padding:.2rem .3rem;
}
table.result th{
  font-weight: 400;
  background-color:#ffe7f0 !important;
}
table.result tbody tr:not(:last-child) {
  border-bottom: solid 1px #cbb;
}
table.result tr> *:not(:first-child){
  border-left:1px solid #cbb;
}
/** */
table.personal{
    border:1px solid #555;
}
table.personal th, table.personal td{
  padding:.15rem .3rem;
}
table.personal th{
  font-weight: 400;
  background-color:#f0f0f0 !important;
  _border-left:1px solid #aaa;
}
/** */
a{
  color:rgb(14, 14, 72);
  font-weight: 400;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
/** */
footer {
border-top:1px solid #ccc;
margin-top: 1em;
color: white;
height: 200px;
background-color: #f3628d;
background-color: #fcfcfc;
position: sticky;
top: 100vh;
}
footer .nav_area {
border-bottom: 1px solid #446677;
border-bottom: 1px solid #777;
}
footer a {
  color: #fbfbfb;
}
footer div.copyright {
  padding: 0.5em 0;
  background-color: #f06083;
  position: absolute;
  bottom: 0;
}
#page-top {
  position: fixed;
  bottom: 40px;
  right: 35px;
  display: none;
}
#goto_bottom:hover{
  cursor: pointer;
}
td.selected_month{
  background-color:#ffe7f0;
}
td.selected_month a{
  color:#600;
}

@media screen and (max-width: 430px) {
  .month {
    display:none;
  }
}