body {
  background-color: #eeeeee;
}
.container {
  background-color: #ffffff;
}
.table td {
  border-top:0;
  text-align:left;
  vertical-align:middle;
}

table .td-komoku {
  width:40%;
  text-align:left;
}

table .td-input {
  width:50%;
  text-align:right;
}
table .input_two {
  text-align: left;
}
table .input_two input{
  width:40%;
}
table .input_two span{
  padding: 0 0.5em;
}
table .td-manten {
  width:15%;
}

.td-input span {
  font-size:15px;
  padding:0 2rem 0 0;
}

.btn-ok {
  background-color:#159E86;
  color:#fff;
  margin:5px;
  max-width:150px;
  width:35%;
  border-radius:100px;
}

.btn-ok:hover {
  background-color:#117e6a;
}

.btn-clear {
  background-color:#808080;
  color:#fff;
  margin:5px;
  max-width:150px;
  width:35%;
  border-radius:100px;
}

.btn-clear:hover {
  background-color:#333333;
}

.btn-tokuten-position {
  position:relative;
  text-align:center;
  bottom:10%;
  width:100%; 
}

.confirm {
  text-align:center;
  font-size:small;
  margin:5px;
}

input {
  display: inline-block;
  width: 100%;
  padding: .5rem .5rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #9f9f9f;
  border-radius: .25rem;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.container h6 {
  margin:0 1rem 1rem 1rem;
  padding:.5rem .5rem;
  font-weight: 800;
  color:#fff;
  background-color:#808080;
  border-radius:5px;
}
.radio_area .radio_btn{ 
  display: none;
}
.radio_area span{
  position: relative;
  padding: 2px 10px;
  line-height: 2.4em;
}
.radio_area label {
  border-radius: 0.25em;
  border: 1px solid #9f9f9f;
  float: left;
  width: 47%;
  margin: 0 3.0% 0 0; 
  color: #333333;
  text-align: center;
  height: 2.3em;
}
.radio_area .checked{
  background-color: #159e86;
  color: #ffffff;
  font-weight: 700;
}
.fontblue {
  color: #16649B;
  font-size: 100%;
  line-height: 1.0em;
  padding: 0.5em 0 1.0em;
}
.table td.fontgrey {
  color:#A3A1A1;
  font-size: 90%;
  line-height: 1.0em;
  padding: 0 0.75rem 1.0rem;
}
.fontred {
  color: #C7114B;
  font-weight: 700;
  text-align: right;
}
/*
.table .fontred {
  color: #C7114B;
  padding: 0 10px;
  text-align: right;
  width: 10%;
}
*/
.font_alert {
  text-align: right;
}
.font_alert span{
  color: #C7114B;
  font-size: 90%;
  font-weight: 700;
}
input[type="checkbox" i] {
  width: 1.0em;
}
.text_header {
  margin: 0 1rem;
}
.fr {
  float: right;
}
.fc {
  clear: both;
}
.container .mt15 {
  margin-top: 15px;
}
.mb10 {
  margin-bottom: 10px;
}
.input_min span {
  padding: 0px;
  font-size: 10px;
}
.input_min{
  text-align: left;
}
.input_min select {
  width: 20%;
  line-height: 1.2em;
  height: 2.8em;
  font-size: 0.9em;
  color: #333333;
  border: 1px solid #9f9f9f;
  border-radius: 0.25em;
  padding: .4rem 0.2rem;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}
.input_min select#year {
  width: 26%;
}