@charset "UTF-8";


div#list {
	
}
div#list p.error {
	padding: 45px 5px;
	color: #FFF;
}
div#list p.error_net {
	padding: 45px 5px;
	font-size: 18px;
	color: #FFF;
}
#list table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
#list table.list_table td.td_wrap{
	padding: 0 4px;
	background: #FFF;
	border-top: 1px #D5D5D5 solid;
}

#list table.list_table div.list_item_block {
	position: relative;
	border-bottom: 1px #EFEFEF solid;
}
#list table.list_table div.jjh_true {
	opacity: 0.4 !important;
}
#list table.list_table table td {
	padding: 3px 0;
}
#list table.list_table table td.td_top {
	padding-bottom: 0px;
}
#list table.list_table table td p.code {
	float: left;
	margin-right: 8px;
	width: 35px;
	font-weight: bold;
}
#list table.list_table table td p.market {
	float: left;
	width: 30px;
	font-size: 11px;
}
#list table.list_table table td p.category {
	float: left;
	width: 30px;
	font-size: 10px;
}
#list table.list_table table td p.theme {
	float: left;
	margin: 0 5px;
	width: 30px;
	height: 30px;
	font-size: 10px;
	
	overflow: hidden;
}

#list table.list_table table td p.chart {
	float: left;
	width: 26px;
}
#list table.list_table table td p.bbs {
	float: left;
	width: 18px;
}
#list table.list_table table td p.res_view, #list table.list_table table td p.yahoo_res_view {

}
#list table.list_table table td p.res_view:hover,
#list table.list_table table td p.yahoo_res_view:hover {
	opacity: 0.7;
	cursor: pointer;
}
#list table.list_table table td p.no_count span{
	opacity: 0.5;
}
#list table.list_table table td p.no_count:hover {
	opacity: 1;
	cursor: auto;
}
#list table.list_table table td p.res_view span,
#list table.list_table table td p.yahoo_res_view span{
	display: block;
	position: absolute;
	top: 0;
/*
	width: 31px;
	height: 22px;
*/
	width: 50px;
	height: 25px;
	padding: 3px 19px 0 0;
	-webkit-box-shadow: 0px 2px 5px 0px #A5A5A5;
	box-shadow: 0px 2px 5px 0px #A5A5A5;
	font-size: 14px;
	color: #F0F0F0;
	font-weight: bold;
	text-shadow: 1px 1px 2px #4F4F4F;
	text-decoration: none;
	text-align: right;
}
#list table.list_table table td p.res_view span {
	right: 0;
	background: url('../../../img/item/view_res.png') no-repeat;
}
#list table.list_table table td p.yahoo_res_view span {
	right: 55px;
	background: url('../../../img/item/view_yahoo.png') no-repeat;
}
#list table.list_table table td.name {
	font-weight: bold;
	font-size: 130%;
	margin: 0;
	padding: 0 0 6px;
}
#list table.list_table table td.name > p {
	display: block;
	position: relative;
	width: 100%;
	height: 33px;
	line-height: 33px;
}
#list table.list_table table td.name a {
	display: block;
}
#list table.list_table table td.name span.comp_per {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	font-weight: normal;
}

#list table.list_table table td.trans,
#list table.list_table table td.comp_per,
#list table.list_table table td.value,
#list table.list_table table td.value_per,
#list table.list_table table td.start,
#list table.list_table table td.high,
#list table.list_table table td.low,
#list table.list_table table td.space {
	width: 25%;
	border: 1px #FFF solid;
	text-align: center;
	background: #EEEEEE;
	cursor: pointer;
}
#list table.list_table table td.trans {
	font-weight: bold;
}
/*th*/
#table_direc {
	display: none;
	font-size: 80%;
	width: 97%;
	padding: 4px;
	position: absolute;
	z-index: 2;
	background: #333333;
	-webkit-box-shadow: 0px 2px 7px 0px #000;
	box-shadow: 0px 2px 7px 0px #000; 
}
#table_direc table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
#table_direc th {
	padding: 3px 0;
}
#table_direc th {
	color: #FFF;
	font-weight: normal;
	text-align: left;
}
#table_direc th p.code {
	float: left;
	margin-right: 8px;
	width: 45px;
}
#table_direc th p.market {
	float: left;
	margin-right: 8px;
	width: 30px;
}
#table_direc th p.res_view_p, #table_direc th p.yahoo_res_view_p {
	position: absolute;
	top: 5px;
	width: 50px;
	height: 25px;
}

#table_direc th p.yahoo_res_view_p {
	right: 60px;
}
#table_direc th p.res_view_p {
	right: 5px;
}
#table_direc th.trans,
#table_direc th.comp_per,
#table_direc th.value,
#table_direc th.value_per,
#table_direc th.start,
#table_direc th.high,
#table_direc th.low,
#table_direc th.space {
	border: 1px #5B5B5B solid;
	text-align: center;
}

#list table.list_table tr.td_wrap_tr_ad {
	
}
#list table.list_table tr.td_wrap_tr_ad div.AdHomeRank {
	display: block;
}


/* error時
----------------------------------------------- */

#forbRank {
	clear: both;
	width: 100%;
	padding: 0 4px;
}
#forbRank div.forbR {
	clear: both;
	width: 100%;
	margin-top: 15px;
}
#forbRank div.forbR h2,
#forbRank div.forbR h3 {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
#forbRank div.forbR h2 span,
#forbRank div.forbR h3 span {
	font-size: 75%;
	font-weight: normal;
}
#forbRank div.forbR h2 span i,
#forbRank div.forbR h3 span i {
	font-style: normal;
	font-size: 90%;
	color: #CCC;
}
#forbRank div.forbR h2 span i:before,
#forbRank div.forbR h3 span i:before {
	margin-left: 3px;
	content: "(";
}
#forbRank div.forbR h2 span i:after,
#forbRank div.forbR h3 span i:after {
	content: ")";
}
#forbRank div.forbR table {
	width: 100%;
	color: #333;
	background-color: #FFF;
}
#forbRank div.forbR table td {
	border: 1px #BBB solid;
	height: 45px;
	line-height: 45px;
}
#forbRank div.forbR table td.r {
	text-align: center;
	min-width: 25px;
	color: #000;
}
#forbRank div.forbR table td.r.rt {
	color: #FFF;
	background-color: #800000;
}

#forbRank div.forbR table td.c {
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}
#forbRank div.forbR table td.c a {
	display: block;
	width: 100%;
	height: 45px;
	overflow: hidden;
}
#forbRank div.forbR table td.c a span {
	font-weight: normal;
	font-size: 80%;
}

#forbRank div.forbR table td.pt {
	text-align: center;
	font-size: 13px;
	color: #2F5E5E;
}
#forbRank div.forbR table td.pt i {
	color: #AAA;
}
