@charset "shift_jis";

/* [記載順序]----------------------------------------------
 00.既存CSS書き換え設定

 02.用語集設定
 03.オリジナルカード制作設定
 04.残高照会・引継／広告掲載設定
----------------------------------------------[記載順序] */

/*---------------------------------------------------------
 [00.既存CSS書き換え設定]
---------------------------------------------------------*/
body {
	line-height: 168%;
}

/*
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active  {
	color: #F57B32;
	text-decoration: underline;
}
a {
	overflow: hidden;
	outline: none;
}
*/

#wrap body{
	line-height: 1.8;
}


#wrap h2 {
	font-size: 24px;
	line-height: 1.4;
	padding: 25px 0 35px;
	background: url(/images/cmn/dotline_1.gif) repeat-x bottom;
}


#content h2 {
	font-size: small;
	padding: 0;
	font-weight: normal;
	background: none;
}


.mrg4 {
	margin: 15px 0 0 0;
}



.about span {
	font-size:100%;
}

.utility ol{
	margin:auto;
	padding-left:40px;
	list-style-type: decimal;
}
.utility ol li{
	list-style:inherit;
}
/*---------------------------------------------------------
 [02.用語集設定]
---------------------------------------------------------*/
.wording dt {
	margin:30px 0 10px;
	font-weight: bold;
}

/*---------------------------------------------------------
 [03.オリジナルカード制作設定]
---------------------------------------------------------*/
.orica_fee th {
	background-color: #EEEEFF;
	border-bottom: 1px solid #3062CB;
	border-right: 1px solid #3062CB;
	text-align: center;
}

.orica_fee td {
	padding:5px;
}
.corp th {
	padding: 4px 6px;
	vertical-align: top;
	width: auto;
}

/*---------------------------------------------------------
 [04.残高照会・引継／広告掲載設定]
---------------------------------------------------------*/
.settlementAdv {
	margin: 30px 0 0;
	text-align: center;
}



/*---------------------------------------------------------------------
　年.月.日		追加内容
　2010.04.14	 00.既存CSS書き換え設定
　2010.04.15	 02.用語集設定
　2010.04.15	 03.オリジナルカード制作設定
　2010.04.19	 01.トップページ設定
　2012.02.21	 04.残高照会・引継／広告掲載設定
---------------------------------------------------------------------*/