@charset "UTF-8";

/* トップページ（スマートフォン） ファーストビュー用 */

/* sys/sb_base_form.css のコピー ここから */

/* ----入力フォーム共通---- */

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  padding: 4px;
  border: 1px solid #999;
  background-color: #fff;
  max-width: 100%;
}

/* ----ボタン---- */

.btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 4px 10px;
}

.btn-default {
  color: #333;
  border: solid 1px #dcdcdc;
  background-color: #e5e5e5;
}

.input-group {
  display: table;
  width: 100%;
}

.input-group>span {
  display: table-cell;
  width: 100%;
}

.input-group-btn {
  display: table-cell;
  white-space: nowrap;
}

/* ここまで sys/sb_base_form.css のコピー */

/* sys/sb_block_common.css のコピー ここから */

/* ----トピック---- */

.block-top-topic--header {
  border-bottom: 1px solid #eee;
}

.block-top-topic--items li {
  border-bottom: 1px solid #eee;
  padding: 10px 10px 10px 10px;
  position: relative;
}

.block-top-topic--items li a {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.block-top-topic--items li a:after {
  position: absolute;
  height: 100%;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  right: 10px;
}

.block-top-topic--next-page {
  text-align: right;
  padding: 10px;
}

.block-top-topic--next-page a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* ----キーワード検索ブロック---- */

.block-search-box--keyword {
  width: 100%;
  height: 38px;
}

.block-search-box--form {
  padding: 10px;
  position: relative;
  background: #eee;
}

.block-search-box--placeholder {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #999;
  font-size: 14px;
}

.block-search-box--search-submit {
  margin-left: 10px;
  width: 65px;
  height: 38px;
  background: #666;
  color: #fff;
  font-size: 18px;
}

/* ここまで sys/sb_block_common.css のコピー */

/* usr/sb_block.css のコピー ここから */

/* ----トップページ本文---- */

.block-top-body--items img {
  width: 100%;
}

.block-top-body {
  margin: 10px 0;
}

/* ----トップページ予備テンプレート2---- */

.block-free-2--items img {
  width: 100%;
}

.block-free-2--sub-items {
  overflow: hidden;
}

.block-free-2--sub-items li {
  float: left;
  width: 33.33%;
  height: 33.33%;
}

/* ここまで usr/sb_block.css のコピー */
/*# sourceMappingURL=sb_firstview_toppage.css.map */
