@charset "utf-8";

/* override: /shared/unchangeable/css/responsive.css (編集不可のため) */
/* カテゴリーラベルのデザインを変更 */
.container .row .newsroom-label {
	font-size: 11px;
	margin-right: 10px;
	padding: 2px 10px 0px;
	border-radius: 3px;
}
.container .row .newsroom-label--service,
.container .row .newsroom-label--management,
.container .row .newsroom-label--csr,
.container .row .newsroom-label--research,
.container .row .newsroom-label--other {
	background: #ffffff;
	color: #333333;
	border: 1px solid #a0a3aa;
}

/* iOS button fieled */
button.js-newsroom-toggle-button {
	color: #000;
}