﻿* {margin: 0;}

html, body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 22px;
  height: 100%;
  background-color: #ffffff;
}

#wrapper {
  width: 100%;
}

#container {
  width: 95%;
  margin: 0 auto;
}
a:link {
  color: #666666;
}

a:visited {
  color: #666666;
}

.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
.line {
  border-bottom: solid 1px #dcdcdc;
}
.margin_10 {
  margin: 10px 0;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.t_left {
  text-align: left;
}
.t_right {
  text-align: right;
}
.center_sumit {
  text-align: center;
}

.w_300 {
  width: 300px;
}

.h_100 {
  height: 100px;
}

.m_bottom_10 {
  margin-bottom: 10px;
}

.header_fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  z-index: 9999;
}

.header_bk {
  background-color: #fff;
  height: 50px;
  width: 100%;
}

a.logo {
  margin: 10px 0;
  color: #00a2e0;
  font-size: 150%;
  text-decoration: none;
}

/* テーブル */
.table {
  width: 100%;
  font-size: 70%;
  border-collapse: collapse;
}
td.tabel_2 {
  width: 2%;
  padding: 5px;
  text-align: center;
  border: solid 1px #dcdcdc;
  word-break: break-all;
}
td.tabel_10 {
  width: 10%;
  padding: 5px;
  text-align: center;
  border: solid 1px #dcdcdc;
  word-break: break-all;
}

/* input */
input[type="text"]:focus {
  border: 1px solid #00a2e0;
  outline: 0;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 15px;
  vertical-align: middle;
}
input.text {
  height: 30px;
  padding: 5px;
  border: solid 1px #666666;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
select.select {
  height: 30px;
  padding: 5px;
  border: solid 1px #666666;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}