.wrap {
	position : relative;
	display : table;
	width : 100%;
}
.inner {
	display : table-cell;
	text-align : center;
	vertical-align : middle;
}
.fixed {
	position : fixed;
	top : 0px;
	z-index : 999;
}
.bar {
	width : 100%;
	height : 100px;
}
.content-A {
	width : 25%;
	height : 450px;
}
.content-B {
	width : 50%;
	height : 850px;
}
.color_l-blue {
	background : #00ffff;
}
.color_pink {
	background : #ffdab9;
}
.color_orange {
	background : #ffa500;
}
.color_green {
	background : #00ff00;
}
