@charset "UTF-8";
/********************************************************/
/* right side application banner
/********************************************************/
.application_bnr {
  display: inline-block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 111px; 
	height: 186px;
  z-index: 10;
}
.application_bnr a:hover {
  opacity: 0.7;
}
.application_bnr a {
  display: block;
}
.application_bnr img {
  width: 100%;
}
.application_bnr a:nth-of-type(n + 2) {
  margin-top: 5px;
}
@media screen and (max-width: 980px) {
  .application_bnr {
    top: auto;
    left: 0;
    margin: auto;
    width: 100%; 
	  height: auto;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .application_bnr a {
    width: 50%;
  }
  .application_bnr a:nth-of-type(n + 2) {
    margin-top: 0;
  }
}