@charset "UTF-8";
/*
Theme Name: どれみはじめての会
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
*/

/* Reset
------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
em,
strong,
th {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

strong {
  font-weight: bold;
}

.red {
  color: #cc0000;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* フロート
------------------------------------------------------------*/
.floatL {
  float: left;
  margin-right: 20px;
}

.floatR {
  float: right;
  margin-left: 20px;
}

.clear {
  clear: both;
}

#container .date {
  font-size: 12px;
  margin-bottom: 2px;
}

table {
  padding: 2px;
  margin: 1em 0 1.5em;
}

table th {
  color: #333;
  background: #eee;
  padding: 4px;
  border: 1px solid #999;
}

table td {
  padding: 4px;
  border: 1px solid #999;
}

#contact input {
  height: 30px;
}

@media (max-width: 750px) {
  .floatL {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .floatR {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .btL {
    float: left;
    width: 50%;
    height: auto;
  }

  .btR {
    float: right;
    width: 50%;
    height: auto;
  }

  table {
    width: 95%;
    border: none;
    padding: 10px;
    margin: 0 auto 20px;
  }

  table tr {
    display: block;
    margin-bottom: 10px;
  }

  table th {
    display: block;
    width: 92%;
    padding: 6px 4%;
    text-align: center;
  }

  table td {
    display: block;
    width: 92%;
    padding: 6px 4%;
    text-align: center;
  }

  table td.inp01 input {
    width: 90%;
  }
}
