@charset "UTF-8";

/* --------------------------------------------------------- */
/* QUICK マーケット＆データ／ガジェット CSS Document qmd-c12 */
/* --------------------------------------------------------- */

/* ------------------------------------------------------- *
	コンテナ
 * ------------------------------------------------------- */
div#QMD_GADJET {
	margin:0px auto;
	font-size:12px;
	font-family:Verdana,Arial,sans-serif;
	width:100%;
	position: relative;
	border:1px solid #ffffff;
}
/* Chrome定義 */
div#QMD_GADJET {
	min-height:228px;
}
/* Chrome以外定義 */
*:first-child+html div#QMD_GADJET {
	min-height: 234px !important;
}
div#QMD_GADJET .clearfix:after {
	content: ".";
	display: block; 
	clear: both;
	height: 0;
	visibility: hidden;
}
div#QMD_GADJET .clearfix {
	min-height: 1px;
}
* html #QMD_GADJET .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* TITLE */
div#QMD_GADJET h1 {
	margin:5px;
	font-size:14px;
	padding-left:22px;
	background-image: url(../../images/market/gadjet_h1.gif);
	background-repeat: no-repeat;
}

/* ------------------------------------------------------- *
	タブメニュー
 * ------------------------------------------------------- */
/* 初期値 */
div#QMD_GADJET #QMD_MG_TABS {
	/*
	background-image: url(../../images/market/tabmenu1_bg.gif);
	background-image: none;
	background-repeat: repeat-x;
	background-position: bottom;
	*/
	border:0 solid #ffffff;
	margin:0 1 0 0;
	padding:0;
	width:296px;
	font-size:12px;
}
div#QMD_GADJET #QMD_MG_TABS ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
	height:24px;
	padding:0;
	margin-left:4px;
	margin-bottom:0;
	background-image: none;
	background-color: #ffffff;
	border:1px solid #ffffff;
}
div#QMD_GADJET #QMD_MG_TABS ul.ui-tabs-nav {
}
div#QMD_GADJET #QMD_MG_TABS li {
	display:inline;
	margin:0;
	padding-bottom:1px;
	border:1px solid #aaaaaa;
  border-bottom-width:1px !important;
  float:left;
  background-color:#e6e6e6;
}
div#QMD_GADJET #QMD_MG_TABS .ui-tabs-nav li {
}

div#QMD_GADJET li.ui-state-active{
	border-bottom:1px solid #ffffff;
}
div#QMD_GADJET #QMD_MG_TABS ul li a{
	position: relative;
	float:left;
	border:1px solid #eeeeee;
	margin:0;
	padding:4px 0 2px;
	display:block;
	height:16px;
	width:67px;
	text-align:center;
	color:#006BB4;
	line-height:1.3em;
}

/* deprecated */
div#deprecated_QMD_GADJET #QMD_MG_TABS .ui-tabs-nav ul li a {
	margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
	padding-left: 0;8
/*	color: #27537a;*/
/*	font-weight: bold;*/
/*	line-height: 1.2;*/
/*	text-align: center;*/
/*	text-decoration: none;*/
	white-space: nowrap; /* required in IE 6 */	
	outline: 0; /* prevent dotted border in Firefox */
	background-image: url(../images/market/tabmenu1_bg1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#QMD_GADJET #QMD_MG_TABS .ui-tabs-nav .ui-tabs-selected{
	border-bottom:1px solid #ffffff;
}
div#QMD_GADJET #QMD_MG_TABS .ui-tabs-nav .ui-tabs-selected a {
	z-index: 2;
	background-image: url(../../images/market/tabmenu1_bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	cursor: default;
}

/* タブコンテンツ*/
div#QMD_GADJET #tabs-indices,
div#QMD_GADJET #tabs-foreignindices,
div#QMD_GADJET #tabs-foreignexchange,
div#QMD_GADJET #tabs-ratecommodities
{
  margin:0;
  padding:0;
  float:left;
}

/* ------------------------------------------------------- *
	項目
 * ------------------------------------------------------- */
div#QMD_GADJET table { 
	border-collapse: collapse;
	empty-cells: show;
	/*width:100%;*/
	width:295px;
	/*margin-top:1em;*/
	margin-top:2px;
	text-align:right;
}
div#QMD_GADJET table tr{ 
	height: 20px;
}

div#QMD_GADJET table td {
	/*height:15px;*/
	padding:2px 0px 1px 0px;
	font-size:12px;
}
div#QMD_GADJET table .name {
	color:#000000;
	text-align:left;
	padding-left:2px;
}
div#QMD_GADJET table .value {
	color:#373A95;
}
div#QMD_GADJET table .change {
	color:#000000;
}
div#QMD_GADJET table .plus {
	color:#E50615;
}
div#QMD_GADJET table .minus {
	color:#008F3B;
}
div#QMD_GADJET table.table_bottom{
  margin-top:1px;
	border-top:#cccccc solid 1px;
}
div#QMD_GADJET .bordertop {
	border-top:#cccccc solid 1px;
}
div#QMD_GADJET a{
	display:block;
	padding:4px 1px;
	text-decoration: none;
}
/* ------------------------------------------------------- *
	項目背景色
 * ------------------------------------------------------- */
div#QMD_GADJET table tr.colorcell {
	background-color: #EDF3F8;
	cursor:default;
}
/* ホバー時 */
div#QMD_GADJET table tr.hovered {
  background-color: #AEC9DF;
	cursor:default;
}
/* ------------------------------------------------------- *
	チャート
 * ------------------------------------------------------- */
div#QMD_GADJET #CHART {
	position: absolute;
	overflow: hidden;
	top:52%;
	left:27%;
	border:solid 1px #eeeeee;
}
div#QMD_GADJET a:link .chart { 
	margin:0px;
}
div#QMD_GADJET a:active .chart { 
	color:#666666; 
}

/* ランキング共通 */
.columnL{
	float: left;
	margin-right: 13px;
	width: 348px;
}
.columnR{
	float: left;
	width: 296px;
}
.cmn-sub_rank_box {
	margin:0 0 20px;
}
.columnL .cmn-sub_rank_box ul,
.columnR .cmn-sub_rank_box ul {
	padding-top: 0;
}
.ttl_company_info {
	margin: 0 0 18px;
	position: relative;
}
.ttl_company_info h2 {
	margin: 0;
}
.pt_company_info {
	margin: 0;
}
.lead_company_info {
	position: absolute;
	top: 16px;
	left: 210px;
	font-size: 87.5%;
	margin: 0;
	color: #333;
	padding-top: 1px;
}
.columnL li.bg_gray {
	background-color: #f2f0f0;
}
.columnL .ranking_num {
	width: 20px;
	text-align: right;
	float: left;
	padding-right: 5px;
}

/* 企業名・証券コードで探す（左カラム） */
.columnL .cmn-sub_rank_box .stc-search {
	border: 0;
	background: #fff;
	padding-top: 0;
	padding-bottom: 3px;
}
.st-company_brand .cmnc-input_text {
width: 190px !important;
}

/* 株価検索急増ランキング（左カラム） */
.columnL .cmnc-stoc_search_ranking {
	margin-left: 8px;
}
.columnL .cmnc-stoc_search_ranking ul {
	width: 165px;
	float: left;
}
.columnL .cmnc-stoc_search_ranking ul li{
	background-image: none;
	font-size: 87.5%;
	line-height: 30px;
	padding-left: 3px;
	margin-bottom: 0;
}

/* 注目ランキングから探す（左カラム） */
.columnL .ranking_hot {
	padding-left: 8px;
}
.columnL .ranking_list {
	width: 160px;
	float: left;
	margin: 0;
	position: relative;
}
.columnL .mr10 {
	margin-right: 10px;
}
.columnL .mt25 {
	margin-top: 25px;
}
.columnL .ranking_list ul {
}
.columnL .ranking_list ul li {
	background-image: none;
	font-size: 100%;
	line-height: 30px;
	font-size: 87.5%;
	padding-left: 5px;
	margin: 0;
}
.columnL .cmn-sub_rank_box .cmnc-continue{
	margin:10px 0;
	padding:0 0 0 15px;
	font-size:87.5%;
	font-weight:bold;
	background:url(/parts/ds/images/common/sprites_marks.gif) no-repeat 0 -400px;
}
.columnL .cmn-sub_rank_box .cmn-headline_style3 .cmnc-subs{
	color:#7C7C7C;
	font-size:87.5%;
	font-weight:normal;
	position: absolute;
	top: 0.2em;
	right: 0;
}
.headline_company_info_style{
	margin:0 1px 15px;
	border:#999 1px solid;
}
.headline_company_info{
	position:relative;
	padding:4px 8px;
	border:#FFF 1px solid;
	line-height:1.1;
	font-size:87.5%;
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #f1f1f1 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #f1f1f1 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #f1f1f1 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e5e5e5',GradientType=0 );
}


/* 業種から探す（左カラム） */
.columnL .category_ranking ul {
	margin-left: 8px;
}
.columnL .category_ranking ul li {
	width: 134px;
	float: left;
	margin: 0 10px 0 0;
	height: 30px;
	line-height: 30px;
	background-position: 6px -591px;
}


/* 株式（右カラム） */
.columnR .cmn-sub_rank_box .mk-top_finance .mkc-internal{
	overflow:hidden;
	line-height:1.1;
}
.columnR .cmn-sub_rank_box .mk-top_finance .mkc-chart{
	float:left;
	width:179px;
	text-align:right;
}
.columnR .cmn-sub_rank_box .mk-top_finance .mkc-chart p{
	font-size:75%;
	margin-bottom:2px;
}
.columnR .cmn-sub_rank_box .cmn-sub_rank_box dl {
	font-size: 100%;
}
.columnR .cmn-sub_rank_box .mk-top_finance .mkc-guidepost dt{
	font-size:75%;
	text-align:center;
	margin-bottom: 0.5em;
}
.columnR .cmn-sub_rank_box .mk-top_finance .mkc-guidepost dd{
	text-align:center;
}
.columnR .cmn-sub_rank_box .mk-top_finance .mkc-stock_prices{
	font-size:120%;
	font-weight:bold;
	margin-bottom:0.6em;
}


/* 便利ツールを使う（右カラム） */
.columnR .useful_tools{
	margin:0 0 15px;
	overflow:hidden;
}
.columnR .useful_tools .cmn-headline_style2{
	margin:-1px;
	position:relative;
}
.columnR .useful_tools .cmn-headline_style2_title{
	padding-left:40px;
}
.columnR .useful_tools .cmn-headline_style2 .stc-icon{
	display:inline-block;
	width:33px;
	height:29px;
	background:url(/parts/ds/images/common/sprites_market_02.gif) no-repeat 0 -94px;
	position:absolute;
	top:-9px;
	left:0;
}
.columnR .useful_tools .cmn-headline_style2 .stc-subtitle{
	font-weight:normal;
	margin:0 0 0 10px;
}
.columnR .useful_tools .stock-tool{
	overflow:hidden;
	margin:0;
	padding:0 0 30px 0;
	background:#FFF;
}
.columnR .useful_tools .pt17 {
	padding-top: 17px;
}
.columnR .useful_tools .stock-tool_title{
	margin:0 0 10px;
	border-bottom: 1px solid #ccc;
}
.columnR .useful_tools .stock-tool_image{
	float:right;
	margin:0 0 0 10px;
}
.columnR .useful_tools .stock-tool p{
	clear:left;
	font-size:87.5%;
	line-height:1.4;
	margin:0;
}
.columnR .useful_tools .stock-tool_link{
	margin:10px 0 0;
	padding:0 0 0 15px;
	font-size:87.5%;
	font-weight:bold;
	background:url(/parts/ds/images/common/sprites_marks.gif) no-repeat 0 -400px;
}