@charaset 'utf-8';

body {
    line-height: 1.4;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

table {
    width: 100%;
}

.main {
    width: 970px;
    margin: 40px auto;
}

footer {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    font-size: 11px;
    text-align: center;
    padding: 15px 0;
    color: #999;
    
}

.main section {
    margin-bottom: 50px;
}

.x-form {
    margin: 0 20px;
    width: 770px;
}

.x-form table {
    border: 1px solid #ccc;
    width: 100%;
}

.x-form tr {
    width: 100%;
    min-height: 25px;
    font-size: 13px;
    border: 1px solid #ddd;
}

.x-form input[type="text"]
{
    /* display: block; */
    /* float: left; */
    /* max-width: 50%; */
}

.x-form input[type="text"],
.x-form textarea {
    width: 400px;
    border: 1px solid #ccc;
}

.x-form tr th {
    background-color: #E6DDA2;
    width: 220px;
    height: 25px;
    line-height: 25px;
    padding: 2px 8px;
    text-align: left;
    font-weight: normal;
}

.x-form tr td {
    border-bottom: 1px solid #ccc;
}

.x-form tr.form_last td {
    border: none;
}



.x-form input {
    height: 18px;
    margin: 4px 10px;
    padding: 0 2px;
}

.x-form .form_radio input {
    margin: 6px 10px;
    vertical-align:middle;
}

.x-form .form_checkbox input {
    margin: 6px 10px;
    vertical-align:middle;
}

.x-form .form_select select {
    margin: 4px 10px;
}


.x-form .form_txtarea {
    position: relative;
}

.x-form .form_txtarea label {
    height: 252px;
    line-height: 252px;
}

.x-form textarea {
    height: 244px;
    margin: 4px 10px;
}

.btn_form {
  background-color: #aaaaaa;
  border-radius: 5px;
  border: none;
  box-shadow: 0 3px 0 rgba(136,136,136,1);
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  padding: 6px 50px;
  cursor: pointer;
}

.btn_form:hover {
  box-shadow: 0 1px 0 rgba(136,136,136,1);
  margin: 12px auto 8px;
}

.x-form .btn_form-submit,
.x-form .btn_form-reset {
  height: 36px;
  line-height: 36px;
  padding: 0px 50px;
  margin: 15px 15px 15px 0;
  float: left;
}

.x-form .btn_form-submit:hover,
.x-form .btn_form-reset:hover {
    background-color: #FD5858;
    box-shadow: 0 4px 0 #C24040;
}


.x-form .btn_form-submit {
    background-color: #FF4242;
    box-shadow: 0 4px 0 #C23333;
}

.x-form .btn_form-reset {
    background-color: #FF4242;
    box-shadow: 0 4px 0 #C23333;
}

.form_attention {
    margin: 10px 0 40px 0;
    font-size: 13px;
    line-height: 1.5;
}

.x-form .form_privacy {
    width: 670px;
    padding: 10px 15px 25px 15px;
    background-image: url('http://lion.asp/matsunaga/design/www.xrosssell.co.jp/common/img/logo_foot.gif');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.x-form .form_privacy p {
    border: none;
    margin: 5px 0;
}

.form_iframe-privacy iframe {
    width: 700px;
    height: 140px;
    border: 1px solid #ccc;
    margin: 5px 0;
}

.form_checkbox {
    border: 1px solid #ddd;
    padding: 1px;
    width: 100%;
}

.form_checkbox div {
    /* float: left; */
    width: 400px;
}

.x-form .form_checkbox:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.dfv-errors {
    padding: 10px;
    font-weight:bold;    
}

.x-form .form_txt span {
    height: 25px;
    line-height: 29px;
    color: #999;
    margin-left: 10px;
    font-size: 12px;
}

#asp_id input,
#payment_id input
{
    width: 120px;
}

#payment_id input {
    width: 150px;
}

#time input {
    width: 100px;
}

#target label {
    height: 155px;
    line-height: 155px;
}

#cause1 label {
    height: 155px;
    line-height: 155px;
}

/* entry.css */
.x-form input[type="text"] {
    width: 260px;
}

.x-form .form_txt span {
    height: 25px;
    line-height: 29px;
    color: #999;
    margin-left: 10px;
}

#asp_id input,
#shop_id input
{
    width: 120px;
}

#zip input {
    width: 80px;
}

#tell input,
#phone input,
#fax input
{
    width: 60px;
}

.form_txt span {
    font-size: 12px;
}

.x-form th.simple {
    background-color: #A9EBA9;
}

.x-form th.mult {
    background-color: #FFE5BE;
}

.x-form th.high {
    background-color: #457093;
    color: #FFF;
}

.x-form th.high a {
    color: #FFF;
    text-decoration: underline;
}

.x-form th.high a:hover {
    color: #fff;
    text-decoration: none;
}



.x-form .form_txtarea.simple,
.x-form .form_txtarea.mult,
.x-form .form_txtarea.high {
    width: 100%;
    min-height: 25px;
    font-size: 13px;
    border: 1px solid #ddd;
    padding: 1px;
}

.x-form .form_txtarea.simple:after,
.x-form .form_txtarea.mult:after,
.x-form .form_txtarea.high:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.x-form .form_txtarea.simple div,
.x-form .form_txtarea.mult div,
.x-form .form_txtarea.high div {
    height: 25px;
    line-height: 25px;
}

.x-form span.form_confirm {
    color: #333;
}

.x-form .btn_form-submit, .x-form .btn_form-reset {
    margin: 35px 15px 25px 0px;
}

.form_agreement {
    margin: 35px 0;
}

.form_agreement h3 {
    font-size: 18px;
    margin: 24px 10px;
    font-weight: bold;
    color: #333;
}

.form_agreement ol {
    font-size: 12px;
}

.form_agreement ol li {
    line-height: 1.5;
    margin: 5px 0;
}

#dammiy {
    display: none;
}

#cancel_new {
    width: 740px;
}

#cancel_new th {
    width: 280px;
}