/* ---------------------------------------------------------
** アマゾンバナー
----------------------------------------------------------- */
#AmazonBanner{
padding: 10px 10px;
box-sizing: border-box;
}
#div_AmazonBanner{
width: 100%;
display: block;
text-align: center;
padding: 10px;
}
#div_AmazonBanner img{
width: 100%;
height: auto;
}

.ec-cardRole{
  padding: 10px;
}
.ec-cardList table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
.ec-cardList th{
  font-size: 13px;
  text-align: center;
  padding: 5px;
  background-color: #f5f5f5;
  border: #e0e0e0 solid 1px;
}
.ec-cardList td{
  padding: 5px 10px;
  border: #e0e0e0 solid 1px;
  vertical-align: middle;
  line-height: 24px;
}
@media only screen and (max-width: 645px){
.ec-cardList thead{
  display: none;
}
.ec-cardList tbody{
  width: 100%;
  display: block;
  position: relative;
 }
.ec-cardList td{
  text-align: left;
}
.ec-cardList td input[type=checkbox]{
   margin:2px;
  }
.ec-cardList td:before{
  font-size: 12px;
  font-weight: 600;
  margin-right: 10px;
  width: 6em;
  text-align: left;
}
.ec-cardList td:nth-child(1),td:nth-child(2){
  width: 50%;
  display:inline-flex;
}
.ec-cardList td:nth-child(3),td:nth-child(4),td:nth-child(5){
  width: 100%;
  display:inline-flex;
 border-top: none;
}
.ec-cardList td:nth-child(1)::before{
  content: "削除";
}
.ec-cardList td:nth-child(2)::before{
  content: "番号";
}
.ec-cardList td:nth-child(3)::before{
  content: "カード番号";
}
.ec-cardList td:nth-child(4)::before{
  content: "有効期限";
}
.ec-cardList td:nth-child(5)::before{
  content: "名義人";
}
}
.ec-cardRole .ec-borderedDefs dl:nth-child(3) .ec-halfInput span {
  display: none;
}
.ec-cardRole .ec-borderedDefs dl:nth-child(3) dd {
  padding-bottom: 10px;
}