@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 一覧
  

******************************************************************************* */


/* ==

　01. 一覧

=============================================================================== */
.list_cnts{ margin:4px 0 0; }
.list_cnts p{
	width:230px;
	margin:0 8px 6px 0;
	padding:4px;
	background-color:#f3f3f3;
	line-height:1.3;
	float:left;
	position:relative;
}
.list_cnts p.lastChild{ margin-right:0; }

.list_cnts p a{
	width:228px;
	min-height:135px;
	padding:0;
	background-color:#fff;
	background-position:left top;
	background-repeat:no-repeat;
	border:1px solid #d9d9d9;
	color:#666;
	display:block;
}
* html .list_cnts p a{ height:135px; }
.list_cnts p span{ padding:5px 10px; display:block; }

.list_cnts p a:link, .list_cnts p a:visited{ border:1px solid #dadada; color:#666; text-decoration:none; }
.list_cnts p a:hover, .list_cnts p a:active{ border:1px solid #ff6600; color:#666; }


.list_cnts p span.new{
	padding:0;
	display:block;
	position:absolute;
	top:6px;
	right:6px;
}


@media print{
	* html .list_cnts p{ margin-right:7px; }
	* html .list_cnts p span.new{ top:10px; }
}

