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

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

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

	activityList

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

/* activityList -------------*/
.activityList ul {}
.activityList li {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.activityList li span {
	display: block;
	float: left;
}
.activityList li span.dat {
	color: #999999;
	background-image: url(../_img/activity/activity_li_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	width: 110px;
}
.activityList li span.cat {
	color: #999999;
	width: 90px;
}
.activityList li span.tag {
	color: #999999;
	width: 90px;
}
.activityList li span.tit {
	width: 295px;
}
.activityList li span.tit a {
	font-weight: bold;
}
.box {
	border: 1px solid #CCCCCC;
}
.box h4 {
	margin: 0px!important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.box .entry {
	padding: 10px;
}
.box .header {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #999999;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.box .header .le {
	float: left;
}
.box .header .ri {
	float: right;
}





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

