@charset "utf-8";

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

　■　お問い合わせ

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


.content h1 {
	margin-bottom: 40px;
	padding: 10px 15px;
	background: url(../../corporate/images/h1-bg.gif);
	-webkit-box-shadow: 0 2px #0a7839;
	-moz-box-shadow: 0 2px #0a7839;
	box-shadow: 0 2px #0a7839;
	border: solid 1px #dfdfdf;
	color: #000;
	font-size: 22px;
}





/* フォーム
------------------------------------------------------------*/
input[type="text"] ,
input[type="email"] ,
input[type="tel"] ,
textarea ,
select {
vertical-align:middle;
max-width:90%;
line-height:25px;
height:25px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #5b0c0c;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #460000;
}

*:first-child+html input[type="submit"]{padding:3px;}


