body {
  padding: 15px 10px 55px 10px;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

#navigation {
  padding: 12px;
  margin: 5px 0px;
  margin-bottom: 20px;
  font-size: 17px;
  color: #4d87c4;
  font-weight: normal;
  text-shadow: none;
  text-align: center;
  border: none;
  background: none;
  background-color: #ebf0f4;
}
#navigation:before{
  content: "【";
}
#navigation:after{
  content: "】";
}

#banner {
  margin: 0 0 35px 0;
  padding: 0;
  background-position: center !important;
  border: 0;
}

#corpname {
  height: 22px;
  margin: 0 0 35px 0;
  padding: 0;
  text-align: center;
  border: 0;
  background-position: center;
}

.description p{
  margin: 0 3% 0px;
  padding: 0px 0px 0px 0px;
  font-size: 18px;
  color: #000;
  font-weight: normal;
}

#servicename {
  font-size: 22px;
  font-weight: normal;
  text-shadow: none;
  text-align: center;
  padding: 0;
  border: none;
}

div.result p{
  margin: 0 3% 0px;
  padding: 0px 0px 0px 0px;
  font-size: 18px;
}
table.confirm td.confirmTd1{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  padding: 10px 5%;
  border: none;
  font-size: 13px;
  line-height: 10px;
  background: #e5e5e5;
  margin-top: 10px;
}
table.confirm td.confirmTd2{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  clear: both;
  width: 100%;
  padding: 10px 5% 10px 0;
  border: none;
  font-size: 15px;
  line-height: 1.2;
  background: #f1f1f1;
}

table.confirm  td.confirmTd2{
  font-size: 15px;
  padding: 10px 5%;
}
table.confirm confirm{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  padding: 0 15px;
  border: 1px solid #b9c9d2;
  border-radius: 5px;
  margin-bottom: 12px;
  -webkit-appearance: none;
}

.inputfinance{
  width: 94%;
  height: 60px;
  line-height: 60px;
  padding: 0;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 0;
  background: #4d87c4;
  margin: 0 3% 10px;
  -webkit-appearance: none;
}

div#left,
div#right{
    width: 47%;
}

div#left{
  padding-left: 3%;
}

div#right{
  padding-right: 3%;
}

div#left .inputback,
div#right .inputcancel{

  width: 94%;
  margin-bottom: 70px;
  padding: 70;
  border: none;
  background: none;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  box-shadow: none;
  height: 45px;
  line-height: 45px;
  -webkit-appearance:none;
}

div#left .inputback{
    float: left;
    background-color: #9A9A9A;
}

div#right .inputcancel{
    float: right;
    background-color: #B3B3B3;
}