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

.ttl_box
{
	text-align: center;
	margin-top: 45px;
	margin-bottom: 10px;
}
p{
	margin: 1em 0;
}
.required{
	color: red;
}
.master .mailform{
	width: 980px;
	margin: 0 auto;
	border-collapse: collapse;
	cellspacing: 0;
	cellpadding: 5px; 
	table-layout: fixed;
}
.master .mailform #table_top{
	border-top: 1px solid #B9C3C9;
	height: 80px;
}
.master .mailform tr th{
	width: 170px;
	padding-top: 28px;
	vertical-align: top;
}　　　　　　　　　　　
.master .mailform #table_top p{
	line-height: 150%;
}
.master .mailform tr{
	border-bottom: 1px solid #B9C3C9;
}
.master .mailform th, .master .mailform td{
	text-align:left;
	padding: 10px 20px;
}
.master .buttonBox{
	width: 980px;
	margin: 10px auto;
	text-align: center;
}
.master .mailform #name_input{
	width: 40px;
	display: inline-block;
	text-align: center;
}
.master .mailform label{
	font-size: 100%;
}

.thanks_box{
	width: 980px;
	margin: 50px auto;
	text-align: center;
	
}
.thanks_box p{
	line-height: 180%;
}