html,body{
	height: 100%;
	margin: auto;
	position: relative;
/*	background-color: #090927;*/
	background-color: #F2F2F2;
	background-image: none;*/
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo,'ＭＳ Ｐゴシック', Helvetica, sans-serif;
}

body img{
	width: 100%;
	height: auto;
}

.name{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #565656;
	letter-spacing: -0.05em;
}

.wrap{
	width: 100%;
	height: 100%;
	position: relative;
}

.container-center{
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.row{

}

img{
	border-radius: 10px;
}