  @charset "utf-8";

dl {
    padding-top: 20px;
}

dl dt {

}

#main dl dt {
    padding-left:40px;
    border-left: none;
	font-weight: bold;
	font-size: 16px;
	height: 22px;
	line-height: 1;
	padding-top: 8px;
    margin-bottom: 5px;
}

#main dl dt.fb {
	background: transparent url(../images/fbicon.gif) no-repeat left center;
}

#main dl dt.Insta {
	background: transparent url("../images/Instaicon.gif") no-repeat left center;
}

#main dl dt.yt {
	background: transparent url("../images/yticon.gif") no-repeat left center;
}

#main dl dt.tw {
	background: transparent url(../images/twicon.gif) no-repeat left center;
}

#main dl dt.wb {
	background: transparent url(../images/wbicon.gif) no-repeat left center;
}



#main dl dt img {
	border: none
}

#main dl dd {
    margin-left: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    background: none;
	border-bottom: dotted 1px #DDD;
}

#main dl dd a {
	color :#666;
}

#main dl dd a:hover {
	text-decoration: underline;
}