@charset "UTF-8";

/* ------------------------------
 Consultation1
------------------------------ */

div.img-left{
	clear:right;
	width:90px;
	float:left;
	margin-bottom:10px;
}

div.text-right{
	width:580px;
	float:right;
	margin-bottom:10px;
}

/* table.list
------------------------------------------------------------ */
table.list th{
	padding:5px;
	color:#fff;
	background:#f68d05;
	border:1px solid #fff;
	margin:3px;
}

table.list td{
	padding:5px;
	border:1px solid #fff;
	background:#f7e1c4;
	margin:3px;
	text-align:center;
}

table.list th.col2{
	background:#ff6666;
}

table.list td.col2{
	background:#f7d0d0;
}
