/*-==============================-

 *		　会社紹介レイアウト

  -==============================-*/

/*------=右メニュー=---------------*/
/*--▽メールフォーム用--*/
.mail_form table{
	table-layout:auto;
}
.title_cell{
	color:#ffffff;
	padding:4px 8px;
	background-color:#250d00;
}
.input_cell{
	font-size:100%;
	line-height:150%;
	padding:4px 8px;
	border-left:solid 3px #4c1a00;
	border-right:solid 4px #4c1a00;
}
.form_conp{
	width:180px;
}
.form_name{
	width:180px;
}
.form_postcode{
	width:72px;
}
.form_address{
	width:420px;
}
.form_number{
	widht:120px;
}
.form_mailaddress{
	width:180px;
}
.form_inquire{
	width:200px;
	height:80px;
}
/*--△メールフォーム用--*/

/*--▽ボタン------------*/
.submit_button{
	margin:10px;
	text-align:center;
}
/*--△ボタン------------*/

/*--▽汎用見出し ソリッド--*/
.text_title01{
	display:block;
	font-size:130%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	margin-bottom:10px;
	border-top:solid 2px #c7dc68;
	border-bottom:solid 2px #c7dc68;
}

/*--△汎用見出し ソリッド--*/

/*--▽汎用見出し　ドット--*/
.text_title02{
	display:block;
	font-size:130%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	margin-bottom:10px;
	border-bottom:dotted 3px #c7dc68;
}
/*--△汎用見出し　ドット*/



/*--▽汎用テキストフィールド大--*/
.mail_form{
	margin-top:20px;
	margin-left:24px;
}
/*--△汎用テキストフィールド大--*/
