@charset "UTF-8";
/*******************************************
 * エリアで探すページcss
 *
 * menu
 * 1.レイアウト
 * 2.各コンテナ
 *  2-1 検索チェックボックス
    2-2 「検索」・「戻る」・「さらに絞り込む」・「条件を絞り込む」各種ボタン
 * 3.サイドバー
 * 4.チェックボックス
 ******************************************/
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/******************************************
 1. レイアウト
    左サイドバー2カラム
 ******************************************/
body #layout-wrap-main {
  margin: 0 auto 50px;
}
#layout-main {
  width: 750px;
  float: right;
  padding: 0 0 47px 0;
}
#layout-main h2 {
  width: 750px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: 20px;
  color: #6d6d6c;
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #DE0000;
  padding: 5px 0;
  padding-left: 5px;
}
#layout-main .layout-main-inner {
  border: 1px solid #ccc;
  margin-top: 8px;
}
#layout-sideBar {
  width: 200px;
  float: left;
}
/******************************************
 2. 各コンテナ
    2-1 検索チェックボックス
    2-2 「検索」・「戻る」・「さらに絞り込む」・「条件を絞り込む」各種ボタン
 ******************************************/
/******* 2-1 検索チェックボックス *************/
.container-search {
  padding: 10px;
}
.container-search .block-search-input .box-search-input_parent {
  margin: 10px 0;
}
.container-search .block-search-input .box-search-input_parent input[type=checkbox] + label {
  width: 96%;
  font-size: 14px;
  font-weight: bold;
  float: left;
}
.container-search .block-search-input .box-search-input_child {
  background: #f2f2f2;
  border: 1px solid #ccc;
  padding: 10px;
}
.container-search_area_ooaza .block-search-input {
  margin: -5px 0 20px;
}
.container-search_area_ooaza .block-search-input .box-search-input_parent {
  margin: 20px 0 5px;
}
/******* 2-2 「検索」・「戻る」・「さらに絞り込む」・「条件を絞り込む」各種ボタン *************/
.container-search_btn {
  width: 750px;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 45px 0;
  margin: 20px auto 0;
}
.container-search_btn .item-search_btn {
  display: table-cell;
  color: #fff;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}
.container-search_btn .item-search_btn input {
  width: 100%;
  background: #DE0000;
  border: 1px solid #DE0000;
  color: #fff;
  font-size: 12px;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
  text-align: center;
  padding: 10px 0;
}
.container-search_btn .item-search_btn input:hover {
  background: #fff;
  color: #6d6d6c;
}
.container-search_btn .item-search_btn input:disabled {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  cursor: default;
}
.container-search_btn .item-search_btn input:disabled:hover {
  background: #DE0000;
  color: #fff;
}
.container-search_btn #back {
  background: #bcbcbc;
  border: 1px solid #bcbcbc;
  color: #000;
}
.container-search_btn #back:hover {
  background: #fff;
  color: #6d6d6c;
}
.container-search_btn_shiku {
  width: 570px;
}
/******************************************
 3.サイドバー
    左サイドバー2カラム
 ******************************************/
/*******************************************
 * サイドバーblogcss
 *
 * menu
 * 1.レイアウト
 * 2.
 *   2-1
 *   2-2
 ******************************************/
.contents-head_side {
  text-align: center;
  margin-bottom: 20px;
}
.contents-head_side span {
  font-weight: normal;
  color: #6d6d6c;
}
#scroll_news-info {
  width: 200px;
  position: relative;
  overflow: hidden;
}
#scroll_news-info .box-news-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0;
  margin-bottom: 10px;
}
#scroll_news-info .box-news-info_date {
  color: #6f6f6f;
}
#scroll_news-info .box-news-info_date span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
#scroll_news-info .box-news-info_date .new-icon {
  width: 50px;
  margin-left: 10px;
  padding: 1px 6px;
}
#scroll_news-info .box-news-info_content {
  overflow: hidden;
}
#scroll_news-info .box-news-info_content:after {
  content: ' ';
  clear: both;
}
#scroll_news-info .box-news-info a {
  color: #6d6d6c;
  display: block;
  margin-top: 10px;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 13px;
}
#scroll_news-info .box-news-info a:hover {
  text-decoration: underline;
  opacity: 1;
}
/******************************************
 4.チェックボックス
 ******************************************/
input[type=checkbox] + label {
  width: 28% !important;
  float: left;
}
/*# sourceMappingURL=area.css.map */