.outer {
	width: 100%;
	height: 100%;
}

.tit {
	clear: both;
}

.tit div {
	float: left;
	padding: 10px;
	background: #ccc;
	cursor: pointer;
	border: 1px solid #ccc;
}

.tit .box1 {
	background: #fff;
}