/* Updated 2010/06/09,E */

	@import "/common_css/default_wide.css";
	@import "/common_css/component_wide.css";
	@import "/kojin/loan/cardloan/css/cardloan_comp.css";
	
/*[/kojin/loan/cardloan/details.html]　データテーブル*/

#contents table.t_group {

	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_group th {
	background-color: #EEEEEE;
	border-bottom: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	padding: 5px 5px 0px 5px;
	width: 16%;
}

#contents table.t_group th.smbc {
	background-color: #D3FFA6;
	width: 28%;
}

#contents table.t_group th.atloan {
	background-color: #FFD7DE;
	width: 28%;
}

#contents table.t_group th.promise {
	background-color: #FFFF99;
	width: 28%;
}

#contents table.t_group td  {
	border-bottom: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	padding: 5px 5px 0px 5px;
	text-align: center;
}

#contents table.t_group img {
	margin-bottom: 5px;
}

/*[/kojin/loan/cardloan/info/detail/index.html]　データテーブル*/
#contents table.t_detail {
	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_detail th {
	background-color: #EEEEEE;
	border-bottom: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	font-weight: normal;
	padding: 5px 5px 0px 5px;
	width: 25%;
	text-align:center;
}

#contents table.t_detail td  {
	border-bottom: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	padding: 5px 5px 0px 5px;
	width: 75%;
}

#contents table.t_detail td.td01  {
	text-align: left;
}

/*[/kojin/loan/cardloan/kinri/index.html]　データテーブル*/
#contents table.t_kinri {
	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_kinri th {
	background-color: #FE9;
	border-bottom: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	font-weight: normal;
	padding: 5px 5px 0px 5px;
}

/* Updated▼ 2010/06/09,E */
#contents table.t_kinri td  {
	border-bottom: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	padding: 5px 5px 0px 5px;
	text-align: center;
	white-space:nowrap;
}

#contents p.ind01 {
	padding-left:1.5em;
	text-indent:-1.5em;
}

/* Updated▲ 2010/06/09,E */

#contents div.indentdiv {
	padding-left:1em;
}

/* 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 */