@charset "Shift-JIS";

/* --------------------------------------------------
  consultation detail layout
-------------------------------------------------- */

/* pagettl_img */
div.pagettl_img{
	margin-bottom:2em;
}

/* ttl */
h3#soudan_cont01_ttl{
	background: url(img/soudan_cont01_ttl.png) no-repeat;
}
h3#soudan_cont02_ttl{
	background: url(img/soudan_cont02_ttl.png) no-repeat;
}


/* consultation_detail01 */
#content div.section_common div.consultation_detail01 div.consultation_detail01_txt{
	width: 364px;
	float: left;
}
#content div.section_common div.consultation_detail01 div.consultation_detail01_txt p{
	margin: 0.5em 10px;
}
#content div.section_common div.consultation_detail01 div.consultation_detail01_txt div.point {
	background: url(img/soudan_chklist.gif) no-repeat;
	overflow:hidden;
	height: 31px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding: 8px 5px 0 30px;
}

#content div.section_common div.consultation_detail01 div.consultation_detail01_consul{
	border: 1px solid #ccc;
	width: 280px;
	float: right;
}
#content div.section_common div.consultation_detail01 div.consultation_detail01_consul div.consul_ttl,
#content div.section_common div.consultation_detail01 div.consultation_detail01_consul p.consul_name{
	margin: 0 15px;
}
#content div.section_common div.consultation_detail01 div.consultation_detail01_consul p.consul_info{
	margin: 0.5em 15px;
}


/* consultation_reg */
div.consultation_reg{
	text-align: center;
	margin: 2em 0 1em 0;
}


/* consultation_detail_tbl */
table.consultation_detail_tbl{
	width: 100%;
	margin: 1em 0;
}
table.consultation_detail_tbl th,
table.consultation_detail_tbl td{
	font-weight: normal;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px 10px;
}
table.consultation_detail_tbl th{
	width: 100px;
	background-color: #eee;
}
table.consultation_detail_tbl td.sche_day{
	text-align:center;
	background-color:#f6f6f6;
	width:100px;
}

.section_common table tr td span.consultation_detail_flag01{
	font-size:11px;
	color:#f00;
	padding:0 1em;
}
.section_common table tr td span.consultation_detail_flag02{
	font-size:11px;
	color:#446ecc;
	padding:0 1em;
}

