@charset "utf-8";
/* CSS Document */

#gallery .galleryDesc {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.5em;
}
#gallery .textCenter {
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
}

.imgBox {
	max-height: 100%;
	/* [disabled]max-width: 10.2em; */
	background: #96ECF5;
	padding: 1em;
	/* [disabled]float: left; */
	border: .2em double #10A3B5;
	margin: 2% auto;
	/* [disabled]width: 10.2em; */
	font-size: 0.8em;
	height: 20em;
}
.imgBoxR {
	max-height: 100%;
	/* [disabled]max-width: 10.2em; */
	background: #96ECF5;
	padding: 1em;
	/* [disabled]float: left; */
	border: .2em double #10A3B5;
	margin: 2% auto;
	/* [disabled]width: 10.2em; */
	font-size: 0.8em;
	height: 24em;
}
.imgBox4 {
	max-height: 100%;
	/* [disabled]max-width: 10.2em; */
	background: #96ECF5;
	padding: 1em;
	/* [disabled]float: left; */
	border: .2em double #10A3B5;
	margin: 2% auto;
	/* [disabled]width: 10.2em; */
	font-size: 0.9em;
	height: 18em;
}
.imgBox button {
	display: inline;
	/* [disabled]white-space: nowrap; */
	padding: 2%;
	margin-top: 0.3em;
	/* [disabled]background: #b8f0f8; */
}

#gallery section .image-row .image-set {
	width: 13em;
	/* [disabled]position: relative; */
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]float: left; */
	display: inline-block;
	padding: 1.0%;
}

#gallery section .image-row {
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	/* [disabled]display: inline-block; */
	text-align: center;
	/* [disabled]max-width: 100%; */
}
form input  {
	margin-top: 0.2em;
	/* [disabled]display: block; */
	margin-right: auto;
	margin-left: auto;
}
.red  {
	color: #F00;
}
.new {
	color: #F00;
	margin-top: 0.25em;
	/* [disabled]z-index: 10000; */
	position: absolute;
	margin-left: 1em;
	/* [disabled]margin-right: auto; */
	/* [disabled]text-align: center; */
}
.imgBoxR form table {
	text-align: center;
	display: block;
	margin-left: 1em;
}
.imgBoxR form table tr td input {
	width: 6em;
}
.redSpecial {
	font-size: 1.2em;
	text-decoration: none;
	font-weight: 100;
	color: rgba(204,0,0,1);
	text-align: center;
}
.centerText {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}