img {
  max-width: 100%;
  height: auto;
}

body {
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: baskerville-urw, "YuGothic Medium", "Yu Gothic Medium",
    noto-sans-cjk-jp;
  color: #54585a;
}

a {
  color: #606060;
}

#head div {
  padding: 20px 0;
  background: #ffffff;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

#head div img {
  width: 200px;
  height: auto;
}

#head p {
  padding: 50px 0 0 0;
  margin: 0;
  font-size: 1em;
  font-weight: 200;
}

#head h1 {
  padding: 10px 0 10px 0;
  margin: 0;
  font-size: 1.8em;
  font-weight: 200;
}

#head h2 {
  padding: 0 0 30px 0;
}

#head h2 img {
  width: 740px;
  height: auto;
}

#all {
  width: 900px;
  margin: 0 auto 60px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #dddddd;
  border-radius: 10px;
}

div.necessary {
  text-align: right;
}

p.necessary {
  font-size: 0.9rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

span.necessary {
  color: #ee0000;
}

#block {
  background: #f2f2f2;
  padding: 20px;
}

#block table {
  width: 100%;
  text-align: left;
}

#block table th {
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 200;
  text-align: right;
  white-space: nowrap;
  background: #ffffff;
  line-height: 1.41;
}

#block table td {
  width: 100%;
  padding: 10px;
  background: #fafafa;
  line-height: 1.41;
}

#block table td small {
  display: inline-block;
  margin-top: 5px;
  font-size: 0.9rem;
}

#block table td h3 {
  padding: 10px 0 10px 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

#block table td h3:nth-of-type(2) {
  padding: 15px 0 10px 0;
}

.blockHeading {
  padding: 0 !important;
  background: none !important;
}

.blockHeading strong {
  display: block;
  padding: 15px 0 !important;
  margin: 0 0 15px 0 !important;
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  background: #d3b5a3 !important;
  color: #333333 !important;
  text-align: center !important;
  box-shadow: rgba(0, 0, 5px, 1);
}

.blockHeading .upper {
  margin-top: 25px !important;
}

.ERR {
  color: #ee0000;
  font-weight: 700;
}

.submit {
  text-align: center !important;
  padding: 30px 0 30px 0 !important;
}

.submitbutton {
  font-size: 1.2rem !important;
  padding: 10px 25px !important;
}

.submitbutton:hover {
  cursor: pointer;
}

.guide {
  text-align: left;
  font-size: 1em;
  line-height: 1.51;
  padding: 0;
  margin: 0 0 20px 0;
}

.guide2 {
  text-align: left;
  font-size: 1em;
  line-height: 1.51;
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
}

select {
  padding: 3px 5px 7px 5px;
  font-size: 1em;
}

input[type="text"] {
  padding: 3px;
  font-size: 1em;
  font-family: "Roboto", "Kosugi", sans-serif;
}

input[type="submit"],
input[type="button"] {
  padding: 5px 15px;
  font-size: 1em;
  font-family: "Roboto", "Kosugi", sans-serif;
}

textarea {
  font-family: "Roboto", "Kosugi", sans-serif;
  font-size: 1em;
}

.exampletext {
  margin: 0;
  padding: 5px 0 0 0;
  color: #555555;
  font-size: 0.9rem;
}

.copyright {
  background: #ececeb;
  font-size: 0.9em;
  color: #54585a;
  padding: 30px 0;
  margin: 0;
}

#onamae {
  width: 160px;
}

#furigana {
  width: 200px;
}

#email {
  width: 300px;
}

#tel {
  width: 130px;
}

#zip0 {
  width: 80px;
}

#add2 {
  width: 300px;
}

#add3 {
  width: 400px;
}

#mokuteki {
  width: 400px;
}

#meigi {
  width: 160px;
  margin: 5px 0;
}

#yoteibi {
  width: 180px;
}

#giftedname,
#postname {
  width: 160px;
  margin: 5px 0;
}

#yuusouday {
  width: 180px;
  margin: 5px 0;
}

#zip2 {
  width: 80px;
  margin: 5px 0;
}

#add5 {
  width: 300px;
  margin: 5px 0;
}

#add6 {
  width: 400px;
}

#yuusouname {
  width: 160px;
  margin: 5px 0;
}

.noPad {
  padding: 0 !important;
  margin-bottom: 7px !important;
}

.goods {
  padding: 5px 0 0 0;
  margin: 0;
}

textarea {
  width: 80%;
  height: 150px;
  padding: 5px;
  font-size: 1em;
  font-family: "sawarabi gothic", "open sans", sans-serif;
}

.fieldset {
  margin-bottom: 30px;
}

.errs {
  padding: 20px;
  background: #ececeb;
  text-align: left;
  border-radius: 8px;
  color: #a00062;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.51;
}

#confirm_submit {
  text-align: center;
  padding-top: 20px;
}

#error_message {
  padding: 30px 0;
  color: #a00062;
  font-size: 1.2rem;
}

#completion_message {
  padding: 30px 0;
  font-size: 1.2rem;
}

.red_txt {
  text-align: left;
}

.red_txt ul {
  text-align: left;
}

.red_txt ul li {
  color: #ee0000;
  line-height: 1.51;
}

.red {
  color: #ee0000;
}

#copyright {
  display: none;
}

.ERR {
  color: #ee0000;
  font-weight: 700;
}

.chuui {
  padding: 20px 0;
  text-align: left;
}

.chuui h2 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
}

.chuui table {
  text-align: left;
  width: 100%;
}

.chuui table th {
  vertical-align: top;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  text-align: left;
  white-space: nowrap;
}

.chuui table td {
  vertical-align: top;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  text-align: left;
  width: 100%;
}

.compHeading {
  font-size: 1.5rem;
}

.toHome {
  font-size: 1.2rem;
}

.cake1 {
  padding: 0 0 10px;
  margin: 0;
}

.cake1 dd {
  width: 40%;
  padding: 0;
  margin: 0 15px 0 0;
  display: inline-block;
}

.cake1 dd img {
  display: inline-block;
  box-shadow: 0 0 5px #dddddd;
  border: solid 4px #ffffff;
}
