@charset "utf-8";

/*~~*/

body {
	display: flex;
	flex-direction: column;
}

header {
	background: #f5f5f5;
	border-bottom: 1px solid #e1e1e1;
}

main {
	margin-bottom: 25px;
}

footer {
	margin-top: auto;
}

/*~~*/

#exhibitor dl.item > dt {
	margin-top: 25px;
	margin-bottom: 15px;
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	background: linear-gradient(to bottom, #e1e1e1, #f5f5f5);
}

#exhibitor dl.subitem dt {
	margin-top: 15px;
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	background: #f5f5f5;
}

#exhibitor dl.subitem dd {
	text-align: center;
	margin-top: 15px;
}

/*~~*/

/*
SP
*/
/*////////////////////////////////////////////////////////////////////////////*/
@media all and (max-width: 768px) {
	/*
	*/


	/*
    */
}
/*////////////////////////////////////////////////////////////////////////////*/

/*
PC
*/
/*////////////////////////////////////////////////////////////////////////////*/
@media all and (min-width: 769px) {
	/*
	*/
	#exhibitor dl.subitem {
		display: flex;
		justify-content: space-between;
	}
	/*
    */
}
/*////////////////////////////////////////////////////////////////////////////*/
