@charset "UTF-8";

/*
font-size list (base: 12px)
 67% =  8px
 75% =  9px
 83% = 10px
 92% = 11px        175% = 21px
100% = 12px        184% = 22px
108% = 13px        192% = 23px
117% = 14px        200% = 24px
125% = 15px        209% = 25px
133% = 16px        217% = 26px
142% = 17px
150% = 18px
159% = 19px
167% = 20px
*/

.content-wrap .notice {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}
.content-wrap .notice span {
  padding: 5px 10px;
  color: #ffffff;
  background: #E7316E;
}
.credit {
  font-size: 16px;
  text-align: center;
}
.note {
  padding-top: 35px;
  height: 600px;
  background: url(/1st/img/special/04/bg.png) no-repeat center 0;
}
h4 {
  margin-bottom: 5px;
  font-size: 18px;
  color: #000;
}
.img-list {
  width: 664px;
  margin: 0 auto;
}
.img-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 330px;
  margin-bottom: 30px;
  vertical-align: top;
  text-align: center;
}
.img-list li img {
  border: 2px solid #CCC;
}
.img-wrap {
  display: table-cell;
  width: 330px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}