@charset "utf-8";
/* CSS Document */

/*--資料請求用ページスタイル----------*/

/*--タグ------*/
h2{
	margin:0px;
}

form{
	margin:0px;
	padding:0px;
}

/*--ID、クラス-------*/
#container-inside-pages{
	width:745px;
	font-size:12px;
	/*--テスト用(本番は他スタイルシートから適応されると思うので場合によってはコメントアウトしてOK)---------*/
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#666666;
	/*--------------------*/
}

/*タイトル部分*/
.contents-title{
	width:auto;
	height:58px;
	background-image:url(../image/mail/title_head.gif);
	background-repeat:repeat-x;
	margin-bottom:15px;
}

/*タイトル内のspan*/
.contents-title span{
	display:block;
	padding:20px 0px 0px 20px;
	font-size:20px;
}

/*ページコンテンツエリア*/
.contents-area{
	width:auto;
}

/*フォームで使ってるテーブルのクラス*/
table.fig-inquiry{
	width:100%;
	border:1px solid #d3d3d3;
	border-collapse:collapse;
}

/*セルにラインを*/
table.fig-inquiry td{
	border:1px solid #d3d3d3;
	border-collapse:collapse;
	padding:6px 0px 6px 6px;
	line-height:1.5;
}

.fig-mail-number, .fig-address1, .fig-address2{
	width:auto;
	padding:0px 0px 3px 3px;
	line-height:1.5;
}

/*表の項目*/
td.fig-inq-subject{
	width:150px;
	background-color:#f5fafe;
	vertical-align:middle;
}

.fig-inquiry-address{
	border:none;
}

/*必須項目*/
.required{
	color:#FF0000;
}

/*テキストフィールド関係*/
.text-field-normal{
	width:200px;
}

.text-field-number{
	width:30px;
}

.text-field-address{
	width:500px;
}

.fig-inq-contents{
	width:550px;
	height:100px;
}

/*確認・クリア*/
.fig-inq-control{
	text-align:center;
	background-image:url(../image/mail/bg_line.gif);
	background-repeat:repeat;
}
