@charset "utf-8";


/* ----------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------*/

#article{
	width: initial;
	float: initial;
}

#origForm *{
  font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
  font-size:14px;
}

#origForm{
  background: #fff;
  padding: 20px 20px;
}
.required{
  color: red;
}

#origForm #origFormTable {
  box-shadow: none;
  border-radius: 5px;
  width:100%;
  border-collapse: collapse;
  background: #f7f7f7;
  border: 1px solid #ccc;
  margin:20px auto;
}

#origForm #origFormTable th {
  background:#4C96DD;
  color: #FFF;
  font-weight: bold;
  text-align:left;
  width: 184px;
  padding: 10px;
  border-bottom: 1px solid #FFF;
  position:relative;
}

#origForm #origFormTable th span {
  background: #ff0000;
  border-radius: 3px;
  position:absolute;
  right:10px;
  top:50%;
  margin-top: -10px;
  padding: 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  width: 37px;
  text-align: center;
  line-height: 1;
}

#origForm #origFormTable td {
  padding: 10px 10px 10px 12px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  vertical-align: middle;
  background: #fbfbfb;
}

#origForm #origFormTable td input {
  box-shadow: 0 0 2px #e1e1e1 inset;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 5px;
  transition: 0.1s ease;
}

.input_text--wide {
  width: 410px;
}

#origForm #origFormTable td input:focus {
  border: 1px solid #aaa;
  background: #EDF8FC;
  box-shadow: 0 0 2px #ccc inset;
}

#origForm #origFormTable td #address1postal {
  margin: 0 0 5px 5px;
  width: 60px;
}

#origForm #origFormTable td #address1 {
  margin: 0 0 0 30px;
}

#origForm textarea{
  width:418px;
  height:80px;
  box-shadow: 0 0 2px #e1e1e1 inset;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 5px;
  transition: 0.1s ease;
}

#origForm span.comment{
  font-size:12px;
  padding: 5px 0;
  display: inline-block;
}

#origForm select,
#origForm option{
  font-size:13px;
  padding:5px;
  cursor: pointer;
}

#origForm label{
  padding:3px 5px;
  cursor:pointer;
  display:inline-block;
}
#origForm label{
  padding:3px 5px;
  cursor:pointer;
  display:inline-block;
}
#origForm label:hover{
  background:#eee;
}

#submit_bt {
  background: url(/images/bt_submit.jpg);
  height: 79px;
  width: 317px;
  border: none;
  outline:none;
  display: block;
  margin: 10px auto;
  text-align:center;
  text-indent: -9999px;
  cursor: pointer;
}

#submit_bt:hover {
  background: url(/images/bt_submit_on.jpg);
}
#confirmation{
  background: url(/images/bt_confirmation.jpg);
  height: 79px;
  width: 317px;
  border: none;
  outline:none;
  display: block;
  margin: 10px auto;
  text-align:center;
  text-indent: -9999px;
  cursor: pointer;
}
#confirmation:hover{
  background: url(/images/bt_confirmation_on.jpg);
}

.agreement {
  text-align: center;
}