/*
Theme Name: XeoryBaseChild
Theme URI: http://xeory.jp/
Description: Xeory Base Child Theme
Author: バズ部
Author URI: http://bazubu.com/
Template: xeory_base
Version: 0.1.9
*/

/* search form
-------------------------------------------------- */
form.searchform {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 0;
}
form.searchform input[type="text"] {
  flex-basis: 88%;
  padding: 5px 10px;
}
form.searchform button {
  flex-basis: 22%;
  padding: 5px 10px;
}
