/* CSS Document */
@media screen and (max-width: 740px) {
	body {}
	
	.lightbox .date_select_content_crop .date_select_content {
		width:622px;
	}
	
	.lightbox .date_select_content_crop .date_select_content table td.day {
		width:70px;
		letter-spacing:-0.8px;
	}
	
	.lightbox .date_select_content_crop .date_select_content table td.day span {
		display:none;
	}
}

@media screen and (max-width: 540px) {
	body {}
	
	.lightbox .date_select_content_crop .date_select_content table td.day {
		padding-left:5px;
		padding-right:5px;
		font-size:13px;
		letter-spacing:-1px;
		width:65px;
	}
	
	.lightbox .date_select_content_crop .date_select_content {
		width:590px;
	}
	
	.lightbox .lightbox_content .for_buttons .button.left {
		float:none;
		width:100%;
		max-width:300px;
		margin-bottom:20px;
	}
	
	.lightbox .lightbox_content .for_buttons .button.right {
		float:none;
		width:100%;
		max-width:300px;
	}
}