.modal-area {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 270px;
  /*margin-right: 25px;*/
  /* for close-button */
  padding: 10px 20px;
  background-color: #004d9f;
  display: none;
}

.modal-area_b {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 270px;
  /*margin-right: 25px;*/
  /* for close-button */
  padding: 10px 20px;
  background-color: #004d9f;
  display: none;
}

.modal-area ul li {
	margin: 1em 0;
}

.modal-area ul li a {
	display: block;
	padding: 0.5em;
	text-align: center;
	background-color: #ffffff;
	font-size: 1.6rem;
  line-height: 1.3;
}

.modal-area ul li a:focus {
  color: #000000;
  opacity: 1;
}

.modal-area ul li a:hover {
  color: #000000;
  opacity: 0.8;
}

.modal-area .small { font-size: 70%; }

.modal-area .plainmodal-close {
  position: absolute;
  width: 45px;
  height: 45px;
  right: -20px;
  top: -20px;
  background: url("../images/common/modal-close.png") no-repeat;
  background-size: 90px;
}
.modal-area .plainmodal-close:hover {
  background-position: -45px 0;
}

.modal-area_b .plainmodal-close {
  position: absolute;
  width: 45px;
  height: 45px;
  right: -20px;
  top: -20px;
  background: url("../images/common/modal-close.png") no-repeat;
  background-size: 90px;
}
.modal-area_b .plainmodal-close:hover {
  background-position: -45px 0;
}


/* 改行
----------------*/
br.pc,
.pc_only  { display: block; }

br.sp,
.sp_only { display: none; }

@media only screen and (min-width: 769px) {
  .modal-area {
    width: 450px;
    /*margin-right: 0;*/
    /*height: 400px;*/
    padding: 10px 20px;
  }
  .modal-area:after {
    /* clearfix */
    content: "";
    clear: both;
    display: block;
  }
  .modal-area_b {
    width: 820px;
    /*margin-right: 0;*/
    /*height: 400px;*/
    padding: 10px 20px;
  }
  .modal-area_b:after {
    /* clearfix */
    content: "";
    clear: both;
    display: block;
  }

  br.pc { display: none; }
  br.sp { display: block; }
  .pc_only { display: none; }
  .sp_only { display: block; }
  .sp_none { display: none; }

}

@media only screen and (max-width: 768px) {
  .modal-area ul li a {
    font-size: 1.4rem;
  }
  }