@charset "UTF-8";

/*
ja_JP
*/

.location {
	margin: 0;
}
/* =========================================================
list
========================================================= */
#list table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#list table tr {
	border-bottom: 1px solid #ccc;
}
#list table tr:hover {
	background-color: #efefef;
}
#list table td {
	text-align: left;
	padding: 5px;
}

#list table td.title {
	line-height: 1.4;
	border-bottom: 1px solid #dcdcdc;
	width: 100%;
}
#list table td.title a {
	display: block;
}
#list table td.title ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#list table td.title li {
	float: left;
	color: #666;
	line-height: 100%;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	margin-left: 10px;
}
#list table td.title li div {
	display: inline;
	margin-left: 5px;
}
#list table td.title li:first-child {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}
#list table td.title .subject {
	clear: left;
	font-weight: bold;
	padding: 5px 0 0 0;
}
#list table td.title .new {
	background: url(/img/common/common/icon_new.gif) no-repeat 0 2px;
	padding-left: 26px;
}

/* -----------------------------------------------
picture
----------------------------------------------- */
#list td.pic {
	text-align: center;
}
#list td.pic img {
	background-color: #efefef;
	border: 1px solid #efefef;
	max-width: 80px;
	max-height: 53px
}
#list td.pic img:hover {
	border: 1px #ffcc00 solid;
}
