@charset "UTF-8";

body {
  color: #333;
  background: rgb(251, 251, 251);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
}

#main {
  width: 95%;
  margin: 0 auto;
  padding: 40px 0;
  min-height: 100vh;
}

#head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#title {
  font-size: 16px;
  font-weight: bold;
}

#now-time {
  font-size: 10px;
}

#set-time_k {
  margin-left: 5px;
}

#result-wrap {
  margin-top: 8px;
  border: 1px solid rgb(194, 193, 193);
  background: #fff;
  padding: 16px 10px;
}

#result-time {
  margin-top: 10px;
  font-size: 16px;
}

#result-time_k,
#result-time_m {
  font-size: 20px;
}

#time-setting_wrap {
  margin-top: 32px;
}

#time-setting_head {
  font-weight: bold;
  font-size: 16px;
}

#time-setting_date,
#time-setting_time {
  margin-top: 10px;
}

#time-setting select {
  background: #fff;
  padding: 3px 5px;
  border: 1px solid rgb(216, 216, 216);
  border-radius: 5px;
  margin-right: 3px;
  font-size: 14px;
}

#time-setting_submit {
  margin-top: 12px;
  background: rgb(231, 231, 231);
  padding: 10px 55px;
  border: 1px solid rgb(216, 216, 216);
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}