@charset "utf-8";

/* CSS Document */

/* ヘッダー見出しの文字色 */
div#header h1 a {
  color: #06c;
}

/* ヘッダー見出しの文字色（マウスオーバー時） */
div#header h1 a:hover {
  color: #09f;
}

/* ヘッダー説明文の文字色 */
div#header p {
  color: #666;
}

/* Landscape phones and down */
@media (max-width: 480px) {
  body {
    background-image: none !important;
  }

  div#contents img {
    max-width: 100%;
    height: auto !important;
    display: inline-block;
    float: none !important;
  }

  ul#global_menu {
    display: none;
  }

  .display_sp {
    display: inline-block;
  }

  .display_pc {
    display: none;
  }
}

@media (max-width: 767px) {
  ul#global_menu {
    display: none;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) {
  div#header {
    height: 200px;
    padding: 0.5em;
    margin: 1em 0;
  }

  div.container {
    width: 900px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  div#socialbuttons {
    overflow: hidden;
    clear: both;
  }

  div#socialbuttons > div {
    float: left;
  }

  .display_sp {
    display: none;
  }

  .display_pc {
    display: inline-block;
  }
}

div#header h1 {
  margin: 0;
}

div.container {
  background: #fff;
}

ul#global_menu {
  padding: 0;
}

ul#global_menu li {
  font-size: 12px;
  width: 16.28%;
  display: inline-block;
  text-align: center;
  border: 1px solid #666;
  background: #ccc;
}

ul#global_menu li a {
  display: block;
  padding: 5px;
}

/* 記事内 h3 */
#contents h3 {
  padding: 0.6em 0.8em;
  background: #e8eef6;
  border-left: 5px solid #3f5f87;
  color: #24364b;
  clear: both;
  margin: 1.2em 0 0.8em;
}

/* 記事内 h4 */
#contents h4 {
  padding: 0 0 0.35em;
  border-bottom: 2px solid #6f89a8;
  color: #24364b;
  clear: both;
  margin: 1.2em 0 0.7em;
  font-weight: bold;
}

.breadcrumb > li + li:before {
  content: none;
}

div.ovh {
  overflow: hidden;
}