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

#container {
  max-width: 700px;
  margin: 0 auto;
}
#main {
  width: 100%;
}

.topinfoimage_iphone5 { display: inline; }
.topinfoimage_small { display: none; }
.topinfoimage_large{ display: none; }
@media only screen and (min-width: 321px) {
.topinfoimage_iphone5 { display: none; }
.topinfoimage_small { display: inline; }
.topinfoimage_large{ display: none; }
}
@media only screen and (min-width: 481px) {
.topinfoimage_iphone5 { display: none; }
.topinfoimage_small { display: none; }
.topinfoimage_large{ display: inline; }
}

