@charset "utf-8";

/* TAB */
.tabMenu:after{content: ''; display: block; clear: both}
.tabMenu > li{float: left; font-weight: bold; text-align: center}
.tabMenu > li a{display: block;}
.tabMenu.col-2 > li{width: 50%;}
.tabMenu.col-3 > li{width: 33.33333%;}
.tabMenu.col-4 > li{width: 25%;}
.tabMenu.col-5 > li{width: 20%;}

.tabMenu.tab-basic > li > a{padding: 11px 0; border: 1px solid #d5d5d5; border-bottom-color: #373737; background-color: #f7f7f7; color: #909090;}
.tabMenu.tab-basic > li:not(:first-child) a{border-left: none}
.tabMenu.tab-basic > li > a:hover,
.tabMenu.tab-basic > li > a:focus,
.tabMenu.tab-basic > li.on > a{border: 1px solid #373737; background-color: #fff; color: #373737;}
