@charset "utf-8";
/* ---------------------------------------------------------------------------
  ブログライク for MT5 Ver. 0.09

  スタイルシート フォーム用

  copyright (c) landmarx co.,ltd. all rights reserved.
--------------------------------------------------------------------------- */
#contents #ldmx_form .require {
  color: red;
  font-weight: bold;
}

#contents #ldmx_form .info {
  color: #888;
  font-weight: bold;
  font-size: 90%;
}

#contents #ldmx_form .send_info {
  font-size: 90%;
}

#contents #ldmx_form .flow {
  text-align: center;
}

#contents #ldmx_form .flow ul{
  margin: 10px auto;
  text-align: center;
  width: 450px;
  height: 40px;
}

#contents #ldmx_form .flow ul li{
  float: left;
  display: inline;
  padding: 20px 5px;
  list-style-type: none;
  background: none;
}

#contents #ldmx_form .flow ul li.flow_input,
#contents #ldmx_form .flow ul li.flow_conf,
#contents #ldmx_form .flow ul li.flow_send {
  border: 1px solid #b6a6c1;
  background-color: #e2ddf3;
  padding: 20px;
  font-weight: normal;
}

#contents #ldmx_form .flow ul li.current {
  background-color: #fff;
  font-weight: bold;
}

#contents #ldmx_form .err-message {
  color: red;
  background-color: #FDBEA0;
  font-weight: bold;
  font-size: 95%;
  padding: 5px;
  text-align: left;
}

#contents #ldmx_form table {
  border: 2px solid #FFFFFF;
}

#contents #ldmx_form th {
  white-space: nowrap;
  border: 2px solid #FFFFFF;
  background-color: #CCCCCC;
  padding: 10px 10px 10px 10px;
  font-size: 90%;
  width: 80px;
}

#contents #ldmx_form td {
  border: 2px solid #FFFFFF;
  background-color: #FAFAF4;
  padding: 10px 10px 10px 10px;
  font-size: 90%;
}

#contents #ldmx_form td.require {
  width: 10px;
  padding: 0px 5px;
  text-align: center;
}

#contents #ldmx_form .w300 {
  width: 450px;
}

#contents #ldmx_form .w200 {
  width: 300px;
}

#contents #ldmx_form .w50 {
  width: 75px;
}

#contents #ldmx_form input,
#contents #ldmx_form textarea,
#contents #ldmx_form select {
  line-height: 1;
  margin: 0;
  padding: 4px;
}

#contents #ldmx_form p.fBtn input {
  background-color: #aaa;
  border: 1px solid #fff;
  color: #fff;
  width: 150px;
  margin: 5px;
  padding: 5px 10px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

#contents #ldmx_form .chekd {
  font-weight: bold;
}

/* ----------------------------------------------------------------------- */
/* eof */
