/* all */
* {
    -webkit-touch-callout: none;
/*    -webkit-user-select: none;*/
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

input,textarea {
    -webkit-user-select : auto;
}

html {
    width: 100vw;
    max-width: 1300px;
    margin: auto;
}

body {
    width: 100vw;
    max-width: 1300px;
    margin: 0;
    font-family: 'Lato', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

ul, dl, dt, dd {
    padding: 0;
    margin: 0;
}


/* 検索結果一覧の検索件数 */
.result_company_count1 {
    font-size: 1.2em;
    font-weight: normal;
    color: #000000;
}
/* 検索結果一覧の検索件数「件」の文字 */
.result_company_count2 {
    font-size: 0.7em;
    font-weight: normal;
    color: #4192e1;
}
