@charset "utf-8";
/**
 * Free（無料相談会）
 * @author  yamazaki@re-set.ne.jp(2009.02)
 * @version 1.0.0
 * @update  
 */

#details{
	clear:both;
	padding:10px 10px 20px;
	background:url(../img/main_back.jpg) no-repeat bottom right #E8ECE8;
}

.end{
	font-size:18px;
	color:#B3090B;
	font-weight:bold;
}

table#list{
	width:100%;
	border: 0px;
  border-collapse: collapse;
  border-spacing: 0;
}

table#list th {
		width: 80px;
    padding: 3px 3px 15px;
    font-weight: normal;
    line-height: 140%;
    text-align: left;
		vertical-align: top;
}

table#list td {
    padding: 3px 3px 15px;
    font-weight: normal;
    line-height: 140%;
    text-align: left;
		vertical-align: top;
}

