@charset "UTF-8";
/*---------------------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: none;
  font-size: 6.25%;
}

* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 14rem;
  font-family: "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif, Hiragino Sans;
  color: #333;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  /*白背景・不透明度50％*/
}

a.line {
  text-decoration: underline;
  color: #0033FF;
}

body {
  background-color: #fff;
  background-image: url("../imgs/bg.png");
}

#container {
  width: 960px;
  margin: 0 auto;
}

#header, #content, #footer {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

.require_txt {
  color: #E84445;
}

.deepred {
  color: #E84445;
}

.delete_flg {
  background: #ddd;
}

.pointer1 {
  background: #ffe4b5;
}

.center {
  text-align: center;
}

.input_error {
  background: #F8D9D9;
}

/*---------------------------------------------------------------------------*/
input[type="text"] {
  margin: 1px;
}

input[type="radio"], input[type="checkbox"] {
  margin: 3px 2px;
}

select {
  margin: 0px 1px;
}

/*---------------------------------------------------------------------------*/
