@charset "UTF-8";

/* ------------------- Reset ------------------- */
.template * {
  box-sizing: border-box;
}

.template li,
.template summary {
  list-style: none;
}

.template img,
.template video,
.template picture {
  width: 100%;
  height: auto;
}

.template a,
.template picture,
.template figure {
  display: block;
}

.template a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.template table {
  border-collapse: collapse;
}

.template img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

.template address {
  font-style: inherit;
}

.template *:focus {
  outline: none;
}
/* ------------------- Reset ------------------- */

/* ------------------- common ------------------- */
.main_inner {
  padding-inline: 0;
  padding-top: 0;
}

.footer_mailmagazine #dvUserBox {
  width: 100%;
}
/* ------------------- common ------------------- */