@charset "UTF-8";
/* デスクトップPC用CSS */

.hidden-sp {
	display:inherit !important;
}
.hidden-pc {
	display:none !important;
}
.only-sp {
	display: none !important;
}
.only-pc {
	display: inherit !important;
}

#wrapper {
  width: 42rem;
  border-left: 1px solid #B79B75;
  border-right: 1px solid #B79B75;
}
.header {
  width:42rem;
  top:0;
  left:50%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
  border-left: 1px solid #B79B75;
  border-right: 1px solid #B79B75;
}
