@charset "shift_jis";

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

	Style Info: お問合せ

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

.contact {
	border-left:1px solid #b9b9b9;
	border-right:1px solid #b9b9b9;
	border-bottom:1px solid #b9b9b9;
	background-color:#fff;
	padding:30px;

	-moz-border-radius:0 0 6px 6px;
    -webkit-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px;
	position:static;
	behavior:url(PIE.htc);
	}


/*----------------------------------------------
   form
----------------------------------------------*/

form input,
form select { padding:7px; }
form textarea { width:97%; padding:7px; }

label {	cursor:pointer; margin-right:2em; }
label input { vertical-align:text-top; margin-right:0.5em; }

.fm form td textarea,
.fm form td input[type=text],
.fm form td select {
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	border-right:1px solid #b4b4b4;
	border-bottom:1px solid #b4b4b4;
	background-color:#f5f5f5;

	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
	position:static;
	behavior:url(PIE.htc);
	}

.fm form td input[type=text]:focus,
.fm td textarea:focus {
	border:1px solid #777;
	background-color:#fff;
	}

.ip_ss { width:150px; }
.ip_s { width:250px; }
.ip_m { width:350px; }
.ip_l { width:97%; }


.fm .error input[type=text], 
.fm .error textarea,
.fm .error select {
	border:1px solid #f59baa;
	background-color:#ffebeb;
	}

.fm .error label {
	color:#323232;
	font-weight:normal;
	}

.fm .error p {
	margin:0 !important;
	padding-bottom:5px;
	clear:both;
	}


/*----------------------------------------------
   入力画面
----------------------------------------------*/

.fm table {
	width:100%;
	border-collapse:collapse;
	}

.fm th {
	width:20%;
	vertical-align:top;
	white-space:nowrap;
	padding:15px 10px 15px 0;
	text-align:right;
	}

.fm td {
	padding:15px 10px;
	text-align:left;
	}


/*----------------------------------------------
   確認画面
----------------------------------------------*/

.fm2 table {
	width:100%;
	border-collapse:collapse;
	border:2px solid #aaa;
	}

.fm2 th,
.fm2 td {
	vertical-align:top;
	padding:15px;
	border:1px solid #b4b4b4;
	text-align:left;
	}

.fm2 th {
	width:20%;
	white-space:nowrap;
	background-color:#f5f5f5;
	}

.fm2 td {
	background-color:#fff;
	}


.bt-back {
	width:224px;
	height:51px;
	background:url(image/bt-back_off.jpg) no-repeat left top;
	border:none;
	overflow:hidden;
	cursor:pointer;
	text-indent:-9999px;
	text-align:left;
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin:0 10px;
	}
.bt-back:hover {
	background:url(image/bt-back_on.jpg) no-repeat left top;
	}

.bt-send {
	width:224px;
	height:51px;
	background:url(image/bt-send_off.jpg) no-repeat left top;
	border:none;
	overflow:hidden;
	cursor:pointer;
	text-indent:-9999px;
	text-align:left;
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin:0 10px;
	}
.bt-send:hover {
	background:url(image/bt-send_on.jpg) no-repeat left top;
	}




