@charset "utf-8";
/* CSS Document */

h1 {
	font-size:116%;
	font-weight:normal;
}

h3 {
	font-size:116%;
	font-weight:bold;
}

h4 {
	font-size:123.1%;
	font-weight:bold;
}

/* 見出し */
.acms-entry h2 {
	font-size:131%;
}

.acms-entry h3 {
	font-size:131%;
}

.acms-entry h4 {
	font-size:123.1%;
}

.acms-entry h5 {
	font-size:123.1%;
}

.entryTitle {
	font-size:131%;
}
/* リスト */
.acms-entry ul {
	font-size:116%;
}

.acms-entry ul li {
	font-size:116%;
	line-height:2.0;
}

.acms-entry ol {
	font-size:116%;
}

.acms-entry ol li {
	font-size:116%;
	line-height:2.0;
}

.acms-entry dl {
}

.acms-entry dl dt {
	font-size:116%;
	line-height:2.0;
}

.acms-entry dl dd {
	font-size:116%;
	line-height:2.0;
}
/* ソース */
.acms-entry .acms-pre {
	font-size:116%;
	line-height:2.0;
}

/* 引用 */
.acms-entry blockquote {
	font-size:116%;
	line-height:2.0;
}

/* テーブル */
.acms-entry table caption {
	font-size:116%;
}

.acms-entry table th {
	font-size:116%;
}

.acms-entry table td {
	font-size:116%;
}

.acms-entry p {
	font-size:116%;
	line-height:2.0;
}

.cptn {
	font-size:131%;
	font-weight:bold;
}

.tmp {
	font-size:116%;
	font-weight:normal;
}

.tms {
	font-size:100%;
	font-weight:normal;
}

.item li {
	font-size:116%;
	font-weight:normal;
}

.item li.scdl_list_dcrcl,
.item li.scdl_list_crcl {
	list-style: none; 
	position: relative;
	padding-left: 2em;
	margin-bottom: 1em;
}

.item li.scdl_list_dcrcl::before {
	content: "◎";
	position: absolute;
	left: 0;
	width: 2em;
	text-align: left;
}
.item li.scdl_list_crcl::before {
	content: "〇";
	position: absolute;
	left: 0;
	width: 2em;
	text-align: left;
}