
/*---------------------------------------*/
/*---------------------------------------*/

ul li {
  list-style: none;
}

h2 {
  margin-top: 15px;
  padding: 5px;
  background: #0077b3;
  font-size: 18px;
  color: #fff;
}

h2::before {
  content: "●";
}

h3 {
  padding-top: 15px;
}


#payment-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#payment-header {
  display: block;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.67, #0c93d4), color-stop(0.32, #20b1ff), color-stop(0.32, #20b1ff), color-stop(0.00, #5fc4ec));
background: -webkit-linear-gradient(top, #5fc4ec 0%, #20b1ff 32%, #20b1ff 32%, #0c93d4 67%);
background: -moz-linear-gradient(top, #5fc4ec 0%, #20b1ff 32%, #20b1ff 32%, #0c93d4 67%);
background: -o-linear-gradient(top, #5fc4ec 0%, #20b1ff 32%, #20b1ff 32%, #0c93d4 67%);
background: -ms-linear-gradient(top, #5fc4ec 0%, #20b1ff 32%, #20b1ff 32%, #0c93d4 67%);
background: linear-gradient(to bottom, #5fc4ec 0%, #20b1ff 32%, #20b1ff 32%, #0c93d4 67%);
}

#payment-header {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  text-align: center;
}

#payment-header li{
  display: table-cell;
  vertical-align: middle;
}

#payment-header li a{
  color: #fff;
}


#payment-header li:nth-child(1) {
  width: 60px;
  left: 0;
  height: auto;
  text-align: center;
  position: relative;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #03A9F4;/*色*/
  border: solid 1px #0f9ada;/*線色*/
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);


}

#payment-header li:nth-child(2) {
  margin: 0 auto;
  padding: 5px ;
  height: auto;
  top: 0;
}

#payment-header li p {
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
}

#payment-header li:nth-child(3) {
  width: 70px;
  right: 0;
  padding: 5px ;
  height: auto;
  text-align: center;
  position: relative;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #03A9F4;/*色*/
  border: solid 1px #0f9ada;/*線色*/
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  font-weight: bold;
}


.payment p {
  padding: 7px 10px 0;
  line-height: 1.3;
}

table {
  margin: 15px auto;
  width: 90%;
  border: 1px solid #000;
  border-radius: 10px;
  border-collapse: collapse;
}

th {
  background: #00a0f0;
  padding: 5px 5px 3px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

td{
  border: solid 1px #000;
  padding: 5px 5px 3px;
  font-size: 15px;
 }

 .red {
   color: red;
 }

footer{
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}

footer a{
  display: inline-block;
  margin-bottom: 10px;
}
