@charset "shift_jis";

/**--------------------------------------------
 VIEW CARD　電話でのお問い合わせ【ビューカードセンター（お客さま相談室）】　CSS
 更新日:2013/01
--------------------------------------------**/

#main #telphone{
	border: #CC0000 solid 2px;
	padding: 10px;
	font-size: 120%;
	text-align: center;
}

#main table#cardcenter{
	border: #C2C2C2 solid 1px;
	border-collapse: collapse;
}
#main table#cardcenter th,
#main table#cardcenter td{
	border: #C2C2C2 solid 1px;
	padding: 10px 5px;
}
#main table .bg01{
	background-color: #e0ffff;
}
#main p.others{
	margin: 0 0 20px 0;
	font-weight: bold;
}

.indent03{
	padding-left: 2em;
	text-indent: -2em;
}