@charset "UTF-8";
/* ===================================================================
CSS information
 style info :リンク設定、フォント関連、大枠
=================================================================== */
/* フォント関連
-------------------------------------*/
body {
  color: #333333;
  font-size: 15px !important;
}

body {
  min-width: 1005px;
  position: relative;
  font-family: Meiryo, メイリオ, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

body.windows.gecko.home {
  min-width: 1100px;
}

body.min_wid_none {
  min-width: 0;
}

/* 大枠
-------------------------------------*/
#wrap-container {
  width: 980px;
  margin: 10px auto 0px auto;
  padding: 0px 10px 0px 10px;
}

#wrap-container #container h1#ttl {
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.7em;
  margin: 0 0 12px;
  line-height: 1.2;
  padding-bottom: 0px;
}

/* 旧サイト仕様 */
#container {
  width: 736px;
}

/* 新サイト仕様 */
.renew #container {
  width: 980px;
}

/* for modern browser */
#container:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}

/* for IE6 */
#container {
  zoom: 1;
}

/* ページタイトル
-------------------------------------*/
#container h1.pagetitle {
  padding: 8px 0 5px 10px;
  border-left: 5px solid #1B4FAA;
  border-bottom: 1px solid #1B4FAA;
  background-color: #EFEFEF;
  color: #333333;
  font-size: 1em;
  line-height: 1.2em;
}

/* 問合せ前 */
p.toiawase-mae {
  font-size: 0.9em;
  margin: 12px 0 0 1em;
  text-indent: -1em;
  line-height: 1.4;
}

dt.toiawase-mae {
  font-size: 0.7em;
  margin: 12px 0 0 1em;
  text-indent: -1em;
  line-height: 1.4;
}

p.toiawase-mae-a {
  font-size: 0.9em;
  margin: 12px 0 10px 1em;
  text-indent: -1em;
  line-height: 1.4;
}

p.toiawase-mae-inq-body {
  font-size: 0.7em;
  margin: 0px 0 10px 1em;
  padding: 0 30px 0 0;
  text-indent: -1em;
  line-height: 1.4;
}

.menu-lsp-min {
  letter-spacing: -0.05em;
}
