/*
	css-company.php
	会社案内の CSS
*/

@charset "utf-8";

/*----------------------------------------------------------------------
 *	お問い合せ
 */

.content > p {
	font-size	:	16px;
	width	:	580px;
	margin	:	0px auto;
	line-height	:	130%;
}

.contactform {
	position	:	relative;
}

.contactform header h1 {
	top		:	0px;
	left	:	0px;
	position	:	absolute;
}

.fillit {
	color	:	#dd0000;
	font-weight	:	bold;
}

div.wpcf7 form {
	padding	:	30px 20px 10px;
	border	:	1px solid #ffb132;
	background-color	:	#ffeccc;
	border-radius	:	5px;
}

.contact dl {
	width	:	500px;
	margin	:	0px auto 3px;
}

.contact dt, dd {
	line-height	:	1;
	margin-bottom	:	10px;
}

.contact dt {
	float	:	left;
	text-align	:	right;
	width	:	140px;
	padding	:	3px 20px 3px 0px;
	padding-right	:	20px;
}

.contact dd {
	float	:	right;
	width	:	340px;
}

.contact dd.submitdd {
	width	:	500px;
}

.contact dl#captcha dt {
	padding	:	0px 20px 0px 0px;
}

.contact dt,
.contact div.captcha {
	color	:	#f29600;
}

/*	文字位置補正	*/
.wpcf7-not-valid-tip {
	display	:	block;
}

.wpcf7-not-valid-tip,
.contact div.captcha {
	margin	:	5px;
}

.contact dd input[type=text],
.contact dd input[type=email],
.contact dd input[type=tel],
.contact dd textarea {
	padding	:	2px 5px;
	border	:	1px solid #ffb132;
	border-radius	:	3px;
}

input.txt, .txtbox {	width	:	300px;	}
.formfield2 {	width	:	120px;	}
.formfield3 {	width	:	70px;	}

/*	submit 系	*/
div.wpcf7 form input[ type="submit" ] {
	color	:	#ffffff;
	display	:	block;
	margin	:	20px auto 0px;
	width	:	100px;
	height	:	28px;
	border	:	1px solid #ffb132;
	border-radius	:	4px;
	background	:	-webkit-linear-gradient( #ffe0ad, #ffc86e );
	background	:	linear-gradient(#ffe0ad, #ffc86e);
	font-size	:	16px;
	font-weight	:	bold;
	letter-spacing	:	10px;
	padding-left	:	20px;
	text-shadow	:
		0 0 1px #a36400,
		0 0 2px #f29600,
		0 0 4px #ffb132;
	box-shadow	:	0px 2px 2px #f29600;
}

div.wpcf7 form input[ type="submit" ]:hover {
	text-shadow	:
		0 0 1px #a36400,
		0 0 3px #f29600,
		0 0 6px #ffb132;
	background	:	-webkit-linear-gradient( #ffffff, #ffe0ad );
	background	:	linear-gradient(#ffffff, #ffe0ad);
	border	:	1px solid #ffc86e;
	box-shadow	:	0px 2px 2px #ffb132;
}

div.wpcf7 form input[ type="submit" ]:active {
	background	:	-webkit-linear-gradient( #ffc86e, #f29600 );
	background	:	linear-gradient(#ffc86e, #f29600);
	border	:	1px solid #f29600;
	box-shadow	:	0px 1px 2px #f29600;
}

/*	アラート系	*/
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
	border-radius	:	8px;
	text-align	:	center;
	color		:	#ffffff;
	text-shadow	:
		0 -1px 1px	rgba( 204, 204, 204, 0.3 ),
		0 1px 1px	rgba( 255, 255, 255, 0.3 );
}

div.wpcf7-validation-errors {
	border	:	1px solid #dd0000;
	text-align	:	center;
	background-color	:	#ffaaaa;
	color	:	#dd0000;
}

div.wpcf7-mail-sent-ok {
	border	:	1px solid #33bb44;
	background-color	:	#ddffee;
	color	:	#33bb44;
}
