@charset "UTF-8";
.clear::before,
.clear::after {
	content: "";
	display: table;
}
.clear::after {
	clear: both;
}
.snsAccountList {
	margin-top: 35px;
}
.snsAccountList .snsItem {
	float: left;
	width: 360px;
	margin-top: 0;
	margin-left: 20px;
	padding: 19px 19px 16px;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
}
.snsAccountList .snsItem:first-child {
	margin-left: 0;
}
.snsAccountList .snsItem .snsIco {
	width: 156px;
	max-width: none;
	margin: 0 auto;
}
.descBlk {
	margin-top: 18px;
	padding-top: 10px;
	border-top: 1px dotted #cfcfcf;
}
.boderBlk01 {
	margin-top: 40px;
	padding: 17px 27px 12px;
	border: 1px solid #cfcfcf;
}

@media print {
	.snsAccountList .snsItem {
		width: 32%;
		margin-left: 2%;
		padding: 3%;
	}
}