@charset "utf-8";

/*=================================

	Top Page Layout

================================ */
#topFrame {
	padding-bottom: 5px;
	background: url(/inquiry/images/inquiry_bg02.gif) no-repeat 0 100%;
}
#topFrame .inner {
	padding: 12px 5px 0;
	background: url(/inquiry/images/inquiry_bg01.gif) no-repeat 0 0;
}
#topFrame .leadTxt {
	margin: 0;
	font-size: 128.57%;
	font-weight: bold;
	text-align: center;
}
#topFrame .frameBody {
	margin-top: 10px;
	padding: 0 15px 5px;
	background: url(/inquiry/images/inquiry_bg03.gif) no-repeat 0 100%;
}
#topFrame .inquiryList {
	padding: 20px 0 13px 20px;
	background: url(/inquiry/images/inquiry_hr01.gif) repeat-x 0 100%;
}
#topFrame .btnType {
	padding: 20px 0 16px 20px;
}
#topFrame .inquiryList dt {
	float: left;
	width: 322px;
}
#topBtnColumn {
	width: 648px;
	margin: 35px auto 0;
}
#topBtnColumn .col {
	width: 300px;
}
#topBtnColumn .col + .col {
	float: right;
}
#topBtnColumn .col [class*="btnLink"] {
	display: block;
}
#topBtnColumn .col [class*="btnLink"] a {
	min-width: auto;
}

/*=================================

	Form Layout

================================ */

/* Text Parts
-------------------------------- */
.tableStyle01 td.required p {padding-right:40px; background:url(/common/images/com_ic19.gif) no-repeat right 50%;}
.tableStyle01 th.required p {padding-right:40px; background:url(/common/images/com_ic19.gif) no-repeat right 50%;}
.inlineTxt {margin:0 !important;vertical-align: middle;}
.example {display: block;margin-bottom: 3px; font-size:90%; color:#666666;}

/* List Parts
-------------------------------- */
.catalogueConfirmList {
	margin-left: 22px;
}
.catalogueConfirmList li {
	padding-left: 9px;
	background: url(/inquiry/images/form_ic01.gif) no-repeat 0 50%;
}

/* Table Parts
-------------------------------- */
.tableType01 .noteList01 {
	margin-top: 0.5em;
	font-size: 85.71%;
}
#catalogueList label {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}
#catalogueList label input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

/* Tooltip Parts
-------------------------------- */
.tooltip {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: -98px 0 0 0;
	padding: 10px 10px 10px 30px;
	background: url(/inquiry/images/form_bg01.png) no-repeat 0 0;
	z-index: 9999;
}

/* Form Item Parts
-------------------------------- */
/* error */
.errorBox {
	margin-top: 25px;
	padding: 12px;
	border: 2px solid #d52a33;
	font-weight: bold;
	color: #d52a33;
}
.errorBox p {
	margin-top: 0;
}
td.error {
	background-color: #fff2f2;
}
#catalogueList.error {
	background-color: #fff2f2;
}
.txtError {display: block;margin-bottom: 3px;color:#d52a33;}

.submitBox {
	position: relative;
	margin-top: 20px;
	padding-top: 28px;
	background: url(/common/images/com_hr02.gif) repeat-x 0 0;
	text-align: center;
	_width: 1000px;
}
.submitBox > :first-child {
	margin-top: 0;
}
.submitBox .btnLink01 {
	margin-right: auto;
	margin-left: auto;
	_display: inline;
	_zoom: 1;
}
.submitBox .back {
	position: absolute;
	margin: 0;
	top: 75px;
	left: 0;
	_display: inline;
	_text-align: left;
	_zoom: 1;
}
.inputTxt01 {
	height: 18px;
	line-height: 18px;
	padding: 0 2px;
	border: 1px solid #abadb3;
}
textarea.sizeFull {
	width: 515px;
}
input.w70 {
	width: 70px;
}
input.w150 {
	width: 150px;
}
input.w300 {
	width: 290px;
}


/*form*/


textarea{
	background:#f6f6f6;
	border:#c1bdb7 1px solid;
	width:100%;
	padding:10px;
	font-size:inherit;
	letter-spacing: 0px;
}

textarea,  x:-moz-any-link  { font-size:inherit; }

input{
	background:#f6f6f6;
	border:#c1bdb7 1px solid;
	width:100%;
	padding:7px;
	letter-spacing: 0px;
}

input,  x:-moz-any-link  { letter-spacing: 1px; font-size:inherit;}

.textBoxL{
	height:108px;
	width:550px;
}

.inputS{
	height:29px;
	width:116px;
}

.inputM{
	height:29px;
	width:246px;
}

.inputL{
	height:29px;
	width:541px;
}

select{
	background:#f6f6f6;
	border:#c1bdb7 1px solid;
	vertical-align:bottom;
	text-align:center;
}

.error{
	background:#ffd9d9 !important;
}

.error .errorTx{
	color:#d04646 !important;
	margin-bottom:5px;
}

.tableStyle01 td{
	vertical-align:middle;
}

.ml-aline a{
	margin-left:-80px;
}

.tableStyle01 th.thOrg{
	text-align:center;
}

.atmk{
	display:inline-block;
	width:25px;
	text-align:center;
}


/*=================================

	clearfix

=================================*/
#topFrame .inquiryList:after {
	content: "";
	display: block;
	clear: both;
}

/* For IE 6/7 */
#topFrame .inquiryListl {
	zoom: 1;
}
