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

.clear {
clear:both;
}


* { zoom: 1; }

/* -----IE7 ----- */
*:first-child+html ol{
	padding-left : 2em;
}
/* -----IE6 ----- */
*html ol{
	padding-left : 2em;
}

/* -----IE7 ----- */
*:first-child+html ol, li { zoom: normal; }

/* -----IE6 ----- */
*html ol, li { zoom: normal; }



.clearfix:after {  
    content: ".";  
     display: block;       
	 visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
     line-height: 0;  
   clear: both;  
 }
 
 .clearfix {
 display: inline-block;
 }
 
 h4 {
	 color:#daa520;
	 margin-top:10px;
 }
 

p.read, ul.zairyou,ol.process {
	color:#333;
	line-height:1.8;
}

p.read {
	/* width:355px; ボックスをオーバーしていたためコメントアウト*/
}

h3.zairyou_title {
	color:#daa520;
	font-weight:bold;
	font-size:100%;
	margin-left:-10px;
	margin-top:20px;
	line-height:1.5;
}


ul.zairyou {
	list-style:none;
	width:285px;
	color:#666;
	margin-top:-10px;
}

ul.zairyou li {
	width:285px;
	border-bottom:#CCC dotted 1px;
	font-weight:bold;
	position:relative;
	line-height:2;
	padding:3px 0px;
}

div.zai {
	
	width:205px;
	float:left;
	
}

div.amount {
	width:80px;
	float:right;
	text-align:right;
	
}


ul.zairyou2 {
	list-style:none;
	width:245px;
	color:#666;
	margin-left:40px;
}

ul.zairyou2 li {
	width:245px;
	line-height:2;
}

div.zai2 {
	
	width:145px;
	float:left;
	
}

div.amount2 {
	width:80px;
	float:right;
	text-align:right;
	
}

h3.process_title {
color:#daa520;
	font-weight:bold;	
	font-size:100%;
	margin-left:-10px;
	margin-top:20px;
}

ol.process {
	margin: -5px 0 0 20px;
	list-style-type:decimal;
	width:490px;
}

/* -----IE7 ----- */
*:first-child+html ol.process{
	width:470px;
}

/* -----IE6 ----- */
*html ol.process{
	width:470px;
}
ul.zairyou2 li.last {
	border-bottom:none;
}