@charset "utf-8";
/* ===================================================================
CSS information

 file name  :zzz.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */



/* 
----------------------------------------------------------- */
#contact #con_contact .box_intro strong {
	color: #005079;
	
}

#contact #con_contact .box_intro span {
	font-weight: bold;
	text-decoration: underline;
}

#contact #con_contact .box_intro p{
	padding-bottom: 15px;
}

#contact #con_contact .box_intro p.photo{
	text-align:center;
	padding-top: 30px;
}

#contact #con_contact .box_intro p.btn{
	text-align:right;
	padding-right:30px;
}

#contact #con_contact #title {
	margin: 0 0 15px 0;
	padding: 0;
}

#contact #con_contact .box_form {
	clear: both;
	overflow: hidden;
	margin: 20px 0 0 0;
}
	#contact #con_contact .box_form  h3 {
		margin-bottom: 10px;
	}
	#contact #con_contact .box_form .wrp_form {
		width: 660px;
		margin: 0 auto;
	}
		#contact #con_contact .box_form .wrp_form h4 {
			color: #005079;
			border-bottom: 1px solid #005079;
			padding-bottom: 5px;
			margin:15px 0 10px 0;
			font-size: 1.2em;
		}
		#contact #con_contact .box_form .wrp_form .msg {
			margin: 15px 0 5px 0;
			text-align: right;
			color: #a70000;
			font-size: xx-small;
		}
		#contact #con_contact .box_form .wrp_form .err {
			padding-left: 5px;
		}
		#contact #con_contact .box_form .wrp_form .bt_area {
			text-align: center;
		}

		/* フォーム・テーブル */
		#contact #con_contact .basic {
			width: 660px;
			margin: 0 0 15px 0;
		}
		#contact #con_contact .bt_area {
			text-align:center;
		}
		#contact #con_contact .inputBox02 {
			width: 80%;
		}
		#contact #con_contact .link_text {
			font-weight:bold;
			font-size:14px;
		}
		#contact #con_contact input.long {
			width: 80%;
		}
		#contact #con_contact textarea {
			width: 80%;
			overflow:auto;
			height:150px;
		}
		#contact #con_contact form p {
			text-align: center;
		}













/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}