@charset "utf-8";
/* CSS Document */

.curojo {
	cursor: url("../images/hand.cur"), auto;
}
.marojo {
	margin: 10px 10px 30px 10px;
	cursor: url("../images/hand.cur"), auto;
}

.lst ul {
	list-style-type: none; 
	margin: 0; 
	font-weight: 600;
	font-size: 18px !important;
}
.lst ul li {
	padding: 0 0 0.5em 0;
}
.lst ul li:before {
	content: "\007C \0020";
}

#content figure {
	clear: both; 
	max-width: 300px;
}
#content figure.sa {
	max-width: none;
}

img.soo {
	object-fit: contain;
	object-position: center;
	background: #000;
	max-width: 300px !important;
	max-height: 200px !important;
}

.mfp-iframe-holder .mfp-content {
	width: 520px !important;
	height: 420px !important;
}
