@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------
   goodslist
---------------------------------------------------------------------------------------------------- */
.goodslist	{
	margin-bottom: 20px;
}

.goodslist dt	{
	margin-bottom: 10px;
	padding-bottom: 7px;
}

.goodslist dd ul li	{
	float: left;
	margin-right: 11px;
}

.goodslist dd ul li.turn	{
	margin-right: 0px;
}


/* goodslist001
---------------------------------------------------------------------------------------------------- */
#goodslist001 dt	{
	background: url(../common/contents_line001.gif) no-repeat;
	background-position: left bottom;
}


/* goodslist002
---------------------------------------------------------------------------------------------------- */
#goodslist002	{
	padding-top: 20px;
	padding-bottom: 12px;
	background: url(../goods/images/cashflow_bg001.gif) no-repeat;
}

#goodslist002 dt	{
}

#tutorial	{
	padding-top: 53px;
}


/* goodslist003
---------------------------------------------------------------------------------------------------- */
#goodslist003	{
	padding-top: 8px;
}

#goodslist003 dt	{
	background: url(../common/contents_line001.gif) no-repeat;
	background-position: left bottom;
}


/* ----------------------------------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------------------------------- */
.goodslist dd ul:after	{
	content: ".";
	display: block;
	clear: both; 
	height: 0;
	visibility: hidden;
}

.goodslist dd ul	{
	display: block;
	#display: inline-block;
}

