@charset "UTF-8";
/****************************************
contents
*****************************************/
body{
	color: #fff;
}
.title{
	font-size: 36px;
}
.box{
	background: #ed4343;
	display: table;
	height: 400px;
	text-align: center;
	width: 100%;
}
.inner{
	display: table-cell;
	vertical-align: middle;
}
.content{
	border: 1px solid #fff;
	display: inline-block;
	padding: 20px;
}