.modal-area {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 270px;
  padding: 10px 20px;
  background-color: #2C8054;
  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.2rem;
  line-height: 1.4;
}

.modal-area ul li a:focus {
  color: #000000;
  opacity: 1;
}

.modal-area ul li a:hover {
  color: #000000;
  opacity: 0.8;
}

.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;
}

@media only screen and (min-width: 769px) {
  .modal-area {
    width: 450px;
    padding: 10px 20px;
  }
  .modal-area:after {
    content: "";
    clear: both;
    display: block;
  }

}