@charset "utf-8";

.sns ul,
.sns li{
	margin: 0;
	padding: 0;
}

.clearfix{ zoom: 1; }
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}


.sns-archive{
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, "helvetica neue", "helvetica", "YuGothic", "游ゴシック", Verdana, Meiryo, "M+ 1p", sans-serif;
    padding: 20px;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.sns{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.sns .snstitle{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}


.sns li{
    float: left;
    list-style: none;
    width: 33.32%;
}

.sns li a{
    font-size: 15px;
    position: relative;
    display: block;
    padding: 5px 10px 5px 15px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
}

.fa{
    display: inline-block;
    /* font: normal normal normal 14px/1 FontAwesome;
    	font-size: 14px; */
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sns .x a .fa-x,
.sns .facebook a .fa-facebook,
.sns .line a .fa-line{
    vertical-align: middle;
}


.fa-x::before{
    /* content: "\f099"; */
    display: block;
    width: 22px;
    height: 21px;
    background: url(https://www.ctv.co.jp/css/sns/icon_x.png) center / 22px 21px no-repeat;
    content: '' !important;
}
.fa-facebook-f::before,
.fa-facebook::before,
.sns .facebook a .fa-facebook::before{
    /* content: "\f09a"; */
    display: block;
    width: 22px;
    height: 21px;
    background: url(https://www.ctv.co.jp/css/sns/icon_facebook.png) center / 22px 21px no-repeat;
    content: '' !important;
}
.sns .line a .fa-line::before{
    display: block;
    width: 22px;
    height: 21px;
    background: url(https://www.ctv.co.jp/css/sns/icon_line.png) center / 22px 21px no-repeat;
    content: '' !important;
}


.sns .x a{ background: #000; }
.sns .x a:hover{ background: #000; }
.sns .facebook a{ background: #3b5998; }
.sns .facebook a:hover{ background: #324c81; }
.sns .line a{ background: #25af00;}
.sns .line a:hover{ background: #219900; }

.sns .snstext{
    display: none;
    font-size: 13px;
    vertical-align: middle;
    padding-left: 10px;
}



@media print, screen and (max-width: 959px){
	.sns li a{
		padding: 10px 15px;
	}

	.sns .fa{
	    font-size: 20px;
	}
}



@media print, screen and (min-width: 960px){
	.sns-archive{
	    margin: 8px;
	}

	.sns{
	    width: 90%;
	}

	.sns li a{
	    height: 28px;
	    margin: 5px;
	    border-radius: 3px;
	    text-align: left;
	}

	.sns .x a .fa-x{
	    border-right: 1px solid #9ACFF4;
	    padding-right: 15px;
	}
	.sns .facebook a .fa-facebook{
	    border-right: 1px solid #607BB2;
	    padding-right: 15px;
	}
	.sns .line a .fa-line{
	    border-right: 1px solid #29c200;
	    padding-right: 15px;
	}

	.sns .snstext{
	    display: inline;
	}

}
@charset "utf-8";

.sns ul,
.sns li{
	margin: 0;
	padding: 0;
}

.clearfix{ zoom: 1; }
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}


.sns-archive{
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, "helvetica neue", "helvetica", "YuGothic", "游ゴシック", Verdana, Meiryo, "M+ 1p", sans-serif;
    padding: 20px;
/*
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05);
*/
    background-color:rgba(255,255,255,0);
}

.sns{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.sns .snstitle{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}


.sns li{
    float: left;
    list-style: none;
    width: 33.32%;
}

.sns li a{
    font-size: 15px;
    position: relative;
    display: block;
    padding: 5px 10px 5px 15px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
}

.fa{
    display: inline-block;
    /* font: normal normal normal 14px/1 FontAwesome;
    	font-size: 14px; */
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sns .x a .fa-x,
.sns .facebook a .fa-facebook,
.sns .line a .fa-line{
    vertical-align: middle;
}


.fa-x::before{
    /* content: "\f099"; */
    display: block;
    width: 22px;
    height: 21px;
    background: url(https://www.ctv.co.jp/css/sns/icon_x.png) center / 22px 21px no-repeat;
    content: '' !important;
}
.fa-facebook-f::before,
.fa-facebook::before,
.sns .facebook a .fa-facebook::before{
    /* content: "\f09a"; */
    display: block;
    width: 22px;
    height: 21px;
    background: url(https://www.ctv.co.jp/css/sns/icon_facebook.png) center / 22px 21px no-repeat;
    content: '' !important;
}
.sns .line a .fa-line::before{
    display: block;
    width: 22px;
    height: 21px;
    background: url(https://www.ctv.co.jp/css/sns/icon_line.png) center / 22px 21px no-repeat;
    content: '' !important;
}


.sns .x a{ background: #000; }
.sns .x a:hover{ background: #000; }
.sns .facebook a{ background: #3b5998; }
.sns .facebook a:hover{ background: #324c81; }
.sns .line a{ background: #25af00;}
.sns .line a:hover{ background: #219900; }

.sns .snstext{
    display: none;
    font-size: 13px;
    vertical-align: middle;
    padding-left: 10px;
}



@media print, screen and (max-width: 959px){
	.sns li a{
		padding: 10px 15px;
	}

	.sns .fa{
	    font-size: 20px;
	}
}



@media print, screen and (min-width: 960px){
	.sns-archive{
	    margin: 0px;
	}

	.sns{
	    width: 90%;
	}

	.sns li a{
	    height: 28px;
	    margin: 5px;
	    border-radius: 3px;
	    text-align: left;
	}

	.sns .x a .fa-x{
	    border-right: 1px solid #545454;
	    padding-right: 15px;
	}
	.sns .facebook a .fa-facebook{
	    border-right: 1px solid #607BB2;
	    padding-right: 15px;
	}
	.sns .line a .fa-line{
	    border-right: 1px solid #29c200;
	    padding-right: 15px;
	}

	.sns .snstext{
	    display: inline;
	}

}
