@charset "UTF-8";

/*======================================

	purchase.css
	
=======================================*/


div#lead{
	padding:10px 100px;
	line-height:2em;
}


/*infomation*/
div#infomation{
	clear:both;
	padding:10px 0 0 100px;
}
div#infomation h3{
	margin:10px 0;
}
div#infomation div.left{
	float:left;
	width:370px;
}
div#infomation div.left h4{
	float:left;
}
div#infomation div.left ul{
	float:right;
	margin:5px 0 0 0;
}
div#infomation div.left ul li{
	padding:5px 0;
}
div#infomation div.right{
	float:right;
	width:390px;
}



/* clearfix
=======================================*/
.clearfix:after {
  content: "."; 
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix{
  zoom:1;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


