/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

form {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background-color: #f9f9f7;
  border: 1px solid #fff;
  margin: 0 auto 0;
  left: 0;
  padding: 13px 20px;
  position: absolute;
  width: 287px;
}

form input:focus {
  outline: 1px solid #3388dd;
}

form input {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #333;
  display: block;
  font-size: 18px;
  height: 48px;
  padding: 0 5px;
  width: 275px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}


a {
  color: #3388dd;
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

form li {
  margin: 8px 0;
}

form li .help {
  color: #aaa;
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  padding-top: 14px;
}

form li .help a {
  color: #76a1cd;
}

form label {
  color: #555;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
*/

.creditcard {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #333;
  /* 2015.12.02 RB-83 クレジットカード入力欄の画像表示 UPED K.Yamaguchi */
  /* display: block; */
  display: inline-block;
  font-size: 18px;
  height: 48px;
  padding: 0 5px;
  width: 275px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.creditcard_exp {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #333;
  font-size: 18px;
  height: 40px;
  padding: 0 5px;
  width: 60px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#txtCardNo {
  /* 2015.12.02 RB-83 クレジットカード入力欄の画像表示 UPED K.Yamaguchi */
  /*
  background-image: url(./icons/credit.png);
  background-position: 2px 2px;
  background-size: 73px 44px;
  background-repeat: no-repeat;
  padding-left: 88px;
  width: 225px;
  */
  width: 180px;
}

/* 2015.12.02 RB-83 クレジットカード入力欄の画像表示 ADD K.Yamaguchi START */
#imgCard {
  display: inline-block;
  width: 76px;
  height: 48px;
  vertical-align: middle;
  background-image: url(./icons/credit.png);
  background-position: 0 2px;
  background-size: 73px 44px;
  background-repeat: no-repeat;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 2015.12.02 RB-83 クレジットカード入力欄の画像表示 ADD K.Yamaguchi END */
