@charset "UTF-8";
* {
	margin : 0 ;
	padding : 0 ; 
	font-size : 100% ;
}
body{ font-size: 16px; font-family: 'Noto Sans JP', Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Sans-Serif; color:#333; line-height: 1.4; font-weight: 300;}

<!-- body {
  background: url(default.jpg) center center / cover no-repeat fixed;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
} -->
.main {
  width: 100%;
}
.panhu {
  display: block;
  width: 900px;
  max-width: 100%;
  margin: 40px auto 0;
  border: 0;
}
@media screen and (max-width:767px) {
  .panhu {
    margin: 0 auto 0;
  }
}
h1 {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding-top: 8px;
  margin-top: 20px;
  margin-bottom: 2px;
  border-top: 1px solid #CCC;
}
p {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 16px;
}
span {
  display: block;
  font-weight: 300;
  font-size: 12px;
  margin-top: 8px;
}
