@charset "UTF-8";
/****************************************
contents
*****************************************/
body{
	color: #fff;
}
.title{
	font-size: 30px;
	line-height: 1;
}
.box{
	background: #489be1;
	height: 400px;
	position: relative;
	text-align: center;
}
.content{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 80%;
	height: 140px;
	margin: auto;
	border: 1px solid #fff;
	padding: 20px;	
}
