.grand_header {
  font-size: 12px;
  background-color: #fff;
  width: 100%;
  height: 40px;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 999;
}
.grand_header_container {
  padding: 0 20px;
  min-width: 1000px;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  box-sizing : border-box;
}
.grand_header_list {
  padding: 1px 0;
  clear: both;
  text-align: right;
}
.grand_header_list_item.item_env {
  float: left;
  margin: 0 220px 0 0;
}
.grand_header_list_item.item_env a.item_image {
  text-decoration: none;
}
.grand_header_list_item.item_home {
  display: inline-block;
  padding: 10px 0 0;
}
.grand_header_list_item.item_home a {
  color: #005db2;
  text-decoration: none;
}
.grand_header_list_item.item_home a .item_image {
  margin: 0 0 0 20px;
}
.grand_header_list_item a .item_image img {
  vertical-align: bottom;
}
.grand_header_list_item.item_home a .item_text {
  margin: 0 0 0 10px;
}
.grand_header_list_item.item_cc {
  display: inline-block;
  padding: 10px 0 0;
}
.grand_header_list_item.item_cc a {
  color: #005db2;
  text-decoration: none;
}
.grand_header_list_item.item_cc a .item_image {
  margin: 0 0 0 20px;
}
.grand_header_list_item.item_cc a .item_text {
  margin: 0 0 0 10px;
}
.grand_header_list_item.item_ipcc {
  display: inline-block;
  padding: 10px 0 0;
}
.grand_header_list_item.item_ipcc a {
  color: #005db2;
  text-decoration: none;
}
.grand_header_list_item.item_ipcc a .item_image {
  margin: 0 0 0 20px;
}
.grand_header_list_item.item_ipcc a .item_text {
  margin: 0 0 0 10px;
}
.grand_header_list_item.item_fts {
  display: inline-block;
  padding: 10px 0 0;
}
.grand_header_list_item.item_fts a {
  color: #005db2;
  text-decoration: none;
}
.grand_header_list_item.item_fts a .item_image {
  margin: 0 0 0 20px;
}
.grand_header_list_item.item_fts a .item_text {
  margin: 0 0 0 10px;
}
