@charset "utf-8";

/*////////////////////////////////////////////////////////////////////

  有限会社デジコム

////////////////////////////////////////////////////////////////////*/


/*====================================================================
  お問い合わせ
====================================================================*/

#contactForm { background:url(../../images/content/content/border.gif) repeat-x center top; }
#contactForm input,
#contactForm textarea { width:70%; }


/*--エラーメッセージ--*/
#errorList {
	color:#e91462;
	background:#fff;
	border:2px solid #e91462;
	padding:10px 10px 10px 30px;
	margin-bottom:20px;
}


/*--必須入力--*/
.require { color:#e91462; }


/*--送信ボタン--*/
#submitArea {
	overflow:hidden;
	text-align:center;
}
#submitArea input {
	width:170px;
	height:60px;
	text-indent:-9999px;
	border:none;
	margin:0px 20px;
	cursor:pointer;
}
#submitArea #confirmBt { background:url(../../images/content/contact/confirm_bt.gif) no-repeat center center; }
#submitArea #revisionBt { background:url(../../images/content/contact/revision_bt.gif) no-repeat center center; }
#submitArea #finishBt { background:url(../../images/content/contact/submit_bt.gif) no-repeat center center; }


