@charset "utf-8";

/*------左カラム------*/

#mainContent01.thirdCont h2{
	padding-bottom:20px;
	}
	
#mainContent01.thirdCont p.date{
	/*font-size:0.75em;*/
	padding-bottom:5px;
}

#comment{
	padding:0 10px 20px;
	}

/*--table--*/

table.stock{
	width:680px;
	margin:0 auto 15px;
	border-left:#c1c1c1 1px solid;
	border-top:#c1c1c1 1px solid;
	}
	
table.stock tbody th,
table.stock tbody td,
table.stock thead th,
table.stocd thead th{
	border-right:#c1c1c1 1px solid;
	border-bottom:#c1c1c1 1px solid;
	padding:6px;
	font-size:1em;
	text-align:center;
}

table.stock tbody th{
	width:40%;
}

table.stock thead th{
	background:#e4e4e4 url(/images/common/bg_tablecell_01.jpg) top repeat-x;
	font-weight:bold;
	}
	
table.stock tbody th{
	background-color:#e9eff5;
	}