/*----------------------------------------------------
	Basic
----------------------------------------------------*/
div.val_t{
	display:table-cell;
	vertical-align:top;
}

.bl_cen {
    margin-left: auto;
    margin-right: auto;
}

/*----------------------------------------------------
	table&index
----------------------------------------------------*/
.radius-table tr:last-child>*:last-child{
    border-radius: 3px;
}

.si_idx {
	color: #FFF;
	font-weight: bold;
	padding: 8px 0 8px;;
	padding-left: 16px;
}

.si_ico_set {
    vertical-align: -1px;
    width: 12px;
    height: 12px;
    opacity: 1;
    margin-right: 4px;
	margin-left: 10px;
}

.box_area {
	display: inline-block;
	margin-right: 6px;
	padding: 5px 4px 2px;
	font-size: 14px;
	line-height: 100%;
	border-radius: 3px;
	background-color: #FFF;
}


/*----------------------------------------------------
	Line
----------------------------------------------------*/
hr.smline {
	border-width: 276;
	border-style: dotted;
	border-width: 1px;
	color: #C0C0C0;
	height:1px;
}


/*----------------------------------------------------
	Link
----------------------------------------------------*/
a.sm:link {
	font-size: 10pt;
	text-decoration: none;
	color: #333333;
}

a.sm:visited {
	font-size: 10pt;
	text-decoration: none;
	color: #333333;
}

a.sm:active {
	font-size: 10pt;
	text-decoration: none;
	color: #003E92;
}

a.sm:hover {
	font-size: 10pt;
	text-decoration: none;
	color: #003E92;
}

a.sm.downlink:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
