@charset "utf-8";

@media print, screen and (min-width : 769px){ 
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/interior/utility/
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */

/* -----------------------------------
    #section_luggage
----------------------------------- */

#section_luggage .section_inner .head_title{
    margin-top: -20px;
}


.interior_cabin .col_left .img_slider div {
	padding-bottom: 10px;
}

/* ------------------------------------------------------------
*
    #section_storage
*
------------------------------------------------------------ */
#storage_slider{
    width: 880px;
    margin: 0 auto;
}

#storage_slider:after{
    content: '';
    clear: both;
    display: block;
}

#storage_slider .slick-dots{
    bottom: 7px !important;
}

#storage_slider .col_left{
	width:470px;
	float:left;
    position: relative;
}

#storage_slider .col_left .img{
    position: relative;
}

#storage_slider .col_right{
    padding: 0 0 0 0;
    width:350px;
	float:right;
}
#storage_slider .pic_caution_l{
	text-align:right;
    font-size: 10px;
    line-height: 1.375em;
	margin:0 0 10px;
}
#storage_slider .caption{
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 1.375em;
}

#storage_slider .type{
    font-size: 12px;
}

#storage_slider .caution{
    font-size: 10px;
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.3em;
}

#storage_slider .circle li{
    width: 20px;
    height: 20px;
    display: none;
    background-image:url(../image/parts_circle.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}


#storage_slider .circle li.c01{ top: 15px; left: 133px;}
#storage_slider .circle li.c02{ top: 48px; left: 115px;}
#storage_slider .circle li.c03{ top: 173px; left: 76px;}
#storage_slider .circle li.c04{ top: 164px; left: 145px;}
#storage_slider .circle li.c05{ top: 166px; left: 26px;}
#storage_slider .circle li.c09{ top: 160px; left: 384px;}

#storage_slider .circle li.c06 {
    width: 100%;
    height: 100%;
    display: none;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
}
#storage_slider .circle li.c06 > div {
    width: 20px;
    height: 20px;
    background-image:url(../image/parts_circle.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
#storage_slider .circle li.c06 .c06a {top: 253px; left:41px;}
#storage_slider .circle li.c06 .c06b {top: 119px; left:126px;}

#storage_slider .circle li.c07 {
    width: 100%;
    height: 100%;
    display: none;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
}
#storage_slider .circle li.c07 > div {
    width: 20px;
    height: 20px;
    background-image:url(../image/parts_circle.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
#storage_slider .circle li.c07 .c07a {top: 273px; left:251px;}
#storage_slider .circle li.c07 .c07b {top: 132px; left:303px;}

#storage_slider .circle li.c08 {
    width: 100%;
    height: 100%;
    display: none;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
}
#storage_slider .circle li.c08 > div {
    width: 20px;
    height: 20px;
    background-image:url(../image/parts_circle.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
#storage_slider .circle li.c08 .c08a {top: 189px; left:200px;}
#storage_slider .circle li.c08 .c08b {top: 104px; left:241px;}





/* -----------------------------------
 *
 #section_caution
 *
----------------------------------- */
#section_caution {
	margin:0 0 100px 0;
}
	
#section_caution .section_inner {
	padding:0 30px;
}

    
}