@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 style.css
デスクC2 シリーズページ

+++++++++++++++++++++++++++++++ */

/*
シリーズナビゲーション
-----------------------------------*/
#nav_floating li { width: 189px; }
#nav_floating li:first-child { width: 190px; }


/*
GALLERY
-----------------------------------*/
.box_gallery { width: 624px; }

.box_gallery .shape {
    padding: 10px;
    background: #f5f5f5;
    text-align: center;
}
.box_gallery .shape:after { display: none; }
.box_gallery .shape img {
    margin-left: 10px;
    vertical-align: middle;
}

/*
SPECIFICATION
-----------------------------------*/
.box_test .result {
    position: relative;
    margin: 80px 0 20px;
    font-size: 15px;
}
.box_test .box_set:first-child + .result:before {
    position: absolute;
    top: -40px;
    left: 50%;
    display: block;
    margin-left: -40px;
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 20px 40px 0 40px;
    content: " ";
}

.box_banner {
    margin-top: 50px;
}

.box_set th,
.box_set td {
    padding: 3px 15px 2px;
    border: 1px solid #d3d3d3;
    font-weight: normal;
    text-align: center;
}
.box_set th { background: #e9e9e9; }
.box_set th:first-child {
    width: 170px;
    text-align: left;
}
.box_set td + td {
    background: #fce6e8;
    font-weight: bold;
}