@charset "utf-8";


#popup {
	width:480px;
	padding:20px 30px 30px 30px;
	_padding:20px 20px 30px 20px;
	margin:0 auto;
	}

#popup h1 {
	width:115x;
	}
	
#popup #header {
	position:relative;
	margin-bottom:40px;
	}
	
#popup .btnClose {
	position:absolute;
	top:10px;
	right:0;
	_right:10px;
	}
	
#popup .subTtl {
	font-size:108%;
	font-weight:bold;
	margin-bottom:10px;
	}
	
#popupCont {
	margin:0 20px;
	}
	
.txtList {
	padding-bottom:15px;
	}
	
.txtList dt {
	margin-bottom:3px;
	}
	
.txtList dd {
	margin-bottom:10px;
	}
	
.txtList.ver2 dt {
	float:left;
	clear:both;
	}
	
.txtList.ver2 dd {
	margin-left:6em;
	}
	
address {
	font-style:normal;
	margin-top:20px;
	}
	
.dotList li {
	text-indent:-0.6em;
	padding-left:0.6em;
	margin-bottom:5px;
	}	