@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, '游ゴシック', 'Yu Gothic', YuGothic, HiraKakuProN-W3, 'メイリオ', Meiryo, sans-serif;
	font-size: 14px;
	color: #333;
	line-height:1.9;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	text-align: center;
}

header {
}
main{
	margin: 20px 0 0 ;
    padding: 0;
}

figure img {
   max-width: 100%;  /* 横幅に合わせて自動縮小するが、拡大はしない */
}

#topimg {
	display: block;
	background: url("..//images/logo.png") center center no-repeat;
    background-size: contain;
}

footer{
	margin: 50px 0 20px;
}

#wrapper {
  position: relative;
  max-width: 900px;
  margin: 20px auto;   /*全体の中央寄せ*/
}
#container {
  width: 100%;
  margin: 0 auto;   /*中央寄せ*/
  position: relative;
}




