@charset "UTF-8";

.mailform_table {
width: 800px;
border-collapse: collapse;
border-spacing: 0;
}

.mailform_table th {
padding: 5px 5px 5px 10px;
text-align:left;
width:140px;
font-size:12px;
color:#0A1478;
font-weight:normal;
background-color:#e6eff8;
border-bottom:8px #FFF solid;
border-right: 5px #FFF solid;

/*border-width: 0 0 3px 0px;*/
}

.mailform_table  td {
/*border: 1px #FFF solid;*/
/*border-width: 0 0 3px 0px;*/
padding:5px;
font-size:12px;
font-weight:normal;
}

.red{
color:#F00;
font-size:10px;
}

.subm_box{
/*	margin-top:10px;*/
	margin:0px 0px 10px 280px;
}

.input-submit{
cursor:pointer;
}


.entry_chui{
line-height:1.5;
margin-bottom:15px;	
	}
	
/*.title_entry{
	background-image:url(../images/other/tit_entry.gif);
	background-repeat:no-repeat;
	width:630px;
	height:22px;
	padding:10px 25px;
	margin-bottom:15px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	clear:both;
}
*/
/******** 送信完了 ***************/

.thanks_box{
width:680px;
position:relative;


	}

.thanks_box p{
text-align:center;
font-size:15px;
line-height:160%;
	}
	
.to_top{
	position:absolute;
	top:140px;
	left:260px;	
	}


