@charset "UTF-8";

/* =======================================================
 *   ページ全体
 * ======================================================= */

header,
main,
footer {
  width: 992px;
  margin-left: auto;
  margin-right: auto;
}

body {
  color: #666;
}

/* =======================================================
 *   ヘッダー
 * ======================================================= */

header {
  margin-top: 50px;
}

header #logo {
  float: left;
  width: 150px;
  margin: 0 0 1rem;
  font-size: 1rem;
}

header #logo img {
  vertical-align: -13px;
}

header nav + p,
header nav + h1 {
  clear:left;
  margin-top: 0;
}

header nav li {
  display: inline;
  vertical-align: -13px;
}

header nav ul {
  text-align: right;
}

header nav li:before {
  content: "　";
}

header nav + h1 {
  background-image: url(../images/h1-back.jpg);
}
/*
#services header nav + h1 {
  background-image: url(../images/h1-services.jpg);
}

#recruit header nav + h1 {
  background-image: url(../images/h1-about.jpg);
}

#access header nav + h1 {
  background-image: url(../images/h1-access.jpg);
}

#contact header nav + h1 {
  background-image: url(../images/h1-contact.jpg);
}
*/
header nav + h1 {
  padding: 1em 0;
  font-size: 1.7rem;
  letter-spacing: 0.5em;
  background-position: center;
  border-radius: 6px;
}

/* =======================================================
 *   メインコンテンツ
 * ======================================================= */
/*
#home main h2 {
  margin-top: 0;
}
*/
#home main section:nth-child(1) {
  float: left;
  width: 45%;
}

#home main section:nth-child(2) {
  margin-top: 0;
  border-top: none;
  float: right;
  width: 50%;
}

#home main #news a:link {
  color: #568fcc;
}

#home main #news a:visited {
  color: #999;
}

#home main #news a:hover {
  text-decoration: underline;
  color: black;
}

#about main #Philosophy:nth-child(1) {
  float: left;
  width: 50%;
}

#about main #message:nth-child(2) {
  margin-top: 0;
  border-top: hidden;
  float: right;
  width: 44%;
}

#about main img {
  width: 500px;
  margin: 0 25px 55px 0px;
  float: left;
}

#about section + h2 {
  clear: left;
}

#about #table-about {
  margin-bottom: 3rem;
}

#services main img {
  width: 300px;
  margin: 0rem 0rem 2rem 3rem;
  float: right;
}

#services main div {
  margin-top: 0rem;
}

#services main #nw-line,
#services main #tel-line {
  clear: right;
  margin: 2rem 0rem;
  border-top: 1px solid #ccc;
}

#access main iframe {
  width: 500px;
  margin: 0rem 5rem 2rem 0rem;
  float: left;
}

#access main div {
  margin-top: 1rem;
}

#access main #line {
  clear: left;
  border-top: 1px solid #ccc;
  margin-bottom: 2rem;
}

/* =======================================================
 *   フッター
 * ======================================================= */

#home footer,
#about footer,
#services footer {
  clear: right;
}

#access footer {
  clear: left;
}

footer #back2top {
  text-align: right;
  font-size: small;
  background: transparent;
}

footer #back2top a {
  color: #568fcc;
}

footer #back2top a:hover {
  text-decoration: underline;
}

/* =======================================================
 *   スペシャル
 * ======================================================= */

