@charset "UTF-8";

/* reset
-------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* set
-------------------------------------------------------- */
body {
  color: #444;
  font-family: Sans-Serif;
  line-height: 1;
  text-align: center;
  zoom: 1;
}

br {
  letter-spacing: 0;
}
ul,
li {
  list-style: none;
}
img,
a img {
  border: none;
  text-decoration: none;
  vertical-align: top;
}
table {
  border-collapse: collapse;
}
/*input, textarea {font-family:sans-serif;}*/

.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}

a:link {
  color: #0c804f;
  text-decoration: none;
}
a:visited {
  color: #0c804f;
  text-decoration: none;
}
a:hover {
  color: #bd8210;
  text-decoration: underline;
}
a:active {
  color: #bd8210;
  text-decoration: underline;
}

/* Layout - block
--------------------------------------------  */
#site_header {
  width: 100%;
  min-width: 980px;
  height: 70px;
  margin: 0 0 40px;
  background: #fff;
  border-bottom: 5px solid #b2b2b2;
}

#wrap {
  width: 940px;
  margin: 0 auto 50px;
  text-align: left;
}

#site_footer {
  width: 100%;
  min-width: 980px;
  background: #e4e4e4;
}

/* Layout - detail
--------------------------------------------  */
/* --------------------------header */
#site_header .site_header_inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
#site_title {
  position: absolute;
  left: 0;
  top: 0;
}

/* --------------------------form */
#form_head {
  width: 920px;
  margin: 0 auto 32px;
}
#form_head .form_title {
  margin: 0 0 24px;
  padding: 0 0 0 20px;
  border-left: 8px solid #be7709;
  color: #be7709;
  font-size: 30px;
}
#form_head p {
  margin: 0 0 1em;
  font-size: 90%;
  line-height: 1.5;
}
#form_head p span {
  color: #ff0000;
}
#form_head p span.telnum {
  color: #2089bd;
  font-size: 20px;
  font-weight: bold;
}

#form_head .domain {
  width: 300px;
  margin: 0 0 15px;
  padding: 10px;
  border: 1px solid #ccc;
}

#form_head ul {
  font-size: 80%;
  padding: 0 0 0 2em;
}
#form_head li {
  margin: 0 0 0.5em;
  text-indent: -1em;
  line-height: 1.5;
}

#form_body {
  margin-bottom: 30px;
}
#form_body input,
#form_body textarea {
  padding: 3px;
  font-size: 100%;
}
#form_body input {
  width: 94%;
  padding: 0.3em 0.5em;
  font-size: 120%;
}
#form_body textarea {
  width: 94%;
  padding: 0.3em 0.5em;
  font-size: 120%;
}
#form_body select {
  margin-right: 2px;
  font-size: 120%;
}
#form_body input:focus,
#form_body textarea:focus {
  border: solid 1px #eea34a;
}
#form_body input[type="submit"] {
  border: none;
  color: #fff;
  border-bottom: 10px solid #b74010;
  background: #f56226;
  height: 65px;
  width: 200px;
  padding: 10px 20px;
  font-size: 100%;
  font-weight: bold;
  cursor: pointer;
}

#form_body p {
  margin: 0 0 10px;
  padding: 10px;
  background: #fffef2;
  border: 1px solid #ea5151;
  color: #ff0000;
  font-size: 80%;
  line-height: 1.5;
}

#form_body table {
  width: 100%;
  border-top: 1px solid #eee;
  font-size: 90%;
}
#form_body th {
  width: 180px;
  padding: 10px;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
#form_body td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
#form_body td span {
  font-size: 11px;
}

#form_body .s-btn {
  text-align: center;
}

.form_info {
  color: #fff;
  background: #e18d0c;
  margin: 0 0 10px;
  padding: 0.8em;
  font-size: 90%;
}
.form_info span {
  color: #ff0000;
}

#form_footer {
  margin: 0 0 150px;
  padding: 0 20px;
  font-size: 90%;
}

/* --------------------------footer */
#cp {
  clear: both;
  padding: 15px 0;
  color: #999;
  font-size: 10px;
  text-align: center;
}

/* common ---------------------------- */
.fs80 {
  font-size: 80%;
}
.fs90 {
  font-size: 90%;
}
.fs100 {
  font-size: 100%;
}
.fs120 {
  font-size: 120%;
}

.lh15 {
  line-height: 1.5;
}
.lh17 {
  line-height: 1.7;
}
.lh20 {
  line-height: 2;
}

.mgb10 {
  margin-bottom: 10px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb40 {
  margin-bottom: 40px;
}
.mgb50 {
  margin-bottom: 50px;
}
.mgb1em {
  margin-bottom: 1em;
}

.pdl10 {
  padding-left: 10px;
}
.pdl20 {
  padding-left: 20px;
}
.pdl30 {
  padding-left: 30px;
}
.pdl1em {
  padding-left: 1em;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fc_edd533 {
  color: #edd533;
}

#form_body th span.asterisk {
    color: red;
    font-weight: bold;
}