/**
 * SNS共有ボタン（既存テーマCSSより後に読み込み）
 */

/* 商品詳細：float レイアウトの外に出して下の要素と重ならないようにする */
.ListTitle > .socialShareIcons--itemDetail {
	position: static;
	float: none;
	clear: both;
	display: block;
	width: 100%;
	max-width: 708px;
	margin: 20px auto 30px;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}

.ListTitle > .socialShareIcons--itemDetail + .haisou,
.ListTitle .haisou {
	clear: both;
}

/* .ListTitle li / .ListTitle ul の既存スタイルを打ち消す */
.ListTitle > .socialShareIcons--itemDetail .socialShareIcons__list {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

.ListTitle > .socialShareIcons--itemDetail .socialShareIcons__item {
	margin: 0;
	padding: 0;
	border-top: none;
	line-height: 1;
}

/* #cntBnr a { display:block } など既存ルールを上書き */
#cntBnr .socialShareIcons .socialShareIcons__button,
#cntBnr .socialShareIcons a.socialShareIcons__button,
#cntBnr .socialShareIcons button.socialShareIcons__button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 42px;
	height: 42px;
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	border: none !important;
	border-radius: 50%;
	box-sizing: border-box;
	color: #fff !important;
	text-decoration: none !important;
	line-height: 1 !important;
	font-size: 16px !important;
	font-family: inherit;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

#cntBnr .socialShareIcons a.socialShareIcons__button:hover,
#cntBnr .socialShareIcons a.socialShareIcons__button:focus,
#cntBnr .socialShareIcons a.socialShareIcons__button:active,
#cntBnr .socialShareIcons a.socialShareIcons__button:visited,
#cntBnr .socialShareIcons button.socialShareIcons__button:hover,
#cntBnr .socialShareIcons button.socialShareIcons__button:focus,
#cntBnr .socialShareIcons button.socialShareIcons__button:active {
	color: #fff !important;
}

#cntBnr .socialShareIcons .socialShareIcons__button--x {
	background: #000 !important;
}

#cntBnr .socialShareIcons .socialShareIcons__button--facebook {
	background: #1877f2 !important;
}

#cntBnr .socialShareIcons .socialShareIcons__button--line {
	background: #06c755 !important;
}

#cntBnr .socialShareIcons .socialShareIcons__button--copy {
	background: #666 !important;
}

#cntBnr .socialShareIcons .socialShareIcons__button--copy.is-copied {
	background: #333 !important;
}

#cntBnr .socialShareIcons .socialShareIcons__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#cntBnr .socialShareIcons .socialShareIcons__icon svg {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
}

#cntBnr .socialShareIcons .socialShareIcons__icon svg path {
	fill: #fff !important;
}
