@charset "UTF-8";
/*
:タイトル "応募要項css";
*/
/* =====================================

=====================================*/
/*.apply-imgWrap{
  padding:0 30px;
}*/
.apply-imgWrap img{
  width:300px;
}

.a-bnr img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

 a.a-bnr:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.apply-info_txt.apply-info_inner a,
a.undl {
  text-decoration: underline;
  color:#000066;
}

.apply-howto.apply-sec .apply-h3{
  font-size: 16px;
}

.apply-target_listItem span{
  display: block;
margin-top: 12px;
font-size: 14px;
border-top: 1px #ccc dashed;
padding: 12px 10px;

}







.apply-target_listItem.list_sub{
    position: relative;
    margin-left: 1em;
    padding-left: 1em;
    border-bottom: dashed 1px #ccc;
    font-size: 15px;
  
}

.apply-target_listItem.nol,
.apply-target_listItem.list_sub.nol{
  border:none;
  padding-bottom: 0;
}

.apply-target_listItem.list_sub:before{
    content: '';
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #333;
    margin-right: 5px;}

.apply-howto .apply-h3,
.apply-prize .apply-h3{
  color:#000066;
}

.apply-h4-txtall{
  text-align: center;
  border:#000 solid 1px;
  margin:1em 0;
  padding:1em;
}

.line{ margin:0 10px 10px;
  padding-bottom: 10px;
 border-bottom: dashed 1px #ccc;

  
}

.bd{
  font-weight:bold;
}
.nl{
  font-weight: normal;
}

.mp16{
  margin-bottom: 16px;
}

.f14{
  font-size:14px;
}

.f13{
  font-size:13px;
}

.f16{
  font-size:16px;
}
.cl-r{
  color:#ff0000;
}

.wb{
  word-break: break-all;
}

.cp{
  text-align: center;
  margin:10px 10px 0;
}


.ls-s{
  letter-spacing: -0.1em;
}

.txt-c{
  text-align: center;
}

/*対象書店用*/


/*#shoplist{
    .book-list_item{
      margin-left:1em;
      padding-left:1em;
      text-indent:-1em;
      border-bottom: dashed 1px #ccc;
      font-size:15px;
    }

    .book-list_item.last{
      border: none;
    }

    .book-list_item:before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #333;
    margin-right:5px;}

    .book-list_item.headline{
      font-weight: bold;
      margin-left:0;
      border-bottom: solid 1px #ccc;
      list-style-type:none;
    }

    .book-list_item.headline::before{
      width:0;
      height:0;
    }

    .book-list_item.area{
      margin-left:0;
      margin-bottom:8px;
      padding-left:0;
      border-bottom: none;
      list-style-type:none;
    }

    .book-list_item.area::before{
      width:0;
      height:0;
    }
}*/

.book-list_item.last{
  border: none;
}

/*春の還元祭用*/
.sample{
  & li{
    line-height:1.3;

    &:first-child{
      border-bottom: dashed 1px #ccc;
      padding:0 0 10px;
      margin-bottom: 14px;
    }

    & img{
      vertical-align: middle;
      margin-right: 5px;
    }
  }

}

.sample2{
  margin:12px 10px 10px;
  font-size: 14px;
  & li{
    &:nth-child(2){
      padding-left: 2em;
      }
    &:nth-child(3){
    padding-left: 1em;
    }
  }
}