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

/*
10  77 
11  85  
12  93 (was 93)  
13  100  
14  108 (was 107) 
15  116 (was 114) 
16  123.1 (was 122) 
17  131 (was 129) 
18  138.5 (was 136) 
19  146.5 (was 144) 
20  153.9 (was 152) 
21  161.6 (was 159) 
22  167  
23  174  
24  182  
25  189  
26  197  
*/

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

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

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


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

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

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

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

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

.acms-entry ul li {
	font-size:93%;
	line-height:1.5;
}

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

.acms-entry ol li {
	font-size:93%;
	line-height:1.5;
}

.acms-entry dl {
}

.acms-entry dl dt {
	font-size:93%;
	line-height:1.5;
}

.acms-entry dl dd {
	font-size:93%;
	line-height:1.5;
}

/* ソース */
.acms-entry .acms-pre {
	font-size:93%;
	line-height:1.5;
}

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

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

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

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

.acms-entry p {
	font-size:93%;
	line-height:1.5;
}

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

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

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

.item li {
	font-size:93%;
	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;
	font-size: 1.5em;
	top: -5px;
}