@charset "utf-8";
@import url("import.css");

/* -----------------------------------------------------------
CSS Information
 File name:      contact.css
 Style Info:     コンタクト専用CSS
----------------------------------------------------------- */

/*----------------------------------------------------
	index用
----------------------------------------------------*/

/*------------------------
	joinus
------------------------*/

#h2_joinus {
	width:75px;
}

#joinus_text {
	padding-left:10px;
	margin-bottom:50px;
}

#joinus_text p {
	margin-top:1.3em;
}

#mail {
	background:url(http://www.genittetsu.jp/img/contact/mail_icon.gif) no-repeat 0px 5px;
	padding-left:20px;
}


/*------------------------
	message_form
------------------------*/

#h2_message_form {
	width:140px;
}

#message_form_text {
	padding-left:10px;
}

#message_form_text p {
	margin-top:1.3em;
}

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

table{
	margin-top:40px;
	width:580px;
}



table .name{
	width:60px;
	padding-top:7px;
	vertical-align:top;
}

table td {
	padding:2px 0;
}

table .mark{
	color:#d90000;
	text-align:center;
	padding-top:10px;
	vertical-align:top;
}

table .input_area{
	width:490px;
}

table .input_area input{
	width:250px !important;
	height:20px !important;
	color:#666;
	border-top:1px #d1d1d1 solid;
	border-left:1px #d1d1d1 solid;
	border-right:none;
	border-bottom:none;
	background:#efefef;
	padding:5px 0 0 5px;
	float:left;
}

table .input_area div{
	margin:4px 0 0 10px;
	float:left;
}

table .input_area textarea{
	width:350px !important;
	height:250px !important;
	color:#666;
	border-top:1px #d1d1d1 solid;
	border-left:1px #d1d1d1 solid;	
	border-right:none;
	border-bottom:none;
	background:#efefef;
	font-size:100%;
	padding:5px 0 0 5px;
	float:left;
}

#submit {
	margin-left:90px;
}

#submit input {
	width:133px !important;
	height:23px !important;
	margin-top:-12px;
	border:0;
	cursor:pointer;
	font-size:0;
	line-height:0;
	text-align:left;
	display:block;
	color:fff;
}

#submit input:hover {
	color:fff;
}

/*----------------------------------------------------
	thanks用
----------------------------------------------------*/

#message_form_text h3 {
	padding:10px 0;
	margin:10px 0;
	width:422px;
	height:38px;
	text-indent:-9999px;
}

#message_form_text #btn_back {
	margin-top:20px;
	width:133px;
	height:23px;
	text-indent:-9999px;
}

#message_form_text #btn_back a {
	display:block;
	width:133px;
	height:23px;
}
