@charset "shift_jis";

/*============ 商品ページ個別CSS ===========*/

p em {
  color: #E81E44;
}

#section01 {
  background: #e1f5ff url(../../zekkeinamida/img/zekkeinamida-sec1-bg.jpg) top right no-repeat;
  background-size: 100%;
  background-size: cover;
}

#section01 h2 {
  text-shadow: 0 0 14px #fff;
}

#section01 .no_separate .column2,
#section01 .no_separate .column3 {
  padding: 0;
}

#section02 {
  background: #ffd8d8; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffd8d8 0%, #fff 80%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffd8d8 0%,#fff 80%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffd8d8 0%,#fff 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#section02 .column1 {
  border: 1px solid #ccc;
  box-shadow: 0 0 8px #ddd;
}

#section02 .point_number {
  background: #ff42a0;
  background: -moz-linear-gradient(top,  #ff42a0 0%, #e0025e 100%);
  background: -webkit-linear-gradient(top,  #ff42a0 0%,#e0025e 100%);
  background: linear-gradient(to bottom,  #ff42a0 0%,#e0025e 100%);
  letter-spacing: 3px;
}

#section02 .point_number span {
  font-family: 'Times New Roman', Times, serif;
  font-size: 40px;
  font-style: italic;
}

#section03 {
  background: #aad6ff url(../../zekkeinamida/img/zekkeinamida-sec3-bg.jpg) top right no-repeat;
  background-size: 100%;
  background-size: cover;
}

#section03 .column2 p {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 15px;
  padding: 10px;
}
#section03 .column2 p span {
  color: #777;
  font-size: 14px;
}

#section03 .annotation {
  color: #444 !important;
  font-size: 12px;
  text-align: right;
}

#section04 .cdlist_default .cdlist_title {
  color: #333;
}

.disc12 .cdlist_title,
.disc12 ol li.caption {
  background: #B5E3F2;
}

.disc34 .cdlist_title,
.disc34 ol li.caption {
  background: #C0D3E8;
}

.disc56 .cdlist_title,
.disc56 ol li.caption {
  background: #E8D3FF;
}

.disc78 .cdlist_title,
.disc78 ol li.caption {
  background: #FFC4E0;
}

.disc90 .cdlist_title,
.disc90 ol li.caption {
  background: #FFCECE;
}



#section04 .cdlist .column2 {
  border: 1px solid #bbb;
}

#section04 .cdlist_image {
  margin: 0 0 20px;
  width: 100%;  
}

#section04 .cdlist_image img {
  box-shadow: none;
}

#section05 {
  background: #c7eadb;
}

#section05 .column2 {
  border: 1px solid #ddd;
  border-radius: 8px;
}

#section05 .box span {
  background: #FCFBC4;
}

#section05 .box span:nth-child(1) {
  background: #F23A6B;
}


/*============ スマートフォン用 ===========*/

@media screen and (max-width: 767px) {



}/* Media Query for SmartPhone */