@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Josefin+Slab:600);
a {
	color:rgba(180,85,54,1);
}
.ddTop {
	text-align:right;
	margin-bottom:10px;
}
hr {
	margin-bottom:10px;
}
dl {
	padding:0 5px;
}
#main {
	max-width:100%;
	display:block;
	margin:0 auto 40px auto;
	box-sizing:border-box;
	padding:10px 20px;
}
#main h2 {
	font-size:18px;
}
#main h3 {
	font-size:14px;
	margin:20px 0;
}
#main p {
	line-height:2em;
}
dl {
	width:100%;
	border-bottom:1px dotted #999999;
	margin-bottom:20px;
}
dt {
	width:100%;
	font-weight:bolder;
	font-size:14px;
}
dd {
	width:100%;
	font-size:12px;
}
#close2 {
	color:F#FFFFF;
	width:150px;
	height:25px;
	background-color:rgba(200,150,180,0.8);
	border:3px solid #FFF;
	box-shadow:2px 2px 5px #999; 
	position:fixed;
	bottom:8%;
	left:3%;
}
