@charset "UTF-8";
/* CSS Document */

main h1{
    font-size: 2rem;
    text-align: center;
}
main h1 img{
    height: 3.125rem;
}


main h2{
    width: 56.25rem;
    margin: 0 auto;
    padding: 0.25rem 1rem;
    font-size: 1.375rem;
	letter-spacing: 50;
    color: #3399CC;
    border-bottom: double 0.375rem #3399CC;
}



.overview{
    width: 56.25rem;
    margin: 0 auto;
    border-collapse: collapse;
    max-width: 56.25rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.overview th, .overview td {
    padding: 1em;
}

.overview th {
    color: #3399CC;
    border-right: 0.125rem solid #3399CC;
    font-weight: bold;
    text-align: center;
    width: 20%;
    min-width: 4em;
    position: relative;
}

.car-table{
    width: 62.5rem;
    margin: 0 auto;
    border-collapse: collapse;
    max-width: 62.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.car-table th, .car-table td {
    border: solid 0.125rem;
    padding: 1em;
}

.car-table th {
    color: #ffffff;
    border-color: #3399CC;
    background-color: #3399CC;
    font-weight: bold;
    text-align: center;
    min-width: 4em;
    position: relative;
}

.car-const{
    width: 90%;
}

.car-Order{
    width: 10%;
}

.car-table td {
    background-color: #ffffff;
    border-color: #999999;
}

.factory{
    margin: 2rem auto;
    display: flex;
    justify-content: center;
    width: 56.25rem;
}

.factory img{
    margin: 0 1rem;
    padding: 0;
    max-width: 50%;
	height: auto;
}
