/* commmon
------------------------------------------------------------------- */
.mod-recommends .articleList:after {
	content: '';
	display: block;
	width: 30%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
}
.mod-recommends .articleItem a {
	color: #ed6103;
}

@media only screen and (max-width: 750px) {
	.mod-categoryFilter .heading {
		text-align: center;
	}
}

/* tags
------------------------------------------------------------------- */
.mod-selectAllCategory.is-disabled,
.mod-selectAllCategory.is-disabled:hover,
.mod-selectAllCategory.is-disabled:hover .label {
	cursor: default;
	color: #aaa;
}
.mod-selectAllCategory.is-disabled:hover .checkbox {
	background-image: url(/life/img/default/page/list/selectAllCheckbox-default.svg);
}
.mod-tagList .tag.is-disabled,
.mod-tagList .tag.is-disabled:hover {
	cursor: default;
	color: #aaa;
	border-color: #e8e8e8;
	background-color: #f5f5f5;
}
.mod-tagList .tag.is-selected.is-disabled,
.mod-tagList .tag.is-selected.is-disabled:hover {
	-ms-filter: "alpha(opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
	color: #fff;
	border-color: #ed6103;
	background-color: #ed6103;
}

/* detail
------------------------------------------------------------------- */
#app.detail .mod-articleEyecatch {
	width: 100%;
}
#app.detail .mod-articleModule.buttonLinkWrap {
	text-align: center;
}
#app.detail .mod-articleModule.buttonLinkWrap .buttonLink {
	display: inline-block;
	line-height: 1.75;
	width: auto;
	min-width: 250px;
	height: auto;
	padding: 0.767em;
}
