@charset "utf-8";

/*
Theme Name: Satochiba
Theme URI: https://satochiba.com
Author: Satochiba
Author URI: https://satochiba.com
Description: 千葉県里親会の公式サイト。
Version: 1.0
*/


/* ========================================================
** Site basic settings
======================================================== */

/* Resets
-------------------------------------------------------- */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  word-break: break-all;
}
button {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
a,
a:visited,
a:active,
a:hover {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
ul li {
  text-indent: 0;
}
img {
  border: none;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  width: 100%;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
}