@charset "UTF-8";

#mail_box {
    width: 720px;
    margin: 0 auto;
    position: relative;
    zoom:1;
}

form#mailform {
    /*padding: 5px 30px 15px 30px;*/
}
#mail_box table.contactform {
    border: 2px solid #b3b3b3;
    /*border-top: 2px solid #b3b3b3;
    border-bottom: 2px solid #b3b3b3;*/
    width: 705px;
    left:0;
    margin: 0 auto;
    padding: 0;
    position: relative;
    zoom: 1;
}
#mail_box table.contactform tr {}
#mail_box table.contactform th{
    background-color:#F2F2F2;
    color: #333333;
    font-size: 13px;
    text-align: left;
    padding: 10px 3px 5px 5px;
    vertical-align: text-top;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #b3b3b3;
    border-right:1px solid #b3b3b3;
    width: 130px;
}
#mail_box table.contactform td.contact_address_list {
     background-color:#F2F2F2;
     border-bottom: 1px #b3b3b3 dotted;
     border-right:1px #b3b3b3 solid;
     width: 10%;
     vertical-align:  top;
     letter-spacing: 0.1em;
    padding: 10px 0 0 5px;
}
#mail_box table.contactform td.contact_address_listLast {
     background-color:#F2F2F2;
     border-bottom: 1px #b3b3b3 solid;
     border-right:1px #b3b3b3 solid;
     vertical-align:  top;
     letter-spacing: 0.1em;
    padding: 10px 0 0 5px;
}
#mail_box table.contactform td.contactform_doc{
    width: 65%;
    height: 30%;
    /*background-color: #E6E2CB;*/
    color: #CA8080;
    vertical-align: central;
    letter-spacing: 0.07em;
     border-bottom: 1px solid #b3b3b3;
     font-size: 13px;
     font-weight: bold;
     padding: 10px 6px;
}
#mail_box table.contactform td.contactform_doc1{
    color: #CA8080;
    vertical-align: central;
    letter-spacing: 0.07em;
     border-bottom: 1px dotted #b3b3b3;
     font-size: 13px;
     font-weight: bold;
     padding: 10px 6px;
}

#mail_box table.contactform td.contact_address {
}

input[type=text].mailform_text {
    font-size: 18px;
    font-weight: 900;
    padding: 10px 5px 10px 5px;
    background: #eeeeee;
    border: 0;
    margin: 5px 0 5px 15px;
    color: #5b5b5b;
    letter-spacing: 0.13em;

}
input[type=text]:focus {
    border:solid 1px #EEA34A;
}

.contactform_doc textarea {
     font-size: 18px;
    font-weight: 900;
    padding: 10px 5px 10px 5px;
    background: #eeeeee;
    border: 0;
    margin: 5px 0 5px 15px;
    color: #5b5b5b;
    letter-spacing: 0.13em;
}

/*
セレクトボタン
========================================*/
div.custom {
    border: 1px solid #ccc;
    margin-left: 15px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0 5px 0 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

/*div {
  margin-bottom: 1em;
}
*/

.custom {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 0.2em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  /*box-shadow: 0 2px 0 #AAA;*/
  background-color: white;
}
.custom > select {
  width: 130%;
  padding: 0.6em 2.4em 0.6em 0.6em;
  font-size: 1rem;
}
.custom:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.8em;
  display: block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGFBMVEUAAAAZJCYWISIYIyQYIiUWIiIYIyQYIiXh0rToAAAACHRSTlMA/hTRqiinvwFkb0sAAABCSURBVHjajchBDsAgDAPBOJDw/x+XVN0icQGfPGs3i+2GEqeiLCXWLENzvdzrDfP2ls/NjfKbgimYglfBq2Dm+LwHguMA235EdKYAAAAASUVORK5CYII=") center no-repeat;
  pointer-events: none;
}
.default .custom > select {
  width: auto;
}

/*送信ボタン
===============================================*/
#sendBox {
  text-align: center;
}
#sendBox p#reset_btn{
    float: right;
    width: 160px;
    height: 82px;
}
.formComment {
    font-size:14px;
    color: #000;
}

#personal_info {
    margin: 0 auto;
    padding:0 15px;
    position: relative;
    zoom:1;
    top: -10px;
}
#personal_info p{
    font-size: 16px;
    letter-spacing: 0.2em;
    font-weight: normal;
}
p#confirmation a {
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    border: 1px solid #000;
    padding: 12px 25px;
    text-align:  center;
    position:  relative;
    zoom:1;
    margin: 0 auto;
    left: 120px;
}
p#confirmation a:hover {
    border: 1px solid  #CC0000;
}
#agree_check{
    margin: 0 auto;
    padding:10px 0 25px 0;
    width: 130px;
}



/*
table.mailform tr td.table_list {
    width: 20%;
    color: #333333;
}
table.mailform tr td {
    color: #333333;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;
    letter-spacing: 0.45em;
    padding: 8px 10px;
    text-align: left;
    font-size: 14px;
}
table.mailform tr td p {
    color: #333333;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: 2px;
    padding:-5px 0 -5px 0;
}
img.required{
    position: relative;
    zoom: 1;
    bottom: -5px;
}
.mf{
    background-color: #F1EEDA;
    margin-left: 30px;
}
.mailform_text {
   border: 1px solid #cccccc;
   background-color: #F1EEDA;
    margin-left: 30px;
}

table.mailform th.contact_address {
    background-color: #DEDAC5;
    width: 10%;
}
table.mailform td.contact_address_list{
     background-color: #e6e2cb;
     font-size: 13px;
     letter-spacing: 0.05em;
     width: 15%;
}
input.check_list {
    margin-right:2px;
    width: 20px;
    height: 20px;
    letter-spacing: 0.02em;
}

table.mailform tr td >label{
    display: inline-block;
    margin-left: 20px;
    letter-spacing: 0.03em;
}

.enquete_text{
    width: 50px;
     border: 1px solid #cccccc;
   background-color: #F1EEDA;
}


table.mailform tr td.input_area {
    width: 450px;
}
table.mailform tr td {
    width: 480px;
}
.mailform_text {
    font-size: 14px;
}
table.mailform tr th span {
    color: #CC0000;
    font-size: 10px;
}
table.mailform tr th p {
    color: #999999;
    font-size: 10px;
    margin: 0;
    padding: 0;
}
table.mailform tr td textarea {
    height: 120px;
    width: 450px;
    border: 1px solid #cccccc;
}
.mailform_text {
    height: 120%;
}
.mf {
    width: 450px;
}
*/


#agree_check{
    margin: 0 auto;
    width: 120px;
}
