@charset "shift-jis";

#popup {
	margin: 20px auto;
	width:400px;
}

#popup-img {
	margin-bottom:15px;
}

#popup-navi {
	text-align:right;
	font-size:10px;
}

#popup-navi img {
	vertical-align:top;
	margin:0px 5px;
}

#popup h2{
	font-size:12px;
	font-weight:bold;
	color:#000;
	margin:10px 0;
	padding-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
}

#popup p{
	font-size:10px;
	margin-bottom:25px;
	line-height:1.8;
}

