@charset "utf-8";
@import "global.css";
@import "common.css";
@import "layout.css";
/* =====================================================================
	v4-cms-manual 2018.07.23
====================================================================== */
#v4-cms-manual {
  width: 100%;
	height: 70px;
  background: #eee;
  border-bottom: 8px solid #fd9126;
  margin-bottom: 8px;
}

#v4-cms-manual a {
  display: block;
  margin: 0 auto;
  padding: 15px;
  width: 770px;
  height: 40px;
  background: #fff;
  text-align: center;
}
#v4-cms-manual a .v4-logo {
  display: inline-block;
  padding: 4px 0;
}
#v4-cms-manual a .v4-logo img {
  width: 172px;
  height: 32px;
}
#v4-cms-manual a .v4-button {
  display: inline-block;
  background: #07d;
  margin: 0 30px;
  width: 280px;
  line-height: 40px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  vertical-align: top;
}
#v4-cms-manual a:hover .v4-button {
  background: #05d;
}
#v4-cms-manual a .v4-message {
  display: inline-block;
  padding: 3px 0;
  font-size: 12px;
  line-height: 16px;
  color: #333;
  text-decoration: none;
  vertical-align: top;
  text-align: left;
}
#v4-cms-manual a .v4-message b {
  font-weight: bold;
}