@charset "utf-8";
/* CSS Document */

.txt01{
	width:680px;
	margin:1em auto;
	overflow:hidden;
	color:#0C3300;
}

#goods_table{
	width:100%;
}


#goods_table td{
	background-image:url(image/bg.png);
}

#goods_table td.null{
	background-image:none !important;
}

#goods_table td table{
	width:680px;
	margin:10px auto;
	overflow:hidden;
	font-size:12px;
}
#goods_table td table th{
	width:6em;
	text-align:left;
	vertical-align:top;
	padding-bottom:0.5em;
}
#goods_table td table td{
	vertical-align:top;
	padding-bottom:0.5em;
}



.used {
	padding:0 0 20px 0;
	border-bottom:1px dotted #CCCCCC;
	margin:0 0 20px 0;
}


.used ul li {
	width:280px;
	float:left;
	padding:20px 30px;
	list-style:none;
}


#used_table{
	width:100%;
	margin:10px auto;
	overflow:hidden;
	font-size:100%;	
	background-image:url(image/bg.png);
}

#used_table th{
	width:6em;
	text-align:left;
	vertical-align:top;
	padding:0.6em;
}
#used_table td{
	vertical-align:top;
	padding:0.6em;
}


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}