@CHARSET "UTF-8";
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: #333;
  text-decoration: none;
}
.clearfix:after {
  display: block;
  content: " ";
  clear: both;
}
.wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	/* [disabled]float: none; */
	clear: both;
}
.wrapper2 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	/* [disabled]float: none; */
	clear: both;
}
.wrapper .content {
	margin-top: 60px;
	margin-right: 0;
	margin-left: 0;
}
.wrapper2 .content {
	margin-top: 60px;
	margin-right: 0;
	margin-left: 0;
}
h1 {
  margin: 0 0 0 10px;
  float: left;
  line-height: 30px;
  padding: 10px;
}
.search {
  float: right;
  padding: 10px;
}
.search .keyword input {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  padding: 6px;
  margin-right: 10px;
}
.search .button {
  border: none;
  border-radius: 3px;
  background: #311d0a;
  color: #fff;
  padding: 6px;
  margin-right: 10px;
  font-family: "Meiryo UI";
  line-height: 1.2em;
}
.topmenu {
  margin: 0 0 0 10px;
  padding: 10px;
  list-style: none;
  float: left;
}
.topmenu li {
  float: left;
  padding-right: 10px;
}
.topmenu li a {
  display: block;
  border-radius: 3px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
.header_top {
	position: absolute;
	top: 0px;
	margin: 0 auto;
	width: 100%;
}
.header_bottom{
  position: absolute;
  top: 90px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.header .content {
	margin: 0 auto;
	width: 950px;
	max-height: 110px;
}
.content {
	background-color: #FFFFFF;
}
