.clear-fix {display: inline-block;}

.clear-fix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clear-fix {height: 1%;}
.clear-fix {display: block;}
/* End hide from IE-mac */



/* 共通部分
----------------------------------------------- */

.rmv
    {
    display:block;
    position:absolute;
    top:-9999px;
    left:-9999px;
    width:0px;
    height:0px;
    margin:0px;
    padding:0px;
    }
    

/*　N体験専用CSS　*/


/* 段落
----------------------------------------------- */

.nseries27 p,.nseries28 p{
    margin-bottom:10px;
    }




/* テーブル
----------------------------------------------- */

.n-table{
    background-color: #94afb8;
    padding: 1px;
    width:595px;
    }

.n-table table{
    width:100%;
    }
    
.n-table table th{
    padding: 8px;
}
.n-table table th.products {
    background-color: #d2dde1;
    background-image: url(../assets/images/nseries/sb_th.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    text-align: left;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #e8eef0;
}

.n-table table th.spec{
    background-color:#f9f9f9;
    text-align:left;
    }
    
.n-table table td{
    background-color:#FFFFFF;
    padding: 8px;
    text-align: left;
}
.n-table table th.special{
    background-image: url(../assets/images/nseries/sb_th.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    text-align: left;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #ffffff;
}
.n-table table th.special,.n-table table td.special{
    background-color:#eaf1e2;
    padding: 8px;
    text-align: left;
}

/* リスト
----------------------------------------------- */ 
.nseries27 ul,.nseries28 ul,.nseries27 ol,.nseries28 ol{
    font-size: 15px;
    margin-bottom:15px;
    margin-top: 0px;
    }

.nseries27 ol li,.nseries28 ol li{
    margin-bottom:3px;
    }
    
/* キャプションつき画像
----------------------------------------------- */ 
.img-table {
    margin-bottom: 20px;
    }
    
