@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: right;
}

/* ################ ↓↓↓ MEDIAQUERY ↓↓↓ ########## */ @media screen and (max-width: 1000px) {
	#snsArea {
		width: 100%;
		text-align: center;
	}
} /* ############## ↑↑↑ MEDIAQUERY ↑↑↑ ########## */

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

/*
#snsArea .gig-bar-container { padding-left: 30px; }
*/

#snsArea .gig-bar-container {
	display: block;
	/*! padding-left: 15px; */
}

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

#gigyaShare a {
	/*! transform: translateY(-3px); */
	display: block;
	width: 172px;
	transition: all 0.4s ease-out 0s;
	margin: 0 auto 12px;
}

#gigyaShare a:hover {
	opacity: 0.4;
}

#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;
}
#commonFooter {
	/*min-width: 768px;*/
	z-index: 90;
	width: 100% !important;
	background-color: #282828;
	background-image: none;
	padding: 5px 5px;
	height: 45px;
	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);*/
}

/* ################ ↓↓↓ MEDIAQUERY ↓↓↓ ########## */ @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 li {
		margin-bottom: 8px;
	}
} /* ############## ↑↑↑ MEDIAQUERY ↑↑↑ ########## */


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