body, nav, ul, li, a  {margin: 0; padding: 0;}
a {text-decoration: none;}
.container {}
.items-leading a{color:#fff;}
table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
@media (max-width: 767px) {
    .you-key_content5_but{margin-bottom:45px;}
.tabi{display: block;
    height: 480px !important;}}
.tabi{height: 175px;}

table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
width: 85%;
}



table{width: 100% !important;
    max-width: 100%;
    margin-bottom: 20px;background-color: transparent;}
.toggleMenu {
    display:  none;
      background: #1b1b1d00;
    padding: 10px 15px;
    color: #fff !important;
}
.nav {
    list-style: none;
     *zoom: 1;
        background: #1b1b1d;
		
}
@media (min-width: 0px) and (max-width: 767px){
.nav {
    list-style: none;
    *zoom: 1;
    background: #1b1b1d;
    border: 1px solid #fff;
    left: 21px;
    position: relative;
    top: -37px;
    width: 300px;
}
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 6px !important;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}

.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
        background: #2f2f2f;
    position: relative;
    z-index:100;
    border-top: 1px solid #1b1b1d;
	font-size: 14px;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	.nav > li {
    border-top: 1px solid #404040;
}
.nav > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
	margin-right: 20px;
}
}
@media (min-width: 769px){
	.nav li li a {

    width: 200px;
}
}

h2.youkey_hto {
    clear: left;
    padding-top: 10px;
}
.tab_min {
    float: left;
    background: #000;
    padding: 10px;
    margin: 5px;
}
.tab_min a {
    color: #fff;
}