﻿@charset "UTF-8";

table{
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	width:100%;
	
	}

table tr th{
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	width: 110px;
	}

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 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(../../common/images/dt_icon.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	-webkit-background-size: 4px 15px;
	background-size: 4px 15px;
	padding-right: 5px;
}
ul.mail_btn{
	width: 300px;
	display: block;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

ul.mail_btn li{
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

.mail_btn2{
	margin-top:40px;
	text-align:center;
	}



.red{
	color:#d20000;
	}
.mail_btn a:hover img{opacity:0.80;filter: alpha(opacity=80);}
#fm .topline {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.mail_btn.clearfix .mr {
	margin-right: 20px;
}
#conts .box01 {
	overflow: hidden;
}
