@import url("./update/news.css");
@import url("./update/new-item.css");
@import url("./update/shop-news.css");

/*
 * update.css
 */

.update dl {
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}

.update dt {
	margin: 1em 0;
	font-weight: bold;
}

/*
===============================================================================
HACK
===============================================================================
*/

/* clear Fix */

.update dl
{
	overflow:hidden;
}

.update dl:after
{
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}

/*\*/
* html .update dl
{
	height:0;
	overflow:visible;
}
/**/
