@charset "utf-8";

/*--------------------------------------
	Style Name : Consultation Style Sheet

	primary
--------------------------------------*/


/*--------------------------------------
	div#primary
--------------------------------------*/

#primary div.section .inquiry-block {
	margin:1.5em 0;
	text-align:center;
}

#primary #section-01 ul.inquiry-block li {
	margin-bottom:5px;
}

#primary #section-02 div.section div.time-line {
	margin:2px 1em 1em 2px;
	float:left;
	display:inline;/* for IE6 */
	width:140px;
}

#primary #section-02 div.section div.time-line table {
	width:100%;
	border:2px solid #666;
	line-height:1.2;
}

#primary #section-02 div.section div.time-line table th,
#primary #section-02 div.section div.time-line table td {
	padding:4px;
	border:1px solid #aaa;
	text-align:center;
}

#primary #section-02 div.section div.time-line table th {
	background-color:#e7fbe6;
}

#primary #section-03 div.lead p {
	margin:2em 0;
}

#primary #section-03 div.section dl dt {
	color:#3dab39;
}

#primary #section-03 div.section dl dd {
	margin-bottom:15px;
}

