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

#postmail_area{
	width:620px;
	border: 3px solid #266DBD;
	margin:15px auto;
	}

#postmail_area th{
	width:250px;
	background-color:#F5F5F5;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size:14px;
	font-weight:300;
	text-align:left;
	padding:10px;
	}
	
#postmail_area th img{
	margin-left:10px;
	}
	
#postmail_area td{
	width:360px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size:13px;
	text-align:left;
	padding:10px;
	}
	
#postmail_area .btn{
	margin-top:20px;
	text-align:right;
	padding:15px;
	background-color:#F5F5F5;
	}
	
#postmail_area .btn img{
	margin-right:15px;
	background-image:none;
	}

#postmail_area .btn button {
	border:none;
	background-color:#F5F5F5;
	}
	
.postmail_txt_area{
	margin:10px 7px;	
	}
	
.thx_msg{
	margin-top:50px;
	margin-left:45px;
	width:560px;
	height:180px;
	}
	
.thx_tel{
	margin-top:30px;
	margin-left:235px;
	margin-bottom:30px;
	}