@charset "UTF-8";
.clear::before,
.clear::after {
	content: "";
	display: table;
}
.clear::after {
	clear: both;
}
.snsAccountList {
	margin-top: 25px;
}
.snsAccountList .snsItem {
	margin-top: 20px;
	padding: 15px 19px 13px;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
}
.snsAccountList .snsItem:first-child {
	margin-top: 0;
}
.snsAccountList .snsItem .snsIco {
	width: 100%;
	max-width: 156px;
	margin: 0 auto;
}
.descBlk {
	margin-top: 18px;
	padding-top: 10px;
	border-top: 1px dotted #cfcfcf;
}
.boderBlk01 {
	margin-top: 25px;
	padding: 17px 19px 12px;
	border: 1px solid #cfcfcf;
}