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

* {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-family: "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  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: 100%;
  margin: 0 0 0 30px;
}

#container_full_width {
  width: 100%;
  margin: 0 0 0 30px;
}

#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;
}

table td {
  background: #fff;
}

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

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

select {
  margin: 0px 1px;
}

textarea {
  margin: 1px;
}

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