@charset "Shift_JIS";

/* -----------------------------------
	リスト調整
----------------------------------- */
#contents ol li ul {
	margin-bottom: 0;
}
#contents ol li ul li {
	list-style-type: disc;
}
#contents ol li ul.bottom li {
	margin-bottom: 1em;
}
#contents ol li ul.txtlink li {
	list-style-type: none;
}

/*  リスト左マージン調整用（単位em）  */
.ml0 {
	margin-left: 0 !important;
}
.ml1{
	margin-left: 1em !important;	
}

/* -----------------------------------
	テキスト調整用 
----------------------------------- */
.bold {
	font-weight: bold;	
}







