@charset "utf-8";

@import "import_base.css";
@import "import_layout.css";


/* Inquiry
----------------------------------------------------------------------------*/
#contents h2 {
	display: block;
	width: 733px;
	height: 51px;
	margin-left: 38px;
	margin-bottom: 24px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#contents.inquiry h2	{ background-image: url( ../images/h2_inquiry.gif ); }



/* Contents Element
----------------------------------------------------------------------------*/
.contents_element {
	width: 704px;
	margin: 30px auto 0 auto;
}

.contents_element h3 {
	display: block;
	width: 704px;
	height: 33px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#tel_fax h3	{ background-image: url( ../images/h3_inquiry_tel_fax.jpg ); }
#email h3	{ background-image: url( ../images/h3_inquiry_email.jpg ); }

.contents_element p {
	width: 100%;
	margin-top: 12px;
	
	font-size: 77%;
	line-height: 140%;
}


/* Tel and Fax
----------------------------------------------------------------------------*/
#tel_fax {
	padding-bottom: 48px;
}

#tel_fax p.holiday {
	margin-top: 0px;
	color: #FF0000;
}

#tel_fax ul {
	display: block;
	width: 100%;
	margin-top: 24px;
	/* clearfix */
	zoom: 100%;
}
/* clearfix */
#tel_fax ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1px;
	line-height: 0;
	clear: both;
}

#tel_fax li {
	display: block;
	width: 206px;
	height: 23px;
	margin-right: 36px;
	text-indent: -9999px;
	float: left;
}

#tel_fax li.tel {
	background: url( ../images/info_tel.gif ) no-repeat left top;
}
#tel_fax li.fax {
	background: url( ../images/info_fax.gif ) no-repeat left top;
}


/* E-Mail
----------------------------------------------------------------------------*/
#email form {
	margin-top: 16px;
}

#email dl {
	display: block;
	width: 704px;
}

#email dt,
#email dd {
	display: block;
	padding: 4px 16px;
	margin-bottom: 4px;
	background-color: #EFEFE2;
	
	color: #333333;
	font-size: 77%;
	line-height: 100%;
}
#email dt {
	width: 7.5em;
	float: left;
}

#email dt label {
	display: block;
	padding-top: 4px;
	_padding-top: 6px;
}
#email .input_text {
	padding: 2px;
	border: #B3B3B3 1px solid;
}

#email dd span {
	color: #FF0000;
	margin-left: 4px;
}

#email dt p,
#email dd p {
	font-size: 100%;
}

#email fieldset {
	padding-bottom: 12px;
}
#email legend {
	display: none;
}

#email dt.check_list {
	display: none;
}
#email dd.check_list {
	width: 672px;
}

#email dd.check_list ul {
	width: 640px;
	display: block;
}

#email dd.check_list li {
	display: block;
	margin: 8px 12px 0 0;
	white-space: nowrap;
	float: left;
}

#email .main_text textarea {
	width: 480px;
	height: 116px;
	padding: 2px;
	border: #B3B3B3 solid 1px;
	
	font-size: 100%;
}

#in_name,
#in_name_kana,
#in_department {
	width: 16em;
}
#in_company,
#in_company_kana {
	width: 28em;
}
#in_zip {
	width: 7em;
	ime-mode: disabled;
}
#in_address {
	width: 34em;
}
#in_tel,
#in_fax {
	width: 10em;
	ime-mode: disabled;
}
#in_email,
#in_url {
	width: 20em;
	ime-mode: disabled;
}
#in_other_material {
	width: 24em;
}

p.submit {
	display: block;
	width: 100%;
	margin-top: 24px;
	text-align: center;
}

p.submit input {
	padding: 2px;
}

/* Check Sheet
----------------------------------------------------------------------------*/
table.form-table {
	width: 704px;
	border-top: #AEB67C 1px solid;
	border-left: #AEB67C 1px solid;
	border-right: 0;
	border-collapse: separete;
	border-spacing: 0;
	empty-cells: show;
	
	margin-top: 18px;
	
	color: #333333;
	font-size: 77%;
	font-weight: normal;
}

table.form-table thead {
	display: none;
}

table.form-table tbody th,
table.form-table tbody td {
	padding: 8px 12px;
	margin-left: 1px;
	border-top: 0;
	border-bottom: #AEB67C 1px solid;
	border-left: #F9F9F5 1px solid;
	border-right:  #AEB67C 1px solid;
}

table.form-table tbody th {
	width: 12em;
	background-color: #F4F5E9;
	text-align: left;
}
table.form-table tbody .even th {
	background-color: #E4E8CC;
}

table.form-table tbody td {
	background-color: #FFFFFF;
	text-align: left;
}
table.form-table tbody .even td {
	background-color: #F4F5EB;
}

ul.form-error {
	font-size: 83%;
	list-style: none;
	margin: 24px 10px;
	padding: 0px;
}
