/*****************************************
 　トップ：メイン：メール受付
 *****************************************/


#INQUIRY{
	width:620px;
	font-size:12px;
}

#INQUIRY div.left{
	width:300px;
	float:left;
}

#INQUIRY div.right{
	width:320px;
	float:right;
}

#INQUIRY div.left table{
	width:100%;
}

#INQUIRY div.right table{
	width:310px;
}

#INQUIRY table th,
#INQUIRY table td{
	padding:5px;
	border-bottom:10px solid white;
	line-height:1em;
	vertical-align: middle;
}

#INQUIRY table th{
	background-color:#FC0;
	color:#333;
	width:70px;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
}

#INQUIRY div.control{
	clear:both;
	height:120px;
	margin:0px 15px;
	position:relative;
}

#INQUIRY div.confirm_button{
	height:59px;
	width:285px;
	position:absolute;
	left:275px;
	top: 57px;
}

#INQUIRY div.confirm_button a{
	display:block;
	overflow:hidden;
	width:264px;
	height:52px;
}

#INQUIRY div.confirm_button a:hover img{
	margin-left:-264px;
}

#INQUIRY div.fm{
	margin:0;
	margin-bottom:5px;
}

#INQUIRY div.fm span{
	display:inline-block;
	width:50px;
	font-size:11px;
}


/************************

確認画面

***************************/

#INQUIRY.confirm td{
	font-size:14px;
}

#INQUIRY.confirm th,
#INQUIRY.confirm td
{
	padding:10px;
}

#INQUIRY.confirm table{
	background-color:#F6F6F6;
	margin:0 auto;
}

#INQUIRY.confirm div.control{
	margin:10px auto;
	width:560px;
	border:1px solid silver;
	padding:30px;
	padding-bottom:0px;
}

#INQUIRY.confirm div.back_button{
	height:42px;
	width:264px;
	float:left;
}

#INQUIRY.confirm div.back_button a{
	display:block;
	overflow:hidden;
	width:264px;
	height:42px;
}

#INQUIRY.confirm div.send_button{
	height:42px;
	width:264px;
	float:right;
}

#INQUIRY.confirm div.send_button a{
	display:block;
	overflow:hidden;
	width:264px;
	height:42px;
}

#INQUIRY.confirm div.back_button a:hover img,
#INQUIRY.confirm div.send_button a:hover img
{
	margin-left:-264px;
}
