@charset "utf-8";
/* ****************************************************
company.css
***************************************************** */

/* Index [ company.css ]
=================================
1: heading
2: cont-digizo
99: clearfix
=================================*/
/* 1: form
------------------------------------ */
#form-area {
	width:670px;
	text-align:center;
	margin:0 auto;
}
#form-area table {
	margin-bottom:20px;
}
#form-area table th {
	text-align:left;
	padding:8px 13px;
	width:200px;
}
#form-area table td {
	padding:8px 13px;
	text-align:left;
}
#form-area table td span {
	color:#686868;
}
#form-area table th span {
	color:#cc0000;
	padding-left:10px;
	font-size:83%;
}
#form-area #personal-name, #form-area #phone-number, #form-area #fax-number, #form-area #company-name, #form-area #mail-address1, #form-area #mail-address2, #form-area #zip-code1, #form-area #zip-code2, #form-area #address, #form-area #question, {
 background:#f1f1f1;
 padding-left:5px;
}
#form-area #personal-name,
#form-area #phone-number,
#form-area #fax-number {
	width:165px
}
#form-area #company-name,
#form-area #mail-address1,
#form-area #mail-address2 {
	width:245px
}
#form-area #zip-code1,
#form-area #zip-code2 {
	width:64px;
}
#form-area #address,
#form-area #question {
	width:440px;
}
#form-area #zip-code1 {
	margin-right:6px;
}
#form-area #zip-code2 {
	margin-left:6px;
}
#form-area #auto-input {
	margin: 0 0 -4px 10px;
}
#form-area #question-item1,
#form-area #question-item2,
#form-area #question-item3 {
	margin: 0 3px -0.15em 0;
}
#form-area .question-buttons label {
	margin-right:12px;
}
#form-area #confirm {
	margin:0 auto;
	text-align:center;
}
/* ssl sign*/
div#ssl-sign {
	border:#dfdfdf 1px solid;
	padding:10px 14px;
	margin-bottom:30px;
}
#ssl-sign .inner {
	border:none;
	background:url(../images/common_ex02.gif) repeat-y 195px;
}
#ssl-sign .btn {
	float:left;
	margin-top:0.7em;
}
#ssl-sign .text-image {
	margin-left:210px;
}
#ssl-sign .text-image .text {
	float:left;
	width:370px;
	padding-right:15px;
}
#ssl-sign .text-image .ssl-bnner {
	width:100px;
	float:left;
}
#contacts .stage {
	margin-bottom:20px;
	text-align:center;
}
/* confirm */
#form-area.confirm {
	width:530px;
}
#form-area.confirm #error-information {
	border:#dfb8b3 1px solid;
	padding:1px;
	text-align:left;
	margin-bottom:20px;
}
#form-area.confirm #error-information dl {
	padding:9px 8px;
	background-color:#fbebe9;
}
#form-area.confirm #error-information dl dt {
	font-weight:bold;
	font-size:120%;
	border-bottom:#ffffff 1px solid;
	margin-bottom:10px;
}
#form-area.confirm #error-information dl dt span {
	border-bottom:#dfb8b3 1px solid;
	display:block;
	padding:0 0 8px 15px;
	background:url(../../contacts/images/contact_ic01.gif) no-repeat left 0.25em;
}
#form-area.confirm th {
	width:122px;
}
.error-txt {
	color:#cc0000;
	font-weight:bold;
}
#submit {
	margin-left:20px;
}
/* complete */
.form-text {
	margin-bottom:20px;
	text-align:center;
}
.form-text p {
	width:670px;
	text-align:left;
	margin:0 auto;
}


/* 2: cont-digizo
------------------------------------ */
/* 2010-01-20 add */

div.anchor-area.digizo{
	margin-top:20px;
}
#contents div.anchor-area.digizo ul li{
	width:238px;
	padding-bottom:0;
	padding:4px 0 0;
	background:url(../images/common_bg35.gif) no-repeat left top;
}
* html div.anchor-area.digizo ul li{
	padding-bottom:0;
}
*:first-child+html div.anchor-area.digizo ul li{
	padding-bottom:0;
}
#contents div.anchor-area.digizo ul li a{
	width:238px;
	background:url(../images/common_bg36.gif) no-repeat left bottom;
	padding:0;
	margin:0;
	padding-bottom:4px;
	display:block;
}
div.anchor-area.digizo ul li a span{
	background-repeat:no-repeat;
	background-position:178px top;
	padding:12px 10px;
	cursor:pointer;	
}

div.anchor-area.digizo ul li a span.no-item{
	background-image:none;
}

/* 99:clearfix
------------------------------------ */
#ssl-sign .inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#ssl-sign .inner {
	min-height: 1px;
}
/* for IE6 */
* html #ssl-sign .inner {
	height: 1px;
}
/* for IE7 */
*:first-child+html #ssl-sign .inner {
	zoom: 1;
}
