@charset "shift_jis";
/* CSS Document */

.tbl-lineup {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.tbl-lineup td {
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

#order {
	margin-left: 20px;
}

#order .productname {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 15px;
}

#order .price {
	font-size: 12px;
	color: #FFFF00;
	margin-bottom: 5px;
}

#order .details {
	font-size: 10px;
	color: #CCCCCC;
	margin-bottom: 10px;
}

#order .tekigolist {
	margin-left: 20px;
}

