body {
  margin: 0;
  padding: 0;
  /*  background:url(images/pattern.jpg); */
  text-align: center;
  /*  font-family:Meiryo,メイリオ; */
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}
a {
  text-decoration: none;
  color: #008cdc;
}
a:visited {
  color: #008cdc;
}
a:hover {
  text-decoration: underline;
  color: #ab8d00;
}
form {
  margin: 0;
}
div.wrap_all {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
  /* box-shadow:0px 0px 5px rgba(0,0,0,0.1); */
}
div.wrap_topics {
  margin-top: 20px;
  padding: 10px 40px;
  text-align: left;
  background-color: #e8e9e8;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 8px;
}
div.wrap_navi {
  padding: 0 25px 0 40px;
  text-align: left;
  background-color: #fff;
  margin-bottom: 50px;
}
div.wrap_main {
  margin-top: 40px;
  clear: both;
  padding: 0 0px;
  text-align: left;
  background-color: #fff;
}
h2 {
  clear: both;
  font-size: 34px;
  line-height: 50px;
  margin: 70px 0 10px 0;
  padding: 0px 0 0 14px;
  border-left: 4px #c01f25 solid;
  /* border-bottom:1px #888 dotted; */
}
h3 {
  clear: both;
  font-size: 19px;
  margin: 10px 0 0 0;
  padding: 0;
}
h4 {
  clear: both;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
h2 span {
  padding-left: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #666;
}
#header {
  background-color: #444b44;
  border-radius: 0px;
}
#header2 {
  font-size: 16px;
  padding: 5px 0 3px 0;
  background-color: #eee;
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}
.contents {
  clear: both;
  margin: 0 0 0 20px;
  padding: 0;
}
#readcopy {
  margin: 0 0 20px 20px;
  font-size: 26px;
  line-height: 32px;
  padding-bottom: 10px;
  border-bottom: 1px #888 dotted;
}
.main_text {
  font-size: 15px;
  line-height: 22px;
}
ul {
  padding: 0;
  list-style-type: none;
  font-family: Meiryo UI;
  font-size: 18px;
}
li a,
li a:visited {
  padding: 10px 5px 8px 5px;
  border-radius: 8px;
  background-color: #aaa;
  color: #fff;
  text-decoration: none;
  float: left;
  margin-right: 15px;
  text-align: center;
  font-weight: bold;
  line-height: 110%;
  width: 180px;
  cursor: pointer;
}
li a:hover {
  background-color: #c01f25;
  text-decoration: none;
  border-radius: 8px;
}
.account_count {
  font-family: Meiryo UI;
  background-color: #edca6a;
  color: #fff;
  text-align: center;
  width: 90px;
  padding: 10px 0;
  border-radius: 8px;
  float: left;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  margin-right: 8px;
}
.account_count p {
  font-size: 34px;
  line-height: 36px;
  margin: 0;
}
button {
  background: -moz-linear-gradient(
    #ffab63,
    #ffab63,
    #ffab63,
    #ffab63,
    #ffab63,
    #f28426,
    #f28426,
    #f28426,
    #f28426,
    #f28426
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(ffab63),
    to(f28426)
  );
  color: #fff;
  border: 5px #f28426 solid;
  border-radius: 10px;
  text-shadow: 0px 0px 5px #dc6e10;
  cursor: pointer;
}
button:hover {
  color: #ffff77;
  text-shadow: 0px 0px 10px #dcae80;
}
#pr-movie {
  margin: 20px auto;
  width: 844px;
  border: 1px #ddd solid;
  background-color: #f0f0f0;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
iframe {
  border-bottom: 2px #ccc solid;
  border-right: 2px #ccc solid;
  border-left: 2px #ccc solid;
  border-top: 2px #ccc solid;
}
#header form {
  padding: 10px;
  text-align: center;
  color: #fff;
}
input.text_box {
  border: 3px #bbb solid;
  background-color: #fff;
  font-size: 16px;
  font-family: Meiryo;
}
input.submit_button {
  border: 3px solid #bbb;
  background-color: #d70c19;
  border-radius: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  font-family: Meiryo;
  cursor: pointer;
}
