/*
 Theme Name:   lightning-child
 Template:     lightning
*/

/* トピック終了の文字の色 */
#bbpress-forums span.closed {
	color: black;
}

/*（続）閉じたトピック着色 */
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
	background-color: gray;
	content: "トピック終了";
	border-radius: 10px;
}

/* トピックオープン・クローズのリンク着色 */
#bbpress-forums a.bbp-topic-close-link {
	 background: red;
	 border: 5px solid black;
	 border-radius: 20px;
	 margin-bottom: 150px;
	 color:whitesmoke;
}

@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	min-height: 0px;
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	min-height: 0px;
}