@charset "UTF-8";
.modal {
  display: none;
}

.modalBody {
  position: fixed;
  z-index: 1000;
  background: #FFF;
  width: 610px;
  left: 25%;
  top: 25%;
  padding-bottom: 15px;
  padding-top: 10px;
  font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
  font-size: 0.9em;
}

.modalBody ul {
  border: 1px solid #CCCCCC;
  padding: 15px;
  margin: 10px 23px 14px 23px;
  overflow: auto;
  height: 150px;
}

.modalBody ul li {
  float: left;
  padding-bottom: 20px;
}

.modalBody ul li a {
  background: url(/static/images/download/renew/link_sankaku.png) no-repeat 0 2px;
  padding-left: 17px;
  display: block;
  width: 160px;
  text-decoration: underline;
  text-align: left;
}

.modalBK {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
}

.btns {
  cursor: pointer;
}

.modal {
  width: 100%;
  color: #eee;
}

.modal_sku {
  margin: 12px 0 0 4%;
  font-weight: bold;
  font-size: 1.1em;
  color: #000;
  text-align: left;
}

.modal_close {
  margin: 10px 10px 0 0;
  cursor: pointer;
  text-align: center;
}

.modal_close img {
  width: 65px;
  height: 25px;
}

.modal_image {
  margin: 0 5%;
}

.modal_image img {
  width: 100%;
}

/* 記載場所 */
div.modal.kisai {
  text-align: left;
}

div.modal.kisai .modalBody {
  background: #fff none repeat scroll 0 0;
  font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
  font-size: 0.9em;
  left: 31%;
  padding: 10px 0 8px 5px;
  position: fixed;
  top: 25%;
  width: 400px;
  z-index: 1000;
}

div.modal.kisai p.modal_cont {
  color: #000000;
  font-size: 0.9em;
  margin-left: 4%;
  margin-top: 2%;
}

div.modal.kisai img.modal_img {
  display: block;
  margin-left: 9%;
  margin-top: 30px;
}

div.modal.kisai .modal_close {
  text-align: right;
}
