@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contact.css.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	
	#main_title		メインイメージ
		
----------------------------------------------------------- */
#contact #main_title h2 {
	background:url(../contact/images/title.jpg) center 0 no-repeat;
}



/*----------------------------------------------------
	#main	メイン	
----------------------------------------------------*/

#contact #main .txt_intro {
	margin-bottom:15px;
}


/*	.con_form		お問い合わせ	
----------------------------------------------------*/
#contact #main .con_form {
	margin-top:35px;
	width:740px;
	overflow:hidden;
}

#contact #main .con_form h3 {
	margin-bottom:30px;
}

#contact #main .box_form {
	margin:0 auto;
	width:700px;
}

#contact #main .box_form table {
	width:700px;
}


/*  フォーム */
#contact #main .con_form input[type=text] {
	border:1px solid #A8ACAD;
	padding:0;
	height:18px;
	padding-top:2px;
	margin:0px;
}

#contact #main .con_form textarea {
	border:1px solid #A8ACAD;
	width:90%;
	height:200px;
}


#contact #main .con_form input[type="submit"]{
	background-color: #EADBCB;
	color: #332B2A;
	border:1px solid #B7A799;
	width:80px;
	height:25px;
	cursor:pointer;
}

#contact #main .con_form input.long {
	width:300px;
}

#contact #main .con_form p.btn_check {
	margin:15px auto 0 auto;
	padding-top:25px;
	text-align:center;
	height:50px;
	background-color:#483A31;
	width:700px;
}

#contact #main .con_form input[type="button"] {
	margin:0 15px 0 0;
	background-color: #EADBCB;
	color: #332B2A;
	border:1px solid #B7A799;
	width:80px;
	height:25px;
	cursor:pointer;
}


#contact #main .con_form span {
	/*color:#DE2121;*/
	color:#DFBE8A;
}

#contact #wrp_contactform  input.btn_back{
	background-color: #EADBCB;
	color: #332B2A;
	border:1px solid #B7A799;
	width:60px;
	height:25px;
	cursor:pointer;
}



/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/




