@import url("/service/common/css/service.css");
/**
 * =========================================
 * prepaid Class lib
 * =========================================
 */


/*
======= list =======
*/
/* list_pre */
ul.list_pre01 {
	margin: 0;
	padding: 0;
}
ul.list_pre01 li {
	float: left;
	width: auto;
	margin: 0;
	padding: 0 10px 0 18px;
	list-style: none;
	white-space: nowrap;
	background: url(../img/ico_list01.gif) no-repeat 0 0.4em;
}

/*
======= table =======
*/
/* tbl_pre */
table.tbl_pre {
	width: 100%;
	margin: 0;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}
table.tbl_pre th,
table.tbl_pre td {
	padding: 2px 3px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}
table.tbl_pre tr.bg_b th,
table.tbl_pre tr.bg_b td {
	background: #f6faff;
}
/*----*/
table.tbl_pre.type01 {
	margin-bottom: 30px;
}
table.tbl_pre.type01 th {
	width: 30%;
}
table.tbl_pre.type01 td {
	width: 35%;
}
table.tbl_pre.type02 th {
	width: 16%;
}
table.tbl_pre.type02 td.td01 {
	width: 55%;
}

/*---- box ----*/
/* inbox */
.inbox01 {
	padding: 0 14px;
}
.inbox02 {
	padding: 0 60px;
}

.division04 dl,
.division04 dt,
.division04 dd {
	margin: 0;
	padding: 0;
}
.division04 dt {
	font-weight: bold;
}

/* h3_ico */
div.h3_ico {
	margin-bottom: 15px;
	padding: 4px 10px;
  color: #0b3361;
	background: url(../../../common201008/img/components/headingLv3_bg.gif) repeat 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url("/common201008/css/PIE.htc");
}
div.h3_ico h3 {
	display:table-cell;
	width: auto;
	margin-bottom:1px;
	font-size: 93%;
	vertical-align:middle;
}
div.h3_ico div.ico {
	display:table-cell;
	width: 37px;
	padding-right: 10px;
	margin-bottom:1px;
	vertical-align:middle;
	line-height:1;
}
* html div.h3_ico h3,
* html div.h3_ico div.ico {/* IE 6 */
	display:inline;
	zoom:1;
}
*+html div.h3_ico h3,
*+html div.h3_ico div.ico {/* IE 7 */
	display:inline;
	zoom:1;
}
div.h3_ico div.ico img {
	vertical-align: bottom;
}


/* box_detail */
.box_detail p {
	margin: 0;
	padding: 20px 0 0 14px;
}

/*
======= other =======
*/
.fs_b01 {
	color: #1f5fa8;
}
.fw_b {
	font-weight: bold;
}
.vli_m {
	vertical-align: middle;
}

