/*
body{
    font-size: 1.3em;
}
*/
section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.img-affiliate{
    width: 100px;
    height: 100px;
}

.omise-checkout-button{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
}
.omise-checkout-button:hover {
  color: #ffffff;
  background-color: rgb(31, 113, 201);
  text-decoration: none;
}

.omise-checkout-button:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}