@charset "utf-8";
/*
	MediaQuery Type = Parts Unit
	0 < size
	@media only screen and (min-width: 601px)
	@media only screen and (min-width: 601px) and (max-width: 992px)
	@media only screen and (max-width: 992px)
	@media only screen and (min-width: 993px)
	@media only screen and (min-width: 993px)
*/
/* #ntv_setSocial
	 #ntv_setSns
	 #ntv_setShare
*/
#ntv_setSocial {
	padding-bottom: 20px;
	background-image: url(../images/common/footer_bottom.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#ntv_setSocial + #ntv_setAD_PC_300_250.on {
	padding-top: 10px;
}


/* #ntv_setSns
========================================== */
.ntv_setSns {
	width: 94%;
	margin: 3% 3% 0;
	border: 1px solid #000;
	background: #fff;
	padding-bottom: 20px;
}
.ntv_setSocial_inner {
	padding-bottom: 75px;
	background-image: url(../images/common/footer_bg.png);
}
.ntv_setSocial_adjustBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: 0;
}
.ntv_setSns_title {
	font-size: 14px;
	letter-spacing: 0.6px;
	color: #333;
	padding: 9px 9px;
	position: relative;
	font-weight: bold;
	line-height: 1.0;
}


/* ntv_setSns_lists
------------------------------------------ */
.ntv_setSns_lists {
	text-align: center;
	line-height: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 0;
}
.ntv_setSns_lists li {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	padding-bottom: 0;
}
.ntv_setSns_lists li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 52px;
	padding-top: 52px;
	width: 52px;
	height: 52px;
	font-size: 0;
}
.ntv_setSns_lists li.ntv_setSns_twitter a {
	background-image: url("/assets/images/sns/sns-twitter-circle.png");
}


/* #ntv_setShare
========================================== */
.ntv_setShare {
	width: 94%;
	margin: 3% 3% 0;
	border: 1px solid #000;
	background: #fff;
}
.ntv_setShare_title {
	font-size: 14px;
	letter-spacing: 0.6px;
	color: #333;
	padding: 9px 9px;
	position: relative;
	font-weight: bold;
	line-height: 1.0;
}


/* ntv_setShare_lists
------------------------------------------ */
.ntv_setShare_lists {
	text-align: center;
	padding: 35px 65px;
	overflow: hidden;
}
.ntv_setShare_lists li {
	display: block;
	width: 31%;
	float: left;
}

.ntv_setShare_lists li:nth-child(n+2) {
	margin-left: 3.5%;
}

.ntv_setShare_lists li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	color: #fff;
	line-height: 1;
	padding: 15px 0;
	border-radius: 2px;
	font-size: 12px;
	font-size: 1.2rem;
}

.ntv_setShare_lists li a.ntv_setShare_facebook {
	background-color: #3b5998;
}

.ntv_setShare_lists li a.ntv_setShare_twitter {
	background-color: #55acee;
}

.ntv_setShare_lists li a.ntv_setShare_line {
	background-color: #00b900;
}


/* SNSとShare共通
------------------------------------------ */
.ntv_setSns, .ntv_setShare {
	width: 100%;
	max-width: 450px;
	border: none;
	padding: 0;
	margin: 50px auto;
	position: relative;
}
.ntv_setSns_title, .ntv_setShare_title {
	height: 0;
	padding-top: 18px;
	margin: auto;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	font-size: 0;
	position: absolute;
	text-align: center;
	top: -8px;
	left: 0;
	right: 0;
	margin: auto;
}
.ntv_setSns_title {
	width: 150px;
	background-image: url(../images/common/footer_sns_img.png);
}
.ntv_setShare_title {
	width: 79px;
	background-image: url(../images/common/footer_share_img.png);
}


/* copyright
------------------------------------------ */
.copyright_area {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
}
.copyright_text {
	width: 270px;
	height: 0;
	padding-top: 12px;
	margin: auto auto 15px;
	background-image: url(../images/common/footer_copyright.png);
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
}


/* SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
	.ntv_setSocial_inner {
		padding: 40px 20px;
	}


	/* #ntv_setSns
	========================================== */
	.ntv_setSns {
		width: 100%;
		margin: 20px auto;
	}
	.ntv_setSns_lists li {
		margin-left: 5px;
		margin-right: 5px;
	}


	/* #ntv_setShare
	========================================== */
	.ntv_setShare {
		width: 100%;
		margin: 20px auto;
	}
}


/* ----------------------------------------------------------------------
 SP（〜600px）
---------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
	.ntv_setSocial_inner {
    padding: 20px 20px;
	}


	/* #ntv_setSns
	========================================== */
	.ntv_setSns {
		margin: 10px auto;
	}
	.ntv_setShare_lists {
    text-align: center;
    padding: 35px 15px;
    overflow: hidden;
}
	.ntv_setSns_lists li {
		margin-left: 20px;
		margin-right: 20px;
	}


	/* #ntv_setShare
	========================================== */
	.ntv_setShare {
		margin: 10px auto;
	}


	/* copyright
	------------------------------------------ */
	.copyright_area {
		font-size: 14px;
		padding:0 15px;
	}

}