@charset "UTF-8";
body {
  font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
  background-color: #dfdfdf;
}

#wrapper {
  max-width: 960px;
  margin: 0 auto 0 auto;
  background-color: white;
  padding: 20px 20px 20px  20px;
}

#content > p {
  margin: 0 20px 0 20px;
}

#content h3 {
  border-top: 1px solid gray;
  padding-top: 10px;
}

ul.share-buttons {
  list-style: none;
  padding: 0;
  margin: 20px auto 30px 20px;
}

ul.share-buttons li {
  display: inline;
}

ul.share-buttons li a {
  color: #6BC048;
  font-size: 100%;
}

h1#title {
  margin: 20px 20px 30px 20px;
  padding: 0;
  font-size: 150%;
  line-height: 1.4;
}

div.campaign {
  background-color: #6BC048;
  color: white;
  margin: 30px 0 30px 0;
  padding: 20px 10px 20px 10px;
}

.campaign a {
  color: white;
}

.campaign > p {
  margin-left: 30px;
}

.campaign > h3 {
  background-color: white;
  display: block;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  width: 80%;
  border: 2px solid #6BC048;
  z-index: 100;
  color: black;
}

.campaign > h3 span {
  color: #6BC048;
  margin-right: 10px;
}

.campaign > h2 {
  font-size: 120%;
  margin: 20px 20px 20px 20px;
}

.campaign > h2 > span {
  color: #FFF100;
  font-weight: bold;
  font-size: 160%;
}

.present {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: white;
  padding: 20px;
  width: 90%;
  color: black;
  margin: 20px auto 20px auto;
}

.present > h3, .gaiyou > h3 {
  color: white;
  background-color: black;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

span.number {
  font-weight: bold;
  color: white;
  background-color: #6BC048;
  font-size: 100%;
  display: inline-block;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 30px;
}

.present > .product {
  width: 46%;
  margin: 1%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.present > .product > img {
  max-width: 100%;
}

.present > .product > h4 {
  font-size: 100%;
  margin-top: 0;
}

.present > .product > h4 > span {
  font-size: 70%;
  display: block;
}

.present > p > span {
  display: block;
  background-color: #6BC048;
  color: white;
  padding: 4px;
  font-weight: bold;
  margin-right: 10px;
  width: 100px;
  text-align: center;
  margin-bottom: 10px;
}

.detail > h3 {
  border-bottom: 1px solid #ccc;
}

#footer {
  margin: 10px 20px 30px 20px;
}

#footer li {
  list-style-type: none;
  font-size: 75%;
}

a.apply {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #6BC048;
  color: #6BC048;
  text-decoration: none;
  padding: 20px 30px 20px 30px;
  margin: 20px auto 30px auto;
  display: block;
  width: 80%;
  text-align: center;
  font-size: 320%;
  font-weight: bold;
}

a.apply:hover {
  background-color: #C9E8BB;
}

.caution {
  font-size: 80%;
  color: red;
}

body {
  background-color: #ccc;
  font-size: 20px;
  padding-bottom: 30px;
}

#wrapper {
  max-width: 630px;
  margin: 0 auto 0 auto;
}

.section {
  background-color: #FFF;
  padding: 5px 20px 20px 20px;
  margin: 0 auto 10px auto;
}

h2 {
  font-size: 110%;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 10px;
}

input[type="text"], textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 50%;
}

input[type="text"]:focus, textarea:focus {
  box-shadow: 0 0 7px #1abc9c;
  border: 1px solid #1abc9c;
}

input[type="submit"] {
  display: block;
  width: 100%;
  height: 80px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  font-weight: bold;
}

input[type="submit"] :hover {
  background-color: white;
}

/* input type="radio" のみ */
input[type="radio"] {
  width: 20px;
  height: 20px;
}

/* input type="checkbox" のみ */
input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.hissu {
  font-weight: bold;
  color: red;
  display: block;
}

.nini {
  font-weight: bold;
  color: blue;
  display: block;
}

textarea {
  width: 100%;
}
