﻿@charset "utf-8";
/* CSS Document */



table{
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	width:100%;
	
	}

table tr th{
	padding-left: 20px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	}

table tr td{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	}



table tr td input{
	width: 450px;
	height: 30px;
	border: 1px solid #CCC;
	background-color: #ededed;
	padding-right: 5px;
	padding-left: 5px;
	}

input:focus {
   background-color: #ffffff;
   
}


table tr td input.tel{
	width:100px;
	}


table tr td textarea{
	width: 450px;
	height: 225px;
	border: 1px solid #CCC;
	background-color: #ededed;
	padding: 5px;
	}

table tr td textarea:focus {
	
	 background-color: #ffffff;
	}
	
#fm table tr th .icon {
	background-image: url(../../company/images/icon01.png);
	background-repeat: no-repeat;
	padding-left: 15px;
}
ul.mail_btn{
	width:450px;
	margin: 40px auto 0;
	display:block;
	}

ul.mail_btn li{
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 30px;
	}

.mail_btn2{
	margin-top:40px;
	text-align:center;
	}



.red{
	color:#d20000;
	}
.mail_btn a:hover img{opacity:0.80;filter: alpha(opacity=80);}