@charset "UTF-8";
/*
  Copyright J-LINE CORPORATION. All rights reserved.
  http://www.j-line.co.jp/
*/


/* ↓ ここから - 2015/12/04 - ヘッダー、パンくずリスト、メインコンテンツ、サイドメニュー、「スペシャリストに相談」ブロック */
.body.lower .trunk .branches.header {
  height: 131px;
}
.body.lower .trunk .branches.grey {
  background: #F7F7F7;
}
.body.lower .trunk .branches.dark-grey {
  background: #EFEFEF;
}
.body.lower .trunk .branches.blue {
  background: #006FC5;
}
.body.lower .trunk .branches .leaf.title {
  color: #1F1F1F;
  font-size: 24px;
  font-weight: normal;
  line-height: 100px;
  letter-spacing: 3px;
}
.body.lower .trunk .branches .leaf > .breadcrum {
  display: table;
  width: 100%;
  padding: 21px 0 44px;
}
.body.lower .trunk .branches .leaf > .breadcrum .item {
  float: left;
  color: #1F1F1F;
  font-size: 12px;
  list-style-type: none;
}
.body.lower .trunk .branches .leaf > .breadcrum .separator {
  padding: 0 5px;
}
.body.lower .trunk .branches .leaf > .breadcrum .link {
  color: #1F1F1F;
  font-size: 12px;
}
.body.lower .trunk .branches .leaf > .main {
  display: table;
  width: 100%;
  padding-bottom: 83px;
}
.body.lower .trunk .branches .leaf > .main > .sidebar {
  display: table;
  float: left;
  width: 265px;
}
.body.lower .trunk .branches .leaf > .main > .sidebar .menu .heading {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  padding: 0 16px;
  background: #006FC5;
  text-decoration: none;
}
.body.lower .trunk .branches .leaf > .main > .sidebar .menu .item {
  display: block;
  color: #1F1F1F;
  font-size: 14px;
  line-height: 40px;
  padding: 0 16px 0 32px;
  background-color: #FFFFFF;
  background-image: url(../images/common/menu_bullet.gif);
  background-repeat: no-repeat;
  background-position: 15px center;
  border-top: 1px solid #F7F7F7;
  text-decoration: none;
}
.body.lower .trunk .branches .leaf > .main > .sidebar .menu .item.active {
  color: #006FC5;
}
.body.lower .trunk .branches .leaf > .main > .content {
  display: table;
  float: right;
  width: 835px;
}


/* ↑ ここまで - 2015/12/04 - ヘッダー、パンくずリスト、メインコンテンツ、サイドメニュー、「スペシャリストに相談」ブロック */
.left{
  float:left;
}

.right{
  float:right;
}