@charset "shift_jis";

div.collection_line {
	padding: 30px 0 30px 100px;
	border-bottom: 1px dotted #ccc;
	clear: both;
}

/* for modern browser */
div.collection_line {
  display: inline-block;
}

div.collection_line:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.collection_line {
  height: 1%;
}
div.collection_line {
  display: block;
}
/* End hide from IE-mac */



div.collection_line2 {
	padding: 30px 0;
	border-bottom: 1px dotted #ccc;
	clear: both;
}

/* for modern browser */
div.collection_line2 {
  display: inline-block;
}

div.collection_line2:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.collection_line2 {
  height: 1%;
}
div.collection_line2 {
  display: block;
}
/* End hide from IE-mac */




p.notice {
	width: 600px;
	text-align: right;
}

div.item_left,
div.item_right,
div.detail_left,
div.detail_middle,
div.detail_right{
	text-align: left;
	float: left;
}


div.item_left {
	margin-right: 45px;
}

div.item_right {
	margin-left: 45px;
}

div.collection_line2 .item_right {
	float: right;
	margin-left: 0;
}




div.detail_left,
div.detail_right{
	width: 300px;
}

div.collection_line p,
div.collection_line2 p,
div.collection_line table,
div.collection_line2 table {
	margin-bottom: 1.5em;
}

div.collection_line table td,
div.collection_line2 table td {
	padding-right: 10px;
	text-align: center;
}