@charset "utf-8";
body {
  font-family: 'Rubik', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #eee;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
/*header start*/
.header {
  background-image: url("../img/clothing-store-984396_1920-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}
.header_content::after {
  content: '';
  display: block;
  clear: both;
}
.header_content {
  padding: 10px 60px;
}
#logo_a {
  font: 45px 'Patua One', cursive;
  padding-top: 40px;
  float: left;
}
.nav {
  padding: 70px 40px 0 0;
  float: right;
}
.nav li {
  font-family: 'Patua One', cursive;
  font-size: 20px;
  margin-left: 40px;
  text-align: center;
  display: inline-block;
}
/*content start*/
#content {
  padding: 60px 70px;
}
#content table {
  margin: 30px;
}
table th {
  padding: 8px 10px;
}
table {
  width: 100%;
}
th {
  width: 20%;
}
td {
  width: 80%;
}
/*footer start*/
footer {
  font-size: 15px;
  background-color: #ddd;
}
footer p {
  text-align: center;
  padding: 20px;
}
dl {
  float: left;
}
.d {
  margin: 10px 0;
}
.letter {
  letter-spacing: 2px;
}
.footer_content {
  padding: 30px 60px;
}
.footer_content::after {
  content: '';
  display: block;
  clear: both;
}
.footernav {
  width: 250px;
}
/*---------------------------*/
a {
  text-decoration: none;
}
.header a:link {
  color: #fff;
}
.header a:visited {
  color: #fff;
}
.header a:hover {
  color: #eee;
}
.header a:active {
  color: #eee;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: beige;
}
a:active {
  color: beige;
}