@charset "utf-8";
/* common_V3/base.cssの htmlタグの設定をリセットする */
html {
  font-size:100%;
}
/* IWATANI MARS FINDER SearchBox
-------------------------------------------------- */
.mf_finder_searchBox_form .mf_finder_searchBox_query_input{width: 100%;font-size: 1.0rem}
.mf_finder_searchBox_form .mf_finder_searchBox_submit{font-size: auto;width: auto; height: auto; position: static;top: auto;reft: auto;right: auto}
.my-search-box .mf_finder_searchBox_submit span {text-align:center;background-color:#00bfff;border-radius:0}
@media (min-width:768px) {
  .mf_finder_searchBox_form .mf_finder_searchBox_submit{
    width: 95px;
    padding-left: 0;
    padding-right: 0;
    font-weight: normal;
  }
}
@media (max-width:767px) {
  .mf_finder_searchBox_form .mf_finder_searchBox_submit span {
    display: none
  }
}