@charset "utf-8";

/* ===============================================
	BASE
=============================================== */
/*  BODY
------------------------------------------------*/
body {
	font-family:"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:1.6rem;
	text-align:center;
}

#container {
	width:100%;
	text-align:center;
  background:url(../img/bg.png);
	overflow: hidden;
}
/* ===============================================
	CONTENTS
=============================================== */
.article {
/*
	border-radius:6px;
	width:768px;
	box-shadow:0 0 4px #666;
	-webkit-box-shadow:0 0 4px #666;
*/
}
/*****************************************************/



