@charset "UTF-8";

/*==========================================
technic
==========================================*/
#new_technic_link {
  margin-bottom: 20px;
  padding-left: 5px;
  font-weight: bold;
  font-size: 15px;
  border-top: 5px solid #1F2561;
  border-bottom: 5px solid #1F2561
}

#new_technic_link a {
  color: #bbb;
  text-decoration: none
}

#redmark {
  font-size: 25px;
  color: #A31F2C;
  vertical-align: middle
}


#topics #contentInner .topix dl {
  border: none;
}

#topics #contentInner .topix dl dt {
  padding-left: 30px;
  width: 15%
}

.technic_form {
  border: 2px solid #bbb;
  background: #e7e5e5;
  width: 70%;
  margin: 0 auto;
  padding: 10px 50px;
}

.technic_submit {
  text-align: center;
  margin-top: 10px
}

.technic_submit input {
  padding: 10px;
  width: 30%;
  background: #545252;
  background: -moz-linear-gradient(top, #545252 0%, #010101 100%);
  background: -webkit-linear-gradient(top, #545252 0%, #010101 100%);
  background: linear-gradient(to bottom, #545252 0%, #010101 100%);
  color: #fff;
  border-style: none;
  font-size: 12px;
}

#form_write {
  padding: 10px
}

@media screen and (max-width:640px) {
  #topics #contentInner .topix dl dt {
    width: auto;
    margin-bottom: 0;
    padding: 5px
  }

  input[type="text"],
  input {
    padding: 0;
    outline: none;
    width: 100%;
  }
}

body #contentInner #detailCts .technic_form iframe {
  display: inline-block;
}