@charset "utf-8";
* {
	margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline;
}
table{border-collapse:collapse;border-spacing:0;}
.c-100 table{
	width: 100%;
}
.c-t-center table{
	text-align: center;
}
.mt30 {
	margin-top: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.c-main {
	width: 1000px;
	margin: 0 auto;
}
/* table
-----------------------------------------------------------------------------*/
.tb table th { padding:10px 5px; border-top:1px solid #ccc; border-bottom:1px solid #ccc; background-color:#f4f5f6; line-height: 20px; color:#999; vertical-align: middle;}
.tb table td { padding:10px 5px; line-height: 25px; background-color:#fff; border-bottom:1px solid #ddd; word-wrap: break-word; word-break:break-all; color:#666; vertical-align: middle;}
.tb table th.small {padding:5px;}
.tb table .hover td { background-color:#fafafa;}
.tb-b table{border:1px solid #ddd;}
.tb-b table th , .tb-b table td {border-color:#ddd; border-left:1px solid #ddd;}
.tb-n table th , .tb-n table td {border:0; background:none; vertical-align:middle; padding:10px; color:#666;}
tr.hover td {background-color:#fcfcfc}
.tb-s table {border-left: 1px solid #ddd; border-top: 1px solid #ddd;}
.tb-s table th {background-color: #F8F8F8; color: #333; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; padding: 15px 10px; width: 120px;}
.tb-s table td {border-bottom: 1px solid #ddd;  border-right: 1px solid #ddd;  padding: 15px 10px;}
.tb-skin1 th { position:relative; padding:5px; border-top: 0 none; border-bottom:0 none; background-color:#f4f5f6;}
.tb-skin1 th:before { content:''; position:absolute; right:-1px; top:5px; bottom:5px; display:block; width:1px; background-color:#ddd; font-size:0; z-index:1; }
.tb-skin1 th:last-child { overflow:hidden; *zoom:1; }
.tb-min th , .tb-min td {padding:1px 4px;}