@charset "utf-8";
/*-----------------------for both-----------------------*/
/*-------------table Display--------------------*/
.tableDisplay {
	border-collapse: collapse;
}
.tableDisplay th {
	padding: 5px;
	background: #333;
	color: #fff;
}
.tableDisplay td {
	border-bottom: 1px solid #E0E0E0;
	padding: 5px;
}
.tableDisplay tr:nth-child(even) td {
	background: #f9f9f9;
}
.tableDisplay tr.grayTd td {
	background: #ededed;
}
/*tab nav*/
#tabsNav {
	-webkit-overflow-scrolling: touch;
	background: url(../images/navBg.gif) repeat-x left bottom;
}
#tabsNav li a {
	display: block;
	text-decoration: none;
	color: #999;
	text-align: center;
	padding: 12px 30px;
	border-top: 3px solid #fff;
	border-bottom: 1px solid #ccc;
}
#tabsNav li.active a {
	border-top: 3px solid #8FC320;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	color: #333;
}
#tabsNav li a:hover {
	color: #631216;
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-----------------------tableDisplay table----------------------*/
.tableDisplay td, .tableDisplay th {
	padding:8px 10px;
}
/*-----------------------css table----------------------*/
.css-table {
	display: table;
	width: 100%;
}
.css-table .thead {
	display: table-header-group;
}
.css-table .tbody {
	display: table-row-group;
}
.css-table .tr {
	display: table-row;
}
.css-table .th, .css-table .td {
	display: table-cell;
	padding: 5px 10px;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: middle;
}
.css-table .th {
	background: #333;
	color:#fff;
}
.css-table .tdHeader {
	background: #eee;
}
.css-table .center {
	text-align: center;
}
/*-----------------------data table----------------------*/
.data-table {
	display: table;
	width: 100%;
	border-top: 1px solid #ddd;
}
.data-table .thead {
	display: table-header-group;
}
.data-table .tbody {
	display: table-row-group;
}
.data-table .tr {
	display: table-row;
}
.data-table .th, .data-table .td {
	display: table-cell;
	padding: 6px 10px;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: middle;
}
.data-table .tdHeader {
	font-weight:bold;
	vertical-align:text-top;
}
/*tab nav*/
#tabsNav li a {
	font-size: 17px;
	padding: 10px 30px;
}
#tabsNav li {
	display: inline-block;
	margin-right: -3px;
}
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*--------------- css table -----------------*/
.card-table {
	/*border-top: 1px solid #ddd;*/
	margin: 0 -15px;
}
.card-table .thead {
	display: none;
}
.card-table .tr {
	border-bottom: 1px solid #ddd;
	padding: 15px;
	display: block;
}
.card-table .th {
	border: currentColor;
	width: 100%;
	display: inline-block;
}
.card-table .td {
	border: currentColor;
	width: 100%;
	display: inline-block;
}
.card-table .tdHeader {
	font-weight: bold;
}
/*--------------- css table -----------------*/
.mob-table {
	display: block;
	overflow-x: auto;
}
.mob-table .thead {
	display: table-header-group;
}
.mob-table .tbody {
	display: table-row-group;
}
.mob-table .tr {
	display: table-row;
}
.mob-table .th, .mob-table .td {
	display: table-cell;
	padding: 5px 10px;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: middle;
	white-space: nowrap;
}
.mob-table .th {
	background: #333;
	color: #fff;
}
.mob-table .center {
	text-align: center;
}
/*date nav*/
#tabsNav {
	margin: 0;
}
#tabsNav li {
	display: inline-block;
	margin-right: -3px;
}
#tabsNav li a {
	padding: 7px 15px;
}
#tabsNav li span {
	display: none;
}
}
