@charset 'utf-8';
/* CSS Document */
.canvas-wrapper{
width:600px;
margin:0 auto;
}

.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 550px;
	justify-content: space-between;
}
.tab-label {
	color: #866d4b;
	background: #fff;
	/* padding: 20px 12px; */
	padding: .8em 0;
	order:-1;
	/* width: 150px; */
	width: 32%;
	/* margin: 0 10px 10px 0px; */
	margin-top: .5em;
	border: 1px solid #866d4b;
	text-align: center;
	vertical-align: middle;
}
    
.tab-content {
	width: 100%;
	display: none;
	margin-top: 1em;
}
.tab-switch:checked+.tab-label {
	background:#866d4b;
	color: #fff;
}
.tab-switch:checked+.tab-label+.tab-content {
	display: block;
}
.tab-switch {
	display: none;
}

.tab-label:hover{
    background:#866d4b;
    color:#fff;
    transition: 1s;
   }

#header_2015 .topArea .inner { position:relative;
top: 16px;}
