﻿@charset "utf-8";
@import url("../../css/import.css");
@import url("ir_contents.css");
/* -----------------------------------------------------------
CSS Information

 ! File name:      market.css
 ! Style Info:     株式情報ページ(market.html)
----------------------------------------------------------- */

dl.stock {
	margin: 26px 0;
}

dl.stock dt {
	width: 141px;
	padding-right: 33px;
	float: left;
	text-align: right;
}

/* Hides from IE-mac \*/ 
dl.stock dt {
	clear: both;
}

/* End hide from IE-mac */


dl.stock dd {
	width: 545px;
	margin-bottom: 14px;
	padding-left: 30px;
	float: left;
	border-left: 1px solid #D2D2D2;
}

*:first-child + html dl.stock dd {
	float: none;
}

.bal {
	padding-bottom: 1.8em;
}

.graph {
	margin: 27px 0px;
}

/*	table 表
----------------------------------------------------*/


table.graytable .name {
	width: 153px;
	text-align: center;
}

table.graytable td {
	width: 90px;
	padding-right: 10px;
	text-align: right;
}

#confirm td {
	padding: 3px 30px 3px 3px;
}

table.irtable td.left {
	width:135px;
	border-right:1px solid #aaa;
	/*background: url(../img/irtable_bg.gif) repeat-y;*/
	background-position: right;
}

