@charset "UTF-8";
/* CSS Document */

/* =====================================
   normalize.css (custom)
   for Minami Tama Badminton Association
===================================== */

/* Document
------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
------------------------------------- */
body {
  margin: 0;
}

/* Heading reset (太字をなくす) */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
body{
  margin: 0;
  line-height: 1.6;
}

/* Text
------------------------------------- */
p {
  margin: 0;
}

/* Lists
------------------------------------- */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Images
------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  display: block;
  border-style: none;
}

/* Links
------------------------------------- */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/* Forms
------------------------------------- */
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

/* Tables
------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Box sizing
------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
