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

 file name  :contact.css
 author     :Ability Consultant
style info  :お問い合わせ
=================================================================== */
/* -----------------------------------------------------------
	#page

----------------------------------------------------------- */
#page {
	background-image: url(../contact/images/img_main.jpg);
}

/* -----------------------------------------------------------
	#contents
		コンテンツ
----------------------------------------------------------- */
#contents {
	background: #111;
}

/* -----------------------------------------------------------
	.con_intro		INTRO
----------------------------------------------------------- */
.con_intro {
	margin: 0 auto 50px auto;
	width: 1000px;
	border: 1px solid #646464;
	box-shadow: rgba(0, 0, 0, 0.11765) 0px 0px 3px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 0px 3px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 0px 3px 1px;
	background: #111;
	overflow: hidden;
	*zoom: 1;
}

.con_intro .box_l {
	padding: 20px;
	width: 425px;
	float: left;
}

.con_intro .box_l h3 {
	margin: 8px 0 10px;
}

.con_intro .box_l .txt {
	margin-bottom: 10px;
}

.con_intro .box_r {
	float: right;
}

/* -----------------------------------------------------------
	.con_inf		注意点
----------------------------------------------------------- */
.con_inf {
	margin: 0 auto 50px auto;
	width: 1000px;
}

.con_inf h3 {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.con_inf ul {
	padding-left: 20px;
}

.con_inf ul li {
	margin-bottom: 10px;
	list-style-type: circle;
}

/* -----------------------------------------------------------
	.con_contact		注意点
----------------------------------------------------------- */
.con_contact {
	margin: 0 auto 100px auto;
	width: 1000px;
}

.con_contact h3 {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.con_contact .txt {
	margin-bottom: 20px;
}

.con_contact .red {
	color: #c00;
}

.con_contact .blue {
	color: #0075ac;
}

.con_contact .btn {
	padding-top: 20px;
	text-align: center;
}

.con_contact input,
.con_contact select {
	min-height: 20px;
}

.con_contact .btn_contact {
	padding-top: 25px;
}

.con_contact .send,
.con_contact .back {
	cursor: pointer;
}

/*----------------------------------------------------
	フォーム部分
----------------------------------------------------*/
.name_form,
.tel_form {
	width: 45%;
}

.age_form {
	width: 5%;
}

.mail_form,
.mail2_form,
.address_form {
	width: 98%;
}

.select_form {
	width: 99%;
}

.zip_form {
	width: 20%;
}

.other_form {
	width: 98%;
	height: 250px;
}

/* ボタン */
.btn_contact {
	margin-top: 10px;
	text-align: center;
}

.btn_contact input {
	padding: 5px;
}
