@CHARSET "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c);

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family: "Noto Sans Japanese";
  font-size:1em;
  line-height:1.6rem;
}

a{
  color:#ff0000;
}

#allbox{
  width:1024px;
  margin:auto;
  background-color:#ffffff;
}

#headbox{
  width:100%;
}

.title{
  display:block;
  width:100%;
  height:auto;
  margin:auto;
  margin-bottom:32px;
}

.titlepic{
  display:block;
  width:60%;
  height:auto;
  margin:auto;
}

.subtitle{
  font-size:1.4em;
  font-weight: bold;
  width:70%;
  height:auto;
  margin:8px auto;
  color:#ffffff;
  text-align: center;
  background-color:#93278f;
  padding:16px;
  border-radius: 16px;
}

.commentbox{
  border:3px solid #93278f;
  width:60%;
  margin:0 auto 16px auto;
  padding:16px;
  border-radius: 16px;
}

.copybox{
  padding:16px;
  margin-bottom:16px;
  border: 3px solid #39b54a;
}

.bigfont{
  color:#39b54a;
  font-size:2rem;
  font-weight: bold;
  text-align:center;
  font-family: "M PLUS Rounded 1c";
  margin-top:8px;
  margin-bottom:8px;
}

.smallfont{
  font-size:1rem;
  font-weight: bold;
  padding-right:16px;
}

.rightshift{
  text-align: right;
}

hr.line{
  height: 0;
  margin: 16px 0;
  padding: 0;
  border: 0;
  border-top: 3px dotted #39b54a;
}

.creditbox{
  text-align: center;
}