/*============================
contact
============================*/
div.sub_header {
	width:100%;
	height:100px;
	background:url(../../image/common/sub_header_bg.gif) repeat-x;
	position: relative;
	top: 150px;
}
div.sub_cont h2 {
	color:#FFF;
	display:block;
	font-weight:normal;
	font-size:175%;
	letter-spacing:0.1em;
	position:absolute;
	left: 0px;
	top: -40px;
}
div.contact_info {
    text-indent: -9999px;
    background: url(../../image/contact/contact.gif) no-repeat center;
    width: 1000px;
    height: 140px;
    position: relative;
    top: 130px;
	margin: 0 auto;
    margin-bottom: 100px;
}
h3.t_contact {
    text-indent: -9999px;
    background: url(../../image/contact/t_mailform.gif) no-repeat center;
    width: 1300px;
    height: 90px;
    position: relative;
    top: 130px;
    margin-bottom: 30px;
}
p.txt {
text-align: left;
    display: block;
    margin-top: 150px;
    margin-left: 270px;
    margin-bottom: 30px;
}
/*firefoxテキストエリアリサイズ防止*/
.EasyTable , textarea {
    resize: none !important;
	}
.EasyTable input {
	resize: none !important;
	}
/*フォーム設定（easymail）*/
.EasyTable {
	margin:0 auto;
	width:760px;
	color:#000;
	font-weight:800;
	}
.EasyTable td {
	height:40px;
	border-bottom: 1px dotted #e6e6e6;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	}
.EasyTable tr td{
	padding:10px;
	font-size:12.5px;
	text-align:left;
	line-height:2em;
	}
/*ボタン用（easymail）*/
table.EasySubmit {
	margin-top:30px !important;
	width: 180px;
	margin:0 auto; 
}
table.EasySubmit input {
	margin-top:30px;
	float: left;
	margin:0 auto; 
}
input.EasySendButton {
	margin-top:30px;
	}
input.EasyReturnButton {
	margin-top:30px;
	}	
.EasyCheckButtonDiv {
	margin-top:30px;
	width: auto;
	margin:0 auto; 
}
input[type=submit] {
	margin-top:30px;
	padding: 6px 10px;
}
