.ksgk {
  text-align: center;
  padding: 20px;
  background-color: rgba(0,0,0,0.02);
}
.ksgk-title {
  font-size: 16px;
}
#ksgk-submit {
  border: 1px solid #aaa;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  font-size: 16px;
}
#ksgk-submit:hover, #ksgk-submit:active {
  background: #f5f5f5;
}
.ksgk-result-container {
  text-align: center;
  margin-top: 20px;
}
#ksgk-result {
  display: inline-block;
  width: 200px;
  border-top: 1px solid #aaa;
  padding-top: 20px;
}
.ksgk-dimmed {
  color: #777;
}
.ksgk-error {
  color: red;
}
.ksgk-sub {
  color: #555;
  margin-top: 10px;
}
.ksgk-setsu {
  background: #9b59b6;
  padding: 2px;
  color: #fff;
  font-size: 11px;
}
.ksgk-date-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ksgk-year {
  width: 70px;
  text-align: center;
  font-size: 16px;
}
#ksgk-month, #ksgk-day, #ksgk-hour, #ksgk-min {
  width: 50px;
  text-align: center;
  font-size: 16px;
}
.ksgk-result-in {
  margin-top: 10px;
  float: left;
  width: 50%;
}
.ksgk-result-out {
  margin-top: 10px;
}
.ksgk-label {
  font-size: 12px;
}
.ksgk-main-text {
  font-size: 25px;
}
.ksgk-main-text-1 {
  color: #3498db;
}
.ksgk-main-text-2 {
  color: #2ecc71;
}
.ksgk-main-text-3 {
  color: #e74c3c;
}