/* ------------- CSS of _tab.js ------------- */

.tab {width: 100%;max-width: 2000px;}
.tab_nav {display: flex;}

.tab_nav_item {background: #fed136; color: #fff; padding: 9px 1px;text-align: center;text-decoration: none; border-radius: 5px 15px 0 0; margin-right: 2px; width:33%;}
.tab_nav_item.is-active {background: #eee; color: #333;}

.tab_contents {border: 1px solid #f3f3f3;padding: 5px;}
.tab_contents_item {display: none;}
