@charset "Shift_JIS";

/*-------------------------------------------------
  == Website CSS Divider ==
  -------------------------------------------------
  File       : individual/line_up.css
  For        : /line_up/index.html
-------------------------------------------------*/

/*-----------------------------------------------*/
/* Page Style
-------------------------------------------------*/

div.series {
	float:left;
	width:360px;
	text-align:left;
}

/* product */
div.series dl {
	margin-top:25px;
	zoom:1;
}

div.series dl:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	line-height:0;
	visibility:hidden;
}

* html div.series dl {
	display:inline-table;
	/*\*/display:block;/**/
}

div.series dl dt {
	float:left;
	width:170px;
}

div.series dl dd {
	float:left;
	width:160px;
}

/* section */
div.section div.img_line_up {
	float:left;
	width:157px;
}

div.section div.explanation {
	float:left;
	margin-left:15px;
	width:485px;
}

div.section p.btn_lineup {
	text-align:right;
}
