@charset "utf-8";

/* CSS Document */

/* -------------------------------------------------------
				INDEX
------------------------------------------------------- */
div.chargebox{
	width:700px;
	width:700px;
	margin:20px auto 15px auto;
	padding-top:60px;
	border:1px solid #dfdfdf;
}
div#cbg01{
	background:url(../images/charge/charge_bg01.jpg) no-repeat;
}
div#cbg02{
	background:url(../images/charge/charge_bg02.jpg) no-repeat;
}
div#cbg03{
	background:url(../images/charge/charge_bg03.jpg) no-repeat;
}
div#cbg04{
	background:url(../images/charge/charge_bg04.jpg) no-repeat;
}
div#cbg05{
	background:url(../images/charge/charge_bg05.jpg) no-repeat;
}


table{
	width:680px;
	margin:0 auto 10px auto;
	background:#FFFFFF;
	border:1px solid #dfdfdf;
}
table tr.bgcolorf{
	background:#f0f0f0;
	}
table th{
	width:180px;
	padding:8px 5px;
	background:#f0f0f0;
}
table td{
	padding:8px 5px;
	background:#f0f0f0;
}
table td.detail{
	width:100px;
	text-align:center;
	background:#f0f0f0;
}
table td.first{
	width:220px;
	text-align:left;
	color:#FF0000;
	background:#f0f0f0;
}

table td.off{
	width:100px;
	text-align:center;
	color:#FF0000;
	background:#f0f0f0;
}
div.cbox_bottom{
	width:100%;
	height:20px;
	background:url(../images/charge/cbox_bttom.png) repeat-x left bottom;
}

/*オーダーメイド*/

table tr.bihadatit{
	background:#ee89a2;
	font-weight:bold;
}
table tr.bodytit{
	background:#99cccc;
	font-weight:bold;
}
table tr.maternitytit{
	background:#f4f979;
	font-weight:bold;
}

table#bihada th{
	background:#ffd1dc;
}
table#bihada td{
	background:#ffd1dc;
}
table#body th{
	background:#e0fefe;
}
table#body td{
	background:#e0fefe;
}
table#maternity th{
	background:#fcfed5;
}
table#maternity td{
	background:#fcfed5;
}



