@import url('mypage.css');

a.phamphlet{
  border-radius: 1rem;
  box-shadow: none;
  background: #ff5100;
  color: #fff;
  display: inline-block;
  font-size: .7rem;
  margin: .15rem 0;
  line-height: 1;
  padding: .25rem .5rem;
  /*reset*/
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.free,.toll{
  border-radius: 3px;
  font-size: .7rem;
  line-height: 1;
  padding: 2px;
}
.free{
  border: 1px solid #ccc;
}
.toll{
  background: #c00;
  color: #fff;
}
.schlBox{
  text-align: center;
}
.msgList colgroup.pamphBox{
  width: 4rem;
}
aside.cpBox{
  background: #FFE200;
  margin: 5px 0 ;
  text-align: center;
}
aside.cpBox img{
  max-width: 100%;
}
.flash{
  color: #c00;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

footer {
    margin-top: 0!important;
}