﻿
@charset "utf-8";

ul, li { padding: 0; margin: 0; list-style: none; }

a { text-decoration: none; }

header .menuBar ul li .menuWrap ul.megam > li ul.urunGs li a strong { transition: all .4s; -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; }

header .menuBar ul { width: auto; float: left; position: relative; }
header .menuBar ul li { width: auto; float: left; }
header .menuBar > ul > li {position: relative;padding: 10px 22px 10px 0;width: auto;margin-right: 20px;}
header .menuBar > ul > li:after {content: "";width: 1px;height: 100%;position: absolute;right: 0;top: 0;background: #2f2e2ea6;opacity: 1;}
header .menuBar > ul > li:last-child { margin-right: 0; border-right: 0px; padding-right: 0px; }
header .menuBar > ul > li:last-child:after {display:none}
header .menuBar ul li a {min-width: 1px;width: auto;min-height: 1px;height: auto;display: block;font-size: 17px;line-height: 17px;font-weight: 400;color: #2f2e2e;padding: 0;transition: all .4s cubic-bezier(.645,.045,.355,1) 0s;}
header.koyu .menuBar ul li a { color:#434343 }
header .menuBar > ul > li > a {position: relative;padding: 0;margin: 0;text-transform: lowercase;}
header .menuBar > ul > li:last-child > a { padding-right: 0; }
header .menuBar > ul > li:last-child > a:before { display: none; }
header .menuBar > ul > li:hover > a {color: #dfb773;}
header .menuBar ul:after { content: ""; }

