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

input[type="submit"] {
  margin: 2px;
  padding: 1px 4px;
  border-top: solid 1px #b4b4b4;
  border-left: solid 1px #b4b4b4;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  background-color: #eee;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFDFDFD', endColorstr='#FFEEEEEE');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNmZGZkZmQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(70%, #fdfdfd), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(top, #fdfdfd 70%, #eeeeee 100%);
  background-image: -webkit-linear-gradient(top, #fdfdfd 70%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #fdfdfd 70%, #eeeeee 100%);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

button {
  margin: 2px;
  padding: 1px 4px;
  border-top: solid 1px #b4b4b4;
  border-left: solid 1px #b4b4b4;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  background-color: #eee;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFDFDFD', endColorstr='#FFEEEEEE');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNmZGZkZmQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(70%, #fdfdfd), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(top, #fdfdfd 70%, #eeeeee 100%);
  background-image: -webkit-linear-gradient(top, #fdfdfd 70%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #fdfdfd 70%, #eeeeee 100%);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

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