@charset "UTF-8";

@import url("common.css");
@import url("_list.css");


/*==table.list==*/
table.list {
	margin-left: 20px;
}
table.list td {
	padding: 0 15px 30px 0;
	width:267px;
	vertical-align:top;
}
table.list td img {
	display:block;
	float:left;
	border: solid #CCCCCC 1px;
}
table.list td .text {
	display:block;
	width:185px;
	float: right;
}
table.list td .text h4 {
	font-size:1.2em;
	line-height:1.3em;
	font-weight:bold;
	margin-bottom:0.5em;
	padding:2px 0 2px 2px;
	border-top:solid #CCC 1px;
	border-bottom:solid #CCC 1px;
	color: #2B4366;
}#main table.list td .text h4 a {
	text-decoration: none;	
}
table.list td .text p {
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:0;
}
table.list td .text em {
	color:#3A536B;
	display:block;
	font-style:normal;
	font-weight:normal;
	padding-left:6px;
	margin-top:6px;
	border-left:solid #D7DCE5 4px;
}
table.list td .text em .outOfStock {
	font-weight:bold;
	color:#FF0000;
}