@charset "UTF-8";
/* リンクホバー色 */
/* 黒 */
.UpperBlock {
  background: #ffffff;
  margin-bottom: 10px;
}
.BlockLeft {
  width: 349px;
  float: left;
  overflow: hidden;
}
.BlockRight {
  width: 349px;
  float: right;
  margin-left: 19px;
  overflow: hidden;
}
.WrapperBlock {
  padding: 0 10px 10px;
  overflow: hidden;
}
.WrapperBlock h3 span {
  color: #0d0d0d;
  text-decoration: underline;
}
.WrapperBlock a {
  text-decoration: underline;
}
.EachLinks {
  border-top: 1px solid #cccccc;
  padding: 16px 0;
  margin-top: -1px;
}
.EachLinks h3 {
  background: url("../../img/common/icon/icon3.png") no-repeat left 2px;
  padding-left: 16px;
  margin-bottom: 10px;
}
.EachLinks h3 a:hover {
  text-decoration: none;
}
.EachLinks ul {
  margin-left: 16px;
  overflow: hidden;
}
.EachLinks ul li {
  float: left;
  margin-left: -1px;
}
.EachLinks ul li a {
  line-height: 24px;
  border-left: 1px solid #cccccc;
  word-wrap: normal;
  padding: 0 4px;
  text-decoration: underline;
}
.EachLinks ul li a:hover {
  text-decoration: none;
}
.EachLinks ul li span {
  font-weight: bold;
  line-height: 24px;
  padding: 0 4px;
  border-left: 1px solid #cccccc;
}
.BottomBlock .WrapperBlock h3 span {
  color: #0d0d0d;
  text-decolation: underline;
}
.BottomBlock .WrapperBlock a {
  text-decoration: underline;
}
.BottomBlock .WrapperBlock .EachLinks {
  width: 350px;
  float: left;
}
.BottomBlock .WrapperBlock .EachLinks .Right {
  margin-left: 19px;
}
