@charset "utf-8";
/* CSS Document */

/* 2017.01.12 */
.social_webview {
    display: box;
    display: -moz-box;
    display: -webkit-box;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 5px 7px 10px;
}

.center {
    box-pack: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
}

.social_webview > div {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0;
	text-align: center;
	width: 33%;
}

.social_webview a {
	color: #fff;
}

.social_webview > div .btn-txt {
	padding: 39px 0 0px;
	position: relative;
}

.social_webview a .btn-txt::before {
	content: "";
	height:26px;
	width:27px;
	display: block;
	position: absolute;
	left: 50%;
	top: 4px;
	background-image: url(../img/btn_sns_logo.png);
	background-repeat: no-repeat;
    -webkit-background-size: 380px 27px;
    -moz-background-size: 380px 27px;
    background-size: 380px 27px;
	background-position: -34px 0;
	margin-left: -13px;
}

.social_webview .facebook {
	-webkit-border-radius: 7px 0 0 7px;
	-moz-border-radius: 7px 0 0 7px;
	border-radius: 7px 0 0 7px;
	background-color: #3e5e9e;
	border-right: 1px solid #fff;
}

.social_webview .twitter {
	border-right: 1px solid #fff;
	background-color: #3daee2;
}

.social_webview .yahoo {
	-webkit-border-radius: 0  7px 7px 0;
	-moz-border-radius: 0  7px 7px 0;
	border-radius: 0  7px 7px 0;
	background-color: #fd0c35;
}

.social_webview .facebook .btn-txt::before {
	background-position: -132px 0px;
}

.social_webview .twitter .btn-txt::before {
	background-position: -222px 0px;
}

.social_webview .yahoo .btn-txt::before {
	background-position: -313px 0px;
}