/*=============================================
*
*  DISCOGRAPHY
*
=============================================*/
#disc {
	/*	background: url(../images/disc/discBack-01.jpg) no-repeat center 66px;*/
	background-size: 100%;
	padding-top: 15%;/*120*/

	-webkit-transition: all 1s;
	transition: all 1s;	
}
/*
@media screen and (max-width:1000px){
	#disc {
		background: url(../images/disc/discBack-02.jpg) no-repeat center 66px;
		background-size: 100%;
		padding-top: 120%;
	}
}
@media screen and (max-width:640px){
	#disc {
		background: url(../images/disc/discBack-03.jpg) no-repeat center 66px;
		background-size: 100%;
		padding-top: 125%;	
	}
}
*/
#disc .hArea {
	background: url(../images/common/neonBack_blue_L.png) repeat-x center 0;
	display: block;
	min-height: 200px;
	width: 100%;
}
@media screen and (max-width:1000px){
	#disc .hArea {
		background: url(../images/common/neonBack_blue_M.png) repeat-x center 0;
	}
}
@media screen and (max-width:640px){
	#disc .hArea {
		background: url(../images/common/neonBack_blue_S.png) repeat-x center 0;
	}
}
#disc .hArea .waveBlu {
	bottom: 0;
	left: 0;
	position: absolute;
}
/* 大見出し */
#disc h1.heading {
	background: url(../images/common/h_disc.svg) no-repeat center 0;
	display: block;
	height: 35px;
	margin: 0 auto;
	width: auto;

	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
	text-indent: -9999em;

	/* IE8 */
	background: url(../images/common/h_disc.png) no-repeat center 0\9;
}
#disc .area01 {
	background: #00b3ff;
	padding: 60px 0 75px 0;
}
/* ============================================
txtArea
============================================ */
#disc #discoArea  {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 10px;
	text-align: center;
	width: auto;
}
#disco #discoArea .disco-item {
	padding: 0 40px;
}
#disco #discoArea .disco-item li {
	padding: 0 5px;
}
#disco .weirdtext {
	margin-bottom: 10px;
	text-align: center;
}
#disco .note01 {
	text-align: center;
}