@charset "utf-8";

div#container div.column{
	margin: 0 0 10px 0;
	width: 680px;
}

div#container div.column:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

div#container div.column{
	display: inline-block;
	min-height:1%;/* for IE 7*/
}

/* Hides from IE-mac \*/
* html div#container div.column{ height: 1%; }
div#container div.column{ display: block; }
/* End hide from IE-mac */

div#container div.column div.txt{
	/*float: left;*/
	width: 560px;
}

/*div#container div.column .ph{
	float: right;
}*/

div#container div.lies_truth{
	border: 1px solid #adadad;
	padding: 20px;
	margin-bottom: 5px;
}

div#container div.lies_truth table{
	margin: 0;
	width: 100%;
}

div#container div.lies_truth table th{
	font-weight: normal;
	padding: 5px 0;
}

div#container div.lies_truth table th ul.blue_mark li{
	margin-bottom: 0;
}

div#container div.lies_truth table td{
	text-align: right;
	padding: 5px 0;
}


.column{
	background: url(../img/financial/ph01.jpg) right 0 no-repeat;
}



/*----add140218----*/
table.detail {
	width: 100%;
	/*font-size: 93%;*/
}
table.detail caption {
	text-align: left;
	color: #0957cc;
	font-weight: bold;
}
table.detail thead th {
	/*border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;*/
	text-align: center;
	font-size: 85%;
	background: #0957cc;
	color: #ffffff;
}
table.detail tbody th {
	text-align: center;
	/*font-size: 85%;*/
}
table.detail th {
	border: 1px solid #999999;
	/*border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;*/
	padding: 5px 10px;
}
table.detail td {
	border: 1px solid #999999;
	/*border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;*/
	padding: 5px 10px;
}

table.detail td.tax {
	text-align: center;
}