@charset "utf-8";

/* ------------------------------------
	誕生日占い
------------------------------------*/
.cat_list {
	font-size: 0;
}
.cat_item {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	text-align: center;
	margin-bottom: 3%;
}
.cat_item a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.cat_icon {
	padding: 0 4%
}
.cat_name {
	font-size: 22px;
	font-weight: bold;
}
@media only screen and (max-width: 639px) {
	.cat_name {
	font-size: 3.4375vw;
	}
}
