@charset "utf-8";

.whatsnew {
    margin: 20px;
}

.admin_table th, .admin_table2 th, .admin_table3 th {
    background-color: #cfdae6;
    border: 1px solid;
    font-weight: normal;
    padding: 5px;
}

.admin_table td, .admin_table2 td, .admin_table3 td {
    background-color: #fbfbfb;
    border: 1px solid #000;
    text-align: center;
    padding: 5px;
}

.details_title {
    background-color: #626262;
    color: #fff;
    padding: 5px;
    padding-left: 15px;
}

.details_title h2 {
    font-weight: bold;
}

.details_area {
    padding: 15px;
    overflow-x: scroll;
    height: 90%;
}

.ques_check {
    margin: 0 auto;
    width: 300px;
}

button.back_btn {
    background: #efb8b8;
    width: 50px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 30px;
}

button.back_btn:hover {
    background-color: #f35252;
    border-radius: 5px;
}

.details, .editbutton, .deletebutton, .juicer {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 1200px;
}

.gnav {
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}

.gnavarea li {
    padding: 0 10px;
    display: inline-block;
}

.gnavarea a {
    text-decoration: none;
    color: #fff;
}

.listbutton {
    max-width: 1200px;
    margin: 0 auto;
}

.listbutton2 {
    width: 100px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    float: right;
    margin: 5px;
    background-color: #88b4de;
}

.listbutton3 {
    width: 200px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    float: right;
    margin: 5px;
    background-color: #88b4de;
}

.listbutton2 p, .listbutton3 p {
    color: #fff;
}

.deletebutton {
    background-color: #e48989;
}

.deletebutton:hover {
    background-color: #f00;
}

.pagebutton {
    padding: 10px;
}

.pagebutton li {
    width: 30px;
    background-color: #88b4de;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    margin: 5px 0;
    display: inline-block;
}

.pagebutton a {
    color: #fff;
}

.contents {
    margin: 10px 0;
}

.contents input[type="text"] {
    font-size: 16px;
    border-radius: 5px;
    padding: 3px;
}


.search_area {
    padding: 5px;
    margin-bottom: 20px;
}

.search_area input[type="text"] {
    font-size: 16px;
    border-radius: 5px;
    padding: 3px;
    width: 30%;
}

.search_area input[type="image"] {
    width: 4%;
    position: relative;
    top: 7px;
}

.search_area select {
    width: 30%;
}

.noanswer {
    background-color: #a7a4a4;
    color: #cecece;
}

.wrap {
    overflow: hidden;
}

.edit_btn0 {
    float: right;
    background: #ecc67d;
    width: 180px;
    margin: 0;
    height: 40px;
}

.edit_btn0:hover {
    background-color: #f9b127;
    border-radius: 5px;
}

.edit_btn0:disabled {
    background-image: none;
    background-color: #ccc;
    border-color: #ccc;
}

.edit_btn {
    float: right;
    background: #dab369;
    width: 150px;
    position: absolute;
    top: 0;
    right: 265px;
    margin: 0;
}

.edit_btn:hover {
    background-color: #efab29;
    border-radius: 5px;
}


.info_edit {
    float: right;
    background: #ecc67d;
    width: 200px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 5px;
    height: 40px;
    position: relative;
    top: -47px;
}

.info_edit:hover {
    background-color: #f9b127;
    border-radius: 5px;
}

.info_edit:disabled {
    background-image: none;
    background-color: #ccc;
    border-color: #ccc;
}



.floatleft {
    border: hidden;
}

.details_btn {
    float: right;
    background: #a1b91e;
    width: 200px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 60px;
    margin: 0;
}

.details_btn:hover {
    background-color: #3ba518;
    border-radius: 5px;
}

.top_back {
    background-color: #efb8b8;
    width: 200px;
    text-align: center;
    padding: 10px;
    margin: 50px auto;
    color: #fff;
    border-radius: 5px;
}

.top_back:hover {
    background-color: #f35252;
    border-radius: 5px;
}

.companyname {
    width: 50%;
}

.edit_area, .add_area {
    border: 1px solid;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
    background-color: #EAF2F5;
    color: #438c53;
}

.delete_area {
    border: 1px solid;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
    background-color: #f5eaea;
    color: #b55858;
}

.edit_area p, .add_area p, .delete_area p {
    font-weight: bold;
}

input[type="text"].juicerUrl {
    width: 95%;
    margin: 20px;
    font-size: 16px;
    padding: 5px;
}

.quescheck_title h3 {
    border: 3px solid #b8d3ef;
    border-radius: 5px;
    padding: 10px;
    background-color: #f1f8ff;
    color: #3e3d3d;
}

.quescheck_title2 {
    border: 3px solid #b8d3ef;
    border-radius: 5px;
    padding: 10px;
    background-color: #f1f8ff;
    color: #3e3d3d;
}

.inputAlert {
    display : inline-block;
    background : #ff0000;
    color : #ffffff;
    font-weight : bold;
    font-size : 12px; 
    letter-spacing : -1px;
    line-height : 1.7;
    vertical-align : top;
    margin : 0;
    padding : 3px;
    transform : scale(1.1)
                      translatex(34%)
                      translateY(18%);
    animation : newAnime .7s infinite alternate;
}
@keyframes newAnime {
    0%    { color : rgb(255, 0, 0.88);
                background : #ffffff;
             }
   100% { color : #ffffff;
               background : rgb(255, 0, 0.88);
            }
}

/* MV_CSVダウンロード
*****************************************/
.flex {
    display: flex;
}

.csv_mv_area {
    margin: 0 15px;
    padding: 5px;
}

.csv_mv {
    width: 50%;
}

.csv_mv button.details {
    display: block;
    width: 50%;
    height: 50px;
    margin: 20px auto;
}

.csv_mv .q-head h4 {
    width: 95%;
}

.csv_mv .q-head h4.two {
    background-color: #a1b91e;
}

td.tmp {
    background-color: #fbd7d7;
}

/* 見積もり依頼のテーブル
----------------------------------------------------------------------------- */
.admin_table3 {
    font-size: 11px;
}

.admin_table3 th:first-child {
    width: 40px;
}
.admin_table3 th:nth-child(2) {
    width: 150px;
}
.admin_table3 th:nth-child(3) {
    width: 100px;
}
.admin_table3 th:nth-child(5) {
    width: 200px;
}
.admin_table3 th:nth-child(6) {
    width: 150px;
}
.admin_table3 th:nth-child(7) {
    width: 50px;
}
.admin_table3 th:nth-child(8) {
    width: 50px;
}

/* 営業担当社名サジェスト
--------------------------------------------------------------------------*/
.search_area .relative {
    display: inline-block;
}

.relative input[type="text"] {
    width: 346px;
}

.key_ul2 {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 35px;
    left: 90px;
    margin-left: 5px;
    background-color: #f6f6f6;
    width: 450px;
    overflow-y: scroll;
    max-height: 200px;
}

.key_ul2 li {
    padding: 15px 15px 15px 10px;
    border-bottom: 1px solid #626262;
    cursor: pointer;
    text-align: left;
}

.key_ul2 li:hover {
    background-color: #2d3dbd;
    color: #FFF;
}

/* page nation ----------------- */
.pagebutton {
    padding: 10px;
    text-align: center;
}
.pagebutton li {
    width: 30px;
    border-radius: 5px;
    text-align: center;
    margin: 5px 0;
    display: inline-block;
}
.pagebutton a {
    display: block;
}
li.nami {
    background: unset;
}
.pagebutton .now {
    background-color: #2d3dbd;
}


    