#aom #main .main_description .oos{
  width:700px; height:81px;
  overflow:hidden;
  position:absolute;
  top:80px; left:50%;
  text-indent:100%;
  white-space:nowrap;
  background:url(../images/oos_01.png) left top / cover no-repeat;
  cursor:pointer;
  transform:translate(-50%,0);
}

#aom #main .main_description .oos:hover{
  background-position:left bottom;
}

#oos_modal{
  width:880px;
  position:relative;
  margin:0 auto;
  color:rgb(255,255,255);
}

#oos_modal h2{
  width:880px;
  font-weight:bold;
  font-size:24px; line-height:30px;
  text-align:center;
}

#oos_modal p{
  width:880px;
  margin:32px 0 0;
  font-size:16px; line-height:30px;
}

#oos_modal p a{
  color:rgb(255,219,0);
}

#oos_modal .mfp-close{
  width:32px; height:32px;
  overflow:hidden;
  position:absolute;
  top:-48px; right:0;
  text-indent:100%;
  white-space:nowrap;
  background:url(../images/oos_02.png) center center / contain no-repeat;
  cursor:pointer;
}