/* "exchange.css" */
@charset "UTF-8";

#exchange_box {
	margin:				2rem 2rem 10rem 2rem;
	display:			none;
	font-size:			1.4rem;
}

#exchange_box #list > div {
	float:				left;
	margin:				10px;
}

#exchange_box a {
	background-color:	#e9eef8;
	border-radius:		12px;
	color:				#373f52;
	display:			block;
	font-size:			1.2em;
	padding:			7px 10px;
	text-decoration:	none;
	overflow:			hidden;
	text-overflow:		ellipsis;
	white-space:		nowrap;
	margin-bottom:		10px;
}

#exchange_box a:hover {
	color:				#0000ffb5;
}

#exchange_box .comment {
	clear:				both;
	color:				gray;
	font-size:			0.8em;
	margin-top:			20px
}

#exchange_box .title {
	font-size:			1.2em;
	font-weight:		bold;
	text-align:			center;
	margin-bottom:		15px;
}

#exchange_box .mtime {
	font-size:			1.4rem;
	margin-left:		10px;
}
