.dayMovieLinkBox {
	width: 25%;
	height: auto;
	margin: 0 4% 4% 4%;
	float: left;
}

.dayMovieThm {
	margin: 0 0 5px 0;
}

.dayMovieLink dt {
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 5px 0;
}

.dayMovieLink dd {
	font-size: 12px;
}

.onWork {
	background: url(/images/onWarkIcn.gif) no-repeat 5px top;
	line-height: 14px;
	width: 45px;
	height: 14px;
	display: inline-block;
}

.onWorkTxt {
	display: none;
}

.dayOff {
	background: url(/images/dayOffIcn.gif) no-repeat 5px top;
	line-height: 14px;
	width: 45px;
	height: 14px;
	display: inline-block;
}

.dayOffTxt {
	display: none;
}

.toggleBox {
	clear: both;
	padding: 20px 0 0 0;
}

.toggleBox .open {
	font-weight: bold;
	font-size: 1.6rem;
	color: #ffffff;
	text-align: center;
	background: url(/images/shopBtnBg.gif) repeat-x;
	background-size: contain;
	padding: 10px 0 10px 0;
	max-width: 90%;
	margin: 0 auto;
	border-radius: 4px; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.toggleBox .close {
	font-weight: bold;
	font-size: 1.6rem;
	color: #555555;
	text-align: center;
	border: solid 1px #cccccc;
	background: -moz-linear-gradient(top, #ffffff, #eeeded);
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eeeded));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#eeeded');
	padding: 10px 0 10px 0;
	max-width: 90%;
	margin: 0 auto;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
    -moz-border-radius-top-left: 4px;
	-moz-border-radius-top-right: 4px;
}

/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 979px) {

}

/*-----------------------------------------------------	*/
/*	for - 767px		ここから左カラム落ち	*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {

}

/*
-----------------------------------------------------	
横幅479pxまでのスタイル				
-----------------------------------------------------
*/

@media screen and (max-width: 480px) {

.dayMovieLinkBox {
	margin: 0;
	float: none;
	width: 100%;
	height: 45px;
	padding: 3% 3% 5% 3%;
	clear: left;
	overflow: hidden;
	border-bottom: solid 1px #c2e0ff;
}

.dayMovieThm {
	margin: 0 2% 0 0;
	width: 20%;
	height: auto;
	float: left;
}

.dayMovieLink {
	float: left;
	width: 72%;
	padding: 0 5% 0 0;
	background: url(/images/arrow01.png) no-repeat right center;
}

.dayMovieLink dt {
	margin: 0 0 5px 0;
	font-size: 1.2rem;
}

.dayMovieLink dd {
	font-size: 1.0rem;
	color: #603813;
	line-height: 1.4rem;
}

.onWork {
	background: url(/images/onWarkIcn.gif) no-repeat 5px top;
	line-height: 14px;
	width: 45px;
	height: 14px;
	display: inline-block;
}

.onWorkTxt {
	display: none;
}

}