@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;
	display: inline-block;
}

/* ################ ↓↓↓ MEDIAQUERY ↓↓↓ ########## */ @media screen and (max-width: 1000px) {
	#snsArea {
		width: 100%;
	}
} /* ############## ↑↑↑ 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: inline-block;
	padding-left: 15px;
}

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

/* ################ ↓↓↓ MEDIAQUERY ↓↓↓ ########## */ @media screen and (max-width: 1000px) {
	#gigyaShare {
		justify-content: center;
	}
} /* ############## ↑↑↑ MEDIAQUERY ↑↑↑ ########## */

#gigyaShare a {
	transform: translateY(-3px);
}

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

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

body {
	text-align: center !important;
}

#commonFooter {
	/*min-width: 768px;*/
	z-index: 90;
	width: 100% !important;
}

/* ################ ↓↓↓ MEDIAQUERY ↓↓↓ ########## */ @media screen and (max-width: 1000px) {
	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%;
}*/