body {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

p {
  color: #777777;
}

.font-family {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #777777;
}

.container, header .nav, .sidebar_inner, footer .inner {
  max-width: 1040px;
  width: 95%;
  margin: 0 auto;
}

header {
  padding-top: 60px;
  height: 70px;
}

header .nav {
  height: 100%;
}

header .nav_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

header .nav_inner .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 94%;
}

header .nav_inner .left .logo {
  font-size: 36px;
  font-weight: 700;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-decoration: none;
  color: black;
}

header .nav_inner .left .description {
  margin: 0;
  color: #777777;
  font-size: 18px;
}

header .nav_inner .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .nav_inner .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 0;
}

header .nav_inner .link ul li {
  list-style: none;
  margin: 0px 20px;
}

header .nav_inner .link ul li a {
  text-decoration: none;
  color: black;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

header .nav_inner .link ul li a:hover {
  color: chocolate;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar {
  clear: both;
}

.sidebar_inner {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 80px 0px;
}

.sidebar .icon img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.sidebar .name {
  font-size: 19px;
  color: #333333;
  font-weight: 600;
}

.sidebar .icon-name-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar .name-sns {
  margin-left: 20px;
}

.sidebar .name-sns .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar i {
  font-size: 23px;
  margin-right: 10px;
  color: #999999;
}

.sidebar i:hover {
  color: #666666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar .prof {
  width: 26%;
}

.sidebar .prof-txt {
  letter-spacing: 0.1rem;
  line-height: 25px;
}

.sidebar .title {
  font-size: 14px;
  letter-spacing: 0.1rem;
  color: black;
  font-weight: 700;
}

.sidebar .footer .txt {
  font-size: 16px;
}

.sidebar input {
  border: solid 1px #ddd;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #777777;
  font-size: 17px;
  font-weight: 400;
  height: 40px;
  width: 200px;
  padding-left: 10px;
}

.sidebar .ttl {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #777777;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: solid 1px #ddd;
}

.sidebar .ttl:hover {
  color: chocolate;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar .footer {
  width: 20%;
  margin-left: 50px;
}

.sidebar .post {
  width: 22%;
  margin-left: 50px;
}

.sidebar .date {
  margin-top: 0px;
}

.sidebar .categorys {
  width: 22%;
}

.sidebar ul {
  list-style-type: none;
  padding: 0;
}

.sidebar li {
  margin-bottom: 20px;
}

.sidebar .search_container {
  padding-top: 50px;
}

footer {
  padding: 60px 0px;
}

footer .inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer i {
  font-size: 23px;
  margin-right: 20px;
  color: #999999;
}

footer i:hover {
  color: #666666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer p {
  color: #999999;
  margin: 0;
}

footer .footer-txt {
  margin-left: 220px;
}

footer a {
  text-decoration: none;
  color: #777777;
}
/*# sourceMappingURL=common.css.map */