@charset "UTF-8";
/** --------------------------------------------------------------------------
 * 決算スケジュール
 * ------------------------------------------------------------------------ */

/** --------------------------------------------------------------------------
 * ヘッダ
 * ------------------------------------------------------------------------ */
#schedule_title h1 {
	height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../img/bg_stockname_m_h1.png) no-repeat;
	padding: 6px 0px 0px 20px;
	font-size: 20px;
	color: #fff;
}
#schedule_title h1 img.mark {
	vertical-align: middle;
}

/** --------------------------------------------------------------------------
 * 検索結果リスト
 * ------------------------------------------------------------------------ */
/* 今期の進ちょく状況*/
#progress_list {
	margin: 0px 20px;
}
#progress_list span.scale {
	font-size: 90%;
	color: #999999;
}

#progress_list table {
	width: 100%;
	border-collapse: collapse;
}
#progress_list th {
	background: url(../img/table_bg_01.png) repeat-x;
	background-position: bottom;
	border: solid 1px #AAAAAA;
	text-align: center;
	padding: 5px;
	white-space: nowrap;
}
#progress_list th.right {
	text-align: right;
}
#progress_list td.sch_fix {
	text-align: right;
	border: solid 1px #AAAAAA;
	padding: 3px;
}
#progress_list td.sch_tmp {
	text-align: right;
	border: solid 1px #AAAAAA;
	padding: 3px;
	color: #666666;
	background: #EAEAEA;
}
#progress_list td.right {
	text-align: right;
	border: solid 1px #AAAAAA;
	padding: 3px;
}
#progress_list td.left {
	border: solid 1px #AAAAAA;
	padding: 3px;
}
#progress_list td.prog {
	white-space: nowrap;
	border-bottom: solid 1px #AAAAAA;
	padding: 2px;
}
#progress_list p.mr {
	text-align: right;
}
#progress_list p.s {
	font-size: 85%;
	text-align: center;
}
#progress_list p.sr {
	font-size: 85%;
	text-align: right;
}
#progress_list div.graph {
	text-align: center;
}
#progress_list div.value {
	text-align: right;
}
#progress_list strong {
	font-size: 120%;
}
#progress_list tr.line:hover {
	background: #F0FEFF;
}
#progress_list span.sublink {
	font-size: 80%;
}
/* ここでいい？*/
#pager {
	text-align: center;
	padding: 0px 20px 0px 20px;
}
#pager a {
	border: solid 1px #AAAAAA;
	padding: 2px 5px 2px 5px;
}
#pager a:hover {
	border: solid 1px #AAAAAA;
	color: #fff;
	background: #0099FF;
	padding: 2px 5px 2px 5px;
}
#pager span.select {
	color: #0099FF;
	font-weight: bold;
	font-size: 200%;
	padding: 2px 8px 2px 5px;
}
#pager span.none {
	background: #DDDDDD;
	border: solid 1px #AAAAAA;
	padding: 2px 5px 2px 5px;
}

/** --------------------------------------------------------------------------
 * カレンダー 小
 * ------------------------------------------------------------------------ */
#calendar_s {
	width: 300px;
	margin: 8px 0px 8px 0px;
}
#calendar_s div.sunday {
	line-height: 13px;
	color: #f00;
}
#calendar_s div.saturday {
	line-height: 13px;
	color: #00f;
}
#calendar_s div.weekday {
	line-height: 13px;
	color: #333333;
}
#calendar_s div.schlink {
	line-height: 13px;
	text-align: right;
	font-weight: bold;
}
#calendar_s table {
	width: 100%;
	border-collapse: collapse;
}
#calendar_s th {
	background:  url(../img/table_bg_01.png) repeat-x;
	background-position: bottom;
	border: solid 1px #AAAAAA;
	text-align: center;
	padding: 5px;
}
#calendar_s td {
	border: solid 1px #AAAAAA;
	text-align: right;
	padding: 2px;
}
#calendar_s td.gr {
	background: #DDDDDD;
}
#calendar_s td.today {
	background: #AADDAA;
}
#calendar_s div.cal {
	clear: both;
}
#calendar_s a.numlink {
	display: block;
}
#calendar_s a.numlink:hover {
	background-color: #09C0FE;
}

#calendar_navi_month {
	width: 300px;
}
#calendar_navi_month p {
	text-align: center;
	padding: 2px;
	font-size: 130%;
	font-weight: bold;
	background: #E0E0EE;
}

#calendar_navi_s {
	width: 300px;
	margin: 8px 0px 8px 0px;
}
#calendar_navi_s table.cns_ta {
	width: 100%;
	border: 0px #ffffff solid;
}
#calendar_navi_s tr.cns_tr td.cns_td {
	text-align: center;
	width: 100px;
	font-size: 130%;
	font-weight: bold;
  background-color: #E0E0EE;
}
#calendar_navi_s tr.cns_tr td.cns_month {
	text-align: center;
	width: 100px;
	font-size: 100%;
	font-weight: bold;
  background-color: #E0E0EE;
}

/* トップページ用スケジュールサマリー */
#sch_summary {
	margin: 0px 20px 0px 10px;
}

#sch_summary table {
	width: 100%;
	border-collapse: collapse;
}
#sch_summary th {
	border: solid 1px #AAAAAA;
	padding: 5px;
	text-align: center;
	background:  url(../img/table_bg_01.png) repeat-x;
	background-position: bottom;
}
#sch_summary th a {
	color: #333333;
}
#sch_summary tr.noday th {
	background:  url(../img/table_bg_01.png) repeat-x;
	background-position: bottom;
}
#sch_summary tr.today th {
	background:  url(../img/table_bg_04.png);
	background-position: bottom;
}

#sch_summary td{
	border: solid 1px #AAAAAA;
	text-align: center;
	padding: 3px;
}

#sch_summary div.sch_pickup {
	border: solid 1px #AAAAAA;
	background: #ECECEC;
	padding: 5px;
}
#sch_summary li {
	display: inline;
	margin: 0px 3px 0px;
}
#sch_summary div.footer {
	padding: 15px 0px;
	line-height: 1.8px;
	text-align: right;
}

/* スケジュール 検索 結果並替 */
#progress_list_sort {
	margin: 0px 20px;
	text-align:right;
}
#progress_list_sort .sortKey {
	font-weight:bold;
}

/** --------------------------------------------------------------------------
 * 決算スケジュール
 * ------------------------------------------------------------------------ */
/* 決算スケジュール BASE */
div.sch_date_base {
	float:left;
	width:300px;
}
div.sch_calendar_base {
	float:left;
}
div.sch_base_ed {
	clear:both;
}

/* 決算スケジュール(日付と社数) */
#sch_date div.date_main {
	margin: 3px 5px;
	border: solid 3px #ff0000;
	width:280px;
}
#sch_date div.date_main_prev {
	margin: 5px;
	float: left;
	cursor: pointer;
}
#sch_date div.date_main_prev span {
	width:18px;
	height: 35px;
	text-align: center;
	vertical-align:middle;
	background-color: #dddddd;
	display: table-cell;
	color: #ffffff;
}
#sch_date div.date_main_prev span:hover {
	background-color: #888888;
}
#sch_date div.date_main_prev a {
	color: #ffffff;
}
#sch_date div.date_main_prev a:link {
	color: #ffffff;
}
#sch_date div.date_main_prev a:visited {
	color: #ffffff;
}
#sch_date div.date_main_prev a:hover {
	color: #ffffff;
}
#sch_date div.date_main_prev a:active {
	color: #ffffff;
}
#sch_date div.date_main_label {
	margin: 5px;
	float: left;
}
#sch_date div.date_main_label span {
	height: 35px;
	vertical-align:middle;
	display:table-cell;
}
#sch_date div.date_main_label p {
	font-size: 18px;
	font-weight: bold;
	display:inline;
}
#sch_date div.date_main_label p.sunday {
	font-size: 14px;
	font-weight: normal;
	color: #ff0000;
	display:inline;
}
#sch_date div.date_main_label p.saturday {
	font-size: 14px;
	font-weight: normal;
	color: #0000ff;
	display:inline;
}
#sch_date div.date_main_label p.weekday {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	display:inline;
}

#sch_date div.date_main_number {
	margin: 5px;
	float: right;
}
#sch_date div.date_main_number span {
	height: 35px;
	vertical-align:middle;
	display:table-cell;
}
#sch_date div.date_main_number p {
	font-size: 18px;
	font-weight: bold;
	display:inline;
}
#sch_date div.date_main_next {
	margin: 5px;
	float: right;
	cursor: pointer;
}
#sch_date div.date_main_next span {
	width: 18px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	background-color: #dddddd;
	display:table-cell;
	color: #ffffff;
}
#sch_date div.date_main_next span:hover {
	background-color: #888888;
}
#sch_date div.date_main_next a {
	color: #ffffff;
}
#sch_date div.date_main_next a:link {
	color: #ffffff;
}
#sch_date div.date_main_next a:visited {
	color: #ffffff;
}
#sch_date div.date_main_next a:hover {
	color: #ffffff;
}
#sch_date div.date_main_next a:active {
	color: #ffffff;
}
#sch_date div.date_main_ed {
	clear:both;
}

/* 主な発表予定銘柄 */
#sch_date div.title_sub1 {
	width: 290px;
	margin: 3px;
	border-bottom: solid 1px #aaaaaa;
}
div.title_sub1_title {
	float:left;
	font-size: 14px;
	font-weight: bold;
}
div.title_sub1_link {
	margin-right:20px;
	float:right;
}
div.title_sub1_ed {
	clear:both;
}

#sch_date div.stock_list {
	height: 160px;
	margin: 3px 3px 5px 20px;
}
#sch_date div.stock_list td {
	padding: 1px;
	width: 135px;
}
#sch_date div.stock_list td.no_date {
	padding: 20px 10px;
	width: auto;
	text-align: center;
	background-color: #eeeeee;
}
#ad_text_main p {
	margin: 3px 20px 3px 10px;
}