﻿.btn,
.btn-chemical-info,
.btn-chemical-list {
    padding: 10px 20px 10px 20px;
    font-size: 115%;
    color: #FFF;
    border-radius: 4px;
}

    .btn-prev:hover,
    .btn-next:hover,
    .btn-chemical-info:hover,
    .btn-chemical-list:hover {
        color: #FFF;
    }

    .btn-prev:hover:not([disabled]),
    .btn-next:hover:not([disabled]),
    .btn-chemical-info:hover,
    .btn-chemical-list:hover {
        cursor: pointer;
    }

.btn-prev, 
.btn-next,
.btn-search {
    background-image: -webkit-linear-gradient(#2672ec, #2672fc 60%, #2672ec);
    background-image: -o-linear-gradient(#2672ec, #2672fc 60%, #2672ec);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2672ec), color-stop(60%, #2672fc), to(#2672ec));
    background-image: linear-gradient(#2672ec, #2672fc 60%, #2672ec);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88c149', endColorstr='#ff699934', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: none;
}

.btn-clear {
    background-image: -webkit-linear-gradient(#55ACEE, #55ACFE 60%, #55ACEE);
    background-image: -o-linear-gradient(#55ACEE, #55ACFE 60%, #55ACEE);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#55ACEE), color-stop(60%, #55ACFE), to(#55ACEE));
    background-image: linear-gradient(#55ACEE, #55ACFE 60%, #55ACEE);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: none;
}

.btn-close,
.btn-condition {
    background-image: -webkit-linear-gradient(#F4731C, #F4891C 40%, #F4731C);
    background-image: -o-linear-gradient(#F4731C, #F4891C 40%, #F4731C);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F4731C), color-stop(40%, #F4891C), to(#F4731C));
    background-image: linear-gradient(#F4731C, #F4891C 40%, #F4731C);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6707', endColorstr='#ffc94e00', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: none;
}

/* 検索条件設定 */
.form-group {
    margin: 0 !important;
}
    .form-group .info-body,
    .form-group .list-body {
        /*margin-top: -25px;*/
    }

select {
    padding: 7px 6px !important;
}

input[type="text"]{
    padding: 9px 10px 8px 10px;
}

    input[type="text"]::-webkit-input-placeholder {
        color: #cccccc;
        font-size: 95%;
    }

    input[type="text"]::-moz-placeholder {
        color: #cccccc;
        font-size: 95%;
    }

    input[type="text"]:-ms-input-placeholder {
        color: #cccccc;
        font-size: 95%;
    }

input[type=radio] {
    position: unset;
    width: 18px;
    height: 18px;
    /*transform: scale(1.5);*/
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 0px;
    vertical-align: middle;
    position: relative;
    top: 0px;
    cursor: pointer;
}

.radio-inline {
    padding: 10px 5px 0 20px !important;
}
    .radio-inline input[type=radio] {
        position: relative;
        margin: -1px 0 0 -5px;
    }
    .radio-inline + .radio-inline {
        margin-left: 0;
    }

.radio-label {
    padding: 0 0 0 5px !important;
}

/* ローディング設定 */
.loading {
    display: none;
    width: 30px;
    margin-top: 25px
}

/* 検索条件（表示ラベル）設定 */
.chemi-label {
    padding: 15px 0 0 5px;
    text-align: left;
}

/* 検索条件（ボタン）設定 */
.chemi-btn {
    margin: 12px 0 2px 0;
}

    .chemi-btn img {
        width: 23px;
        margin-top: -1px;
        margin-left: -3px;
        margin-right: 3px;
    }

    .chemi-btn #search img {
        width: 20px;
    }

/* 検索条件設定 */
.kensu {
    margin: 7px 0 15px 10px;
    text-align: left;
}

/* ページング設定 */
.pagination {
    margin: 0 0 5px 0;
}

/* 明細設定 */
.meisai hr {
    margin: 15px 0 15px 0;
}

.meisai table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 10px;
}

    .meisai table th:first-child {
        border-radius: 5px 0 0 0;
    }

    .meisai table th:last-child {
        border-radius: 0 5px 0 0;
        border-right: 1px solid #dddddd;
    }

    .meisai table th {
        text-align: center;
        /*background: linear-gradient(#efefef,#efefef);*/
        background: linear-gradient(#E6FFE9,#E6FFE9);
        border-left: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        padding: 7px 0 6px 0;
        font-weight: normal;
    }

    .meisai table td {
        text-align: center;
        border-left: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        border-top: none;
        padding: 8px;
    }

        .meisai table td:hover {
            cursor: pointer;
        }

    .meisai table tr:hover td {
        /*background-color: #E6FFE9;*/
        background-color: #efefef;
    }

        .meisai table td:last-child {
            border-right: 1px solid #dddddd;
        }

    .meisai table tr:last-child td:first-child {
        border-radius: 0 0 0 5px;
    }

    .meisai table tr:last-child td:last-child {
        border-radius: 0 0 5px 0;
    }

/* セル幅設定 */
.meisai th:nth-child(1) {
    width: 60px;
}

.meisai th:nth-child(2) {
    width: 210px;
}

.meisai th:nth-child(3) {
    width: 170px;
}

.meisai th:nth-child(4) {
    width: 160px;
}

.meisai th:nth-child(5) {
    width: 180px;
}

.meisai th:nth-child(6) {
    width: 40px;
}

.meisai th:nth-child(7) {
    width: 30px;
}

.meisai th:nth-child(8) {
    width: 30px;
}

.meisai th:nth-child(9) {
    width: 30px;
}

.meisai th:nth-child(10) {
    width: 30px;
}

.meisai th:nth-child(11) {
    width: 80px;
}

.meisai th:nth-child(12) {
    width: 80px;
}

.meisai th:nth-child(13) {
    width: 80px;
}

.meisai th:nth-child(14) {
    width: 40px;
}

.meisai td:nth-child(2),
.meisai td:nth-child(3),
.meisai td:nth-child(4),
.meisai td:nth-child(5) {
    text-align: left;
}

#base,
#detail {
    text-align: left;
}

    #base .title {
        /*border-left: 5px #ff8c00 solid; 参考：オレンジ系*/
        border-left: 5px #009900 solid;
        padding: 2px 0 0 7px;
        margin: 7px 0 10px 1px;
        font-size: 110%;
    }

    #detail .title {
        border-left: 5px #009900 solid;
        padding: 2px 0 0 7px;
        margin: 15px 0 10px 1px;
        font-size: 110%;
    }

    #detail .title2 {
        border-left: 5px #009900 solid;
        padding: 2px 0 0 7px;
        margin: 25px 0 10px 1px;
        font-size: 110%;
    }

    #detail .seibun,
    #detail .tekiyo {
        margin: 0 0 0 20px;
    }

        #detail .seibun .midasi div,
        #detail .tekiyo .midasi div {
            background-color: #dfdfdf;
            padding: 2px 0 0px 0;
        }

        #detail .seibun .midasi .left-adj,
        #detail .tekiyo .midasi .left-adj {
            padding: 4px 0 0px 20px;
            margin: -2px 20px 0px -20px;
            border-radius: 3px 0 0 3px;
        }

        #detail .seibun .midasi .right-adj,
        #detail .tekiyo .midasi .right-adj {
            border-radius: 0 3px 3px 0;
        }

    #base .pc-midasi {
        padding-bottom: 3px;
    }

        #base .pc-midasi .midasi-label {
            background-color: #dfdfdf;
            padding-top: 2px;
            border-radius: 3px;
        }

        #base .pc-midasi .text-left {
            padding-left: 5px;
            padding-top: 2px;
        }

    #base .sp-midasi div,
    #detail .sp-midasi div {
        margin-bottom: 3px;
    }

    #base .sp-midasi .text-left,
    #detail .sp-midasi .text-left {
        padding-left: 5px;
    }

    #base .sp-midasi .midasi-label,
    #detail .sp-midasi .midasi-label {
        background-color: #dfdfdf;
        border-radius: 20px;
    }

.mdl-select-info {
    white-space: normal;
    margin: -25px 240px 10px 2px;
    bottom: unset;
}

.select-info {
    white-space: normal;
    margin: -32px 10px 10px 10px;
    bottom: unset;
    text-align: left;
    font-size: 130%;
}

/* 農薬情報*/
.area-top {
    height: auto;
}

.area-body {
    padding: 3px 7px 3px 10px;
    margin-top: initial;
}

    .area-body hr {
        margin-top: 0px;
        margin-bottom: 2px;
        border-top: 1px solid #dddddd;
    }

.offset15 {
    margin-left: 15%;
}

.offset20 {
    margin-left: 20%;
}

.fotter {
    margin-top: 10px;
}

.chemical-caution-style {
    line-height: 27px;
    font-size: 110%;
    color: #666666;
}

    .chemical-caution-style button {
        padding: 5px 11px;
        color: #666666;
        border-radius: 4px;
        border: 1px solid #aaaaaa;
    }

        .chemical-caution-style button:hover {
            cursor: pointer;
        }
    .chemical-caution-style .chemical-caution-header {
        text-align: center;
        font-weight: bold;
        margin: 7px 0 5px 0;
    }

        .chemical-caution-style .chemical-caution-header .glyphicon {
            margin: 0 3px 0 1px;
        }

    .chemical-caution-style .chemical-caution-body {
        text-align: left;
        font-size: 95%;
        margin: 20px 0 0 0;
        border-radius: 10px;
        background-color: #F5F4F4;
    }

    /* 吹き出し（三角） */
        .chemical-caution-style .chemical-caution-body::before {
            content: '';
            position: absolute;
            left: 48%;
            top: 46px;
            display: block;
            width: 0;
            height: 0;
            border-right: 20px solid transparent;
            border-bottom: 20px solid #F5F4F4;
            border-left: 20px solid transparent;
            z-index: -10;
        }

        .chemical-caution-style .chemical-caution-body div {
            padding: 18px 18px 8px 18px;
        }

        .chemical-caution-style .chemical-caution-body .glyphicon {
            color: #009900;
            margin: 0 8px 0 14px;
        }

        .chemical-caution-style .chemical-caution-body p {
            margin-bottom: 7px;
            padding-left: 1em;
            text-indent: -1em;
        }

/*画面サーズ（ラージ）*/
@media screen and (min-width:768px) {
    .part-view{
        margin-top: -7px;
    }

        .part-view h3 {
            margin-top: 10px;
            margin-bottom: 0px;
        }

        .part-view h4 {
            margin-top: 5px;
            margin-bottom: 5px;
        }

    .form-group .filtter-line {
        margin: 13px 0 12px -15px;
        text-align: left;
    }

        .form-group .filtter-line:nth-child(2) {
            margin: -5px 0 10px -15px;
        }

        .form-group .filtter-line:nth-child(3) {
            margin: -5px 0 0 -15px;
        }

    .chemi-label {
        padding-top: 10px;
        text-align: center;
    }

    .area-body {
        padding: 3px 10px 3px 20px;
        font-size: 110%;
    }

}

/*画面サーズ（ミドル以下）*/
@media screen and (max-width:767px) {
    .btn,
    .btn-chemical-info,
    .btn-chemical-list {
        padding: 10px 12px 10px 12px;
        font-size: 110%;
    }

    .chemi-btn img {
        margin-right: 1px;
    }

    .chemi-btn img {
        width: 20px;
    }

    .form-group .filtter-line:nth-child(1) {
        margin-top: 13px;
    }

    .form-group .filtter-line:nth-child(3) {
        margin-bottom: -9px;
    }

    .part-view h3 {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .part-view h4 {
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .form-group .info-body,
    .form-group .list-body {
        margin-top: 10px;
    }

    input[type="text"] {
        padding: 9px 10px 8px 10px;
    }

        input[type="text"]::-webkit-input-placeholder {
            color: #cccccc;
            font-size: 85%;
        }

        input[type="text"]::-moz-placeholder {
            color: #cccccc;
            font-size: 85%;
        }

        input[type="text"]:-ms-input-placeholder {
            color: #cccccc;
            font-size: 85%;
        }

    .chemi-label {
        padding: 10px 0 0 0;
        margin-bottom: 10px;
    }

    .chemi-btn {
        margin-top: 4px;
        margin-bottom: 5px;
    }

    .area-body {
        font-size: 110%;
    }

        .area-body hr {
            margin-top: 5px;
            margin-bottom: 7px;
            border-top: 1px solid #dddddd;
        }

    .chemical-caution-style .chemical-caution-body {
        margin: 20px 0 10px 0;
        border-radius: 5px;
    }

        /* 吹き出し（三角） */
        .chemical-caution-style .chemical-caution-body::before {
            left: 47%;
        }

    #base .title {
        margin: 5px 0 12px 1px;
    }

    #detail .title {
        margin: 15px 0 12px 1px;
    }

    #detail .title2 {
        margin: 18px 0 12px 1px;
    }

    #base .title,
    #detail .title,
    #detail .title2 {
        border: 1px #00cc00 solid;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #E6FFE9;
    }

    .kensu {
        margin: 5px 0 10px 0;
        text-align: center;
    }

    .sp-data {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 0;
    }

    .sp-data:hover {
        cursor: pointer;
    }

    .sp-data:hover div {
        background-color: #E6FFE9;
    }

    .meisai {
        font-size: 110%;
    }

    .option-label {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .area-top {
        padding-top: 10px;
        padding-right: 0px;
        text-align: center;
    }

    .select-info,
    .mdl-select-info {
        margin: 15px 5px 5px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

/*画面サーズ（スモール）*/
@media screen and (max-width:467px) {
    .chemical-caution-style {
        line-height: 23px;
        font-size: 105%;
    }
            /* 吹き出し（三角） */
            .chemical-caution-style .chemical-caution-body::before {
                left: 43%;
            }
            .chemical-caution-style .chemical-caution-body div {
                padding: 15px 15px 8px 13px;
            }
}