@charset "utf-8";

/*----------------------------------------------------------------
 TopPage only
----------------------------------------------------------------*/
/*----------------------------------------------------------------
 base
----------------------------------------------------------------*/
/*----------------------------------------------------------------
 layout
----------------------------------------------------------------*/
/*----------------------------------------------------------------
 styles
----------------------------------------------------------------*/
#contents h3{
	margin				: 0 0 0.75em 0;
	font-size			: 1.6rem;
	font-weight			: bold;
}
#contents h3:before{
	content				: "■";
	display				: inline-block;
	margin				: 0 0.5rem 0 0;
	color				: #eb9800;
}
#contents div + h3{
	margin				: 3em 0 0.75em 0;
}
