@charset "UTF-8";

ul#tab {
    zoom: 1;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 90%;
}
ul#tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
ul#tab li {
    text-align: center;
    float: left;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 15px;
}
ul#tab li:last-child {
	background: none;
}
ul#tab li a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    color: #CCCCCC;
    background-color: #555555;
}
ul#tab li a:hover {
    background-color: #365B80;
    color: #fff;
}
ul#tab li.active,
ul#tab li.active a,
ul#tab li.active a:hover {
    background-color: #284664;
    color: #fff;
}
#detail {
    clear: both;
    overflow: hidden;
    width: 100%;
}
.tabbox {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;

}
