.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}


@media (max-width: 800px) {
	.modaal-gallery-control {
		bottom: 5px;
	}

	.modaal-gallery-prev {
		left: 5px;
	}

	.modaal-gallery-next {
		right: 5px;
	}
}