﻿/* BootStrapを適用したことによるデザインのくずれを打ち消すCSS */

html {
  font-size: 100%;
}

body {
  font-family:Verdana, Helvetica, sans-serif;
  font-size: 100%;
}

* {
  box-sizing: content-box;
}


h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: auto;
}

input{
  margin: 0;
  font: inherit;
  font-size: 14px;
  color: inherit;
  line-height: normal;
}

span{
  font-size: 14px;
}


label {
  font-weight: normal;
}

select{
  font-size: 14px;
}

.input-group-addon-ex {
  padding: 0px 0px;
  color: none;
  background-color: transparent;
  border: none;
  width:0px;
}
