@charset "utf-8";
/* 「すぐ使えるCMS」テンプレート編集済サンプル */
/* お知らせ更新ツール（アイコンクリック折り畳み式） CSS */

/* ページ表示時に隠す要素に付ける */
.hide-onload {
	display: none !important;
}

/* サムネイル */
.thumbnail {
	float: left;
}
.thumbnail img {
	height: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* アイコンクリックで開く場合(ここから) */

.sugu-article-list .sugu-entry h3,
.sugu-article-list .sugu-entry h2 {
	font-weight: bold;
}
.sugu-article-list .sugu-entry .title {
	margin-bottom: 0;
}

/* 折りたたまれている部分 */
.sugu-entry .type-icon .main-content {
	margin: .8em 0;
	padding-left: 2em;
}

/* ON/OFF ボタン */
.toggle-btn {
	display: inline-block;
	width: 1.5rem;
	border-radius: 1em;
	font-weight: bold;
}
.toggle-btn a
,.toggle-btn a:hover
,.toggle-btn a:visited
{
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.5rem;
	text-decoration: none;
}
/* アイコンクリックで開く場合(ここまで) */

