html, body {
  height: 100%; }

ul {
  padding-left: 0px;
  margin: 0px; }

h1, h2, h3, h4, h5 {
  margin: 0; }

h1 {
  font-weight: 700;
  margin-top: 1.5rem}

h2 {
  font-weight: 400;
  margin-top: 1.5rem;
  font-size:1.2em;
}

hr {
  height: 1px;
  border: 0;
  background: #acacac;
  }
.main, .dashboard, .items, .title {
  width: 960px;
  margin: auto;
}

.title {
    font-weight:bold;
    font-size: 20px;
    padding: 10px 0 20px 0;
}


.dashboard a {
    text-decoration: none;
    color: #0a62ad;
    font-weight: bold;
    padding: 10px 0 20px 0;
    display:block;
    font-size:20px;
}

.footer {
  bottom: 0;
  width: 100%; }

.footer p {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #000000;
  margin-bottom: 0;
  padding: 15px 15px; }

#fc2_footer {
  display: none; }

div#unitedblades_div {
  display: none !important; }

/*# sourceMappingURL=main.css.map */

/* new */
figure {
  position: relative;
  overflow: hidden;
  width: calc(25% - 4px);
  display: inline-block;
  margin: 2px;
}
figure img {
  width: 100%;
}
figcaption {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  color: #dddddd;
}
figure:hover figcaption {
  top: 0;
  left: 0;
}

/* header
 */
.header {
  width: 1000px;
  margin: auto;
  font-family: "Avenir Next"; }

.header_menu_bar {
  padding-left: 635px;
  display: inline-block; }

.header_menu_bar ul {
  margin: 0; }

.header_menu_list {
  display: inline-block;
  font-size: 18px;
  list-style-type: none;
  height: 40px;
  color: #181A19;
  padding-bottom: 25px; }

.header_menu_list:hover ul {
  display: block; }

.header_menu_list ul {
  position: absolute;
  top: 60px;
  width: 100%;
  background-color: #333333;
  display: none; }

.header_menu_list ul:after {
  position: absolute;
  top: 100%;
  height: 0;
  width: 0; }

#gallery_list {
  background-color: #333333;}

#gallery_button {
  color: #FFFFFF;
  text-decoration: underline; }

.header_menu_button {
  text-decoration: none !important;
  display: block;
  padding: 20px;
  width: auto;
  cursor: pointer;
  line-height: 1.6 !important; }

.header_sub_menu_list {
  font-size: 14px;
  list-style-type: none;
  padding: 20px; }

.header_sub_menu_list {
  color: #FFFFFF; }

.header_sub_menu_button {
  color: #FFFFFF;
  text-decoration: none !important;
  width: auto;
  cursor: pointer;
  margin: auto;
  line-height: 1.6 !important; }

.header_menu_button:link, .header_menu_button:active, .header_menu_button:visited {
  color: #333333; }

.header_menu_button:hover {
  color: #FFFFFF;
  text-decoration: underline; }

.header_title {
  color: #000000 !important;
  text-decoration: none !important;
  font-size: 25px;
  display: inline-block;
  float: left;
  background: url("/logo_black.png");
  background-size: cover;
  width: 285px;
  height: 25px;
  margin: 20px;
  cursor:pointer;
}

.header_x {
  background: url("/logo_x.png");
  background-size: cover;
  margin-top: 25px;
  cursor: pointer;
  padding: 10px;
}

.container {
  position: relative;
  height: auto !important;
  min-height: 100%;
  overflow: visible;
  margin: auto; }

body {
  padding: 0;
  margin: 0 0 0 0;
  color: #666666; }

.character_main {
  margin: auto;
  margin-top: 2px;
  max-width: 960px}

.main_picture {
  width: 400px;
  margin: auto;
}

.main_picture img{
  line-height: 1.2;
  width: 100%;}
.post-header {
  background-color: rgba(0,0,0,.6);}
.thumbnail-list {
  margin: 5px 0 20px 0;
}
.thumbnail {
  margin-right: 5px;
  width: 75px;
}

figcaption .character_name{
  margin-top: 75%;
  text-align: center;
}
p {
  margin:0;
}

.item {
    display: inline-block;
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
}
.item_img {
    width: 100%;
}
.item_name {
    font-weight:bold;
    margin-bottom:5px;
    font-size: 20px;
}
.item_description {
    padding: 8px;
}
