@charset "UTF-8";

#container {
  width: 990px;
  margin: 0 auto;
  padding: 15px 0 1px;
  background: #fff;
}
div.main-title{
  width:100%;
  font-size:18px;
  border-bottom:2px solid #000;
  padding-bottom:5px;
  font-weight:bold;
  text-align:left;
}
.sub-title2{
  font-size:14px;
}
.pass-box{
  width: 834px;
  margin: 10px auto 20px;
}
.pass-border table{
  table-layout: fixed;
  width: 100%;
  margin: auto;
  font-size: 14px;
}
table.form1 th{
  width:30%;
  padding:0 3px 0 12px;
  background: #F2F2F2;
  border: 1px solid #C4C4C4;
  border-top: none;
  text-align:left;
  vertical-align: middle;
}
table.form1 tr:first-child th{
  border-top: 1px solid #C4C4C4;
}
table.form1 th .inquery_mark{
  font-size:12px;
  color:#f00;
}
table.form1 td{
  background:#FFF;
  padding:8px 13px;
  border-right: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}
table.form1 td p.font_14{
  font-size: 14px;
  word-break: break-word;
}
pre{
  white-space: pre-wrap;
  width: 555px;
  font-size: 14px;
}
table.form1 tr:first-child td{
  border-top: 1px solid #C4C4C4;
}
input, select, textarea {
  border: 1px #B3B3B3 solid;
  font-size: 14px;
  line-height: 1.25;
  padding: 3px;
  vertical-align: middle;
  color: #555;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input, select {
  height: 32px;
}
select {
  display: inline-block;
  width: 50%;
  vertical-align: baseline;
  font-size: 14px;
  background:url(/ext/pc/images/search/arrow.png) right 50% no-repeat, #FFF;
  padding: 3px 20px 3px 3px;
}
select::-ms-expand {
  display: none;
}
input[type="text"].text80,
input[type="email"].text80,
input[type="password"].text80,
textarea.text80 {
  width:80%;
}
input[type="text"].text90,
input[type="email"].text90,
input[type="password"].text90,
textarea.text90 {
  width:90%;
}
input[type="radio"] {
  display: none
}
input[type="radio"]+label {
  display: inline-block;
  padding-left: 25px;
  padding-right: 10px;
  background: url(/ext/c/images/autopurchase/radio_off.png) no-repeat left center;
  background-size: 18px
}
input[type="radio"]:checked+label {
  background: url(/ext/c/images/autopurchase/radio_on.png) no-repeat left center;
  background-size: 18px
}
.question_block label {
  cursor: pointer;
}
.alert_m{
  font-size:9px;
}
.device_model img{
  display:none;
}
.device_model a {
  position: relative;
  padding-left: 10px;
}
.device_model a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -4px 2px 0 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #F90;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table.form1 .label_error {
  color: #f00;
}
table.form1 .label_error img {
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
  width: 17px;
  height: 17px;
}
#contents_error {
  margin: 5px 5px 0 5px;
}
#contents_error img {
  vertical-align: middle;
  margin-right: 1px;
  margin-bottom: 3px;
  width: 17px;
  height: 17px;
}
.help_list{
  margin:30px 0;
}
.help_list a.btn-gray {
  display:inline-block;
  padding: 7px 30px;
  background: #FF3961;
  border: 1px solid #FF1E4A;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-decoration:none;
}
.help_list a.btn-gray:hover {
  background: #FF7591;
  border: 1px solid #FF5B7C;
}
.help_list a.send_btn{
  display: inline-block;
  padding:10px 80px;
  background: #FF3961;
  border: 1px solid #FF1E4A;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
.help_list a.send_btn:hover {
  background: #FF7591;
  border: 1px solid #FF5B7C;
}
.send_comp + .help_list a.send_btn {
  background: #F9F9F9;
  border: 1px solid #B3B3B3;
  color: #333;
}
.send_comp + .help_list a.send_btn:hover {
  background: #FFF;
}
.help_list a.cancel_btn{
  display:inline-block;
  padding: 7px 30px;
  background: #F9F9F9;
  border: 1px solid #B3B3B3;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-decoration:none;
}
.help_list a.cancel_btn:hover{
  background: #FFF;
  border: 1px solid #B3B3B3;
  color: #333;
}
.send_comp{
  font-size:14px;
}
p.stitle_font {
  font-weight: bold;
  margin-top: 12px;
}
p.question_title {
  margin: 15px 0 2px;
  padding: 8px 0 0;
  border-top: 1px #ccc dotted;
}
p.stitle_font + p.question_title {
  margin-top: 3px;
  border: none;
  padding: 0;
}
select.q_date_box {
  width: 25%;
  min-width: 75px;
}
.inquiry_form_input {
  margin: 7px 0 0;
}
.inquiry_form_input a {
  text-decoration: underline;
}
select:disabled,
select.disp_none {
  background-color: #eee;
  color: #999;
}

/* suggest_domain_area
------------------------------*/
table.form1 .suggest_domain_area,
table.form1 .suggest_domain_area2 {
  position: relative;
  width: 80%;
}
table.form1 .suggest_domain_area .ui-autocomplete.ui-widget-content,
table.form1 .suggest_domain_area2 .ui-autocomplete.ui-widget-content {
  width: 100% !important;
  padding: 0;
  top: 0 !important;
  left: 0 !important;
  border: none;
  border-radius: 0;
}
table.form1 .suggest_domain_area ul.ui-autocomplete.ui-menu li.ui-menu-item,
table.form1 .suggest_domain_area2 ul.ui-autocomplete.ui-menu li.ui-menu-item {
  padding: 0 5px;
  border: 1px solid #b3b3b3;
  border-top: none;
  box-sizing: border-box;
}
table.form1 .suggest_domain_area ul.ui-autocomplete.ui-menu .ui-menu-item .ui-state-focus,
table.form1 .suggest_domain_area2 ul.ui-autocomplete.ui-menu .ui-menu-item .ui-state-focus {
  background: transparent;
}