@charset "UTF-8";

/* 共通 */
html {
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 50px;  /* footerのheightと同じ値を設定 */
  position: relative;
}

html.main {
  padding-bottom: 177px;  /* footerのheightと同じ値を設定 */
}

html.main_nav {
  padding-bottom: 200px;  /* footerのheightと同じ値を設定 */
}

body {
  color: #333;
  font-family: 'Roboto', 'Meiryo', ' ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Verdana', 'Helvetica', sans-serif;
  font-size: 15px;
  line-height: 24px;
  padding: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  vertical-align: middle;
}

/* ヘッダー */
table.header {
  width: 100%;
  height: 40px;
  border: none;
  border-spacing: 0;
  margin: 0 0 10px 0;
  vertical-align: middle;
}

table.header td.top_logo img {
  width: 126px;
}

.head-link-name {
  width: 95px;
}

.office_name {
  font-size: 18px;
}

.icon_char {
  font-size: 12px;
  font-weight: bold;
  line-height: 10px;
}

a {
  color: #3295f9;
  text-decoration: none;
}

a.color_black {
  color: #333;
  text-decoration: none;
}

.icon {
  color: #3295f9;
  font-size: 21px;
}

table.button_head {
  background-color: #326bcc;
  border: none;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  color: #fff;
  font-weight: bold;
  height: 40px;
  margin: 0 0 20px 0;
  padding: 5px 0 5px 10px;
  width: 100%;
}

.button_head td {
  text-align: left;
}

.button_head a,
.button_head a:hover {
  color: #fff;
}

.button_head img {
  vertical-align: middle;
}


/* フッター */
footer {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 105px;
  position: absolute;
  text-align: center;
}
