/* photogallery - #swipebox 上書き用CSS
------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
  /*--- 表示領域が767px以下の場合に適用するスタイル ---*/
/*
--- わかりにくいということで、スワイプ案は却下 ---
	#swipebox-close {
		background: none;
		width: 100%;
	}

	#swipebox-close:before {
		background: rgba(0,0,0,.1);
		content: "上下にスワイプすると拡大表示を終了します";
		color: #fff;
		display: block;
		font-size: 11px;
		padding: 5px 0;
		position: absolute;
		text-align: center;
		top: 25%;
		width: 100%;
	}
*/
}
