@charset 'UTF-8';

@media screen and (min-width:641px) {

	.contSNSListArea {
		width: 100%;
	}
	
	.contSNSListArea dl {
		width: 100%;
		margin: 25px 0;
		border-bottom: 1px solid #cccccc;
		min-height: 100px;
	}

	.contSNSListArea dl dt {
		float: left;
		clear: left;
		margin: 0;
		width: 20%;
	}

	.contSNSListArea dl dd {
		width: 80%;
		margin: 0 0 10px 20%;
	}

}

@media screen and (min-width: 0px) and (max-width: 640px) {
	
	.contSNSListArea {
		width: 100%;
	}
	
	.contSNSListArea dl {
		width: 100%;
		margin: 20px 0;
		border-bottom: 1px solid #cccccc;
		min-height: 75px;
	}

	.contSNSListArea dl dt {
		float: left;
		clear: left;
		margin: 0;
		width: 15%;
	}

	.contSNSListArea dl dt img {
		width: 75px;
		height: 75px;
	}

	.contSNSListArea dl dd {
		width: 85%;
		margin: 0 0 10px 15%;
	}

}
