﻿/* ======================================== トップページ*/
/*-------アイコンリンク-------*/

div.report_box:after {
	clear: both;
	height: 0.1px;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	content: "";
	width:220px;
	*width:250px;
	padding-left:0px;
	text-align:center;
}

ul.report_lists li {
	display:inline-block;
	font-size: 0.96em;
	line-height: 1.3;
	vertical-align:top;
	padding-left:5px;
	margin-right:0px;
	min-height:25px;
	margin-right: 5px;
	padding-left: 0;
	min-width:16px;

/display:inline;
/zoom:1;
	
}

ul.report_lists li a{
display:inline-block;	
	height: 22px;
	width: 16px;
}

ul li.monthly {
	background:url(/images/emaxis/emaxis_geppou.gif) no-repeat left;
}
ul li.koufu {
	background:url(/images/emaxis/emaxis_kohfu.gif) no-repeat left;
}
ul li.seikyu {
	background:url(/images/emaxis/emaxis_seikyu.gif) no-repeat left;
}
ul li.unyou {
	margin-left:0px;
	background:url(/images/emaxis/emaxis_unpou.gif) no-repeat left;
}
ul li.z_unyou {
	background:url(/images/emaxis/emaxis_unpou.gif) no-repeat left;
}
ul li.k_unyou {
	margin-left:0px;
	background:url(/images/emaxis/emaxis_kohfuunpou.gif) no-repeat left;
}

/*-------OFF表示--------*/
 ul li.weekly_off span,
 ul li.monthly_off span,
 ul li.koufu_off span,
 ul li.seikyu_off span,
 ul li.unyou_off span,
 ul li.z_unyou_off span,
 ul li.k_unyou_off span
  {
 	display:none;
 }
 
 ul li.monthly_off {
	color: #888;
	background: url(/images/emaxis/emaxis_geppou_off.gif) no-repeat left;
}


 ul li.koufu_off {
	color: #888;
	background: url(/images/emaxis/emaxis_kohfu_off.gif) no-repeat left;
}

 ul li.seikyu_off {
	color: #888;
	background: url(/images/emaxis/emaxis_seikyu_off.gif) no-repeat left;
}

 ul li.unyou_off {
	color: #888;
	background: url(/images/emaxis/emaxis_unpou_off.gif) no-repeat left;
}

 ul li.z_unyou_off {
	color: #888;
	background: url(/images/emaxis/emaxis_unpou_off.gif) no-repeat left;
}

 ul li.k_unyou_off {
	color: #888;
	background: url(/images/emaxis/emaxis_kohfuunpou_off.gif) no-repeat left;
}
/*-------便利なアイコン--------*/
ul li.chart {
	background: url(/images/emaxis/fund_srv_r3_c2.gif) no-repeat left 0.1em;
	width:20px;
}

ul li.mail {
	background: url(/images/emaxis/fund_srv_r6_c10.gif) no-repeat left 0.2em;
	width:22px;
}

ul li.data {
	background: url(/images/emaxis/fund_srv_r5_c6.gif) no-repeat left 0.1em;
}

ul li.print {
	background: url(/images/emaxis/fund_srv_r4_c14.gif) no-repeat left 0.1em;
}

ul li.rss {
	background: url(/images/emaxis/icon_rss.gif) no-repeat left 0.1em;
}

/*-------シリーズ純資産残高--------*/
.balance {
    clear: both;
    position: relative;
    margin: 4px 0 0;
    overflow: hidden;
}

.balance_ul {
	height: 37px;
}

.balance_ul li {
	float: left;
	height: 34px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

.li_1 {
	width: 182px;
	background: url("/images/emaxis/bg_balance_l_gray.png") no-repeat left top;
}

.li_2 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 34px;
	padding: 0 10px;
	background: url("/images/emaxis/bg_balance_base_gray.png") repeat-x left top;
}

.li_3 {
	width: 37px;
	background: url("/images/emaxis/bg_balance_r_gray.png") no-repeat left top;
}

.balance_date {
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
}
