@charset "utf-8";
/*
--------------------------------------------------------
Title:PCA2検索結果用CSS
Contents:
1.

supplement:

Lastupdate:5/20/2010
producer:koizumi
Copyright OPENWEBSYSTEM
--------------------------------------------------------
*/


/*=====　　=====*/
#search {
	overflow: hidden;
	margin-bottom: 16px;
}

h4 {
	margin-top: 48px;
	margin-bottom: 8px;
	padding: 4px;
	background: #f5f5f5;
	font-size: smaller;
	font-weight: bold;
	text-align: center;
}

/*カテゴリ検索の一覧表示*/
ul.categorylist {
}
ul.categorylist li {
	display: inline;
	margin-right: 1em;
	line-height: 2em;
}

table.categorylist {
	width: 100%;
}
table.categorylist td {
	padding: 10px;
}



/*=====カテゴリー検索結果=====*/
table.itemdatalist {
	width: 100%;
	margin-bottom: 24px;
	border-collapse: collapse;
}
table.itemdatalist th {
	padding: 4px 8px;
	font-weight: bold;
	text-align: left;
}
table.itemdatalist td {
	padding: 2px 8px 8px;
	border-bottom: #999 dotted 1px;
}

table.itemdatalist td.itemlistimg {
	overflow: hidden;
	width: 80px;
	padding-top: 8px;
	text-align: center;
	vertical-align: middle;
}

/*-------------------*/
div.priority_first, div.priority_second {
	padding: 8px;
}
div.priority_third, div.priority_normal {
	padding: 0 8px;
}

/*---------- 最優先の場合 ----------*/
em.sp_first {
	display: block;
	padding: 8px 8px 0;
	background: #E4F2F2;
	color: #666;
	font-size: 12px;
}

div.priority_first {
	margin-bottom: 24px;
	background: #E4F2F2;
}

div.priority_first table.itemdatalist {
	margin-bottom: 1px;
}
div.priority_first table.itemdatalist td {
}

/*---------- 優先の場合 ----------*/
em.sp_second {
	display: block;
	padding: 8px 8px 0;
	background: #f9f9f9;
	color: #666;
	font-size: 12px;
}

div.priority_second {
	margin-bottom: 24px;
	background-color: #f9f9f9;
}
div.priority_second table.itemdatalist {
	margin-bottom: 1px;
}

/*---------- 少し優先の場合 ----------*/
em.sp_etc {
	display: block;
	padding: 8px 8px 0;
	color: #666;
	font-size: 12px;
}


/*=====endカテゴリー検索結果=====*/


/*関連クチコミ表示*/
div#relation-word {
	margin-bottom: 24px;
}
div#relation-word dl {
	float: left;
	width: 158px;
	height: 120px;
	margin-right: 16px;
	margin-bottom: 12px;
	border: #CCC solid 1px;
}
div#relation-word dl dt {
	padding: 4px;
	background: #e5e5e5;
	font-weight: bold;
}
div#relation-word dl dd {
	padding: 4px;
	border-top: #CCC dotted 1px;
}