@charset "UTF-8";

@import "./base.css";

/*** クィアって？ ***/

div.wrapper{
	border:#00487F solid 3px;
}

h1{
	border-bottom:#00487F double 3px;
	padding-bottom:0.3em;
}

div.content{
	margin-bottom:30px;
}

div.content h2{
	font-weight:bold;
	margin-bottom:12px;
}

