@charset "utf-8";
/* tabs */
dl.tabs {position:relative;}
dl.tabs dt {/* background: #f1b923; */width: 168px;height: 118px;padding: 10px 10px;border:none;/* color:#333; */float: left;padding: 12px 9px 8px 9px;font-size: 30px;font-weight:bold;text-align: center;}
dl.tabs dd {/* border: 1px solid #000000; */width: 1232px;height: 414px;clear:both;display:block;}
/* if JS is ACTIVATED, enable new style to dl.tabs */
dl.tabs.enabled {height: 100px;}
dl.tabs.enabled dt {background: #000000;border-width: 0;border-color: #ffb345;border-style:solid;color: #fff;width: 167px;height: 75px;cursor:pointer;margin-left: 20px;border-radius: 0.15rem;}
dl.tabs.enabled dt:hover {background-color:#f1b923;color: #000;}
dl.tabs.enabled dt.active {background: #f1b923;padding: 12px 10px;border:none;color: #000;cursor:default;width: 168px;height: 75px;}
dl.tabs.enabled dd {position:absolute;top: 110px;left: -40px;margin: 0px;z-index:1;clear:none;}
dl.tabs.enabled dd.active {z-index:3;}