@charset "utf-8";

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



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

.exhibitionListArea dl {
	border-radius: 15px;
	background:#efefef;
	padding-bottom:1em;
	margin-bottom:1.5em;
	overflow: hidden;
}

.exhibitionListArea dl dt {
	font-size:120%;
	font-weight:bold;
	background:#c9c9c9;
	border-bottom:5px solid #333;
	padding:.5em 1em .25em 1em;
	margin-bottom:1em;
}






.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 .contents_main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.exhibitionListArea .contents_main dl {
	width: 49%;
}

}


@media only screen and (max-width:795px) {

.exhibitionListArea .contents_main {
	display: block;
}
.exhibitionListArea .contents_main dl {
	width: 100%;
}

}


	