@charset "utf-8";
a {
    text-decoration: none;
    color: black;
}
a:hover {
    text-decoration: none;
}
.popup {
  width: 1100px;
  margin: auto;
  position: relative;
  background: #fff;
  padding: 20px;
}
.popup img{
  width: 100%;	
}
.mfp-close-btn-in .mfp-close {
    background-color: #FFFFFF;
}
.content_warp{
	font-family:"MS Serif", "New York", serif;
}

a img:hover {
  opacity: 0.5;
}
