﻿.nzesearch_content {
    box-sizing: border-box;
    display:block;
    margin:0 auto 0 auto;
    padding:0 0 15px 0;
    width: 100%;
    max-width:980px;
    border: 5px solid #e569ab;
    background-color:#FFFFFF;
    overflow:hidden;
    text-align:center;
}

.nzesearch_titie {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 8px 0 3px 10px;
    background-color: #e569ab;
    font-weight: bold;
    font-size: 16px;
    height: 40px;
    text-align: left;
    color: #FFFFFF;
}
    .nzesearch_titie:before {
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        margin-right: 6px;
        width: 21px;
        height: 21px;
        background-image: url(/Images/TourSearch/sprite.png);
        background-position: -155px 0px;
        content: "";
        vertical-align: text-top;
    }
.nzesearch_main {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    overflow: hidden;
}
.nzesearch_item {
    box-sizing: border-box;
    display: block;
    float: left;
    width: calc(100% - 75px);
    padding: 0 0 0 0;
}
.nzesearch_itemlong {
    box-sizing: border-box;
    display: block;
    float: left;
    width: calc(100% - 75px);
    padding: 0 0 0 0;
}
.nzesearch_item_title {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 75px;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 0 10px 0;
    text-align: center;
}
    /*.nzesearch_item_title:before {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        margin-right: 6px;
        width: 20px;
        height: 19px;
        background-image: url(/Images/TourSearch/sprite.png);
        background-position: -216px 0px;
        content: "";
        vertical-align: text-top;
    }*/
.nzeselect-group {
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0 0 0;
    vertical-align: middle;
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 5px;
}

    .nzeselect-group select {
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-indent: 1em;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        vertical-align: middle;
        border: 1px solid #CCC;
        margin-bottom: 0;
        border-radius: 5px;
        box-shadow: 1px 1px 1px #555;
        padding: 0 25px 0 5px;
    }

    .nzeselect-group:after {
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 8px;
        bottom: 0;
        width: 0;
        height: 0;
        margin: auto;
        content: '';
        border-top: 4px solid #999;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        background-image: url(/Images/TourSearch/sprite.png);
    }

    .nzeselect-group select::-ms-expand { /* select要素のデザインを無効にする（IE用） */
        display: none;
    }

.nzeselect-group2 {
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0 0 0;
    vertical-align: middle;
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 5px;
}

    .nzeselect-group2 select {
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-indent: 1em;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        vertical-align: middle;
        border: 1px solid #CCC;
        margin-bottom: 0;
        border-radius: 5px;
        box-shadow: 1px 1px 1px #555;
        padding: 0 25px 0 5px;
    }

    .nzeselect-group2:after {
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 8px;
        bottom: 0;
        width: 0;
        height: 0;
        margin: auto;
        content: '';
        border-top: 4px solid #999;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        background-image: url(/Images/TourSearch/sprite.png);
    }

    .nzeselect-group2 select::-ms-expand { /* select要素のデザインを無効にする（IE用） */
        display: none;
    }
.nzetourserch_depdate {
    box-sizing: border-box;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1em;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    vertical-align: middle;
    border: 1px solid #CCC;
    margin-bottom: 0;
    border-radius: 5px;
    padding: 0 0 0 5px;
}

.nzewidthCSS200 {
    box-sizing: border-box;
    width: 180px;
}
.nzewidthCSS2002 {
    box-sizing: border-box;
    width: 200px;
}
.nzewidthCSS400 {
    box-sizing: border-box;
    width: 577px;
    padding: 0 0 0 0;
}

.nzesearch_getarea {
    box-sizing: border-box;
    float: left;
    padding: 0 0 10px 0;
    overflow: hidden;
}
.nzesearch_getarea2 {
    box-sizing: border-box;
    position: relative;
    float: left;
    padding: 0 0 10px 18px;
    overflow: hidden;
}
    .nzesearch_getarea2:before {
        box-sizing: border-box;
        position: absolute;
        width: 18px;
        height: 20px;
        text-align: center;
        top: 6px;
        left: 0;
        content: '>';
    }
.nzedainari {
    box-sizing: border-box;
    float: left;
    font-size: 12px;
    padding: 6px 3px 0 5px;
}
.SubKeywordStage {
    display:none;
}
.SubKeyword {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px 10px 10px;
    font-size: 16px;
    overflow: hidden;
    border-bottom: 1px dashed #CCC;
}

.nzeosusumetitle {
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: 25px;
    background-color: #CCC;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 0 0 10px;
    margin: 0 0 0 0;
    text-align: left;
}

.nzegetnowtitle {
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: 25px;
    background-color: #CCC;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 0 0 10px;
    margin: 0 0 0 0;
    text-align: left;
}
ul.nzewordli {
    box-sizing: border-box;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0 0 0 0;
}

li.nzewordlist {
    box-sizing: border-box;
    width: auto !important;
    float: left !important;
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 10px 0 0 10px !important;
    margin: 0 0 0 0 !important;
    color: #000000 !important;
}
.nzesearch_item_add {
    box-sizing: border-box;
    float: right;
    position: relative;
    padding: 0 0 0 0;
    border: none;
    color: #05c;
    background: none;
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
}
    /*.nzesearch_item_add:before {
        box-sizing: border-box;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        border: 1px solid #bcbcbc;
        border-radius: 4px;
        width: 16px;
        height: 16px;
        background: #eee -webkit-linear-gradient(bottom, #eee, #fff);
        background: #eee linear-gradient(to top, #eee, #fff);
        box-shadow: 0 -1px 0 #bcbcbc inset;
    }*/
    .nzesearch_item_add:before {
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        content: '';
        top: 6px;
        bottom: 0;
        left: 3px;
        margin: 0 6px 0 0;
        width: 12px;
        height: 10px;
        background-image: url(/Images/TourSearch/sprite.png);
        background-position: -749px 0px;
        vertical-align: text-top;
    }
.nzesearch_item_add {
    box-sizing: border-box;
    float: right;
    position: relative;
    padding: 0 0 0 0;
    border: none;
    color: #05c;
    background: none;
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
}
    /*.nzesearch_item_add:before {
        box-sizing: border-box;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        border: 1px solid #bcbcbc;
        border-radius: 4px;
        width: 16px;
        height: 16px;
        background: #eee -webkit-linear-gradient(bottom, #eee, #fff);
        background: #eee linear-gradient(to top, #eee, #fff);
        box-shadow: 0 -1px 0 #bcbcbc inset;
    }*/
    .nzesearch_item_add:before {
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        content: '';
        top: 6px;
        bottom: 0;
        left: 3px;
        margin: 0 6px 0 0;
        width: 12px;
        height: 10px;
        background-image: url(/Images/TourSearch/sprite.png);
        background-position: -749px 0px;
        vertical-align: text-top;
    }
.nzesearch_item_addC {
    box-sizing: border-box;
    float: right;
    position: relative;
    padding: 0 0 0 0;
    border: none;
    color: #05c;
    background: none;
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
}
    .nzesearch_item_addC:before {
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        content: '';
        top: 6px;
        bottom: 0;
        left: 3px;
        margin: 0 6px 0 0;
        width: 20px;
        height: 10px;
        background-image: url(/Images/TourSearch/sprite.png);
        background-position: -1685px 0px;
        vertical-align: text-top;
    }
.nzesearch_item_add2 {
    box-sizing: border-box;
    top:10px;
    right:20px;
    position:absolute;
    padding: 0 0 0 0;
    border: none;
    color: #05c;
    background: none;
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
}
.nzesearch_item_add2:before {
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    width: 16px;
    height: 16px;
    background: #eee -webkit-linear-gradient(bottom, #eee, #fff);
    background: #eee linear-gradient(to top, #eee, #fff);
    box-shadow: 0 -1px 0 #bcbcbc inset;
}

.nzesearch_item_add2:after {
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    left: 3px;
    margin: auto 0;
    width: 10px;
    height: 6px;
    background-image: url(/Images/TourSearch/sprite.png);
    background-position: -749px 0px;
}
.nzetoursearchbtm {
    box-sizing: border-box;
    width: 250px;
    height: 40px;
    margin: 0 auto 0 auto;
    padding: 6px 0 4px 0;
    font-size: 14px;
    background: #f9c667; /* Old browsers */
    background: -moz-linear-gradient(top, #f9c667 0%, #f79621 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9c667 0%,#f79621 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9c667 0%,#f79621 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    font-weight: bold;
}

.nzeloading {
    box-sizing: border-box;
    width:100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 12px;
}
.nzeloadingtext {
    box-sizing: border-box;
    height: 80px;
    margin: 0 auto 0 auto;
    padding: 20px 0 0 0;
    font-size: 12px;
}
    .nzeloadingtext:before {
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        top:0;
        left: 0;
        margin-right: 6px;
        width: 30px;
        height: 30px;
        background-image: url(https://www.needstour-support.jp/Images/load30_search_w.gif);
        background-position: 0 0;
        content: "";
        vertical-align: text-top;
    }
    .nzeloadingtext:after {
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        top: 5px;
        left: 0;
        margin-right: 6px;

        height: 30px;

        background-position: 0 0;
        content: "ｷｰﾜｰﾄﾞ読込中...";
        vertical-align: text-top;
    }

.nzeLoadingGrp {
    display: inline-block;
    width: 100%;
    padding: 150px 0 0 0;
    text-align: center;
    overflow: hidden;
}

.nzeLoading {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 0 0 0 40px;
    margin: 0 0 0 0;
    text-align: center;
}

    .nzeLoading:before {
        position: absolute;
        top: -11px;
        display: inline-block;
        content: '';
        margin: 0 0 0 -50px;
        padding: 0 0 0 0;
        width: 40px;
        height: 40px;
        background: url(https://www.needstour-support.jp/Images/load40_search.gif);
    }
/*#nzeareascreen5 {
    display: block;
}

#nzeareascreen4 {
    display: block;
}

#nzeareascreen3 {
    display: block;
}
@media screen and (min-width: 921px) {
    #nzeareascreen5 {
        display: block;
    }

    #nzeareascreen4 {
        display: block;
    }

    #nzeareascreen3 {
        display: block;
    }
}
@media screen and (max-width: 920px) {
    #nzeareascreen5{
        display:none;
    }
    #nzeareascreen4 {
        display: block;
    }

    #nzeareascreen3 {
        display: block;
    }

}
@media screen and (max-width: 720px) {
    #nzeareascreen5 {
        display: none;
    }
    #nzeareascreen4 {
        display: none;
    }
    #nzeareascreen3 {
        display: block;
    }
    .nzewidthCSS400 {
        width: 380px;
        padding: 0 0 0 0;
    } 
}
@media screen and (max-width: 520px) {
    #nzeareascreen5 {
        display: none;
    }

    #nzeareascreen4 {
        display: none;
    }
    #nzeareascreen3 {
        display: none;
    }
    .nzewidthCSS400 {
        width: 180px;
        padding: 0 0 0 0;
    }
}*/





   