@charset "utf-8";
/* dbkix0cm.css */
/* D-book index 0 common */
/* Dbook index頁 共通用 */
/* PSixmacm.css */
/* 基本設定 */
/* リセット記述（chrome ie edge ブラウザ特有のCSSを解除）*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 15px;
  font-family: "メイリオ", "Meiryo" !important;
  vertical-align:baseline;
  vertical-align:top;
  box-sizing: border-box;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
}

body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
  margin: auto;
  width: 800px;
}

header {
  width: 100%;
  width: 95%;
}

main {
 width: 100%;
}

footer {
  width: 100%;
}

/* タイトル */
.type-title {
  background-color: #cff;
  color: #222;
  font-size: 120%;
  margin: 1em 0;
  padding-left: .3em
}

/* メニュー */
.type-model {
  width: 100%;
}

.type-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.type-box {
  border: solid 1px #999;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  margin: .5em auto;
  width:30%;
}

.type-caption {
  background-color: #306;
  text-align: center;
  height: 25px;
  width:100%;
}
.type-caption a {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  font-size: 110%;
}

.type-img {
  text-align: center;
  width:100%;
}

/* フッター社名・電話・FAX */
address {
  font-style: normal;
  text-align: center;
  line-height: 1.3;
  margin: 1em 0;
  width: 100%;
}

