@charset "utf-8";
@import url("reset.css");
/**********************************************************
** スマートフォン ベース
**********************************************************/

*,
:after,
:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
html,body {
	width:100%;
	height:100%;
	font-size:16px;
	line-height:1.5;
  font-family: "メイリオ", sans-serif;
	background-color:#0b0b0b;
	color:#ffffff;
}

#cvs{
	width:600px;
	height:600px;
	background-color:#ffffff;
	margin: 0 auto 0 auto;
	text-align: center;
	display: block;
}
