@charset "utf-8";

/* ==========================================================================
 リスト用デザイン (common/list1.css)
==========================================================================
(c)AQUAPLUS All Rights Reserved.
	http://aquaplus.jp/
*/

/* --------------------------------------------------------------------------
 リスト */
ol {
	margin : 0px 5px 0px 30px;
	padding-left : 0;
	line-height : 16px;			/* IE:Gecko差 吸収*/
}

ol li {
	margin-bottom : 8px;
	padding-left: 0 !important;
	background: none !important;
}

ul {
	margin : 0px;
	padding-left : 0;
	list-style-type: none;		/* ブラウザ差回避の為リストマークをBGで実現 */
	line-height : 16px;			/* IE:Gecko差 吸収*/
}
li {
	padding-left: 1.2rem;
	background-image: url(li1_red.gif);
	background-position: 2px 4px;
	background-repeat: no-repeat;
	margin-bottom: 5px;

}
ul ul li {
	margin-bottom : 0px;
	padding-left: 1.2rem;
	background-image: url(li2_red.gif);
}

ul.interval li {
	margin: 0.5em 0;
}

ul.first-line li:first-line {
	font-weight: bold;
}


/*li div {
	margin : 2px 0 5px;			/* IE【リスト2行目の上余白詰まる】回避 */
/*	padding : 0;
}*/


ul.attention li {
	position: relative;
	background: none;

}
ul.attention li:before {
	content: "\203B";
	position: absolute;
	left: 0;
	font-weight: bold;
	color: #c00;
}



/* [EOF]*/