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

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


html {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;

   @media (min-width: 600px) {
    font-size: calc(112.5% + 4 * (100vw - 600px) / 400)
  }

  @media (min-width: 1000px) {
	      font-size: calc(137.5%)
  }
}


h1{
    font-size: 2em; color:#fff; padding: 18px 0;
	font-weight: 900;
}

h2,h3,h4,h5 {
	padding: 18px 0;
	font-weight: 700;
}

.shop_comment iframe {
	width: 100% !important;
}

.shop_comment img{
	width: 100% !important;
}

.topics iframe{
	width: 100% !important;
}

.topics img{
	width: 100% !important;
}

.topics table{
	width: 100% !important;
}


.page-top {
    position: fixed;
    bottom: 60px;
    right: 10px;
    padding: 20px;
    background: #7e7a7a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	z-index: 999;
}
