body {
    font-family: '07やさしいゴシック', '源柔ゴシックXP Heavy', 'Times New Roman', "Baskerville", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ',
        'Meiryo', sans-serif;
}

table,
th,
td {
    border: none;
}

p {
    margin-top: 0.5em;
}

.profile {
    height: 100%;
    width: auto;
    position: fixed;
    top: 4%;
    left: 7%;
    z-index: -1;
}

.profile_a_overlay {
    height: 63%;
    left: 5%;
    margin-top: 15px;
    position: absolute;
    z-index: 29;
}

.profile_a_underlay {
    height: 100%;
}

.profile_b_underlay {
    height: 100%;
}

.profile_a {
    height: 70%;
    position: relative;
    top: 0%;
    left: 84%;
    z-index: 20;
}

.profile_b {
    height: 75%;
    position: relative;
    z-index: 0;
    top: -50%;
    z-index: 10;
}


.profile_a_body {
    height: 45%;
    width: 73%;
    z-index: 21;
    top: 0%;
    left: 0%;
    margin: 14% 10%;
    position: absolute;
}

.profile_a_body_sub {
    height: 26%;
    width: 26%;
    z-index: 25;
    top: 43%;
    left: 4%;
    margin: 14% 10%;
    position: absolute;
}

.profile_a_body_sub table {
    width: 100%;
}

.profile_b_body {
    height: 79%;
    width: 75%;
    z-index: 11;
    top: 0%;
    left: 0%;
    margin: 15% 12%;
    position: absolute;
}

.profile_a_body h2 {
    color: black;
    font-size: 2em;
    margin-bottom: 5px;
    margin-top: 2%;
}

.profile_a_body p {
    color: black;
    font-size: 120%;
    margin-bottom: 5px;
}

.profile_a_body h2 {
    color: black;
    font-size: 2.5em;
    margin-bottom: 5px;
}

.profile_b_body p {
    color: black;
    font-size: 1.5em;
    margin-bottom: 5px;
}

.log_td_right {
    text-align: right;
    font-size: 85%;
}

.log_td_left {
    text-align: left;
}

.td_center {
    text-align: center;
}

.profile_a_body_speech {
    height: 71%;
    z-index: 25;
    top: 30%;
    left: 0%;
    position: absolute;
}


.profile_a_body_speech img {
    height: 100%;
}

.profile_a_body_request {
    height: 47%;
    z-index: 22;
    top: 23%;
    left: 50%;
    position: absolute;
}

.profile_a_body_request img {
    height: 100%;
}

.profile_data {
    float: right;
    margin-right: 5%;
}

.profile_state {
    width: 100%;
}

.profile_a_body_request_work {
    margin-top: 0.5em;
    top: 0%;
    left: 10%;
    position: absolute;

}

.profile_a_body_speech_work {
    margin-top: 0.5em;
    top: 0%;
    left: 10%;
    position: absolute;
}

.profile_a_body_speech_motion {
    margin-top: 0.5em;
    top: 45%;
    left: 35%;
    position: absolute;
}

#box_vivacity_frame {
    width: 14em;
    height: 1.5em;
    position: relative;
}

#box_vivacity {
    width: 100%;
    height: 100%;
    background-color: aqua;
    position: relative;
}

#box_vivacity_border {
    width: 99%;
    height: 90%;
    border: solid;
    position: absolute;
    border-color: black;
    top: -10%;
    left: -0.5%;
    text-align: center;
}

.canvas_map {
    height: 330px;
    width: 400px;
}

.canvas_div {
    width: 60%;
    height: 75%;
}

#in_store_map {
    background-image: url(../image/map_cafetorionpu_all.png);
    width: 100%;
    height: 100%;
    background-size: cover;
}

.profile_state_text {
    color: black;
    font-size: 1.5em;
    margin-bottom: 5px;
}

.profile_state_value_td {
    width: 60%;
}

#request_work {
    margin-left: 0.5em;
}

.elm_font_color_gray {
    color: lightgray;
}

.elm_font_color_black {
    color: black;
}