@charset "utf-8";
/* CSS Document */

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

#tab{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    padding: 0;
}
#tab li {
    width:167px;
    height:75px;
    cursor:pointer;
    list-style:none;
    font-size:14px;
    text-align:center;
    margin:5px 0 0 0;
    line-height:1.3;
    border:1px #ccc solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
#tab::after{
    content: "";
    display: block;
    width:167px;
}
#tab li.select,#tab li:hover {
    background: #fce1e0;
}		

.planet-list{
    margin: 20px 0 45px;
}

.planet-list span.h2{
    display: inline-block;
    font-size: 16px; 
    font-weight: bold;
    border-left: 7px solid #F60000!important;
    margin-bottom: 15px;
    padding-left: 10px;
}

ul.planet-category{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.planet-category > li{
    width: 49%;
    margin-bottom: 15px;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    border:1px solid #AEAEAE;
}

div.product-img{
    width: 32%;
    display: flex;
    align-items: center;
}

div.product-img img{
    width: 100%;
}

div.product-info{
    width: 66%;
}

div.product-info dl dt{
    font-size: 11px;
    line-height: 1.3;
}

div.product-info dl dd{
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

div.product-info dl dd span{
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    padding: 2px 8px;
    line-height: 1;
    font-size: 10px;
}

span.mini-size{
    background-color:#6BA2B0!important; 
}

span.managed{
    background-color:#FF8E1F!important; 
}

span.compact{
    background-color:#16ACFF!important; 
}

span.ip67{
    background-color:#1352FF!important; 
}

span.sangyou{
    background-color:#008F02; 
}

div.product-info ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

div.product-info ul li{
    width:calc(48.5% - 4px);
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #AEAEAE;
    margin-bottom: 5px;
    padding: 2px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.product-info ul li:nth-of-type(2n){
    margin-left: 2%;
}

.poe{
    border: 1px solid  #D5DB00!important;
}

.poe1{
    border: 1px solid #FFd700!important;
}

.poe2{
    border: 1px solid #FFA500!important;
}

.upoe{
    border: 1px solid #FF7800!important;
}

.poe_dengen{
    border: 1px solid #b8d200!important;
}

.planet table{
    width: 100%;
    border-collapse:collapse;
    border:none;
}

.planet table tr th{
    background-color: #DCDCDC;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #DCDCDC;
}

.planet table tr th:nth-of-type(1){
    width: 15%;
    border-right: 1px solid #fff;
}

.planet table tr th:nth-of-type(2){
    width: 30%;
    border-right: 1px solid #fff;
}

.planet table tr th:nth-of-type(3){
    width: 20%;
    border-right: 1px solid #fff;
}

.planet table tr th:nth-of-type(4){
    width: 15%;
    border-right: 1px solid #fff;
}

.planet table tr th:nth-of-type(5){
    width: 20%;
}

.planet table tr td{
    padding: 10px 8px;
    border: 1px solid #DCDCDC;
}

.planet-inner{
    margin-bottom: 45px;
}

.planet-inner:last-of-type{
    margin-bottom: 0;
}

.sfp_product-img{
    width: 200px;
}

.sfp_product-img img{
    width: 100%;
}












































































