@charset "UTF-8";
/* CSS Document */

/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
}

html {
    font-size: 62.5%;
}

ul li {
    list-style-type: none;
}

img {
    border: none;
}

table {
    border-collapse: collapse;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 1.4rem;
    font-family: sans-serif;
    background-color: #fffadd;
}

/** text **/
.text10 {
    font-size: 77%;
}

.text11 {
    font-size: 77%;
}

.text12 {
    font-size: 85%;
}

.text13 {
    font-size: 93%;
}

.text14 {
    font-size: 100%;
}

.text15 {
    font-size: 108%;
}

.textRed {
    color: #C30;
}

/** end text **/


/** start layout **/

#header {
    background-color: white;
}

#header .inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#contents {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

select {
    font-size: 13px;
    padding: 5px;
}

input {
    font-size: 108%;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
}

#button {
    font-size: 18px;
    background-color: #C63;
    color: white;
    border: 1px solid #933;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-radius: 5px;
}

#select1 {
    width: 20em;
}

#reset {
    font-size: 18px;
    color: #FFF;
    background-color: #666;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    border: 1px solid #999;
    border-radius: 5px;
    margin-left: 30px;
}

#field1 {
    width: 95%;
    padding: 5px;
}

#textarea {
    height: 50px;
    width: 95%;
}

select {
    padding: 5px;
    font-size: 120%;
}

input:focus,
input:hover {
    background-color: #FFDBC5;
}

textarea:focus,
textarea:hover {
    height: 150px;
    background-color: #FFDBC5;
}

h1 {
    font-size: 108%;
    background-color: #ff9000;
    margin-top: 10px;
    border-radius: 5px;
    color: white;
    font-weight: normal;
    width: 93%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.main {
    border: 1px solid #ff9000;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: white;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.main .dev {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
}

.main .dev dd {
    line-height: 20px;
    vertical-align: top;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
}

.main .dev dt {
    line-height: 20px;
    font-weight: normal;
    text-align: left;
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 8px;
    padding-left: 5px;
    vertical-align: top;
    background-color: #FC9;
}

.main .dev dt.required {
    background-image: url(../images/icon_required.png);
    background-repeat: no-repeat;
    padding-left: 55px;
    background-position: 5px 8px;
}

.main .dev dt.normal {
    padding-left: 55px;
}

.main .dev dd .in {}

.main .dev dd .in tr td {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 2px;
}

.main t.dev dd .in2 {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    margin-top: 10px;
    margin-left: 20px;
}

.main .dev dd .in2 tr td {
    border-bottom-style: solid;
    font-size: 93%;
    vertical-align: top;
    border-bottom-width: 1px;
    border-bottom-color: #CCC;
    padding-top: 2px;
    padding-right: 20px;
    padding-bottom: 2px;
    padding-left: 20px;
}

.main .dev dd .in2 tr th {
    border-bottom-style: solid;
    font-size: 93%;
    vertical-align: top;
    width: 8em;
    border-bottom-width: 1px;
    border-bottom-color: #CCC;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    font-weight: normal;
    text-align: left;
}

.under {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-color: white;
    border: 1px solid #CCC;
}

.under table {
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    border: 1px solid #999;
}

.under table tr td {
    vertical-align: top;
    text-align: left;
    padding: 5px;
}

.under .contact {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.under .contact tr td {
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.under table.contact tr th {
    font-weight: normal;
    padding-right: 5px;
    padding-left: 5px;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #CCC;
}

.under .caution {
    padding: 10px;
    font-size: 108%;
    text-align: left;
}

.foot {
    text-align: center;
    margin-bottom: 25px;
}

div.complete {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-top-color: #999;
    border-bottom-color: #999;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

div.complete table tr th {
    font-weight: normal;
    padding-right: 2em;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
}

div.complete table tr td {
    font-weight: normal;
    padding-right: 2em;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
}

.error {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px dotted #666;
    color: #C30;
}

.main .dev dd .inner1 {
    padding-left: 1em;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
}

.main .dev dd .inner1 dt {
    background-color: #FFF;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 1em;
}

.main .dev dd .inner1 dd {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

.main .complete dl {
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
}

.main .complete dl dt {
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 1em;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #999;
}

.main .complete dl dd {
    padding-left: 3em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

#contents #form1 .under dl dt {
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #999;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #999;
}

#contents #form1 .under dl dd {
    padding-top: 5px;
}

#pl2e {
    padding-left: 2em;
}