@charset "utf-8";
.tab-style-panel tr td { height: 38px; text-align: center; border: 1px solid #e1e1e1; border-left: none; color: #666762; background-color: #ffffff; font-size: 13px; cursor: pointer; }
.tab-style-panel tr .first { border-left: 1px solid #e1e1e1; }
.tab-style-panel tr .selected { border-bottom: 1px solid transparent; color: #282829; background-color: #fafafa; }
.tab-style-content { height: 588px; background-color: #fafafa;  border: 1px solid #e1e1e1; border-top: none; display: none; }
.tab-style-content.selected { display: block; }