@charset "utf-8";

/*pc表示
---------------------------------------------------
---------------------------------------------------*/

@media screen and (min-width: 641px){


#lwbs2015 .ust {
    overflow: hidden;
    height: auto;
    margin: 40px auto;
}
#lwbs2015 .ust .player {
	float: left;
}
#lwbs2015 .ust .sidebar {
	margin-left: 430px;
}

#tobichi .now {
	min-height: 196px;
	height: auto;
}
#lwbs2015 .ust .midashi {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
}


/*smartphone表示
---------------------------------------------------
---------------------------------------------------*/

@media screen and (max-width: 640px){

#lwbs2015 .ust {
	width: 90%;
	margin: 40px auto;
}
#lwbs2015 .ust .player {
}
#lwbs2015 .ust .player iframe {
	width: 100%;
}
#lwbs2015 .ust .sidebar {
}
#lwbs2015 .ust .sidebar iframe{
	width: 100%;
}
#lwbs2015 .ust .midashi {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
}

