header {
  position:fixed;
  top:0;
  left:0;
  right:0;
  height:80px;
  padding-right:20px;
  z-index: 100;
  padding-top:20px;
  background:#FAFAFA;
}
header.a {
  background:#FFFFFF;
}
header div.logo {
  width:150px;
  height:40px;
  padding-left:18px;
}
header div.header-padding {
  padding-left:10px;
}
header div.search {
  width:500px;
  height:40px;
  margin-left:20px;
}
header div.search form {
	height:100%;
	width:100%;
}
header div.search input {
  width:100%;
  height:100%;
  border:0 none;
  border:1px solid #CCCCCC;
  background:none;
  padding:0;
  font-size:1.7rem;
  background:#FFFFFF;
  padding-left:15px;
  padding-right:15px;
  box-shadow:1px 1px 5px #CCCCCC;
}
header div.search input::placeholder {
  color:#BFBFBF;
  font-weight:500;
  font-size:1.5rem;
}
header div.search input:-ms-input-placeholder {
  color:#BFBFBF;
  font-weight:500;
  font-size:1.5rem;
}
header div.search input::-ms-input-placeholder {
  color:#BFBFBF;
  font-weight:500;
  font-size:1.5rem;
}
header ul.menu-list {
  height:40px;
}
header ul.menu-list li {
  width:40px;
  height:40px;
  display:inline-block;
  border:0;
  margin-left:10px;
  vertical-align:top;
}
header ul.menu-list li button {
  width:100%;
  height:100%;
  border:0 none;
  background:none;
  border-radius:50%;
  background-repeat:no-repeat;
}
header ul.menu-list li button:hover {
  box-shadow:0.5px 0.5px 5px #E5E5E5;
}
header ul.menu-list li button.menu {
  background-image: url("/images/common/icon_menu.png");
  background-position:9px 9px;
  background-size:23px 23px;
  width:40px;
  height:40px;
  overflow:hidden;
  padding:10px;
}
header ul.menu-list li button.alrim {
  background-image: url("/images/common/icon_noti.png");
  background-position:10px 8px;
  background-size:21px 23px;
  width:40px;
  height:40px;
  overflow:hidden;
  padding:10px;
}
header ul.menu-list li button.name {
  background:#B5B5B5;
  color:#FFFFFF;
}
section.content-wrap {
  /* background:yellow; */
  padding-left:150px;
  padding-right:60px;
}
section.content-wrap.a {
  margin-top:80px;
}