@charset "shift_jis";
/* CSS Document */

/* --------------------------------------------------------
grjindex_single.css
-------------------------------------------------------- */

#jform {
    color: #4a4742;
}

#jform h2 {
    background-color: #f1f7ec;
	background-image: url(../material/layout/shared/images/h2_bg.gif);
    background-repeat: no-repeat;
    border-bottom: 1px dashed #c8e5f3;
    border-top: 1px dashed #c8e5f3;
    color: #6dace1;
    font-size: 18px;
    height: 24px;
    line-height: 1em;
    margin: 0;
    padding: 6px 0 0 30px;
    text-align: left;
}

#jform table {
    width: 100%;
}

#ctl00_cphMain_GrjUserForm #userform tr th.indispensable, #ctl00_cphMain_GrjUserForm #addform tr th.indispensable, #ctl00_cphMain_GrjUserForm #orderform tr th.indispensable, #ctl00_cphMain_GrjUserForm #creditform tr th.indispensable, #ctl00_cphMain_GrjUserForm #enqform tr th.indispensable {
    background-image: url("../images/form/indispensable.gif");
    background-position: left center;
    background-repeat: no-repeat;
}

#ctl00_cphMain_GrjUserForm #userform tr th.optional, #ctl00_cphMain_GrjUserForm #addform tr th.optional, #ctl00_cphMain_GrjUserForm #orderform tr th.optional, #ctl00_cphMain_GrjUserForm #creditform tr th.optional, #ctl00_cphMain_GrjUserForm #enqform tr th.optional {
    background-image: url("../images/form/any_ico.gif");
    background-position: left center;
    background-repeat: no-repeat;
}

#ctl00_cphMain_GrjUserForm #userform tr th, #ctl00_cphMain_GrjUserForm #addform tr th, #ctl00_cphMain_GrjUserForm #orderform tr th, #ctl00_cphMain_GrjUserForm #creditform tr th, #ctl00_cphMain_GrjUserForm #enqform tr th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #dceff2;
    border-color: #e3e3e3;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4em;
    padding: 4px 4px 4px 10px;
    text-align: left;
}
#ctl00_cphMain_GrjUserForm #userform tr th, #ctl00_cphMain_GrjUserForm #addform tr th, #ctl00_cphMain_GrjUserForm #orderform tr th, #ctl00_cphMain_GrjUserForm #creditform tr th, #ctl00_cphMain_GrjUserForm #enqform tr th {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4em;
    text-align: left;
	padding-left: 50px;
}
#ctl00_cphMain_GrjUserForm #userform tr td, #ctl00_cphMain_GrjUserForm #addform tr td, #ctl00_cphMain_GrjUserForm #orderform tr td, #ctl00_cphMain_GrjUserForm #creditform tr td, #ctl00_cphMain_GrjUserForm #enqform tr td {
    font-size: 14px;
    line-height: 1.8em;
    padding: 8px 10px;
    text-align: left;
}
input.txboxLong {
    width: 230px;
}
input.txboxShort {
    width: 40px;
}
#ctl00_cphMain_GrjUserForm #userform tr td.subFromTd, #ctl00_cphMain_GrjUserForm #addform tr td.subFromTd, #ctl00_cphMain_GrjUserForm #orderform tr td.subFromTd, #ctl00_cphMain_GrjUserForm #creditform tr td.subFromTd, #ctl00_cphMain_GrjUserForm #enqform tr td.subFromTd {
    padding: 0 10px 8px;
}
#jform a:link {
    color: #26acfd;
    text-decoration: none;
}
#jform .blankTd {
    background-color: #f5f5f5;
}
.marktxt {
    color: #ff5800;
}
input.txboxMiddle {
    width: 120px;
}
.graytxt {
    color: #999;
}

.blankTd {
    background-color: #f5f5f5;
}
a:link {
    color: #26acfd;
    text-decoration: underline;
}
a:visited {
    color: #26acfd;
}
a:hover {
    color: #26acfd;
    text-decoration: none;
}

.marginY20 {
	margin: 20px 0;
}

#orderbtn {
	text-align:center;
}