@charset "UTF-8";
aside {
  width: 360px;
  margin: 0 15px;
  /* height: 1000px; */
  /* background-color: #fff; */
  /* box-shadow: 5px 5px 10px rgba(0,0,0,0.35); */
  /* transform: translate(1000px, 0); */
  /* opacity: .1; */
  transform: translate(5000px, 0);
  transition-duration: .8s;
}
aside section.about {
  /* height: 1000px; */
  background-color: #fff;
  padding: 50px 50px 37px;
  margin-bottom: 30px;
  /* color: #7B7B7B; */
}
aside section.about .about_img {
  text-align: center;
}
aside section.about img {
  width: 100%;
  max-width: 260px;
  /* border-radius: 50%; */
}
aside section.about h1 {
  margin-bottom: 21px;
  border-bottom: 1px solid blue;
  padding-bottom: 5px;
  font-weight: 600;
}
.sidebar-h-about {
  margin-bottom: 21px;
  border-bottom: 1px solid blue;
  padding-bottom: 5px;
  font-weight: 600;
}
aside section.about p {
  margin-bottom: 20px;
}

aside section.about a.twitter {
  border: 1px solid #1C9DEB;
  border: 1px solid #000;
  /* width: 100px; */
  height: 45px;
  line-height: 45px;
  text-align: center;
  transition-duration: .5s;
  color: #000;
  display: block;
  margin-left: 10px;
}
aside section.about a.twitter:hover {
  color: #fff;
  background-color: #000;
}
aside section.about a.youtube {
  border: 1px solid #FF0000;
  /* width: 100px; */
  height: 45px;
  line-height: 45px;
  text-align: center;
  transition-duration: .5s;
  color: #FF0000;
  display: block;
  margin-left: 10px;
  width: unset;
  position: unset;
  padding: 0;
  margin-top: 24px;
  background-color: transparent;
}
aside section.about a.youtube:hover {
  color: #fff;
  background-color: #FF0000;
}
aside section.about a.note {
  border: 1px solid aquamarine;
  width: 100px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  transition-duration: .5s;
  color: aquamarine;
  display: inline-block;
  margin-left: 31px;
}
aside section.about a.note:hover {
  color: #fff;
  background-color: aquamarine;
}

aside section.categories {
  background-color: #fff;
  padding: 50px 50px 50px;
  margin-bottom: 30px;
}
aside section.categories ul {
  /* margin-left: 17px; */
  list-style: none;
}
aside section.categories ul li {
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.35);;
}
aside section.categories ul li:last-child {
  border: none;
}
aside section.categories ul li a{
  padding: 5px 0;
  font-size: 15px;
}
aside section.categories ul li a:hover {
  text-decoration: underline;
}

aside section.categories h1 {
  margin-bottom: 30px;
  border-bottom: 1px solid blue;
  padding-bottom: 5px;
  font-weight: 600;
}
.sidebar-h-categories {
  margin-bottom: 30px;
  border-bottom: 1px solid blue;
  padding-bottom: 5px;
  font-weight: 600;
}
aside section.categories > li #text {
  display: none;
}

aside section.archive {
  background-color: #fff;
  padding: 50px 50px 50px;
  margin-bottom: 30px;
}
aside section.archive h1 {
  margin-bottom: 30px;
  border-bottom: 1px solid blue;
  padding-bottom: 5px;
  font-weight: 600;
}
.sidebar-h-archive {
  margin-bottom: 30px;
  border-bottom: 1px solid blue;
  padding-bottom: 5px;
  font-weight: 600;
}
aside section.archive ul {
  list-style: none;
}
aside section.archive ul li {
  border-bottom: 1px solid rgba(0,0,0,0.35);
  height: 50px;
  line-height: 50px;
  padding: 5px 0;
  font-size: 15px;
}
aside section.archive ul li:hover {
  text-decoration: underline;
}
aside section.archive ul li:last-child {
  border: none;
}

.page {
  background-color: #fff;
  padding: 50px 50px 50px;
  margin-bottom: 30px;
}
.sidebar-h-page {
  margin-bottom: 30px;
  border-bottom: 1px solid blue;
  padding-bottom: 5px;
  font-weight: 600;
}
.page ul {
  list-style-type: none;
}
.page ul li {
  border-bottom: 1px solid rgba(0,0,0,0.35);
  height: 50px;
  line-height: 50px;
  padding: 5px 0;
  font-size: 15px;
}
.page ul li:hover {
  text-decoration: underline;
}
.page ul li:last-child {
  border: none;
}

/* -------------------------------ontach-------------------------------------------- */
.home a:hover {
  background-color: #002D72;
  color: #fff;
}
.home a:active {
  background-color: #fff;
  color: #002D72;
}
.page_top a:hover {
  background-color: #002D72;
  color: #fff;
}
.page_top a:active {
  background-color: #fff;
  color: #002D72;
}

#menu a.twitter:hover {
  color: #fff;
  background-color: #1C9DEB;
}
#menu a.twitter:active {
  color: #1C9DEB;
  background-color: #fff;
}

.menu_parts a:hover {
  background-color: #002D72;
  color: #fff;
}
.menu_parts a:active {
  background-color: #fff;
  color: #002D72;
}

/* -------------------------------category_child-------------------------------------------- */
aside section.categories .children li {
  position: relative;
  border-bottom: none;
  padding: 4px 0;
  padding-left: 20px;
}
.children li::before {
  content: '|';
  font-size: 14px;
  position: absolute;
  top: 4px;
  left: 8px;
}
aside section.categories ul .children li a {
  line-height: 30px;
  font-size: 13px;
}

/* -------------------------------wrap_sidebar_box-------------------------------------------- */
.wrap_sidebar_box {
  /* display: none; */
}

aside {
  max-width: 900px;
  width: 100%;
}