@charset "UTF-8";

/* 会社概要
**********************************/
table.style {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
    line-height: 1.4;
}

table.style th {
    background: url(./images/L.png) repeat-x left top #E4E7EE;
    border: #ccc 1px solid;
    padding: 4px 8px;
    font-weight: 400;
    vertical-align: middle;
}

table.style td {
    background: url(./images/L.png) repeat-x left top #F2F4F6;
    border: #ccc 1px solid;
    padding: 4px 8px;
    vertical-align: middle;
}


/* map
**********************************/

.map {
    position: relative;
    max-width: 730px;
    margin: auto;
}

.map::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    /*ここにつける*/
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-link {
    text-align: right;
    width: 100%;
    padding-top: 10px;
    font-size: 12px;
    font-weight: 800;
}
