@charset "utf-8";

@media screen and (min-width : 769px){ 
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/interior/design/
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */
/* -----------------------------------
    #section_style
----------------------------------- */
#section_style .section_inner {
    width: 880px;
    margin-bottom: 50px;
}
#section_style .section_inner:last-child {
    margin-bottom: 0;
}

#section_style h4 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}
#section_style .ico_type {
    top: 0;
}

#section_style .desc {
    margin-bottom: 30px;
    font-size: 20px;
}

#section_style .pic {
    margin-bottom: 10px;
    line-height: 0;
}

#section_style .caption {
    text-align: right;
    font-size: 11px;
    line-height: 1;
}

#section_style .detail {
    text-align: center;
}


/* -----------------------------------
    #section_color
----------------------------------- */
#section_color .color_slider{
    width: 880px;
    margin: 0 auto 40px auto;
}

#section_color .color_slider .slider_inner{
    background-color: #e6e6e6;
}

#section_color .color_slider .pic{
    margin: 0;
    line-height: 0;
    position: relative;
}

#section_color .color_slider .col_left{
    width: 608px;
    border-right: 2px solid #fff;
    float: left;
}

#section_color .color_slider .col_right{
    width: 270px;
    float: right;
}  

#section_color .color_slider .col_right .type{
    padding: 25px 0 0 25px;
    text-align: left;
}

#section_color .color_slider .col_right .type h4{
    margin: 0 0 10px 0;
    font-size: 20px;
    letter-spacing: 0;
}

#section_color .color_slider .col_right .type h4 .small{
    font-size: 16px;
}

#section_color .color_slider .col_right .type p{
    font-size: 13px;
    line-height: 1.5em;
}

#section_color .color_slider .type_option {
    position: absolute;
    left: 635px;
    bottom: 25px;
}

}