@charset "utf-8";

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

.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 {
	margin:0;
	/*display:inline-block;*/
	float:left;
}

.productH {
	font-weight:bold;
	margin:0 0 1em 1.5em;
}

.exhibitionListArea dl dd.productList {
	width:70%;
}

.exhibitionListArea dl dd.buttonArea {
	width:30%;
	text-align:right;
}

/*.buttonAreaInner {
	width:100%;
	margin:1.5em 1em 1em 0;
}*/

.exhibitionListArea dl dd.productList ul {
	list-style:inside none;
	margin:0 0 0 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 (max-width:500px) {
	.exhibitionListArea dl dd {
		float:none;
	}

	.exhibitionListArea dl dd.productList {
		width:100%;
	}

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

}


	