@charset "utf-8";


/* /contacts/
-------------------------------------------------------------- */
div.inquiryArea {
	margin: 15px 40px 0 40px;
	background: url(/resources/contacts/img/inquiry_bg.gif) repeat-y left top;
}
div.inquiryArea div.cnt01 {
	padding: 10px;
	float: left;
	width: 320px;
}
div.inquiryArea div.cnt02 {
	padding: 10px;
	float: right;
	width: 320px;
}
div.inquiryArea h3 {
	margin-bottom: 3px;
}


/* フォーム共通
-------------------------------------------------------------- */
#mainArea p.step {
	margin-top: 17px;
	text-align: center;
}

#mainArea div.errorMessage {
	margin-top: 20px;
	padding: 7px 9px 3px 9px;
	background: #FFEBEB;
	border: 2px solid #D9D7C3;
}
#mainArea div.errorMessage p.error {
	margin-bottom: 10px;
	padding-left: 24px;
	background: url(/resources/contacts/img/icn_error.gif) no-repeat 0 0;
	color: #CC3333;
	font-weight: bold;
	line-height: 1.6;
}
#mainArea div.errorMessage p.error a {
	font-weight: normal;
}

#mainArea p.submitArea {
	margin-top: 20px;
	text-align: center;
}
#mainArea p.prevLink {
	padding-left: 9px;
	margin-top: 20px;
	background: url(/resources/common/img/icn_arrow_03.gif) no-repeat 0 0.3em;
}


/* フォームテーブル
-------------------------------------------------------------- */
#mainArea table.form th p,
#mainArea table.form td p {
	margin-top: 0;
}

/* 項目 */
#mainArea table.form th p.item {
	width: 120px;
	float: left;
}
/* 必須 */
#mainArea table.form th p.must {
	color: #CC3333;
	width: 50px;
	float: right;
	text-align: right;
}
/* 入力例 */
#mainArea table.form .sample {
	font-size: 90%;
}
#mainArea table.form p.sample {
	margin-top: 3px;
}

/* お名前 */
#mainArea table.form div.cnt01 {
	margin-right: 15px;
	float: left;
	width: 150px;
}
#mainArea table.form div.cnt02 {
	float: left;
	width: 150px;
}
#mainArea table.form div.cnt01 input,
#mainArea table.form div.cnt02 input {
	width: 120px;
}
#mainArea table.form div.cnt01 p.sample,
#mainArea table.form div.cnt02 p.sample {
	margin-left: 2em;
}

#mainArea table.form dt {
	margin-bottom: 10px;
	float: left;
	width: 5em;
	clear:left;
}
#mainArea table.form dd {
	margin-bottom: 10px;
	margin-left: 5em;
}

#mainArea table.form ul li {
	line-height: 1.4;
	margin-bottom: 5px;
}

#mainArea table.form p.checkEmail {
	margin-top: 10px;
}


/* エラー箇所 */
#mainArea th.errorItem {
	background: #FCECEA;
	color: #CC3333;
	font-weight: bold;
}
#mainArea th.errorItem p.must {
	font-weight: normal;
}


/* エラー文言 */
#mainArea table.form p.errorPoint {
	margin-top: 10px;
	padding-left: 15px;
	background: url(/resources/contacts/img/icn_errorpoint.gif) no-repeat 0 0.3em;
	color: #CC3333;
	font-weight: bold;
}


/* input size */
#mainArea table.form #zipcode01,
#mainArea table.form #zipcode02,
#mainArea table.form #tel01,
#mainArea table.form #tel02,
#mainArea table.form #tel03 {
	width: 75px;
}
#mainArea table.form #zip01 {
	width: 115px;
}
#mainArea table.form #zip02,
#mainArea table.form #zip03 {
	width: 385px;
}
#mainArea table.form #email,
#mainArea table.form #cemail {
	width: 300px;
}
#mainArea table.form #msg {
	width: 450px;
	height: 160px;
}


/* clear fix
-------------------------------------------------------------- */
div.inquiryArea:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div.inquiryArea {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

