@charset "utf-8";
body{min-width:1200px;}
ul{list-style:none;}
a{text-decoration:none;color:#686868;}
a:hover{text-decoration:none;color:#f3782a;}
.shadow{width:100%;height:7px;font-size:0;overflow:hidden;background:url(/Group/Nav/images/nav_shadow.png) repeat-x;}
.top01{width:100%;height:30px;line-height:30px;background:#1f2229;/*color:#f5f5f5;*/ color:#F3782A;overflow:hidden;}
.top01_center{text-align:left;/* width:362px;*//*padding-left:840px;margin:0 auto;*/ float:right;}
.top01_center img{float:left;margin-top:3px;}
.top02{height:95px;width:100%;}
.logo{width:365px;float:left;padding-top:20px;}
.nav{width:830px;float:right;}
.nav ul{width:830px;}
.nav li{width:80px;margin:0 5px 0 6px;float:left;text-align:center;/* position:relative;*/}
.nav a{width:80px;height:42px;padding-top:50px;display:block;font-size:1.33em;/*overflow:hidden;*/}
.nav li a:after{content: "";display: block;position: absolute;left: 50%;right: 50%;bottom: -3px;height: 3px;opacity: 0;background-color: #dc6103;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.nav li a:hover:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.nav a#sel{border-bottom:3px solid #f3782a;color:#f3782a;}
.nav a#sel:hover:after{opacity: 0;}
