@charset "UTF-8";

/* ----------------------------------------
* style
---------------------------------------- */

@media screen and (max-width: 849px) and (-webkit-min-device-pixel-ratio:0) {
 .post-content table tbody td {
  width: 100%;
  font-size: 100%;
}
.post-content table tbody th {
  width: 100%;
}
  /* phone end */
}


.post-content table tbody th {
  width: 30%;
}
.post-content table tbody td {
  width: 70%;
  text-align: left;
}


@media screen and (max-width: 767px) {

.post-content table tbody td {
  width: 100%;
  font-size: 100%;
  box-sizing: border-box;
}
.post-content table tbody th {
  width: 100%;
  box-sizing: border-box;
}
  /* phone end */
}



/* ----------------------------------------
* main
---------------------------------------- */

.post-content table {
  border: 1px #ddd solid;
  max-width: 100%;
  width:100%;
}
.post-content table th,
.post-content table td {
  padding: 8px 10px;
  border: #ddd solid 1px;
}

.post-content table tbody th {
  background: #f1f2f5;
  color: #000;
  text-align:center;
}

@media screen and (max-width: 767px) {

 .post-content table{
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    display: block;
  }

  #side {
    width: 100%;
    float: none;
  }

  /* phone end */
}



/* form
---------------------------------------- */
#lp_form 
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form textarea {
    border-radius: 3px;
    padding: 8px 13px;
    max-width: 100%;
    width: 100%;
    border: 1px #ccc solid;
    outline: none;
    box-sizing: border-box;
}

form input[type="submit"],
form button {
  padding: 12px 20px;
  border: none;
}
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

/* table
-------------------------------------------------- */
#lp_form table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
}

#lp_form th {
  border: 1px solid #e5e5e5;
  padding: 8px 13px;
  box-sizing: border-box;
}

#lp_form td {
  border: 1px solid #e5e5e5;
  padding: 8px 13px;
  box-sizing: border-box;
}


@media screen and (max-width: 767px) {

tbody, tr, th, td, audio {
display:block;
}

}

/* ----------------------------------------
* post-map-search
---------------------------------------- */

.post-map-search tbody{
display:block;
}

.post-map-search tr{
display:block;
}

.post-map-search th{
display:block;
}

.post-map-search td{
display:block;
}

 .post-map-search table{
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    display: block;
  }

.post-map-search table tbody td {
  width: 100%;
  font-size: 100%;
  box-sizing: border-box;
}
.post-map-search table tbody th {
  width: 100%;
  box-sizing: border-box;
  background: #f1f2f5;
  color: #000;
}

