@charset "Shift_JIS";
/* CSS Document */

/* ---------------------------------------------------

「料金」(charge.html)ページ用のローカルCSS

--------------------------------------------------- */


/* コンテンツ部-----------------------------　*/


div#contents div#mainBox {
	padding-top:32px;
	padding-bottom:32px;
}

/*左右2段組*/
div#contents div#mainBox div#zeimu {
	width:400px;
	float:left;
}

div#contents div#mainBox div#sozoku {
	width:400px;
	float:right;
}


/*テーブル装飾*/


table.priceTable {
	border:#999 1px solid;
	margin-bottom:30px;
}
table.priceTable th {
	border:#999 1px solid;
	padding:2px;
	background:#6CF;
	text-align:left;
}
table.priceTable td {
	border:#999 1px solid;
	padding:2px 4px;
}

table.priceTable td.pricing {
	text-align:right;
	color:#C00;
	font-size:14px;
	font-weight:bold;
}

/*左側の表*/

div#zeimu table.priceTable {
	width:400px;
}

div#zeimu table.priceTable th {
	width:40%;
}


/*右側の表*/

div#sozoku table.priceTable {
	width:400px;
}

div#sozoku table.priceTable th {
	width:50%;
}



/*お客様の声*/

div#customersVoices {
	border-top:#09C 1px dotted;
}

div#customersVoices p.voice {
	margin-bottom:16px;
	border-left:#09C 4px solid;
	padding-left:4px;
	color:#069;
}


































