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

/* ==================================================
J-WAVE COMMON
================================================== */

/* ### J-WAVE COMMON SNS ### */

#snsArea {
	font-size: 13px;
	line-height: 1.2 !important;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.gig-bar-container > table tr td:nth-child(5) {
	vertical-align: middle !important;
}

#snsArea .gig-bar-container {
	display: block;
}

#gigyaShare {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#gigyaShare a {
	display: block;
	width: 172px;
	transition: all 0.4s ease-out 0s;
	margin: 0 20px 0 0;
}

#gigyaShare a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 900px) {
	#gigyaShare > .gig-bar-container {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#gigyaShare > a {
		margin: 0 0 15px;
	}
}

#gigyaShare > img {
	display: inline-block;
	margin: 0 0 10px !important;
	vertical-align: bottom;
}

[id*=reaction0-facebook_img] {
	background: url("./img/icon_sns_facebook.svg") no-repeat center center !important;
	width: 34px !important;
	height: 34px !important;
	cursor: pointer;
}

[id*=reaction1-twitter_img] {
	background: url("./img/icon_sns_twitter.svg") no-repeat center center !important;
	width: 34px !important;
	height: 34px !important;
	cursor: pointer;
}

[id*=reaction2-left] + td,
[id*=reaction2-left] + td + td,
[id*=reaction2-left] + td + td,
[id*=reaction2-left] + td + td + td {
	display: none !important;
}

[id*=reaction2-left_img] {
	background: url("./img/icon_sns_mixi.svg") no-repeat center center !important;
	width: 34px !important;
	height: 34px !important;
	cursor: pointer;
}

[id*=reaction3-linkedin_img] {
	background: url("./img/icon_sns_linkedin.svg") no-repeat center center !important;
	width: 34px !important;
	height: 34px !important;
	cursor: pointer;
}

div.gig-button-container {
	padding: 0 6px 0 0 !important;
	margin-bottom: 0 !important;
}

div.gig-button-container button {
	display: inline-block;
	height: 34px !important;
	cursor: pointer;
	transition: all 0.4s ease-out 0s;
}

div.gig-button-container button:hover {
	opacity: 0.8;
	filter: brightness(110%) contrast(110%) saturate(120%);
}


/* ### J-WAVE COMMON FOOTER ### */

body {
	text-align: center !important;
	padding-bottom: 50px !important;
}
#commonFooter {
	/*min-width: 768px;*/
	z-index: 90;
	width: 100% !important;
	background-color: #282828;
	background-image: none;
	padding: 10px 3%;
	height: 50px;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	/*bottom: calc(constant(safe-area-inset-bottom) + 0px);
	bottom: calc(env(safe-area-inset-bottom) + 0px);*/
}
#commonFooterInner {
	width: 100%;
}

@media screen and (max-width: 900px) {
	body {
		padding-bottom: 0 !important;
	}
	#commonFooter {
		position: relative;
		z-index: 90;
		min-width: 100%;
		height: auto;
		padding: 20px 15px 15px;
		background-color: #282828;
		background-image: none;
		background-repeat: repeat;
	}
	#commonFooterInner {
		width: 100%;
	}
	#commonFooter ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	}
	#commonFooter li {
		margin: 0 3px 5px;
	}
}


/* ### J-WAVE radiko TIME-FREE ### */
/*#radiko-timefree {
	top: 50%;
}*/