@charset "UTF-8";

* {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
:before,:after {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
* {
	-webkit-appearance: none;
}
body {
	overflow-x: hidden;
	position: relative;
	width: 100%;
	background: #ffffff;
    color: #000000;
	/*font: 14px/1.5 "游ゴシック体", "游ゴシック", 'Yu Gothic' , YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana;*/
	text-align: center;
}
article {
	clear: both;
	text-align: left;
}
footer {
	clear: both;
}