@charset "utf-8";

.exhibitionListArea {
	width:95%;
	margin:2em auto;
}



.exhibitionListArea dl dd.buttonArea {
	text-align:center;
}

.exhibitionListArea dl {
	/*border-bottom:5px solid #efefef;*/
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	background:#efefef;
	padding-bottom:1em;
	margin-bottom:1.5em;
}

.exhibitionListArea dl dt {
	/*background:linear-gradient(#ffffff, #dadade);*/
	font-size:120%;
	font-weight:bold;
	background:#c9c9c9;
	border-bottom:5px solid #333;
	padding:.5em 1em .25em 1em;
	margin-bottom:1em;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
}






.exhibitionListArea dl dd.productList ul {
	list-style:inside none;
	margin:1em;
	padding:0;
}

.exhibitionListArea dl dd.productList ul li {
	margin-bottom:0.5em;
	padding-left:25px;
	background:url(../images/uldot_bl.png) no-repeat;
}

img.buttonArea_logo {
	margin:1.5em 1em 1em 0;
	width:90%;
	max-width:200px;
	height:auto;
}

button.button__detail {
	border:1px solid #111;
	padding:.25em 1em;
	font-size:110%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:linear-gradient(#ffffff, #dadade);
	margin:0 1em 1em 1em;
}







@media only screen and (min-width:796px) {
	
.exhibitionListArea .table_tr{
	display:table;
	table-layout: fixed;
	width:95%;
	border-collapse:separate;
    border-spacing: 8px;
}

.exhibitionListArea dl {
	width: 48%;
	display:table-cell;
}
	


}


@media only screen and (max-width:500px) {
	.exhibitionListArea dl {
		float:none;
		width: 100%;
	}

}


	