#button a img{
	margin:0;
}

.container{
	overflow:hidden;
	margin:0 auto;
	padding:0;
}

#slide {
	width:750px;
	margin:30px auto 30px;
	padding:20px;
	clear:both;
	background-color:#fff;
	box-shadow:0px 0px 30px #A2A2A2;
}

.main_image{
	width:750px;
	height:420px;
	background:#333;
	position:relative;
	overflow:hidden;
	color:#fff;
	margin:0 auto;
	border:1px solid #8F8F8F;
		-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}

.main_image h2{
	font-size:25px;;
	font-weight:normal;
	margin:0;
	padding:10px;
	word-wrap: break-word;
}

.main_image h2 br {
	display:none;
}

.main_image h3{
	font-size:21px;;
	font-weight:normal;
	margin:0 auto 0px;
	padding-left:10px;
	word-wrap: break-word;
}

.main_image h3 br {
	display:none;
}

.main_image p{
	font-size:17px;
	padding:20px 10px 0;
	margin:0 0 10px;
	line-height:1.4em;
}

.block small{
	padding:0 0 0 20px;
	background:url("images/icon_cal.gif.html") no-repeat 0 center;
	font-size:1em;
}

.main_image .block small{
	margin-left:10px;
}

.main_image .desc{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	display:none;
}

.main_image .block{
	width:100%;
	background:#111;
	border:1px solid #000;
}

.main_image a.collapse{
	background:url("files/exhibition/close.png") no-repeat left top;
	height:30px;
	width:30px;
	text-indent:-99999px;
	position:absolute;
	top:-27px;
	right:20px;
}
	
.main_image a.show{
	background-position:left bottom;
}

.image_thumb{
	margin:0px auto 10px;
	width:1040px;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	background-color:#FFE8E8;
}

.image_thumb img{
	border: 1px solid #ccc;
	margin-left: 2px;
	background: #fff;
	float: left;
	height: 50px;
	right: 0px;
	margin-right: -8px;
}

.image_thumb ul{
	padding:10px;
	background-color:#fff;
	box-shadow:0px 0px 30px #A2A2A2;
	display:flex;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    	display:-ms-flexbox;/*--- IE10 ---*/
    	display:-webkit-flex;/*--- safari（PC）用 ---*/
	 -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
    	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}

.image_thumb ul li{
	margin:0px;
	padding-top:20px;
	padding-bottom:5px;
	padding-left:5px;
	background:#fff url("images/nav_a.gif.html") repeat-x;
	width:250px;
	height:75px;
	outline:solid 1px #CDCDCD;
	list-style:none;
}

.image_thumb ul li.hover{
	background:#95ECFF;
	cursor:pointer;
}

.image_thumb ul li.active{
	background:#36BDEF;
	cursor:default;
}

html .image_thumb ul li h2{
	font-size:16px;
	margin:5px 0;
	padding:0;
	word-wrap: break-word;
}

html .image_thumb ul li h3{
	font-size:14px;
	margin:0px;
	padding:0;
	word-wrap: break-word;
}

.image_thumb ul li .block{
	float:left;
	padding:0;
	margin-left:10px;
}
	
.image_thumb ul li p{
	display:none;
	font-size:18px;
}
