@charset "UTF-8";
/* =========================================================
   カレンダースタイル
========================================================= */

.ac-search__box input.datepickers {
    width: 235px !important;
    height: 25px;
    padding: 0 5px;
    color: #454545;
    font-size: 13px;
    border: solid 1.7px #cccccc;
    border-radius: 3px;
    background-image: url(/activity/App_Controls/Pam/Activity/img/ico_select_arrow_date.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    box-sizing: border-box;
}

.ac-search__box input.datepickers::-webkit-input-placeholder {
  color: #454545;
}
.ac-search__box input.datepickers::-moz-placeholder {
  color: #454545; opacity: 1;
}
.ac-search__box input.datepickers:-ms-input-placeholder {
  color: #454545;
}

