@charset "UTF-8";
/****************************************
contents
*****************************************/
body{
	color: #fff;
}
.title{
	font-size: 36px;
}
.box{
	background: #ffb21d;
	height: 400px;
	position: relative;
	text-align: center;
}
.inner{
	left: 50%;
	position: absolute;
	top: 50%;
}
.content{
	border: 1px solid #fff;
	padding: 20px;
	transform: translate(-50%,-50%);
}