@charset "UTF-8";

/*
===========================================================================
|           optionIndex
===========================================================================
*/

/*----------------------------------------------------------------------
/
/----------------------------------------------------------------------*/
#optionIndex {}

#introduction {
    background-color: #f9f9f9;
    background-color: #000;
    background-image: url("/seat/images/index/top_image.png");
    background-size: auto 100%;
    color: #000;
    color: #ccc;
    background-position: right 0 !important;
    background-repeat: no-repeat;
    height: 200px;
}

#introduction div.copy {
    float: left;
    width: 46%;
}

#introduction div.copy h1 {
    color: #fff;
    margin-bottom: 20px;
}

#introduction div.copy h2 {
    color: #80685b;
    font-size: 120%;
}

#introduction div.copy p {
    font-size: 100%;
}


#optionIndex #optionList {
    background: #f8f8f8;
}

#optionIndex #optionList div.h2Area {
    position:relative;
}

#optionIndex #optionList h2 {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    font-size: 110%;
    margin: 0 0 20px;
    padding: 5px 10px;
}

#optionIndex #optionList h3 {
    margin:0 0 1% ;
    font-size: 110%;
    border-left: 8px solid #333;
    padding: 2px 10px;
}

#optionIndex ul.partsList {
    overflow: visible;
}

#optionIndex ul.partsList li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    width: calc(13% - 2px);
    margin:0 0 1% 1%;
    padding:1%;
    text-align: left;
    float: left;
    font-size:90%;
}

#optionIndex ul.partsList li h4 {
    font-size:110%;
    line-height:125%;
    margin-bottom:2%;
    min-height: 5em;
}

#optionIndex ul.partsList li img {
    display:block;
    width:100%;
}

#optionIndex ul.partsList li b {
    color: #000;
    font-size:110%;
    line-height:125%;
    margin-bottom:2%;
}

#optionIndex ul.partsList:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}


#optionBanners {
    padding:40px 0 0 0;
    text-align: center;
    background-color: #fff;
}


#optionBanners ul {
    font-size: 0;
}

#optionBanners li {
    display: inline-block;;
    background-color: #ddd;
    width: 32%;
    margin: 0 0.2%;
    max-width: 314px;
    opacity: 1;
}

#optionBanners li.active {
    border-top: 4px solid #999;
}


#optionBanners li img {
    display: block;
    width: 100%;
    vertical-align: bottom;
}


#optionDetail #optionList {
    background: #f8f8f8;
}

#optionDetail #afterparts div.h2Area {
    position: relative;
}

#optionDetail #afterparts h2 {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    font-size: 110%;
    margin: 0 0 20px;
    padding: 5px 10px;
}

#optionDetail #afterparts ul.optionpoint {
    position: absolute;
    top: 5px;
    right: 4px;
    width: 60%;
    overflow: hidden;
    display: table;
}


#optionDetail #afterparts ul.optionpoint li {
    background-color: #1488c4;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: right;
    margin-right: 2%;
    color: #fff;
    font-size: 88%;
    padding: 0 2%;
}

#optionDetail #afterparts div.partsDetail {
    overflow: hidden;
}

#optionDetail #afterparts div.partsImg {
    background: #fff none repeat scroll 0 0;
    float: left;
    width: 37%;
    margin-right: 1%;
}

#optionDetail #afterparts div.partsImg img {
    width: 100%;
}

#optionDetail #afterparts ul.partsList {
    box-sizing: border-box;
    float: right;
    padding: 0 0 2% 0;
    width: 60%;
}

#optionDetail #afterparts ul.partsList li {
    margin: 0 0 30px;
    overflow: hidden;
}

#optionDetail #afterparts h3 {
    margin: 0 0 1%;
    font-size: 110%;
}

#optionDetail #afterparts div.supported {
    background-color: #efefef;
    padding: 1% 2%;
    margin-bottom: 2%;
    font-weight: bold;
    font-size: 90%;
    line-height: 120%;
    display: inline-block;
}

#optionDetail table.si_pattrn.line th {
    vertical-align:middle;
    background-color:#dedede;
}

#optionDetail table.line th {
    background-color: #dedede;
}

#optionDetail table.line td {
    background-color: #fff;
}

#optionDetail table.si_pattrn.line th,
#optionDetail table.si_pattrn.line td{
    padding:2px 6px;
    font-size:90%;
}

#optionDetail table.line th,
#optionDetail table.line td {
    padding: 2px 6px;
    font-size: 90%;
}

#optionDetail table.si_pattrn .text-center { text-align: center; margin-bottom:.5em; }
#optionDetail table.si_pattrn img { width: 100%; vertical-align:bottom; }
#optionDetail table.si_pattrn tr.line_img td { padding: 0 !important; }
#optionDetail table.si_pattrn td { background-color: transparent; }
#optionDetail table.si_pattrn tr.line_a { background-color: #C7D5EF; }
#optionDetail table.si_pattrn tr.line_b { background-color: #CCE8D2; }

#optionDetail #afterparts ul.caution {
    font-size: 90%;
    margin: 3px 0 6px 0;
}

#optionDetail #afterparts ul.partsList ul.caution li {
    margin: 0;
    overflow: visible;
    padding-left: 30px;
    position: relative;
}


/*=====================================================
    device
=======================================================*/

/*
    TAB
*/
@media screen and (max-width: 991px) {

}



@media only screen and (max-width: 736px) {
    body #introduction div.copy {
        width: 50%;
        padding-left: 0 !important;
    }
}

/*
    SPHONE
*/
@media screen and (max-width: 479px) {

    #optionIndex #optionList div.partsImg{
        float: none;
        width: 100%;
        margin-right:0%;
    }

    #optionIndex ul.partsList li {
        width: calc(30% - 2px);
    }

    #optionIndex #optionList ul.optionpoint{
        position:relative;
        width:100%;
        overflow: hidden;
        display:block;
        padding-top:2.5em;
    }
    #optionIndex #optionList ul.optionpoint li{
        background-color:#1488c4;
        display:block;
        float:left;
        margin-right:2%;
        color:#fff;
        font-size:88%;
        padding:0 2%;
    }
    #optionIndex #optionList div.h2Area{
        margin-bottom:2%;
    }
    #optionIndex #optionList h2{
        margin-bottom:2%;
    }
    #optionIndex #optionList h3{
        margin:0 0 0.8% ;
        font-size:102%;
    }
    #optionIndex #optionList ul.optionpoint{
        position:absolute;
        top:8px;
        left:4px;
        width:100%;
        overflow: hidden;
        display:table;
        font-size:90%;
    }

    ul.afterpartsList li{
        width:100%;
        margin:0 0 1% 0;
        padding:1%;
        text-align:left;
        float:none;
    }
    ul.afterpartsList li h4{
        font-size:110%;
        margin-bottom:1%;
    }
    #optionIndex #optionList div.h2Area{

    }
    #optionIndex #optionList div.hasOptionpoint{
        height:4em;
    }

    #optionBanners {
        padding: 15px 0 0;
    }
    #optionBanners .wrapper {
	    padding: 0 4%;
    }

    #optionBanners li {
        display: block;;
        background-color: #ddd;
        width: 100%;
        margin: .25em 0 10px;
        max-width: initial;
    }
	#optionBanners li a {
		width: 100%;
	}
    #introduction {
        padding: 100px 0 0 0;
        background-size: auto 100px;
    }

    #introduction div.wrapper {
        border-top: 1px solid #666;
    }

    body #introduction div.copy {
        padding: 4% 0;
        width: auto;
        float: none;
        margin: 0 0;
        background: #000;
    }

    #introduction h1 {
        margin: 0 0 8px 0;
        font-size: 150%;
    }

    #introduction h2 {
        color: #80685b;
        font-size: 120%;
        margin: 0 0 15px 0;
    }

    #introduction div.copy h1 {
        margin-bottom: 5px !important;
        position: absolute;
        top: 35px;
    }


#optionDetail #afterparts div.partsImg {
    float: none;
    width: 100%;
    margin-right: 0%;
}

#optionDetail #afterparts ul.partsList {
    padding: 1% 0 2% 0;
    float: none;
    width: 100%;
}

}



