@import "../lesscss/ehanlin-basicss.css";
input,
select,
textarea {
  padding: 6px;
  box-shadow: inset 1px 1px 15px #d9d9d9;
  background: #ececec;
  border: #dcdcdc 1px solid;
  border-radius: 6px;
}
input[type=checkbox] {
  box-shadow: none;
}
textarea {
  resize: none;
}
input[type=text],
input[type=password],
textarea,
select {
  outline: none;
  padding: 6px;
  border: 1px solid #DDDDDD;
  margin-right: 5px;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 5px #66aae1, inset 1px 1px 15px #c2c2c2;
  padding: 6px;
  border: 1px solid #66aae1;
}
select {
  box-shadow: 1px 2px 2px 0px #eee, inset 0px 0px 0px 1px #fff;
}
select:focus {
  box-shadow: 0 0 5px #66aae1, inset 1px 1px 15px #c2c2c2;
  border: 1px solid #66aae1;
}
select option i {
  display: inline-block;
  width: 15px;
  height: 10px;
}
.hide {
  display: none;
}
.left-side {
  float: left;
  width: 215px;
}
img.banner {
  display: block;
  margin: auto;
  width: 98%;
}
.unblock {
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 3px;
}
img.icon {
  float: left;
  margin: 30px 50px;
}
.support {
  float: left;
  width: 50%;
}
.support table {
  color: red;
  margin: 20px;
}
.support table tr:first-child {
  font-size: 20px;
  color: black;
  line-height: 1.2em;
}
.support table td:first-child {
  text-align: right;
  vertical-align: top;
  font-weight: bold;
}
.support table td:first-child:after {
  content: "：";
  color: black;
  font-size: 14px;
  vertical-align: bottom;
}
.support table .line {
  display: inline-block;
  width: 100px;
  background: #00b901;
  color: white;
  text-align: center;
  border-radius: 15px;
  box-shadow: 1px 3px 3px black;
  margin-bottom: 5px;
  padding: 3px;
}
.support table .line:hover {
  text-decoration: none;
}
#contact table {
  margin: 20px auto;
}
#contact table p {
  text-align: left;
  font-size: 15px;
  padding: 20px;
}
#contact table td:first-child {
  text-align: right;
  vertical-align: top;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: black;
}
#contact table input[type=text] {
  width: 200px;
}
#contact table select {
  height: 30px;
}
#contact table textarea {
  width: 100%;
  height: 100px;
}
#contact table .mail-address {
  font-size: 20px;
  padding: 0;
}
