@charset "UTF-8";

body.ma3 {
    margin: 0;
    color: #000;
    background-color: #fff;
    overflow-x: clip;
}
@media screen and (max-width: 780px) {
    body.ma3 {
        width: 100%;
        min-width: 320px;
        max-width: 780px;
    }
}

.clear {
    clear: both;
    display: block;
}

#ma_site {
    padding-left: 1em;
    font-size: 85%;
    line-height: 150%;
}
@media screen and (max-width: 400px) {
    #ma_site {
        padding-left: 0;
        font-size: 80%;
    }
}

a:hover {
    background-color: transparent;
}

.content-ma3 {
    margin: 0 auto;
    padding: 0 12px;
}
@media screen and (max-width: 400px) {
    .content-ma3 {
        padding: 0 8px;
        font-size: 90%;
    }
}

h1,h2,h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.content-ma3,
.maxwdth960,
.desc_box,
.spec_ma3,
.spec_ma3 table,
.spec_ma3 figure.caption figcaption,
.spec_ma3 figure.caption img {
    margin: 0 auto;
}

.title-ma3 {
    padding: 5px 20px;
    color: #fff;
    background-color: #222;
}

@media screen and (max-width: 780px) {
    .title-ma3 {
        padding: 5px 8px;
    }
}

.maxwdth960 {
    max-width: 960px;
}

.title-ma3 h1 {
    margin-top: 8px;
    margin-bottom: 4px;
}
@media screen and (max-width: 780px) {
    .title-ma3 h1 {
        font-size: 1.5em;
    }
    .title-ma3 h1 img {
        padding-left: 20px;
    }
}

.title-ma3 p {
    margin-top: 0;
    margin-bottom: 4px;
}

.h-border-bottom {
    border-bottom: 1px solid #ddd;
    margin: 2rem 0;
    margin: 2rem 0 1rem;
}

.product-list__item {
    float: left;
    margin: 1%;
    box-sizing: border-box;
    padding: 0 5px;
}

.teaser__image {
    border: 1px solid #e5e3e3;
    width: 260px;
    height: auto;
}

.teaser__text {
    margin-bottom: 16px;
    font-size: medium;
    font-family: 'Roboto', sans-serif;
}

.desc_box,
.spec_ma3 {
    max-width: 900px;
}

.desc_box img {
    float: right;
    margin-left: 8px;
    width: 324px;
}

@media screen and (max-width: 780px) {
    .desc_box img {
        width: 40%;
    }
}

.spec_ma3 table th,
.spec_ma3 table tr {
    padding-left: 0.25em;
    text-align: left;
    vertical-align: top;
}

.spec_ma3 table {
    width: 100%;
    border-collapse: collapse;
}

.spec_ma3 table tr {
    border-style: none none solid;
    border-bottom-width: 1px;
    border-color: #aaa;
}

.spec_ma3 figure.caption figcaption {
    padding-left: 1em;
    padding-bottom: 10px;
    text-align: left;
}

/* Slick */
picture img,
.slider-img img,
.spec_ma3 figure.caption img {
    max-width: 100%;
    height: auto;
}

picture img,
.slider-img img {
    margin: 10px auto 0;
    width: 100%;
}

picture img {
    width: auto;
}

.slider {
    margin-bottom: 60px;
    max-width: 100%;
    height: auto;
    background-color: #fff;
}

.slide-dots {
    margin: 0;
    padding: 0;
    text-align: center;
}

.slide-dots li {
    display: inline-block;
    margin: 0 10px;
    width: 24px;
}

.slide-dots li button {
    position: relative;
    text-indent: -9999px;
}

.slide-dots li button::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    width: 13.5px;
    height: 13.5px;
    margin: auto;
    cursor: pointer;
    background-image: url(img/dot.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.slide-dots li.slick-active button::before {
    background-image: url(img/dot_a.png);
}

button {
    padding: 0 7px;
    border: none;
    outline: none;
    background: none;
}
