﻿.table_top_tab	{
	display: inline-block;
	margin: 10px 0 0 12px;
	padding: 0;
	list-style: none;
}
.table_top_tab:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/ 
* html .table_top_tab	{
	height: 1%;
}
.table_top_tab	{
	display: block;
}
/* End hide from IE-mac */
.table_top_tab li	{
	float: left;
	display: block;
	height: 19px;
	line-height: 20px;
	margin-right:3px;
	padding: 0;
}
*html .table_top_tab li 	{
	display: inline;
	height: 19px;
	line-height:20px;
	font-size:12px;
}
.table_top_tab .tab_in	{
	float: left;
	display: block;
	height: 20px;
	margin-top: -1px;
	padding: 0 12px;
}
*html .table_top_tab .tab_in	{
	display: inline;
	line-height: 20px;
	margin-top: -1px;
}
.table_top_tab .on	{
	background-image: url(./table/table_bg.png);
	border-top: solid 1px #eeeeed;
}
.table_top_tab .off	{
	background-color: #f5f5f4;
	border-top: solid 1px #fafaf9;
}
.table_top_tab .end	{
	display: block;
	height: 20px;
	margin-top: -1px;
}
*html .table_top_tab .end	{
	width: 7px;
	line-height: 20px;
	font-size: 12px;
}
.table_top_tab .on .end	{
	background: url(./table/table_tab-on_right.png) no-repeat top right;
}
.table_top_tab .off .end	{
	background: url(./table/table_tab-off_right.png) no-repeat top right;
}
.table_outer
{
	background-image: url(./table/table_bg.png);
}

.table_body_tab
{
    border:solid 1px #D8D7D5;
    padding:8px;
}

.table_top_tab .on .tab_in	{
	background: url(./table/table_tab-on_left.png) no-repeat top left;
}
.table_top_tab .off .tab_in	{
	background: url(./table/table_tab-off_left.png) no-repeat top left;
}

.table_outer .head  
{
	height: 10px;
	background: url(./table/table_head_left.png) no-repeat left top;
}
.table_outer .head .end	
{
	height: 10px;
	background: url(./table/table_head_right.png) no-repeat right top;
}
*html .table_outer .head .end	
{
	height:10px;
	line-height:1px;
	font-size:1px;
}
.table_outer .inner
{
    padding-left:16px;
    padding-right:16px;
    border-right: solid 1px #888786;
}
.table_outer .inner .title
{
    font-weight:bold;
    font-size:13px;
    margin-bottom:4px;
}
.table_outer .inner table.table
{
    border-top:solid 1px #888786;
    border-bottom:solid 1px white;
    border-collapse:separate
}
.table_outer .inner th.border
{
    border-top:solid 1px white;
    border-bottom:solid 1px #888786;
    padding:6px;
    background-color:#E6E6E6;
}
.table_outer .inner td.border
{

    border-top:solid 1px white;
    border-bottom:solid 1px #888786;
    padding:6px;
    background-color:#F6F6F6;    
    word-break:break-all; /* Jason 追加 */
}
.table_outer .inner th.split
{
    border-top:solid 1px white;
    border-bottom:solid 1px #888786;
    padding:0px;
    overflow:hidden;
    width:2px;
    overflow:hidden;
    text-align:center;
    background-color:#E6E6E6;
}
.table_outer .inner td.split
{
    border-top:solid 1px white;
    border-bottom:solid 1px #888786;
    background-color:#F6F6F6;

    padding:0px;
    overflow:hidden;
    width:2px;

}
.table_outer .inner th.split div
{
    width:0px;
    border-left:solid 1px #888768;
}
.table_outer .inner td.split div
{
    position:relative;
    width:0px;
    border-left:solid 1px #888768;
    height:auto;
}


.table_outer .inner .foot_button
{
    margin-top:8px;
}

.table_outer .inner div.border
{
    border-top:solid 1px white;
    border-bottom:solid 1px #888786;
}

.table_outer .foot 
{
	height: 10px;
	background: url(./table/table_foot_left.png) no-repeat left top;
}

.table_outer .foot .end	
{
	height: 10px;
	background: url(./table/table_foot_right.png) no-repeat right bottom;
}

*html .table_outer .foot .end	
{
	height:10px;
	line-height:1px;
	font-size:1px;
}