/* --------------------------------------------------------
   以下松園作業分
-------------------------------------------------------- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;} /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */

#dic_list {
	width: 750px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 35px;
}
#dic_list li {
	float: left;
	padding-left: 10px;
}
#dictonary_words h2 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	z-index: 100;
	position: relative;
}
#dictonary_words dl {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	padding-top: 21px;
	margin-top: -1px;
	padding-bottom: 20px;
	z-index: 0;
	margin-left: 30px;
}
#dictonary_words dl dt {
	background-image: url(../images/head_dic_word.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 120%;
	color: #0269C6;
	font-weight: bold;
}
#dictonary_words dl dd {
	padding-left: 15px;
	padding-top: 10px;
	line-height: 1.4em;
}
