/*全般※文字指定*/
body {
margin:0px;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
font-size: 13px;
line-height: 160%;
letter-spacing: 0.5px;
color: #626262;
text-align: center;
}

.toppage{
	display: table;
	width: 100%;
	height: 100%;
}
.top{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/**
.toppage{
  height:100%;
}
.toppage:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.top{
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

**/

@media only screen and (max-device-width : 480px) {
.img {
width:100%;
}

}


