#column-inner {
   /*margin:70px 2.5% 0 2.5%;*/   /*1007左右の余白とh１」の上の余白の調整*/ /*全体共通のためstyle01に移動*/
}
/*ファンドトップは共通のpaddingを0にする（画像を横幅いっぱいに表示するため）*/
#fundtop #main_area{
	padding:0;
}
.pdside10{
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
}
.mgside10{
	margin-left:10px;
	margin-right:10px;
}

/*--- fund ----*/

/*--- ファンドランキング ----*/
#ranking_id{

}
.gray_box{
	width:100%;
	height:40px;
	background-color:#c6c6c6;
}

/*表*/
ul.tab_menu{
	margin:0 auto;
	background:transparent;
}
ul.tab_menu li{
	display: block;
	width:25%;
	height:40px;
	background:#c6c6c6;
	border-right:1px solid #fff;
	border-bottom:none;
	float:left;
	font-size:12px;
	line-height:1.2em;
	text-align:center;
}
ul.tab_menu li:first-child{
}
/*ul.tab_menu li:hover{
	background:#fff;
	border-top: 2px solid red;
	padding:4px 6px;
}*/
ul.tab_menu li:active{
	background:#fff;
	border-top: 2px solid red;
}


/*タブ visited指定していても反映されない。*/
ul.tab_menu li a{
	padding:6px 0;
	display:block;
}
ul.tab_menu li a:hover {
	color: #333 !important;
}
ul.tab_menu li span.fwb{
    background-color:#fff;
    border-top: 2px solid #0b186d;
    padding-top:4px;
    display:block;
	padding:6px;
}
.right{
	float:right;
}
/*追加した表*/
ul.rank li{
	padding:10px;
	border-bottom:1px solid #aaa;
	position: relative;
}
ul.rank li:nth-child(even){
	background-color:#F6F6F6;
}
ul.rank li:nth-child(odd){
	background-color:#fff;
}
ul.rank.odd li:nth-child(odd){
	background-color:#F6F6F6;
}
ul.rank.odd li:nth-child(even){
	background-color:#fff;
}

table.fund_tbl_spn{
	width:100%;

}
span.green{
	color:#28ba66;
}
span.red{
	color:#ff0000;
}
table.fund_tbl_spn td:nth-child(3){
	 font-weight: bold;
}
span.date_{
	font-weight: normal;
	font-size:12px;
}
table.fund_tbl_spn tr{
	height: 55px;
	border-bottom: solid 1px #ccc;
}
table.fund_tbl_spn tr:last-child{
	border-bottom: none;
}

td.rank_{
	width:8.3%;
}
td.contents_{
	width: 56.7%;
}
td.return_{
	width: 35%;
}

/*追加した表ここまで*/


.kabuList li a:hover{
  color: #00b8ee !important;
  text-decoration: none;
}
.kabuList li .num {
    color: #333;
    left: 10px;
    position: absolute;
    top: 12px;
	font-size:0.9em;
}
.kabuList li dl {
    margin-left: 20px;
}
.kabuList li dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight: normal;
}
.kabuList li dd {
    color: #333;
}
.kabuList li dd .num01 {
    font-size: 15px;
}
.kabuList li dd .num02 {
    font-size: 12px;
}
.kabuList li dd .num04 {
    float: right;
    font-size: 12px;
    margin-top: 5px;
    text-align: right;
}
.kabuList li dd .num03 {
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    text-align: right;
}
.kabuList li dd .num05 {
	margin: 0 0 0 5px;
	font-size: 0.6em;
	color: #0b186d;
}
.kabuList li dd .plus, .detailCont td .plus {
    color: #3a932e;
}
.kabuList li dd .minus {
    color: #ff0000;
}
.moreRead img {
    width: 16px;
}


/*--表の内容について：カンプと内容が異なるためさわらない----*/
/*.fund_tbl{
	width:100%;
}
.fund_tbl table,th,td,tr{
	border:1px solid #fff;
	font-size:13px;
}
.fund_tbl tr:last-child th{
	border-bottom:1px solid #ccc;
}
.fund_tbl td{
	text-align:left;
	padding: 0 20px;
	border:1px solid #ccc;
}
.fund_tbl td{
	background:url(/common/img2016/fund/rank_arrow.png) no-repeat left 10px top 50% ;
}
.fund_tbl td.vam{
	background:none;
}
.fund_tbl td.tar{
	text-align:right;
}
.fund_tbl th{
	background:#fff;
	height:42px;
}
.fund_tbl td backdround a{
	background-image:url("./img2016/fund/icon_05.png");
}

/*--表thのはばあわせ。継承widrh200が効いていて??CSS反映されていない----
.fund_tbl th.rank.tac{
	width:65px;
}
.fund_tbl th.name.tac{
	width:525px;
}
.fund_tbl th.company.tac{
	width:265px;
}
.fund_tbl th.return.nowrap.tac{
	width:140px;
	border-right: 1px solid #ccc;

}*/
/*--表th幅　ここまで ----*/





/*追加部分*/
.tar{
	margin-bottom: 5px;
    text-align: right;
}
h1{
    margin-bottom: 5px;
}
.pb15{
    margin-top:-30px;
}