@charset "utf-8";

/* Pマーク */
.sb_sb_preview .p_mark, .sb_userenquete_index .p_mark, .sb_user_index .p_mark {
  margin-bottom: 30px;
}
.sb_sb_preview .p_mark table, .sb_userenquete_index .p_mark table, .sb_user_index .p_mark table {
  border: 1px solid #dddddd;
  border-collapse: separate;
  border-radius: 4px;
}
.sb_sb_preview .p_mark td img, .sb_userenquete_index .p_mark td img, .sb_user_index .p_mark td img {
  width: 100px;
  height: 100px;
  max-width: initial;
}
.sb_sb_preview .p_mark table td, .sb_userenquete_index .p_mark table td, .sb_user_index .p_mark table td {
  padding: 7px; 
}

/* ヘッダーレスポンシブ */
@media only screen and (max-width: 767px) {
#search-contents {
  width: 100%;
}
#search-area {
  min-width: inherit;
}
#logo-area {
  width: auto;
}
}

/* フッターレスポンシブ */
@media only screen and (max-width: 767px) {
#footer-area {
  min-width: inherit;
}
#footer-contents {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  padding-bottom: 5px;
}
}