@charset "utf-8";
/* CSS Document */

#price h2 {
font-size:120%;
padding:0 8px;
margin:0 0 10px 0;
line-height:25px;
border-left:#F46C1E 3px solid;
background:#fadfc2;
}

#price p.txt {
padding:0 0 10px 0;
}

#price table {
margin:0 0 20px 0;
}

#price table caption {
text-align:left;
font-size:120%;
color:#f45900;
font-weight:bold;
margin:5px 0;
}

#price table th {
padding:4px;
background:#F3F3F3;
}
	#price table th.service {
	width:16%;
	}
	#price table th.info {
	width:47%;
	}
	#price table th.standard {
	width:37%;
	}
#price table td {
padding:4px;
}
	#price table td.nowrap {
	white-space:nowrap;
	}
	#price table td.priceDetails {
	color:#f45900;
	}

#price table td span {
font-size:10px;
}

#price table,
#price table th,
#price table td {
border: solid 1px #b3b3b3;
border-collapse: collapse;
}


/*------業務案件の委託・受託フィー-------*/

	#price table th.definition {
	width:23%;
	}
	#price table th.name {
	width:12%;
	}
	#price table th.type {
	}
	#price table th.picture {
	}
	#price table th.contents {
	width:18%;
	}
	#price table th.apply {
	width:14%;
	}

