@charset "utf-8";

body {
  position: relative;
}

/* modal */
.fav_modal {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.fav_modal__block {
  position: fixed;
  top: 15%;
  width: 100%;
  height: 300px;
  margin: auto;
}
.fav_modal__body {
  position: relative;
  height: 100%;
  margin: 0 8px;
  background-color: #FFF;
  border: 1px solid #C4C4C4;
}
.fav_modal__img {
  margin: 0 10px;
  padding: 38px 0 15px;
  border-bottom: 1px solid #DDDDDD;
  white-space: nowrap;
}
.fav_modal__content {
  margin: 0 10px;
  padding: 20px 0;
  font-size: 11px;
}
.fav_modal__text {
  margin: 10px 0;
}
.fav_modal__checkbox {
  margin: 20px 0;
}
.fav_modal__button {
  display: block;
  position: relative;
  margin: 0 -1px -1px;
  padding: 15px 0;
  background-color: #1156BD;
  border: none;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.fav_modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* kyujin_block */
.kyujin_block .fav_button {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 0;
  margin: -1px 0 0;
  background-color: #F0F0F0;
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #C4C4C4;
  border-right: 1px solid #C4C4C4;
  border-left: 1px solid #C4C4C4;
  color: #808080;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.kyujin_block .fav_button--added {
  background-color: #1156BD;
  color: #FFF;
  padding: 15px 0;
  }
