@charset "utf-8";
/* CSS Document */

.box2 {
	border-style: solid;
	padding: 10px;
	width: 400px;
	background-color: #BBB;
		
	border-top-width: 150px;
	border-bottom-width: 200px;
	border-left-width: 10px;	
	border-right-width: 230px;
	
	border-top-color: #e6f7fb;
	border-bottom-color: #e6f7fb;
	border-left-color: #ffb3b3;	
	border-right-color: #ffb3b3;	
	
	position: absolute;
	left: 10px;
	top: 100px;
	height: 120px;
	
}

.box3 {
	border-style: solid;
	padding: 10px;
	width: 400px;
	background-color: #BBB;
	
	border-top-width: 150px;
	border-bottom-width: 200px;
	border-left-width: 230px;	
	border-right-width: 10px;
	
	border-top-color: #e6f7fb;
	border-bottom-color: #e6f7fb;
	border-left-color: #ffb3b3;	
	border-right-color: #ffb3b3;	
	
	position: absolute;
	left: 590px;
	top: 100px;
	height: 120px;
}



