@charset "utf-8";
/*-------------table Display--------------------*/
.tableDisplay {
	border-collapse: collapse;
}
.tableDisplay th {
	padding: 5px;
	word-break: break-all;
	background: #b3b3b3;
	color: #fff;
}
.tableDisplay tr:first-child {
	border-top: 1px solid #E0E0E0;
}
.tableDisplay td {
	word-break: break-all;
	border-bottom: 1px solid #E0E0E0;
	padding: 7px 5px;
}
.tableDisplay tr:nth-child(odd) td {
/*background: #f1f1f1;*/
}
.grayTd {
	background: #ededed;
}
.tableHover {
	cursor: pointer;
}
.tableHover:hover {
	background: #f5f5f5;
}
/*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: 2px solid #fff;
	border-bottom: 1px solid #ccc;
}
#tabsNav li.active a {
	border-top: 2px solid #C7B299;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	color: #333;
}
#tabsNav li a:hover {
	color: #631216;
}
.tabsNavWrapper {
	padding-top: 20px
}
.tablePic .squareThumb {
	border-radius: 10px;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-----------------------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 .tr:nth-child(even) {
	background: #f5f5f5;
}
.css-table .th, .css-table .td {
	display: table-cell;
	padding: 5px 10px;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: middle;
	line-height: 130%;
}
.css-table .th {
	background: #444;
	color: #fff;
}
.css-table .center {
	text-align: center;
}
.css-table .left {
	text-align: left;
}
.css-table .right {
	text-align: right;
}
/*tab nav*/
#tabsNav li a {
	font-size: 17px;
	padding: 10px 30px;
}
#tabsNav li {
	display: inline-block;
	margin-right: -3px;
}
/*----pic in table-----*/
.tablePic {
	width: 80px;
	margin: 0 auto;
}

}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*--------------- css table -----------------*/
.card-table {
}
.card-table .thead {
	display: none;
}
.card-table .tr {
	border-bottom: 1px solid #e0e0e0;
	margin: 0 -15px;
	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 {
	color: #631316;
	font-size: 17px;
}
/*--------------- 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: #444;
	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;
}
/*----pic in table-----*/
.tablePic {
	width: 70px;
}
.tWarpper {
	border-right: 1px solid #444;
	position: relative;
	box-shadow: 5px 0 5px -5px #444;
}
.tWarpper h6 {
	position: absolute;
	right: -10px;
	top: 50%;
	width: 10px;
	height: 30px;
	margin-top: -15px;
	background-image: url(../images/member/tableNext.png);
	background-repeat: no-repeat;
	background-size: cover;
}
}
