@charset "utf-8";

div#itemLineup {
	padding-bottom: 45px;
}

div#itemLineup div.textHead {
	background-image: url("/shared/img/others/dot_2x2.gif");
	background-position: 0 100%;
	background-repeat: repeat-x;
	padding-bottom: 8px;
}

div#itemLineup p.note {
	margin: 5px 10px 0;
}

div#itemLineup div.item {
	margin-top: 12px;
	margin-bottom: 20px;
	border: 1px solid #cbcbca;
	border-top-width: 4px;
	width: 683px;

	/* Crearfix */
}

div#itemLineup div.item div.image {
	float: left;
	width: 227px;
}

div#itemLineup div.item div.image p.icon {
	text-align: center;
}

div#itemLineup div.item div.image p.thumb {
	margin: 0;
	text-align: center;
}

div.iRec div#itemLineup div.item div.image p.icon {
	margin-top: 10px;
}

div.iRec div#itemLineup div.item div.image p.thumb {
	margin-top: 0;
}

div.iRec div#itemLineup div.item div.image p.type {
	margin-bottom: 0;
	margin-top: 5px;
}

div.iRcbasic div#itemLineup div.item div.image p.thumb {
	margin-top: 15px;
}

div.iRccubic div#itemLineup div.item div.image p.thumb {
	margin-top: 10px;
}

div#itemLineup div.item div.image p.type {
	margin: 10px 0;
	text-align: center;
}

div#itemLineup div.item div.image p.type span.caution {
	color: #bb010e;
	font-weight: bold;
}

div#itemLineup div.item table {
	float: left;
	width: 456px;
	height: 100%;
	table-layout: fixed;
}

div#itemLineup div.item table tr th,
div#itemLineup div.item table tr td {
	padding: 7px 5px;
	border-top: 1px solid #cbcbca;
	border-left: 1px solid #cbcbca;
	color: #333;
	font-size: 92%;
}

div#itemLineup div.item table tr th {
	background-color: #e9e9e9;
	font-weight: bold;
	text-align: center;
}

div#itemLineup div.item table tr td {
	overflow: hidden;
	word-break: break-all;
}

div#itemLineup div.item table tr.size td {
	text-align: center;
	vertical-align: middle;
	background-color: #f5f5f5;
}

div#itemLineup div.item table tr td.unite {
	text-align: center;
}

div#itemLineup div.item table.single {
	float: none;
	width: 100%;
}

/*-------------------------------------------------------------------

	Clearfix

-------------------------------------------------------------------*/

div#itemLineup div.item {
	_height: 1px;
	min-height: 1px;

	/* Only Mac IE \*//*/
	height: auto;
	display: inline-table;
	/**/
}

div#itemLineup div.item:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}