@charset "utf-8";
/**
 * @name common.css
 * @copyright All Rights Reserved, Copyright (C) dosanite.
 * @Author dosanite
 */

#mailform .input_focus {
  background: #ffb2b2;
}
#mailform .success_focus {
  background: #bcfb9d;
}
#mailform .err {
  background: #f60 !important;
}

#mailform #mf_body {
  height: 100px;
  resize: none;
  overflow: auto;
}

#mailform #mf_check {
  margin-top: 10px;
}

#mailform #mf_count {
  font-weight: bold;
  color: #ff0000;
}

#mailform > table > tbody > tr > td {
  height: 110px;
  border: none;
}

#mailform > table > tbody > tr > td.mf_body_td {
  height: 280px;
  border: none;
}

.error {color:#ff0000;}
.success {color:#0000ff;}

.form_box{
  padding:10px;
  border:1px solid #ccc;
  border-radius:5px;
  margin-bottom:10px;
  background-color:#eee;
}

#confirmDialog {
  width: 100%;
  height: auto;
  display: none;
}

#confirmBox {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
#confirmBox table {
  width: 100%;
}
#confirmBox .left_confirm_td {
  width:30%;
  text-align: left;
  padding:5px;
  border-right: 1px #ddd solid;
  vertical-align: middle;
  word-break: break-all;
  word-wrap: break-word;
  background-color:#ccc;
}
#confirmBox .right_confirm_td {
  width:70%;
  text-align: left;
  padding:5px;
  vertical-align: middle;
  word-break: break-all;
  word-wrap: break-word;
}
#confirmBox table tr {
  height: 30px;
  border-bottom: 1px #ddd solid;
}
#confirmBox tr {
  background: #fff;
}
#confirmBox .color_tr {
  background: #bcfb9d;
}

#mf_loading {
  display: none;
}

#confirmBox .mf_textdesign {
  font-size: 14px;
  font-weight: bold;
  margin:10px 0;
}

#beforeButton {
  width:100%;
  margin: 10px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  cursor:default;
  color: #ffffff;
  padding: 10px 15px;
  background: #ccc;
  border-radius: 5px;
}

#checkButton {
  width:100%;
  margin: 10px 0;
  display: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 15px;
  background: #80de52;
  border-radius: 5px;
}

#mf_submit, #mf_reset {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 5px;
  background: #ccc;
}

#sendMail, #sendMailErr {
  display: none;
  width: 80%;
  font-size: 14px;
  padding: 10px;
  background: #dedede;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid #ccc;
}

.mf_buttons {
  margin:0 auto;
  text-align: center;
}
