@charset "UTF-8";
/*******************************************
 * 店舗情報css
 *
 * menu
 * 1.レイアウト
 * 2.各コンテナ
 *    2-1 店舗情報枠
 *    2-2 まかせる方も　かりる方もシティホーム
 *    2-3 会社概要テーブル
 *    2-4 アクセスマップ
 * 3.sidebar
 ******************************************/
.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-main {
  margin: 0 auto 50px;
}
body #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 #0f3962;
  padding: 5px 0;
  padding-left: 5px;
}
body #layout-main h3,
body #layout-main h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}
body #layout-main h3 span,
body #layout-main h4 span {
  color: #87888d;
}
#layout-main {
  width: 750px;
  float: right;
  padding-bottom: 50px;
}
/******************************************
* 2.各コンテナ
 *    2-1 会社概要テーブル
 *    2-2 アクセスマップ
 ******************************************/
/******* 2-1 会社概要テーブル *************************/
.container-shop {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 10px;
  margin: 8px 0 30px;
}
.container-shop table {
  width: 728px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.container-shop table tr th {
  width: 130px;
  background: #f8f8f5;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  text-align: center;
  padding: 18px 0;
}
.container-shop table tr td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 10px;
}
.container-shop table tr td b,
.container-shop table tr td p,
.container-shop table tr td a {
  font-size: 14px;
}
.container-shop table tr td a {
  color: #0f3962;
}
.container-shop table tr td dl dt,
.container-shop table tr td dl dd {
  font-size: 14px;
}
.container-shop table tr td dl dd {
  margin-bottom: 10px;
}
.container-shop table tr td ul li {
  font-size: 14px;
}
.container-shop table tr td img.img_left {
  margin-left: 30px;
}
.container-shop table tr td img.img_right {
  margin-left: 30px;
}
/******************************************
* 3.sidebar
 ******************************************/
/*******************************************
 * サイドバー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;
}
/*# sourceMappingURL=shop.css.map */