﻿@charset "utf-8";

body.popup{
	background:url(../ec_images/bg_popup.jpg);
}
div#popup_area{
	width:757px;
	height:494px;
	text-align: left;
	position:relative;
	color:#4c310f;
}
div#popup_area h1{
	padding:25px 0 15px;
	text-align:center;

}
div#popup_area #close{
	position:absolute;
	right:25px;
	top:25px;
}
div#popup_area #close a{
	cursor:pointer;
}
div#popup_area p.top{
	padding:0 0 16px 31px;
	margin:0;
	font-weight:bold;
}
div#popup_area div.table{
	padding: 0 0 25px;
}
div#popup_area table{
	margin: 0 0 0 25px;
	background:url(../ec_images/bg_popup01.png);
	border-bottom:1px solid #f3e9d6;
	color:#000;
}
div#popup_area table tr.ttl{
	color:#4c310f;
	font-weight:bold;
}
div#popup_area table tr.ttl td{
	border-bottom:1px solid #f3e9d6;
}
div#popup_area table td{
	border-top:1px solid #f3e9d6;
	border-left:1px solid #f3e9d6;
	vertical-align:top;
	padding:2px 5px;
	line-height:1.4;
}
div#popup_area table td.td01{
	width:141px;
}
div#popup_area table td.td02{
	width:70px;
}
div#popup_area table td.td03{
	width:180px;
}
div#popup_area table td.td04{
	width:180px;
}
div#popup_area table td.left{
	border-right:1px solid #f3e9d6;
	width:80px;
}