
/*クラス名を付けた要素にスタイルを適用する場合*/
div.photo {
  margin: 2% ;
  /*天右地左*/
}

.main-cnslt {
  margin: 10px 0 0 0 ;
  padding: 15px 0 15px 0 ;
  /*天右地左*/
  width : 750px ;
  height : 1300px ;
  border: 1px solid #8f8f8f ;
  background-color: #fff ;
  list-style-type: none ;
  text-align: left ;
  line-height: 130% ;
  vertical-align: middle ;
  /*なぜか効かない*/
}

.item-band {
  margin:1% 0 0 3%;
  padding:0.5%;
  width:50%;
  border: dashed 1px #127f51;
  background-color:#dfffdf;
  text-align:center;
  font-size:16px;
}

li.notice {
  font: normal 16px/20px Meiryo,sans-serif;
  padding-left: 1.5em;
  position: relative;
  margin:1.5% 0 1.5% 2%;
  width:88%;
  font-size:15px;
}

li.notice:before {
  display: block;
  content: "↓";
  position: absolute;
  left: -3%;
  top: 10%;
  font-size:30px;
  color:#7a0006;
  font-weight:bold;
}

li:none {
  display: block;
  content: "";
  position: absolute;
  left: -3%;
  top: 8%;
}
