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

#form-area {
}
#form-area .head {
	padding-top:10px;
	padding-bottom:30px;
	border-top-width: 3px;
	border-top-style:solid;
	border-top-color: #cccccc;
}
#form-area .top{
	border-top:none;
}
#form-area .bottom{
	border:none;
}


#form-area .head .title {
	font-weight:bold;
	float:left;
}

#form-area .head .must {
	float:left;
	padding-left:15px;
}

#form-area .head .inputarea {
	clear:both;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}

#form-area .rei {
	font-size:12px;
	color:#0C6;
}
#form-area .info {
	font-size:12px;
	line-height:16px;
	margin-bottom:5px;
	color:#666;
	margin-top:5px;
	
}


#form-area .head input{
	padding:5px;
	width:100%;
	box-sizing:border-box;
	border: 3px solid #eeeeee;
	font-size:16px;

}

#form-area .head textarea{
	padding:5px;
	width:100%;
	box-sizing:border-box;
	height:350px;
	border: 3px solid #eeeeee;
	font-size:16px;
}


#btn_submit {
		border: 0px;
		width: 60%;
		height: 70px;
        background-color: #0885e1;
		font-size:16px;
		font-weight:bold;
		color:#fffef3;
        line-height: 70px;
	}
	
	
	#btn_submit:hover,
	#btn_submit:focus{
		background-color: #003b83;
        color:#fff226;
	}
	
	
	#btn_back {
		border: 0px;
		width: 40%;
		height: 50px;
		font-size:14px;
		font-weight:bold;
		color:#FFF;
		margin-top:15px;
        background-color: #eeeeee;
        color: #222222;
	}
	
	#btn_back:hover,
	#btn_back:focus{
		background-color: #cccccc;
	}
	
	
	#submit_btn {
		text-align:center;
		padding-top:5px;
		padding-bottom:5px;
		margin-top:10px;
	}
	#back_btn {
		text-align:center;
        
	}


@media only screen and (min-width: 680px) {
	
	
#form-area {


	margin-top:25px;
	padding:0;

}
#form-area .head .rei {
	font-size:12px;
	color:#0C6;
}
#form-area .head .info {
	font-size:12px;
	line-height:16px;
	margin-bottom:5px;
	color:#666;
	
}





#form-area .head {
	/*background-image:url(file:///Z|/F1-03%E3%80%80%E9%9B%86%E5%AE%A2%E3%83%BB%E5%96%B6%E6%A5%AD/%E5%BA%83%E5%91%8A%EF%BC%88Web)/html/hatarakikata.highfield-sr.com/img/bg_head.jpg);
	background-repeat:repeat-y;*/
	padding-top:15px;
	padding-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #cccccc;
	border-top:none;
	
}
#form-area .top{
	
}

#form-area .head .title {
	font-weight:bold;
	/*background-color:#9FC;*/
	width:200px;
	float:left;
	padding-left:10px;
	padding-top:10px;
}

#form-area .head .must {
	/*background-color:#FCC;*/
	width:30px;
	float:left;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
}

#form-area .head .inputarea {
	/*background-color:#CCC;*/
	width:600px;
	float:left;
	clear:none;
}

#form-area .head input {
	border: 3px solid #eeeeee;
}




	

	#form-info {
		padding-bottom:30px;
	}
	


	

	

	
	
	table#contact {
		width:100%;
		border: 5px solid #cccccc;
	}
	table#contact th {
		width:150px;
		padding:5px;
		background-color:#eeeeee;
		font-weight:bold;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #cccccc;
		text-align:right;
		padding-right:15px;
		border-right-style: none;
		border-left-style: none;
	}
	table#contact td {
		padding:10px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #cccccc;
		border-right-style: none;
		border-left-style: none;	
	}
	table#contact td.must {
		width:30px;
		background-color:#eeeeee;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #cccccc;
		border-right-style: none;
		border-left-style: none;
	}
	
	
	table#contact td .rei {
		color:#390;
		font-size:12px;
	}
    
    
	#btn_submit {
		width: 250px;
	}
	
	/*
	#btn_submit:hover,
	#btn_submit:focus{
		background: url(../img/contact/bg_btn_submit_hover.png) left top no-repeat;
	}*/
	
	
	#btn_back {
		width: 180px;
	}
	/*
	#btn_back:hover,
	#btn_back:focus{
		background: url(../img/contact/bg_btn_back_hover.png) left top no-repeat;
	}*/
	
	
	#submit_btn {
		text-align:center;
		padding-top:5px;
		padding-bottom:5px;
		margin-top:10px;
	}
	#back_btn {
		text-align:center;
	}
	
	
	table#contact input {
		padding:3px;
		background-color:#fafafa;
		border-top: 1px solid #A1A1A1;
		border-right: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;
		border-left: 1px solid #A1A1A1;
		width:500px;
	}
	table#contact input:focus,
	table#contact textarea:focus {
		background-color:#f8f6ee;
	}
	
	table#contact textarea {
		font-size: 12px;
		line-height: 16px;
		color: #333333;
		background-color: #FAFAFA;
		padding: 4px;
		border-top: 1px solid #A1A1A1;
		border-right: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;
		border-left: 1px solid #A1A1A1;
		width:500px;
	}

}