﻿@charset "UTF-8";

.LINEbtn-display {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 285px;
    max-height: 200px;
    margin-bottom: 30px;
}

#LINEBtnLayer {
    width: 100%;
    max-width: 100%;
    height: 40px;
    float: right;
    background: transparent;
    background-image: unset;
}

.LINEBtnDisplay {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

span.LINEBtnDisplay {
    display: flex;
    align-items: center;
    height: 100%;
    width: auto;
    border-right: 1px solid rgba(0,0,0,.1);
}

#LINEBtn {
    width: 100%;
    height: 40px;
    float: right;
    background-color: #06C755;
    background-image: unset;
    margin-bottom: 10px;
}

.LINEBtnContent {
    width: 100%;
}