@charset "utf-8";
/* Copyright 2012 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

お問い合わせ

------------------------------------------------------------ */

/* heading
---------------------------------------------- */

/* h3 */

h3#h3_index01{
	height:84px;
}

h3#h3_index01{background:url(../contact/img/h3_index01.jpg) no-repeat 0 0;}


/* input
---------------------------------------------- */

input.w200{
    font-size:12px;
    height:1.2em;
    line-height:1.2em;
	padding:3px;
}

* html input.w200{
    height:2.0em;
    line-height:1.2em;
}

textarea{
	width:400px;
	height:200px;
	padding:3px;
	font-size:12px;
	line-height:1;
}

span.ERR{color:#ff0000;}

input.sousin{
	background:url(../contact/img/btn_submit01.jpg) no-repeat 0 0;
	border:medium none;
	display:inline-block;
	height:49px;
	text-indent:-999px;
	width:130px;
	cursor:pointer;
	*display:inline;
	*zoom:1;
}

input.sousin:hover{background:url(../contact/img/btn_submit01_on.jpg) no-repeat 0 0;}

input.modoru{
	background:url(../contact/img/btn_back01.jpg) no-repeat 0 0;
	border:medium none;
	display:inline-block;
	height:49px;
	text-indent:-999px;
	width:130px;
	cursor:pointer;
	*display:inline;
	*zoom:1;
	*margin-right:0;
}


input.modoru:hover{background:url(../contact/img/btn_back01_on.jpg) no-repeat 0 0;}

input.okuru{
	background:url(../contact/img/btn_send01.jpg) no-repeat 0 0;
	border:medium none;
	display:inline-block;
	height:49px;
	text-indent:-999px;
	width:130px;
	cursor:pointer;
	margin-right:10px;
	*display:inline;
	*zoom:1;
	*margin-right:0;
}

input.okuru:hover{background:url(../contact/img/btn_send01_on.jpg) no-repeat 0 0;}


