﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 100%;
    max-height: 100%;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        /*padding: 0;
            */
        padding-top: 50px !important;
    }
}

@media screen and (max-width: 767px) {
    .body-content {
        /*padding: 0;
            */
        padding-top: 50px !important;
    }
}

.navbar {
    background-color: white !important;
    border-color: #eae2e2 !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #2c2828 !important;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        color: #aea9a9 !important;
    }

.navbar-fixed-top {
    min-height: 80px !important;
}

.navbar-nav > li > a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 80px !important;
}

@media (max-width: 767px) {

    .navbar-nav > li > a {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        line-height: 50px !important;
    }

}

@media (min-width: 576px) {
    .hide-pc {
        display: none;
    }
}


@media screen and (min-width:0px) and (max-width:899px) {
    h1 {
        margin-top: 0px !important;
    }
    /*   h2 {
        margin-top: 0px !important;

    }
    h3 {
        margin-top: 0px !important;

    }
    h4 {
        margin-top: 0px !important;

    }
    */
}


@media (max-width: 575px) {
    .hide-sp {
        display: none;
    }
}

/*
    background: url("img/ezocr2.svg") no-repeat left center !important;
    background-size: contain !important;
    height: 80px !important;
    width: 100px !important;
    */


.icon-bar {
    color: black !important;
    border-color: black !important;
    background-color: black !important;
}

.navbar-inverse .navbar-toggle:hover {
    background-color: white !important;
}

.navbar-inverse .navbar-toggle:focus {
    background-color: white !important;
}

.navbar-toggle {
    height: 50px !important;
    border: none !important;
}

.btn-save {
    border-radius: 4px;
    font-size: 13px;
    height: 46px;
    border-width: 0px;
    background-color: #007DC1;
    color: ghostwhite;
    margin-left: -2px;
    text-shadow: #000 1px 1px 2px;
    width:130px;
}
    .btn-save:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

.btn_1013 {
    background-color: darkorange;
    color: ghostwhite;
    border-width: 0px;
    border-radius: 4px;
    height: 46px;
    font-size: 13px;
    /*    animation: blink-btn 1s linear normal;
    animation-iteration-count: 2;*/
}
    .btn_1013:hover{
        animation: none;
        background-color: orange;
    }

    .btn-img {
        padding-top: 3px !important;
        border-radius: 48% !important;
        font-size: 13px !important;
        width: 30px !important;
        height: 30px !important;
    }
@media screen and (max-width: 500px) {
    .btn_1013 {
        height: 65px;
        width:160px !important;
    }
    #morefunction {
        margin-top: -11px;
    }
    #preview_img{
        width:200px;
        height:250px;
    }
}



@keyframes blink-btn {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(255,0,0,1);
    }

    100% {
        box-shadow: 0px 0px 0px 5px rgba(255,0,0,0.6);
    }
}


.tooltip1 {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

    .tooltip1 p {
        margin: 0;
        padding: 0;
    }

.description1 {
    display: inline-block;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    width: 100px;
    top: 0px;
    left: 80px;
    transition: opacity 2s ease-in;
}

    .description1:before {
        content: "";
        position: absolute;
        top: 0%;
        right: 95%;
        border: 15px solid transparent;
        border-top: 15px solid #000;
        margin-left: -15px;
        transform: rotateZ(90deg);
    }

.tooltip1:hover .description1 {
    display: inline-block;
    top: 0px;
    left: 80px;
}

.col-md-4 {
    border-radius: 2px;
    margin-bottom:10px;
}

.file-upload input {
    top: 0;
    left: 0;
    margin: 0;
    font-size: 1px;
    font-weight: normal;
    /* Loses tab index in webkit if width is set to 0 */
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload strong {
    font: normal 16px Tahoma,sans-serif;
    text-align: center;
    vertical-align: sub;
    padding-top: 0px;
}

.file-upload span {
    top: 0;
    left: 0;
    display: inline-block;
    /* Adjust button text vertical alignment */
    padding-top: 0px;
}

.file-upload, .file-upload span {
    padding-top: 0px;
    width: 220px;
    margin-top: 7px;
    vertical-align: top;
}

.file-upload {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    /*border: 1px solid #124d77;*/
    background: #007dc1;
    color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    text-shadow: #000 1px 1px 2px;
    -webkit-border-radius: 6px;
    height: 62px;
    border-style:none;
    
}

    .file-upload:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
        cursor:pointer;
    }



.thumbnail_tt {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

    .thumbnail_tt > div {
        width: calc(100% / 3); /* 3等分 */
        text-align: center;
        padding: 5px; /* 必要に応じて */
        border-width: 1px;
        border-style: dotted;
    }

        .thumbnail_tt > div > img {
            max-width: 100%;
            height: auto;
        }


.photo-thumbnails {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

    .photo-thumbnails > div {
        width: calc(100% / 3); /* 3等分 */
        text-align: center;
        padding: 5px; /* 必要に応じて */
        border-width: 1px;
        border-style: dotted;
    }

        .photo-thumbnails > div > img {
            max-width: 100%;
            height: auto;
        }



.thumbnail-inner {
    background-color: #eae2e2;
    border-color: dimgrey
}

.checkandtext {
    background-color: moccasin;
    color: black;
    padding: 0px;
}



input.kazu {
    width: 52px;
    height: 34px;
    float: left;
    margin-top: 5px;
    text-align: right;
    padding: 0 5px;
    ime-mode: disabled;
}

div.button {
    float: left;
    width: 16px;
    padding-left: 5px;
    padding-top: 5px;
}

input.spinner_up {
    margin-top: 0px;
    border: 0px;
    width: 16px;
    height: 14px;
    background: url("../img/button_up.svg") no-repeat;
}

@media all and (-ms-high-contrast: none) {
    /* ここに書く */
    input.spinner_up {
        margin-top: 0px;
        border: 0px;
        width: 16px;
        height: 16px;
        background: url("../img/order_up.png") no-repeat;
    }
}

input.spinner_down {
    margin-top: 0px;
    border: 0px;
    width: 16px;
    height: 14px;
    background: url("../img/button_down.svg") no-repeat;
}

@media all and (-ms-high-contrast: none) {
    /* ここに書く */
    input.spinner_down {
        margin-top: 0px;
        border: 0px;
        width: 16px;
        height: 16px;
        background: url("../img/order_dw.png") no-repeat;
    }
}

.kazu_div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
    border-style: dashed;
    border-radius: 10px;
    border-width: 1px;
    border-color: #dcd3d3;
}

    .kazu_div > div {
        /*width: calc(100% / 7);*/ /* 6等分 */
        width: 90px;
        text-align: center;
        padding: 5px; /* 必要に応じて */
    }

.btn_tool {
    width: 220px;
    height: 55px;
}

.button_d {
    font-size: 100%;
    font-weight: bold;
    border: 1px solid #999;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 1.3em;
    line-height: 1.3em;
    cursor: pointer;
    transition: .2s;
    height: 30px;
    width: 30px;
    border-style: none;
    margin-top: 12px;
    color: cornflowerblue;
    margin-left: 10px
}

    .button_d:hover {
        background: #333;
        border-color: #333;
        color: #FFF;
    }

.add_element {
    font-size: 100%;
    font-weight: bold;
    border: 1px solid #999;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 1.3em;
    line-height: 1.3em;
    cursor: pointer;
    transition: .2s;
    height: 40px;
    width: 40px;
    border-style: none;
    margin-top: 10px;
    color: white;
    background-color: darkorange !important;
    font-size: 25px;
}

    .add_element:hover {
        background: orange;
        border-color: orange;
        color: white;
    }

.checkbox_g {
    font-size: 20px;
    padding-bottom: 10px;
}

.btn_tool_b {
    width: 220px;
    height: 55px;
    background-color: orange;
    border-radius: 5px;
    border-style: none;
    color: white;
    font-size: 20px;

}

    .btn_tool_b:hover {
        background-color: darkorange !important;
    }
    .btn_tool_b:disabled {
        background-color: lightgray !important;
    }


.ajax__tab_xp {
    min-height: 500px
}

@media screen and (max-width: 450px) {
    .kazu_div {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        text-align: center;
        border-style: dashed;
        border-radius: 10px;
        border-width: 1px;
        border-color: #dcd3d3;
    }

        .kazu_div > div {
            /*width: calc(100% / 7);*/ /* 6等分 */
            width: 80px;
            text-align: center;
            padding: 5px; /* 必要に応じて */
        }

        .kazu_div > img {
            /*width: calc(100% / 7);*/ /* 6等分 */
            display: none;
            /*
            width: 80px;
            text-align: center;
            padding: 5px; 
            margin-left: 0px !important;
            margin-right: 0px !important;
            */
        }

        .kazu_div input.kazu {
            width: 40px !important;
        }

        .kazu_div .button_d {
            margin-left: 1px !important;
        }

        .kazu_div .kazu_label {
            margin-left: 2px !important;
        }
}

.iphone #add_element {
    background-color: #FF8C00;
    padding: 0;
    /*padding-right: 15px;*/
    text-align: center;
}

.gecko .file-upload span {
    margin-top: 10px;
    padding: 0;
}

.iphone .file-upload span {
    margin-top: 10px;
    padding: 0;
}

.mac.safari .file-upload span {
    padding-top: 2px;
}
/*firefoxに当たってない*/
.android .file-upload span {
    padding-top: 2px;
}

input.order_up {
    margin-top: 0px;
    border: 0px;
    width: 33px;
    height: 33px;
    background: url("../img/order_up.svg") no-repeat;
    margin: 5px 0 5px auto;
}

input.order_dw {
    margin-top: 0px;
    border: 0px;
    width: 33px;
    height: 33px;
    background: url("../img/order_dw.svg") no-repeat;
    margin: 5px 0 5px 1px;
}



.button_d_merge {
    font-size: 100%;
    font-weight: bold;
    border: 1px solid #999;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 1.3em;
    line-height: 1.3em;
    cursor: pointer;
    transition: .2s;
    height: 30px;
    width: 30px;
    border-style: none;
    margin-top: 12px;
    color: cornflowerblue;
    margin-left: 10px;
    margin: 5px 0 5px 10px;
}

    .button_d_merge:hover {
        background: #333;
        border-color: #333;
        color: #FFF;
    }

.sortable-chosen {
    color: #fff;
    background-color: #edb54c;
}

.kazu_label_0 {
    margin-top: 0px !important;
    margin-bottom: 0;
    padding-top: 9px;
    font-size: larger;
}

.kazu_img {
    margin: 0px !important;
    margin-top: 5px !important;
}

.file_count {
    font-size: inherit;
    padding-top: 10px;
    padding-left: 2px;
    padding-right: 2px;
}

.up_div {
    display: inline-block;
}

.hatena {
    vertical-align: super;
    width: 25px;
    height: 25px;
    margin-left: 2px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

    .hatena img {
        width: 100%;
        cursor: pointer;
        transition-duration: 0.3s;
    }

    .hatena:hover img {
        opacity: 0.6;
        transition-duration: 0.3s;
    }

.desc_hatena {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: white;
    border-radius: 5px;
    background: #007dc1;
    width: 340px;
    z-index: 10000;

}

    .desc_hatena:before {
        content: "";
        position: absolute;
        top: 0%;
        right: 98%;
        border: 15px solid transparent;
        border-top: 15px solid #007dc1;
        margin-left: -15px;
        transform: rotateZ(90deg);
    }

.hatena:hover .desc_hatena {
    display: inline-block;
    top: -12px;
    left: 40px;
}
.desc_hatena_areaPDF {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: white;
    border-radius: 5px;
    background: #007dc1;
    width: 300px;
    z-index: 10000;
    opacity:0.92;
}

    .desc_hatena_areaPDF:before {
        content: "";
        position: absolute;
        top: 0%;
        right: 98%;
        border: 15px solid transparent;
        border-top: 15px solid #007dc1;
        margin-left: -15px;
        transform: rotateZ(90deg);
    }

.hatena:hover .desc_hatena_areaPDF {
    display: inline-block;
    top: -12px;
    left: 40px;
}

.hatenaXLSX {
    vertical-align: super;
    width: 25px;
    height: 25px;
    margin-left: 2px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

    .hatenaXLSX img {
        width: 100%;
        cursor: pointer;
        transition-duration: 0.3s;
    }

    .hatenaXLSX:hover img {
        opacity: 0.6;
        transition-duration: 0.3s;
    }
.desc_hatena_XLSX {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: white;
    border-radius: 5px;
    background: #007dc1;
    width: 220px;
    z-index: 10000;
    opacity: 0.90;
}

    .desc_hatena_XLSX:before {
        content: "";
        position: absolute;
        top: 0%;
        right: 98%;
        border: 15px solid transparent;
        border-top: 15px solid #007dc1;
        margin-left: -15px;
        transform: rotateZ(90deg);
    }

.hatenaXLSX:hover .desc_hatena_XLSX {
    display: inline-block;
    top: -12px;
    left: 40px;
}



.area_result {
    width: 100%;
    border-color: lightgray;
    border-radius: 5px;
    background-color: ivory;
}

.chld {
    vertical-align: central !important
}

input[type=checkbox] {
    -webkit-transform-origin: right bottom;
    -webkit-transform: scale( 2, 2 );
}

.chld input[type="checkbox"] {
    display: none;
}
    /* チェックボックスの代わりを成すラベル */
    .chld input[type="checkbox"] + label {
        display: none;
        cursor: pointer;
        display: inline-block;
        position: relative;
        padding-left: 30px;
        padding-right: 10px;
        padding-bottom:4px;
    }
        /* ラベルの左に表示させる正方形のボックス□ */
        .chld input[type="checkbox"] + label::before {
            content: "";
            position: absolute;
            display: block;
            box-sizing: border-box;
            width: 20px;
            height: 20px;
            margin-top: -12px;
            left: 0;
            top: 50%;
            border: 2px solid;
            border-color: #007dc1; /* 枠の色変更 お好きな色を */
            background-color: #fff; /* 背景の色変更 お好きな色を */
            border-radius: 2px;
        }
    /* チェックが入った時のレ点 */
    .chld input[type="checkbox"]:checked + label::after {
        content: "";
        position: absolute;
        display: block;
        box-sizing: border-box;
        width: 10px;
        height: 6px;
        margin-top: -6px;
        top: 50%;
        left: 5px;
        transform: rotate(-45deg);
        border-bottom: 3px solid;
        border-left: 3px solid;
        border-color: #007dc1;
    }

input[type=checkbox] {
    transform: scale(1.5);
    margin-left: 10px;
}
/*div要素全体にリンクをつけるために必要な要素*/
.linkbox {
    position: relative;
}

    .linkbox a {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

        .linkbox a:hover { /* マウスオーバー時に色変更*/
            opacity: 0.1;
            background-color: darkgray;
            border-radius: 10px;
        }

@media all and (-ms-high-contrast: none) {
    .file-upload, .file-upload span {
        /* IE10以上 */
        margin-top: 10px;
    }
}

@-moz-document url-prefix() {
    .file-upload, .file-upload span {
        /* FireFox */
        margin-top: 10px;
    }
}

_:lang(x) + _:-webkit-full-screen-document, .file-upload, .file-upload span {
    /* MAC safari */
    margin-top: 8px;
}

.gcpcount {
/*    margin-left: 41px;*/
    font-size: small;
}


.item_wrap {
    text-align: center;
    padding-top: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.icon_img {
    display: block;
    width: 200px;
    height: 200px;
    line-height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    padding: 0;
    border: 0;
    outline: 0;
    background-color: ghostwhite;
    margin-top: 20px;
}

    .icon_img ::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
        background-color: #f0f0f0;
    }

    .icon_img img {
        position: relative;
        vertical-align: middle;
    }

.item_ttl {
    padding-top: 22px;
    font-size: 100%;
    font-weight: 400;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.col4custm {
    height: 350px;
    border-style: solid;
    border-width: 1px;
    border-radius: 15px;
    border-color: lavender;
}

.sbjc {
    font-size: 150%;
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-top: 20px;
    color: #333333;
}

.txt_wrap {
    margin-top: 15px;
}

.pan {
    margin-top: -15px;
    margin-bottom: -4px;
    padding: 0;
    color: lightgray;
    font-size: smaller;
}

    .pan li {
        display: inline-block;
    }

        .pan li:after {
            content: " > ";
        }

        .pan li:last-child:after {
            content: "";
        }

@media screen and (max-width: 767px) {
    .pank {
        text-align: left !important;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .pank_ocr {
        text-align: left !important;
        padding-top: 28px;
    }
}


.contact_table {
    margin: 0;
}

    .contact_table th {
        background: #e9727e;
        color: #fff;
        padding: 5px;
    }

    .contact_table td {
        padding: 5px;
    }

.contact_textarea {
    width: 520px;
    height: 180px;
    border-width: 1px;
    border-color: gray;
    border-radius: 5px;
}

@media screen and (max-width: 640px) {
    .last td:last-child {
        width: 100%;
    }

    .contact_textarea {
        width: 350px;
    }

    .contact_table {
        width: 80%;
    }

        .contact_table th,
        .contact_table td {
            display: block;
            width: 350px;
        }
}

.contact_td {
    height: 45px;
    width: 100%;
    border-width: 1px;
    border-color: gray;
    border-radius: 5px;
}

.contact_button {
    width: 150px;
    height: 50px;
    background-color: orangered;
    color: white;
    font-size: 20px;
    border-radius: 5px;
    border-style: none;
}

.text_page {
    height: 30px !important;
    width: 50px;
    border-radius: 5px;
    text-align: center;
    font-size: medium;
    resize: none;
    vertical-align: middle;
}

.div_preview {
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    width: 400px;
    height: 450px;
    text-align: center;
    background-color: ghostwhite;
    border-color: white;
}
@media screen and (max-width: 400px) {
    .div_preview {
        width: 300px;
        height: 350px;
    }
}



.div50 {
    width: 50%;
}

@media screen and (max-width: 1200px) {
    .div50 {
        width: 500px;
    }
}

.p_pc_desc {
    margin-bottom: -20px;
    text-align: right;
    margin-right: 10px;
}

.div_float {
    float: right;
}

@media screen and (max-width: 1000px) {
    .div_float {
        float: left;
        margin-top: 20px;
    }
}
#ddb {
    outline: none;
    box-shadow: none;
    border-color: lightgray;
    color: #2C2822;
    margin-top: 23px;
    margin-left: 18px;
}
#ddb_login {
    outline: none;
    box-shadow: none;
    border-color: lightgray;
    background-color:royalblue;
    color: white;
    margin-top: 23px;
    margin-left: 18px;
}
    #ddb_login:hover {
        background-color:mediumblue;
    }
.logintxtbox {
    border-style: solid;
    width: 300px;
    height: 35px;
    border-radius: 5px;
    border-width: 1px;
    border-color: darkgray;
}

.login-btn {
    width: 220px;
    height: 55px;
    background-color: orange;
    border-radius: 5px;
    border-style: none;
    color: white;
    font-size: 20px;
}

.login-btn:hover {
    background-color: darkorange;
}

.accMake-btn {
    width: 220px;
    height: 55px;
    background-color: dodgerblue;
    border-radius: 5px;
    border-style: none;
    color: white;
    font-size: 20px;
}

    .accMake-btn:hover {
        background-color: blue;
    }
#btn_googlelogin {
    width: 300px;
    height: 50px;
    border-radius: 5px;
    padding: 5px 10px 5px 25px;
    background: url(../img/btn_google_dark_normal_ios.svg) left no-repeat;
    border-width: 0.1px;
    border-style: solid;
    border-color: lightgray;

}
    #btn_googlelogin:hover {
        background-color: snow;
/*        background: url(../img/btn_google_dark_normal_ios.svg) left no-repeat;
*/    }
.login-btn:hover {
    background-color: darkorange;
}

#Button_MakeAccount_G {
    width: 300px;
    height: 50px;
    border-radius: 5px;
    padding: 5px 10px 5px 25px;
    background: url(../img/btn_google_dark_normal_ios.svg) left no-repeat;
    border-width: 0.1px;
    border-style: solid;
    border-color: lightgray;
}

    #Button_MakeAccount_G:hover {
        background-color: snow;
        /*        background: url(../img/btn_google_dark_normal_ios.svg) left no-repeat;
*/
    }

div.div9 {
    position: relative;
    padding: 10px 10px;
    border-radius: 1px;
    border: 1px solid #666;
    margin: 10px 5px;
    width: 400px;
    height: 130px;
    background: #fff;
}

    div.div9:before, div.div9:after {
        z-index: -1;
        position: absolute;
        content: "";
        top: 50%;
        width: 98px;
        height: 5px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        border-radius: 20px;
    }

    div.div9:before {
        left: -40px;
        box-shadow: 0px 5px 15px #444;
    }

    div.div9:after {
        right: -40px;
        box-shadow: 0px -5px 15px #444;
    }
.toLoginfromMLconfirm{
    width:250px;
    height:30px;
    border-radius:10px;
    background-color:dodgerblue;
    color:white;
    border-style:none;
    margin-left:50px;
}
.toLoginfromMLconfirm:hover{
    background-color:blue;
}
#UserDataTable1{
    width:100%;
}
.divUserDataMessage {
    display: flex;
    margin-left: 100px;
    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    padding: 10px;
    border-color: slategray;
    display: flex;
    margin-left: 100px;
    width:450px;
}
.divUserDataMessage2 {
    display: flex;
    margin-left: 100px;
    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    padding: 10px;
    border-color: slategray;
    display: flex;
    margin-left: 100px;
    width: 600px;
}
:focus {
    outline: none !important;
}
#cmanPopDiv{
    background-color:white !important;
}
.ckButton {
    background-color: darkorange;
    width: 200px;
    height: 46px;
    border-style: none;
    border-radius: 5px;
    cursor: pointer;
    color:white;
    font-weight:bold;
}
    .ckButton:hover{
        background-color:orange;
    }
.ckButton2 {
    background-color: royalblue;
    width: 200px;
    height: 46px;
    border-style: none;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    font-weight: bold;
}
    .ckButton2:hover {
        background-color: dodgerblue;
    }
.ckButton3 {
    background-color: red;
    width: 200px;
    height: 46px;
    border-style: none;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

    .ckButton3:hover {
        background-color: orangered;
    }
.meiry {
    font-family: "Meiryo","メイリオ","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
@-moz-document url-prefix() {
    .meiry {
        /*line-height: 0px;*/
    }
}


