/* --------------------------------------------------------------
モーダル / jquery.leanModal.min.js
-------------------------------------------------------------- */
#lean_overlay {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;

}

.modal {
    display: none;
    /*width: 500px;*/
    padding: 0;
    /*background: #FFF;*/
}

.modal_close{
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/modal_close.png);
  z-index: 2;
}
