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

p {
  padding: 0;
  margin: 0;
}
#banner {
  /*height: 22px;*/
  margin: 0 0 35px 0;
  padding: 0;
  /*background: url(../../kfgwimg/logo.gif) no-repeat !important;*/
  background-position: center !important;
  border: 0;
}

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

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

#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: "】";
}

.description p{
  position: relative;
  margin: 0 auto 10px;
  padding: 0 20px 0 30px;
  font-size: 20px;
  color: #558bc1;
  font-weight: bold;
}

.description p:before{
  content: "●";
  position: absolute;
  top: 1px;
  left: 1px;
  padding-right: 0px;
  margin-right: -30px;
}

.description2 p{
  position: relative;
  margin: 0 auto 10px;
  font-size: 15px;
  color: #558bc1;
  font-weight: bold;
}

.error p{
  position: relative;
  margin: 0 auto 10px;
  font-size: 18px;
  font-weight: bold;
}

table {
  width: 100% !important;
}

table.bnknoList,
table.bnktypefList {
  margin-bottom: 10px;
}

td.bnknoList,
td.bnktypefList {
  padding: 12px 20px;
  background: #f5f5f5 url(../../kfgwimg/next.gif) no-repeat 92% center;
  background-size: 20px auto;
  border: none;
  border-bottom: 3px solid #fff;
}

td.bnknoList a,
td.bnktypefList a {
  font-size: 18px;
  color: #558bc1;
}

td.bnknoList a:hover,
td.bnktypefList a:hover {
  text-decoration: underline;
}

td.bnknoList img,
td.bnktypefList img {
  display: none;
}

button,
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-shadow: none;
  -webkit-appearance:none;
}
/*
br{
  display: none;
}
*/
div#right {
  float: none;
  margin-top: 0;
  padding-right: 0;
}

#right .inputcancel {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  width: 48%;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  border: none;
  background-color: #B3B3B3;
  -webkit-appearance:none;
}