@charset "utf-8";
/* =============================================================================
	exhibition.css
   =============================================================================
	2012-04-18 (Original)
   -------------------------------------------------------------------------- */

.unit-left {
	float: left;
	width: 380px;
	}
.unit-right {
	float: right;
	width: 335px;
	}
	.unit-right dl.first {
		border: none!important;
		}
		.unit-right dl.first dt,
		.unit-right dl.first dd {
			padding-top: 0!important;
			}
	.unit-right dl {
		clear: both;
		border-top: 1px dotted #d0cfcd;
		}
	.unit-right dt,
	.unit-right dd {
		float: left;
		padding-top: 10px;
		}
	.unit-right dt {
		width: 95px;
		}
		.unit-right dt span,
		.unit-right dd p {
			margin-bottom: 10px!important;
			}
		.unit-right dt span {
			border-left: 5px solid #00B24F;
			color: #00B24F;
			padding-left: 10px;
			font-weight: bold;
			}
	.unit-right dd {
		width: 240px;
		}
	.fullsize {
		width: 735px;
		}
	.fullsize dd {
		width: 625px;
		}


/* 連絡先 */
.exhibition-contact {
	border: 1px solid #d0cfcd;
	margin: 30px 0 10px;
	}
	.exhibition-contact th {
		background-color: #00b24f;
		color: #ffffff!important;
		}
	.exhibition-contact td {
		}


/* スライド関連 */
.img-canvas,
.img-canvas .canvas-front,
.img-canvas .canvas-front-img,
.img-canvas .canvas-back img,
.img-canvas .canvas-back .img {
	width: 380px;
	height: 250px;
	}
/* upd 2023.11.14 xe-que ブラーはcssで対応 */
.img-canvas .canvas-back .img {
	overflow: hidden;
	}
.img-canvas .canvas-back .img span {
	position: relative;
	display: block;
	width: 120%;
	height: 120%;
	left: -10%;
	top: -10%;
	filter: blur(5px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	}

.no-gallery-canvas-margin {
	margin-left: 0px!important;
	}
.gallery-canvas {
	float: left;
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
	}
	.gallery-canvas,
	.gallery-canvas .canvas-front,
	.gallery-canvas .canvas-front-img,
	.gallery-canvas .canvas-back img,
	.gallery-canvas .canvas-back .img {
		width: 230px;
		height: 230px;
		}
	.gallery-canvas {
		height: auto;
		}
	.gallery-canvas .canvas-front {
		position: absolute;
		z-index: 100;
		top: 0;
		left: 0;
		}
	.gallery-canvas .canvas-back {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		filter: alpha(opacity=25);
		-moz-opacity:0.25;
		opacity:0.25;
		}
	.gallery-canvas .caption {
		display: block;
		margin-top: 240px;
		padding: 0;
		text-align: center;
		font-size: 77%;
		}
	#info-primary .caption {
		font-size: 77%;
		height: 2.5em;
		padding-bottom: 0;
		}

.title {
	position: relative;
	}
	.title h1 span {
		display: block;
		font-size: 77%;
		color: #a59f95;
		}
	.title .badge {
		position: absolute;
		display: block;
		width: 100px;
		height: 9px;
		bottom: 30px;
		}
	.title .badge-close {
		right: 110px;
		}
	.title .badge-plan,
	.title .badge-collection,
	.title .badge-gallery {
		right: 0;
		/bottom: 54px;
		}

#info-primary {
	}

#info-secondary {
	}
	
#info-other {
	}