@charset "utf-8";
/* CSS Document */
#contents h2 {
	margin-bottom:40px;
}
#contents h3 {
	margin:20px 0 20px 0;
}
#contents p {
	margin-bottom:0;
}
#sList li{
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#sList dt{
	width:100px;
	float:left;
	display:inline-block;
	padding:10px 0;
}
#sList dd{
	width:460px;
	float:left;
	display:inline-block;
	padding:10px 0;
}
#sList dd a{
	color:#1C52C8;
	text-decoration:underline;
}
#sList dd a:hover{
	color:#1C52C8;
	text-decoration:none;
}





/* clearfix
---------------------------------------------------- */
#sList li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#sList li {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #sList li {
	height: 1%;
}
#sList li {
	display: block;
}
/* End hide from IE-mac */
