@font-face {
  font-family: 'yasuda';
  src:  url('yasuda.eot?ll108v');
  src:  url('yasuda.eot?ll108v#iefix') format('embedded-opentype'),
    url('yasuda.ttf?ll108v') format('truetype'),
    url('yasuda.woff?ll108v') format('woff'),
    url('yasuda.svg?ll108v#yasuda') format('svg');
  font-weight: normal;
  font-style: normal;
}
.big_image {
	text-align: right;
	margin-top: 10px !important;
	padding-top: 0px;
	cursor: pointer;
	margin-bottom: 10px;
}
.big_image > *:before {
	margin-right: 10px;
	font-size: 120%;
}
#zoom_img {
	width: 100%;
	height: 100%;
	display: table;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000;
	background-color: rgba(0,0,0,0.50);
}
#zoom_img > div {
	display: table-cell;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	text-align: center;
	vertical-align: middle;

}
#zoom_img > div > ul {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
}
#zoom_img > div > ul > li {
	color: #FFFFFF;
}
#zoom_img > div > ul > li:nth-child(2) {
	margin-top: 10px;
	text-align: center;
}


#zoom_img > div > ul > li > img {
	width: auto;
	max-width: 100%;
	/*border: 5px solid #FFFFFF;*/
	border-radius: 5px;
}
#zoom_img > div > ul > li > .yasuda-cross {
	cursor: pointer;

}
#zoom_img > div > ul > li > .yasuda-cross:before {
	margin-right: 10px;
}









[class^="yasuda-"], [class*=" yasuda-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'yasuda' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.yasuda-zoom-in:before {
  content: "\e987";
}
.yasuda-zoom-out:before {
  content: "\e988";
}
.yasuda-cancel-circle:before {
  content: "\ea0d";
}
.yasuda-cross:before {
  content: "\ea0f";
}
