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

div#main.tech_body div.section.cost_line {
	background:url(/tech/healthcare/cost/images/bg_cost_dot_line.png) no-repeat 100px 0px;
	padding-top:16px;
	padding-bottom:10px;
}

div#main.tech_body div.section.cost_line.first {
	background:none;
	padding-top:0px;
}

h3.label .number{
	vertical-align:-0.4em; margin-right:0.5em;
}

/*rolling_plan*/

.rolling_plan dt{
	padding:0.2em 1em;
	margin:0;
	border:#17873E 1px solid;
	background:#fff;
	width:5em;
	float:left;
	font-weight:bold;
	color:#17873E;
}
.rolling_plan dd{
	padding-left:8.5em;
}

/*maintenance_support*/
.maintenance_support li.support_link{
	float:left;
	width:226px;
	margin-bottom:20px;
	margin-right:21px;
}
.maintenance_support li.support_link.right{
	margin-right:0px;
}
.maintenance_support li.support_link.span-2{
	float:none;
	clear:both;
	width:473px;
}

.maintenance_support li.support_link a{
	display:block;
	padding:15px 18px;
	line-height:1.3;
	border-radius:6px;
	border:#17873E 1px solid;
	background:#fff;
	color:#17873E;
	text-decoration:none;
	font-size:114%;
	font-weight:bold;
}


/*border_top in kakomi*/
.border_top{
	padding:0.4em 0;
	margin-top:0.4em;
	border-top:#17873E 1px solid;
}


