@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_whats_new.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 0000-00-00
	---------------------------------------------------------------------------------------------*/

@import url(reset.css);
@import url(common.css);

/* ================================================

	contentsBox

=================================================*/

/* contentsBox -------------*/
#contentsBox {
	background-image: url(../_img/whats_new/contents_frame_bg_top.jpg);
	background-repeat: no-repeat;
}

/* ================================================

	contentsBoxHeader

=================================================*/
/* contentsBoxHeader -------------*/
#contentsBoxHeader {
	height: auto;
	padding-bottom: 10px;
}
#contentsBoxHeader h1.design {
	float: none;
	display: block;
	font-size: 166%;
	font-weight: bold;
	color: #EA66A0;
	background-image: url(../_img/shops/h1_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	line-height: 120%;
}


/* ================================================

	whatsNewArea

=================================================*/

/* whatsNewArea -------------*/
#whatsNewArea {}
#whatsNewArea ul {
	background-image: url(../_img/index/wn_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#whatsNewArea ul li {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D0D0D0;
	border-right-color: #D0D0D0;
	border-bottom-color: #D0D0D0;
	border-left-color: #D0D0D0;
}
#whatsNewArea ul li.first {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
}
#whatsNewArea ul li span {
	display: block;
	float: left;
}
#whatsNewArea ul li span.date {
	width: 80px;
	padding-left: 10px;
}
#whatsNewArea ul li span.category {
	width: 50px;
}
#whatsNewArea ul li span.text {
	width: 480px;
}
#whatsNewArea ul li span.text a {
	color: #EB63A3;
	text-decoration: none;
}
#whatsNewArea ul li span.text a:hover {
	color: #FFCC00;
}



/* clearfix
---------------------------------------------------------------------------------------------*/
#whatsNewArea ul li:after
	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#whatsNewArea ul li
	{ display: inline-table; min-height: 1%; }
/* Hides from IE-mac */
* html #whatsNewArea ul li
	{ height: 1%; }
#whatsNewArea ul li
	{ display: block; }
/* End hide from IE-mac */


