@charset "utf-8";


/*---------- ↓ #MAIN ↓ ----------*/
/*----- ↓ SPAN ↓ -----*/

#main div.att {
  line-height: 1.3em;
  color: #DD0000;
  margin: 0;
  padding: 0;
}



/*----- ↓ TABLE ↓ -----*/
#main table {
  width: 100%;
  margin-bottom: 4em;
}

#main table.mgn1 {
  margin-bottom: 1em;
}

#main tr {
  border-top: 1px solid #CCCCCC;
}

#main tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}

#main th, #main td {
  vertical-align: middle;
  padding: 10px 13px;
}

#main th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #F6F6F6;
  punctuation-trim: adjacent;
  text-align: left;
  width: 25%;
  padding-left: 20px;
  line-height: 1.6em;
}

#main th.cntr {
  text-align: center;
}

#main td {
  line-height: 2em;
}



#main table.intbl, #main table.intbl tr, #main table.intbl th, #main table.intbl td {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

#main table.intbl td {
  text-align: left;
  padding-top: 5px;
}

#main table.intbl td.v-tp {
  vertical-align: top !important;
}

#main table.intbl td.multi {
  line-height: 1.3em;
}


#main table.contact {
  width: 100%;
  margin-bottom: 4em;
}

#main table.contact tr {
  border: none;
}

#main table.contact th, #main table.contact td {
  vertical-align: middle;
  padding: 0 15px;
  background-color: #FFFFFF;
  line-height: 1.6em;
}

#main table.contact th {
  border-right: 1px solid #CCCCCC;
  font-weight: bold;
  width: 25%;
  text-align: left;
}




/*----- ↓ FORM ↓ -----*/
#main input {
  font-size: 100%;
  vertical-align: middle;
}

#main input:focus, #main textarea:focus {
  outline: none;
}

#main input[type="radio"],  #main input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: -0.2em;
}

#main input[type="text"] {
  width: 350px;
  height: 24px;
  border: 1px solid #CCCCCC;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 3px;
}

#main input.s[type="text"] {
  width: 140px;
  margin-left: 10px;
}

#main input.s2[type="text"] {
  width: 140px;
  margin-right: 25px;
  margin-left: 10px;
}

#main input.ss[type="text"] {
  width: 30px;
  margin-right: 10px;
}

#main input[type="button"], #main input[type="reset"], #main input[type="submit"] {
  width: 140px;
  height: 40px;
  line-height: 0;
  border: 1px solid #BBBBBB;
  color: #FFFFFF;
  background-color: #A0A0A0;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#main input[type="button"]:hover, #main input[type="reset"]:hover, #main input[type="submit"]:hover {
  opacity: 0.8;
}

#main input.mgn-r {
  margin-right: 100px;
}

#main input[type="submit"] {
  background-color: #8C8CBB;
  color: #FFFFFF;
}

#main input.postal[type="button"] {
  width: 100px;
  height: 25px;
  margin: 0;
}

#main select {
  border: 1px solid #CCCCCC;
  margin-bottom: 3px;
}

#main textarea {
  border: 1px solid #CCCCCC;
  margin-bottom: 3px;
  width: 450px;
  height: 100px;
  padding: 10px;
}



/*----- ↓ SPAN ↓ -----*/
#main span.smpl {
  font-size: 90%;
  color: #A0A0A0;
}

#main span.error {
  color: #EE0000;
}



/*----- ↓ P ↓ -----*/
#main p.thx {
  margin-top: 8em;
  margin-bottom: 10em;
}




/*----- ↓ LIST ↓ -----*/
#main ul, #main ul li {
  list-style-type: none;
}

#main ul {
  margin-bottom: 4em;
}

#main ul li {
  background: url("../image/arw_list.gif") no-repeat left center;
  padding-left: 14px;
}





/* ----------↓ IMG ↓---------- */
#main img.btn {
  vertical-align: middle;
}

#main a:hover img.btn {
  opacity: 0.7;
  filter: alpha(opacity=70);
}


.required::after {
content: "必須";
color: #ffffff;
background: #cc0000;
font-size: 0.8em;
padding: 0.3em;
border-radius: 0.5em;
margin-left:0.3em;
}

