@charset "UTF-8";
/* BASE CSS Document */

p.small	{
	font-size:12px;
	color:#000000;
	line-height:1.5em;
	text-align:left;
	margin-top: 10px;
}

.red {
	color: #B91450;
}


#list_mark_box {
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #333;
	width: 650px;
	text-align: left;
	margin-left: 30px;
}



#list_mark_box li#list_mark_box01 {
	line-height: normal;
	list-style-position: inside;
	background-color: #CCC;
	list-style-type: none;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-left: -40px;
	}

#list_mark_box li#list_mark_box02 {
	line-height: normal;
	list-style-position: outside;
	list-style-type: disc;
	background-color: #FFF;
	font-weight: normal;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
	
	#list_mark_box li#list_mark_box02_e {
	line-height: normal;
	list-style-position: outside;
	list-style-type: none;
	background-color: #FFF;
	font-weight: normal;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
	
#list_mark_box li#list_mark_box03 {
	line-height: normal;
	background-color: #FFF;
	font-weight: normal;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	}


/* リストのところ6用ハック */

* html #list_mark_box {
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #333;
	width: 700px;
	text-align: left;
	margin-left: 30px;
}



* html #list_mark_box li#list_mark_box01 {
	line-height: normal;
	list-style-position: inside;
	background-color: #CCC;
	list-style-type: none;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-left: -20px;
	}

* html #list_mark_box li#list_mark_box02 {
	line-height: normal;
	list-style-position: inside;
	list-style-type: disc;
	background-color: #FFF;
	font-weight: normal;
	font-size: 12px;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	}
	
* html #list_mark_box li#list_mark_box03 {
	line-height: normal;
	background-color: #FFF;
	font-weight: normal;
	font-size: 12px;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	list-style-type: none;
	}
	
	
/* リストのところ7用ハック */

*:first-child+html #list_mark_box {
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #333;
	width: 700px;
	text-align: left;
	margin-left: 30px;
}



*:first-child+html #list_mark_box li#list_mark_box01 {
	line-height: normal;
	list-style-position: inside;
	background-color: #CCC;
	list-style-type: none;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-left: 0px;
	}

*:first-child+html #list_mark_box li#list_mark_box02 {
	line-height: normal;
	list-style-position: inside;
	list-style-type: disc;
	background-color: #FFF;
	font-weight: normal;
	font-size: 12px;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	}	
	
*:first-child+html #list_mark_box li#list_mark_box03 {
	line-height: normal;
	background-color: #FFF;
	font-weight: normal;
	font-size: 12px;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	list-style-type: none;
	}		
