@charset "shift_jis";
/* CSS Document */

/* --------------------------------------------------------
grjform.css
-------------------------------------------------------- */

/* --------------------------------------------------------
	Form
-------------------------------------------------------- */
#jform {
	color: #4a4742;
}

#jform table{
	width:100%;
}

#jform h2 {
	margin: 0px;
	color: #6dace1;
	background-color: #f1f7ec;
	background-image: url(../material/layout/shared/images/h2_bg.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 18px;
	line-height: 1em;
	text-align: left;
	/*width: 288px;*/
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #c8e5f3;
	border-bottom-color: #c8e5f3;
}

p {
	padding: 10px;
	margin: 0px;
	text-align: left;
}
.blankTd {
	background-color: #F5F5F5;
}
.firstFromTd {
	border-top-style: none;
	border-top-width: 0;
}
.endFromTd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
}


/*確認フォーム*/
#ctl00_cphMain_GrjOrderForm #contentsform {
	margin-bottom: 30px;	
}
#ctl00_cphMain_GrjOrderForm #contentsform table {
	border-collapse: collapse;
    border-spacing: 0;
}
#ctl00_cphMain_GrjOrderForm #contentsform tr td {
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}
.nebikiTxt {
	color: red;
}
#ctl00_cphMain_GrjOrderForm #contentsform tr th {
	background-color: #dceff2;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	text-align: center;
	padding: 4px;
	border: #E3E3E3 solid;
	border-width: 1px 0 1px 1px;
}
#ctl00_cphMain_GrjOrderForm #contentsform tr .alignc.row01 {
	width: 38%;
}
#ctl00_cphMain_GrjOrderForm #contentsform tr .alignc.row02 {
	width: 17%;
}
#ctl00_cphMain_GrjOrderForm #contentsform tr .alignc.row03 {
	width: 20%;
}
#ctl00_cphMain_GrjOrderForm #contentsform tr .alignc.row04 {
	width: 25%;
}

/*入力フォーム*/
#ctl00_cphMain_GrjUserForm #userform table, #ctl00_cphMain_GrjUserForm #addform table, #ctl00_cphMain_GrjUserForm #orderform table, #ctl00_cphMain_GrjUserForm #creditform table, #ctl00_cphMain_GrjUserForm #enqform table {
	border-collapse: collapse;
    border-spacing: 0;
}
#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 {
	background-color: #dceff2;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	text-align: left;
	border: #E3E3E3 solid;
	border-width: 1px 0;
	width: 100%;
	padding: 4px 4px 4px 10px;
}
#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-repeat: no-repeat;
	background-position: left center;
	padding-left:50px;
}

#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-repeat: no-repeat;
	background-position: left center;
	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;
	text-align: left;
	padding: 8px 10px;
}
#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-top: 0px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#ctl00_cphMain_GrjUserForm #creditform tr td ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#ctl00_cphMain_GrjUserForm #creditform tr td ul li {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
	height: 45px;
}
#ctl00_cphMain_GrjUserForm #creditform tr td ul li#creditvisa {
	background-image: url(../images/credit/visa.gif);
	background-repeat: no-repeat;
}
#ctl00_cphMain_GrjUserForm #creditform tr td ul li#creditmaster {
	background-image: url(../images/credit/master.gif);
	background-repeat: no-repeat;
}
#ctl00_cphMain_GrjUserForm #creditform tr td ul li#creditjcb {
	background-image: url(../images/credit/jcb.gif);
	background-repeat: no-repeat;
}
#ctl00_cphMain_GrjUserForm #creditform tr td ul li#creditamex {
	background-image: url(../images/credit/amex.gif);
	background-repeat: no-repeat;
}

#ctl00_cphMain_GrjUserForm #orderform table {
	margin-bottom: 20px;
}

input.txboxLong {
	width: 230px;
}
input.txboxShort {
	width: 40px;
}
input.txboxMiddle {
	width: 120px;
}

.colradio_disp {
	display:none;
}

.colradio_hide {
	display:table-cell;
}

