.cb-clearfix {
  *zoom: 1;
}
.cb-clearfix:before,
.cb-clearfix:after {
  content: ' ';
  display: table;
}
.cb-clearfix:after {
  clear: both;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img {
  vertical-align: bottom;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
.cb-hover {
  cursor: pointer;
}
.cb-hover:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
header {
  background-color: #003e81;
  padding: 0 20px;
  border-bottom: 1px solid #ffffff;
  *zoom: 1;
}
header .cb-inner {
  float: left;
  font-size: 13px;
  color: #ffffff;
  line-height: 40px;
}
header .cb-inner a {
  color: #ffffff;
}
header .cb-inner a:hover {
  text-decoration: underline;
}
header .cb-social {
  float: right;
  *zoom: 1;
}
header .cb-social li {
  float: left;
  padding-top: 10px;
  margin-left: 20px;
}
header .cb-social:before,
header .cb-social:after {
  content: ' ';
  display: table;
}
header .cb-social:after {
  clear: both;
}
header:before,
header:after {
  content: ' ';
  display: table;
}
header:after {
  clear: both;
}
footer {
  background-color: #003e81;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  padding: 30px 0;
}
footer ul.cb-btns {
  width: 830px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 40px;
}
footer ul.cb-btns li.cb-btn {
  display: inline-block;
  width: 400px;
}
footer ul.cb-btns li.cb-btn:first-child {
  margin-right: 30px;
}
footer ul.cb-btns li.cb-btn a {
  display: block;
  position: relative;
  cursor: pointer;
}
footer ul.cb-btns li.cb-btn a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
footer ul.cb-btns li.cb-btn a img {
  width: 400px;
  height: 50px;
}
footer ul.cb-btns li.cb-btn a span {
  position: absolute;
  font-size: 15px;
  color: #292929;
  line-height: 50px;
  top: 0;
  left: 40px;
}
footer .cb-logo {
  margin-bottom: 20px;
}
footer .cb-logo a {
  cursor: pointer;
}
footer .cb-logo a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
footer .cb-copy {
  font-size: 10px;
}
