@charset "utf-8";
/* CSS Document */

/********************
メイン部
********************/
#application h2.ttl {
  position: relative;
}

#application .radio-box p {
  margin: 0 5px;
}

#application .radio-box .p-bold {
  margin: 0 10px 0 0;
  font-weight: bold;
}

#application table.basetable th {
  width: 220px;
}

#application div.bumon-box label {
  display: block;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-right: 5px;
  text-align: center;
  cursor: pointer;
}

#application div.bumon-box input[type="radio"] {
  display: none;
}

#application div.bumon-box input[type="radio"]:checked + label {
  background: #30C40C;
  border: 1px solid #ccc;
  color: #fff;
}

#application div.kbn-select select {
  float: left;
  margin: 5px 0;
  width: 90px;
  height: 18px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 0px 5px 2px #DCDCDC inset;
  border-radius: 10px;
  background: url(../img/arrow02.jpg) right 50% no-repeat, #fff;
  background-size: 40px;
  cursor: pointer;
}

#application div.deadlin-select select {
  float: left;
  margin: 5px 0;
  width: 80px;
  height: 18px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 0px 5px 2px #DCDCDC inset;
  border-radius: 10px;
  background: url(../img/arrow02.jpg) right 50% no-repeat, #fff;
  background-size: 40px;
  cursor: pointer;
}

#application div.deadlin-select p {
  float: left;
  line-height: 50px;
}

#application div.deadlin-select .p-bold {
  margin: 0 0 0 10px;
  font-weight: bold;
}
