@charset "utf-8";

/*----------------------------------------------------------------
	共通
----------------------------------------------------------------*/
html { overflow-y: scroll; }

body {
	font-size: 18px;
	color: #111111;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	word-break: normal;
	word-wrap: break-word;
	line-height: 1.5;
	font-style: normal;
	font-weight: lighter;
	width: auto;
}

/* page要素
----------------------------------------------------------- */
div#page {
	width: 1440px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	max-width: 100%;
}

/* IE8以下に対応
----------------------------------------------------------- */
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
  display:block;
}
