&.simple{
	background-color #f2f2f2
	color #787878
	div.content{
		width: 100%;
		max-width 700px
		height 45px
		margin 0 auto
		display flex
		flex-direction row
		justify-content space-between
		align-items center
		div.leftArea,
		div.rightArea{
		}
		div.contact{
			display inline
			color #ffffff73
			text-decoration none
			*{
				margin 0 1px
				text-decoration none
			}
		}
		a{
			color #ffffff4d
			text-decoration none
		}
	}
}