@charset "UTF-8";
/*
*	事業所案内 - トップページ
*/
/* ==========================================================================
	ビジュアル
========================================================================== */
#visual {
  float: left;
  width: 643px; }

/* ==========================================================================
	ナビゲーション
========================================================================== */
.office-list {
  padding: 10px 20px;
  border: solid 5px #e5e5e5; }
  .office-list:hover {
    color: #097adb;
    border-color: #097adb; }
  .office-list dt {
    margin: 0 0 5px;
    background: url(/common/img/ico_arrow1.png) no-repeat left center;
    font-size: 115.4%;
    text-indent: 20px; }
  .area_red dt {
    background: url(/common/img/ico_arrow4.png) no-repeat left center;}
  .office-list dd {
    font-size: 92.3%; }

#list1 {
  float: right;
  width: 300px; }
  #list1 li {
    margin: 0 0 10px; }

#list2 {
  margin: 50px 0 0; }
  #list2 li {
    float: left;
    width: 460px;
    margin: 0 40px 20px 0; }
    #list2 li.nth {
      margin-right: 0; }
  #list2 .office-list {
    float: right;
    width: 176px;
    min-height: 107px; }

/* ==========================================================================
	インフォメーション
========================================================================== */
#information {
  width: 958px;
  margin: 20px auto;
}
#information ul li {
  clear: both;
  position: relative;
  display: table;
  width: 958px;
  height: 50px;
  margin-bottom: 10px;
  border: 1px dotted #ddd;
  background: url(../img/icon_arrow.png) no-repeat;
  background-position: 910px;
}
#information ul li.hover{
  width: 950px;
  height: 42px;
  border: 5px solid #e9e9e9;
  background-position: 906px;
}
#information ul li a {
  position: absolute;
  display: block;
  width: 958px;
  height: 50px;
  margin: 0 0 0 -960px;
}
#information ul li h3 {
  width: 156px;
  padding-left: 4px;
  display: table-cell;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #aaa;
}
#information ul li h3.hover {
  padding-left: 0;
}
#information ul li p {
  display: table-cell;
  padding-left: 30px;
  font-size: 16px;
  vertical-align: middle;
  background: url(../img/arrow_gray.png) no-repeat;
  background-position: 0px;
  color: #d00;
}
#information ul li p span{
  padding-right: 20px;
  font-weight: bold;
  color: #000;
}
