@charset "utf-8";
/* 「すぐ使えるCMS」短いお知らせ（タイトルクリック折り畳み式） CSS */

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

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

/* タイトルから開く場合(ここから) */
.sugu-article-list .sugu-entry .type-toggle  {
	padding: 0.4em 0; /* 元々の設定を上書きして行間を狭める */
}
h3.toggle-title {
	margin: .8em 0 !important; /* 元々の設定を上書きして上下マージンを均等に */
                               
}

.toggle-title a
,.toggle-title small {
	font-weight: normal;
                                 line-height: 120%;
}
.toggle-title a
,.toggle-title a:hover
,.toggle-title a:visited
{
	text-decoration: none;
	color: black;
}
.toggle-title a:hover {
	text-decoration: underline;
}

/* 折りたたまれている部分 */
.sugu-entry .type-toggle .main-content {
	margin: 0.5em 0;
	padding: 1.5em 2em;
	background-color: #ededed;
}

/* タイトルから開く場合(ここまで) */
