@charset "utf-8";
@import url("/useful/css/jiten.css");
/* ==========================================================

title : 生活施設検索
scope : コンテンツテンプレート

last modify : 2012/06/21 163_yamamoto

========================================================== */

/* ----------------------------
  h1
------------------------------ */

/* category search long button */
@media screen and (max-device-width: 1024px) {
  .category_search_btn_long {
    flex-direction: row;
  }

  * > article#article .category_search_btn_group .category_search_wrapper.category_search_btn_long .category_search {
    margin: 5px 0 22px 0;
  }

  * > article#article .category_search_btn_group .category_search_wrapper.category_search_btn_long .category_search_right {
    margin-left: 42px;
  }
  
  * > article#article .category_search_btn_group .category_search_btn_long .category_search a {
    padding-right: 40px;
  }

  * > article#article .category_search_btn_group .category_search_btn_long .category_search_right a {
    padding-right: 38px;
  }
}



