@charset "shift_jis";

@import url(../css/basic.css);
@import url(../css/common.css);

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

	Style Info: 資料請求

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

.fm {
	background-color:#ebe9f9;
	padding:25px 35px;
	}


/*-------------------------------------------------------------------

	フォーム

-------------------------------------------------------------------*/

.fm form input,
.fm form select { padding:4px; }
.fm form textarea { width:97.5%; padding:4px; }

.fm form td textarea,
.fm form td input,
.fm form td select {
	border-top:1px solid #a8a8a8;
	border-left:1px solid #a8a8a8;
	border-right:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
	background-color:#fff;
	}

.fm td input:focus,
.fm form td textarea:focus {
	background-color:#fff;
	border-color:#786dad;
	}

.ip_ss { width:100px; }
.ip_s { width:150px; }
.ip_m { width:250px; }
.ip_l { width:97.5%; }


.fm .error input, 
.fm .error textarea,
.fm .error select { border-color:#cd3237; }

.fm .error label {
	color:#000;
	font-weight:normal;
	}
.fm .error label:hover { color:#5f53a0; }

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


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

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

.fm th {
	padding:10px 0;
	width:5%;
	white-space:nowrap;
	vertical-align:top;
	font-size:15px;
	}
.fm td { padding:10px 0; vertical-align:top; }

.fm td .ic-required {
	margin:2px 20px 2px 15px;
	}


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

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

.fm2 th,
.fm2 td {
	border:1px solid #948bbd;
	padding:15px;
	}

.fm2 th {
	width:20%;
	white-space:nowrap;
	vertical-align:top;
	text-align:left;
	background-color:#ebe9f9;
	}

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

.fm2 ul { margin-left:16px; }

.bt-back {
	width:200px;
	height:40px;
	background:url(image/bt-back.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 5px;
	}

.bt-send {
	width:230px;
	height:40px;
	background:url(image/bt-send.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 5px;
	}


