@charset "utf-8";

/* front-page.php */

/************************************************************
	Common
*************************************************************/
h1.cat:before {
	margin-right: 0.2em;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f02d";
}
h1.info:before {
	margin-right: 0.2em;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f05a";
}


/************************************************************
	Others
*************************************************************/
.home{}

	.home > section {
		margin-bottom: 2em;
	}
		.home > section > h1 {
			margin-bottom: 1em;
			border-bottom: 2px solid #DB0066;
			font-size: 165%;
			font-weight: bold;
			line-height: 1.4;
			color: #333;
		}

	#homeCat ul li {
		margin-bottom: 1em;
		font-size: 125%;
	}
		#homeCat ul li:before {
			margin-right: 0.2em;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			content: "\f02c";
			color: #DB0066;
		}







