body {
  margin: 0 auto;
  font-family: “游ゴシック“, YuGothic, “ヒラギノ角ゴ Pro W3”, “Hiragino Kaku Gothic Pro”, “メイリオ“, Meiryo, “ＭＳ Ｐゴシック“, “MS PGothic”, sans-serif;
}

.header {
  height: 320px;
  background-image: url(../images/top_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header_frame {
  background-image: url(../images/top_title.png);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 5px;
  max-width:1100px;
  margin: 0 auto;
  height:320px;
}
.header_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_flex img {
  width: 270px;
}
.header_navi {
  display: flex;
  color: white;
}
.header_navi li {
  margin-left: 30px;
}
.search_window {
  text-align: center;
  margin:180px auto 0;
  background-color: #fdfafacc;
  max-width: 650px;
  height: 50px;
  padding: 10px 0;
  font-weight: bold;
}
input[type=search] {
  background-color: white;
  border: solid 1px;
  max-width: 400px;
  margin-left: 5px;
  padding: 5px 0;
  
}
input[type=submit] {
  border: solid 2px black;
  background-color: rgb(246, 0, 0);
  font-size: 18px;
  color: white;
  background-image: url(../images/icon07.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 4px 5px 1px 35px;
  margin-left: -6px;
  height: 30px;
}

.flex {
  display: flex;
  margin: 0 auto;

}
.container {
  max-width: 1100px;
  margin-top: 20px;
  justify-content: space-between;
}
.main_menu {
  max-width:780px;

}
.main_menu h2{
  font-size: 22px;
  font-weight: bold;
  border-bottom: solid rgb(246, 0, 0);
  max-width: 730px;
  margin: 40px 0 20px 0;
  padding-bottom: 5px;


}
.push_container {
  flex-wrap: wrap;
  font-size: 14px;
  max-width: 730px;
}
.push_container li {
  border: solid 1px #80808052;
  width: 60px;
  margin: 5px;
  padding: 2px;
  text-align: center;
}
.spot_container {
  flex-wrap: wrap;
  max-width: 730px;
  font-size: 14px;
}
.spot_container li {
  padding-bottom: 10px;
  padding-right: 15px;
}
.spot_container li ::before {
  content: ">";
  color: red;
  font-weight: bold;
  margin-right: 3px;
}
.push_area {
  background-image: url(../images/icon01.png);
}
.icon_style {
  background-size: 35px;
  background-repeat: no-repeat;
  padding-right: 50px;
  margin-top: 35px;
}
.hot_spot {
  background-image: url(../images/icon02.png);
}
.genre {
  background-image: url(../images/icon03.png);
}
.commit {
  background-image: url(../images/icon04.png);
}
.writer_push {
  background-image: url(../images/icon05.png);
}
.user_reviw {
  background-image: url(../images/icon06.png);
}
.genre_container {
  justify-content: space-between;
}
.genre_container li {
  border: solid 1px #80808052;
  text-align: center;
  padding-bottom: 10px;
}
.genre_container img {
  margin-bottom: 10px;
}
.commit_container {
  flex-wrap: wrap;
}
.commit_container li{
  border: solid 1px #80808052;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
}
.writer_span {
  font-size: 16px;
  font-weight: normal;
}
.writer_container {
  justify-content: space-between;
}
.writer_left, .writer_right {
  max-width: 350px;
  border: solid 1px #80808052;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
  text-align: justify;
}
.writer_left img, .writer_right img {
  width: 100%;

}
figcaption {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin:10px;
}
.reviw_container {
  justify-content: space-between;
}
.reviw_left, .reviw_right {
  max-width: 350px;
  border: solid 1px #80808052;
  font-size: 14px;
  padding: 10px;
  text-align: justify;
  line-height: 1.5;
}
.reviw_left img, .reviw_right img {
  width: 48%;

}
.user_name {
  font-weight: bold;
  font-size: 20px;
  border-bottom: solid 1px #80808052;
  padding: 5px 0 10px 65px;
  line-height: 1.2;
}
.name_span {
  font-weight: normal;
  font-size: 16px;
}
.men {
  background-image: url(../images/icon08.png);
  background-repeat: no-repeat;
}
.women {
  background-image: url(../images/icon09.png);
  background-repeat: no-repeat;
}
.reviw_title {
  font-weight: bold;
  font-size: 20px;
  margin: 15px 0;
}
.acount_inbox {
  background-color: white;
  margin: 15px;
  padding: 5px 5px 0;
}
.acount_outbox {
  border: solid 1px #80808052;
  background-color: #ffe0c1;
  width: 270px;
}
.point, .rank {
  float: left;
}
.point::before, .rank::before {
  content:'';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.point::before {
  background-image: url(../images/icon10.png);
}
.rank::before {
  background-image: url(../images/icon11.png);
}
.acount_minibox {
  text-align: right;
  padding: 10px;
}
.acount_minibox:first-child {
  border-bottom: solid 1px #80808052;
}
.banner img {
  margin-top: 20px;
}
.footer {
  text-align: center;
}
.footer_frame {
  justify-content: center;
  border-top: solid 2px #80808033;
  padding: 40px 0;
  margin-top: 50px;
}
.footer_frame li {
  margin: 0 20px;
}
.copyright {
  background-color: #dcd5d5;
  padding: 20px 0;
}
.width_fix {
  width: 100%;
}