	@import "/common_css/default_wide.css";
	@import "/common_css/component_wide.css";
	@import "/kojin/loan/cardloan/css/cardloan_comp.css";
	
	/*[/kojin/loan/cardloan/acm/index.html]　データテーブル*/
#contents table.t_acm01 {
	border-left: solid 1px #B4B4B4;
	border-top: solid 1px #B4B4B4;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px 0px 10px 0px;
	width: auto;
}

#contents table.t_acm01 th {
	background-color: #EEE;
	border-bottom: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	font-weight: normal;
	padding: 5px 5px 0px 5px;
	text-align: left;
}

#contents table.t_acm01 td  {
	border-bottom: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	padding: 5px 5px 0px 5px;
}

/*[/kojin/loan/cardloan/acm/index.html]　データテーブル2*/
#contents table.t_acm02 {
	border-left: solid 1px #B4B4B4;
	border-top: solid 1px #B4B4B4;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px 0px 10px 0px;
	width: 100%;
}

#contents table.t_acm02 th {
	background-color: #EEE;
	border-bottom: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	font-weight: normal;
	padding: 5px 5px 0px 5px;
	text-align: left;
	width: 25%;
}

#contents table.t_acm02 td  {
	border-bottom: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	padding: 5px 5px 0px 5px;
	width: 75%;
}

/* Updated▼ 2011/03/10,D */
#contents p.iwannamiddle {
    display: block;
    padding: 27px;
    text-align: center;
}

#contents p.iwannamiddle1 {
    display: block;
    padding: 17px;
    text-align: center;
}
/* Updated▲ 2011/03/10,D */
